]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - templates/message.html
Jeff's hacks II.
[SourceForge/phpwiki.git] / templates / message.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2   "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
3 <html>
4 <head>
5 <!-- phpwiki source:
6 ${RCS_IDS}
7 -->
8 <base href="${BASE_URL}">
9 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
10 <meta name="robots" content="noindex,nofollow">
11 <link rel="stylesheet" title="phpwiki" href="${CSS_URL}" type="text/css">
12 <title>${TITLE}</title>
13 </head>
14 <body>
15 <h1>
16 <div><a class="wikilink" 
17        href="${BROWSE}HomePage"
18        ><img src="${LOGO}" align="right"
19              border=0 alt="[phpwiki]"
20               width=50 height=50
21        ></a></div>
22 ${TITLE}
23 </h1>
24
25 ${CONTENT}
26
27 </body>
28 </html>