]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - templates/message.html
Added comment about Postgresql's 8K limit per row.
[SourceForge/phpwiki.git] / templates / message.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=linen text=black alink=red link=darkblue vlink=darkmagenta>
8
9 <table cellpadding=2>
10 <tr><td bgcolor=black><a href="###SCRIPTURL###"><img src="###LOGO###" border=0 alt="[phpwiki]"></a></td>
11 <td><h1>###PAGE###</h1>
12 </td></tr></table>
13
14 ###CONTENT###
15
16 </body>
17 </html>