|
Baylys Just practicing to pass the Turing test. |
||||||||||||||||||||||||
|
Frameset Template definitionA frameset template may not satisfy Manila's requirements for a valid template because the bodytext, editorialmenu and navigationlinks pseudo-macros can only appear in the noframes content. Using noframes is recommended but not mandatory, if you wish to omit the noframes content, you need to uncheck the Validate Template checkbox in the manilaFixer Templates page
Here's the template. Notice
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/frameset.dtd"> <html> <head> <Title>Suppliers links</title>{meta} </head> <frameset rows = "5%,95%" > \<frame src='{manilaextras.shortcutURL("TopFrame")}' name='TopFrame' scrolling='auto'> <frameset cols="10%, *"> \<frame src='{manilaextras.shortcutURL("Framelinks")}' name='links' scrolling='no' noresize> <frame name='Sites' scrolling='auto'></frameset> <noframes> <table cellspacing="0" cellpadding="0" border="0" align = 'center'> <tr> <td colspan='5'> {editorialMenu}<p> {homePageLink(siteName,"font-weight:bold;font-size:larger")}<br> </td> </tr> <tr><td colspan='3'> </td></tr> <tr> <td valign="top" align="right">{navigatorLinks}<br><br>{membershipBox}</td> <td width="10"> </td> <td width="1" bgcolor="gray">{manilaextras.spacePixels ("1")}</td> <td width="10"> </td> \<td valign='top' width='600' bgcolor = '{manilaExtras.pathAtt("choice", "white")}'> <h3>{title}</h3> {bodytext} </td> </tr> </table> </noframes> </frameset> </html> |
|||||||||||||||||||||||