From: <sp...@us...> - 2003-08-27 21:26:43
|
Update of /cvsroot/phpwebsite-comm/themes/jungle/templates/help In directory sc8-pr-cvs1:/tmp/cvs-serv9115 Added Files: default.tpl Log Message: missing file --- NEW FILE: default.tpl --- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Help System</title> <meta name="keywords" content="phpwebsite help" /> <meta name="generator" value="phpWebSite 0.9.0 " /> <link rel="stylesheet" href="{STYLESHEET}" type="text/css" /> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1" /> </head> <body onBlur="setTimeout('self.focus()',100)"> <br /> <center> <table border="0" width="90%" cellpadding="7" cellspacing="1"> <tr> <td align="center" class="bg_medium"><b>{LABEL}</b></td> </tr><tr> <td class="bg_light"><span class="smalltext">{CONTENT}</span></td> </tr> </table> </center> </body> </html> |