]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/MacOSX/templates/message.html
new images for english MacOSX theme
[SourceForge/phpwiki.git] / themes / MacOSX / templates / message.html
1 <?php echo "<?xml version='1.0' encoding='${CHARSET}'?>\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 $Id: message.html,v 1.1 2002-01-04 01:56:09 carstenklapp Exp $
8 ${RCS_IDS}
9 -->
10 <base href="${BASE_URL}" />
11 <meta http-equiv="Content-Type" content="text/html; charset=${CHARSET}" />
12 <meta name="robots" content="noindex,nofollow" />
13 ${CSS}
14 <title>${WIKI_NAME}: ${TITLE}</title>
15 </head>
16 <body>
17 <div>${LOGO}</div>
18 <h1>${TITLE}</h1>
19 ${CONTENT}
20 </body>
21 </html>