.dress : the main template

an HTML File with 2 kinds of object in it

Objects instantiated by ManyPage : <PM.XXX> Example : <PM.BODY>

<PM.HEAD> or <PM.TITLE>

<PM.BODY.ATTRIBUT>

<PM.BODY>

Objects defined by the webmaster : <MP.YYY> Example : <MP.MENU.UP>


<HTML>
<HEAD>
<PM.HEAD>
</HEAD>

<BODY
<PM.BODY.ATTRIBUT>>

<PM.BODY>

</BODY>
</HTML>

<HTML>
<HEAD>
<PM.HEAD>
</HEAD>

<BODY <PM.BODY.ATTRIBUT>>
<MP.MENU.UP>
<PM.BODY>
<MP.MENU.DOWN>
</BODY>
</HTML>

Some more examples