]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - templates/message.html
log
[SourceForge/phpwiki.git] / templates / message.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <html>
3 <head>
4 <!-- phpwiki source:
5 ###RCS_IDS###
6 -->
7 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
8 <!-- <base href="###BASE_URL###"> -->
9 <title>###PAGE###</title>
10 <link rel="stylesheet" title="phpwiki" href="###CSS_URL###" type="text/css">
11 </head>
12
13 <body bgcolor=linen text=black alink=red link=darkblue vlink=darkmagenta>
14 <h1><a class="wikilink" href="###BROWSE###FrontPage"><img src="###LOGO###" border=0 alt="[phpwiki]" width=50 height=50></a>
15 ###PAGE###</h1>
16
17 ###CONTENT###
18
19 </body>
20 </html>