]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - templates/browse.html
added <!DOCTYPE> and ALT tag for logo so that phpwiki becomes fully HTML compliant...
[SourceForge/phpwiki.git] / templates / browse.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4 <title>###PAGE###</title>
5 </head>
6
7 <body bgcolor=ivory text=black alink=red link=darkblue vlink=darkmagenta>
8 <table cellpadding=2>
9 <tr><td bgcolor=black><a href="###SCRIPTURL###"><img src="###LOGO###" border=0 alt="[phpwiki]"></a></td>
10 <td><h1><a href="###SCRIPTURL###?full=###PAGEURL###">###PAGE###</a></h1>
11 </td></tr></table>
12 <P>
13 ###CONTENT###
14
15 <hr noshade>
16 <a href="###SCRIPTURL###?edit=###PAGEURL###">EditText</a>
17  of this page (last edited ###LASTMODIFIED###
18 [<a href="###SCRIPTURL###?info=###PAGEURL###">info</a>]
19 [<a href="###SCRIPTURL###?diff=###PAGEURL###">diff</a>])
20 <br>
21 <a href="###SCRIPTURL###?FindPage">FindPage</a> by browsing or searching
22 </body>
23 </html>