ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/www/template.html
Revision: 1.2
Committed: Thu Sep 13 20:14:34 2007 UTC (16 years, 10 months ago) by pippijn
Content type: text/html
Branch: MAIN
Changes since 1.1: +1 -1 lines
Log Message:
final touch

File Contents

# User Rev Content
1 pippijn 1.1 <?xml version="1.0" encoding="utf-8"?>
2     <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3     <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4     <head>
5     <title>[% title _ ' / ' _ subtitle %]</title>
6     <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
7     <meta name="description" content="Crossfire, the Multiplayer RPG"/>
8     <meta name="keywords" content="crossfire,perl,gce,gcrossedit,editor,game,rpg,mmorpg,mmo,roleplaying,play,schmorp,server,opengl,sdl,2d,maps"/>
9     <meta name="author" content="Pippijn van Steenhoven"/>
10 pippijn 1.2 <link rel="stylesheet" href="medieval.css" type="text/css" title="Medieval Style" media="screen"/>
11 pippijn 1.1 <!-- compliance patch for microsoft browsers -->
12     <!--[if lt IE 7]><script src="ie7/ie7-standard-p.js" type="text/javascript"></script><![endif]-->
13     </head>
14    
15     <body>
16     <div class="window">
17     <div class="cborder-left"></div>
18     <div class="cborder-right"></div>
19     <div class="cborder-top">[% subtitle %]</div>
20     <div class="cborder-bottom"></div>
21     [% BLOCK template -%] $contents [% END -%]
22     [% PROCESS template %]
23     </div>
24     <div id="menu">
25     <ul>
26     <li><img src="images/monsters/neko.png" alt="neko san" style="position:absolute;right:1em;top:0;width:1.3em;"/></li>
27    
28     [% FOREACH item IN menu -%]
29     <li><a href="[% item.href OR '#' %]">[% item.title %]</a>
30     [% item.menu ? '<ul class="inmenu">' : '' %]
31     [% FOREACH subitem IN item.menu -%]
32     <li><a href="[% subitem.href %]">[% subitem.title %]</a></li>
33     [% END -%]
34     [% item.menu ? '</ul>' : '' %]
35     </li>
36     [% END -%]
37    
38     <li><img src="images/monsters/elf.png" alt="elf" style="position:absolute;left:1em;top:0;width:1.3em;"/></li>
39     </ul>
40     </div>
41     <div id="bar-left">
42     [% FOREACH item = leftbar -%]
43     <img src="images/runes/[% item %].png" alt="[% item %]"/>
44     [% END -%]
45     </div>
46     <div id="bar-right">
47     [% FOREACH item = rightbar -%]
48     <img src="images/monsters/[% item %].png" alt="[% item %]"/>
49     [% END -%]
50     </div>
51     <div id="server">
52     <p>Users<br/>on the<br/><a href="index.html">Server</a><br/><br/><b><!--#include file="usercount.crossfire.schmorp.de"--></b></p>
53     <img src="images/server_gauge.png" height="100%" alt="server gauge"/>
54     </div>
55     </body>
56     </html>