]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - templates/message.html
XHTML fixes. At this point, PhpWiki's output is almost valid XHTML.
[SourceForge/phpwiki.git] / templates / message.html
1 <?php echo "<?xml version='1.0' encoding='ISO-8859-1'?>\n"; ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
3   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4 <html>
5 <head>
6 <!-- phpwiki source:
7 ${RCS_IDS}
8 -->
9 <base href="${BASE_URL}" />
10 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
11 <meta name="robots" content="noindex,nofollow" />
12 <link rel="stylesheet" title="phpwiki" href="${CSS_URL}" type="text/css" />
13 <title>${TITLE}</title>
14 </head>
15 <body>
16 <h1>
17 <div><a class="wikilink" 
18        href="${BROWSE}HomePage"
19        ><img src="${LOGO}" align="right"
20              border="0" alt="[phpwiki]"
21               width="50" height="50"
22        /></a></div>
23 ${TITLE}
24 </h1>
25
26 ${CONTENT}
27
28 </body>
29 </html>