ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/www/template.html
Revision: 1.3
Committed: Sat Sep 15 15:22:17 2007 UTC (16 years, 10 months ago) by pippijn
Content type: text/html
Branch: MAIN
Changes since 1.2: +17 -21 lines
Log Message:
reworked some of the website

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.3 <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 pippijn 1.3 [% FOREACH item IN menu %]
17     <div class="sidemenu">
18     <div class="cborder-top">[% item.title %]</div>
19     <ul>
20     [% FOREACH subitem IN item.menu %]
21     <li><a href="[% subitem.href %]">[% subitem.title %]</a></li>
22     [% END %]
23     </ul>
24     </div>
25     [% END %]
26     <div id="window">
27 pippijn 1.1 <div class="cborder-left"></div>
28     <div class="cborder-right"></div>
29     <div class="cborder-top">[% subtitle %]</div>
30     <div class="cborder-bottom"></div>
31     [% BLOCK template -%] $contents [% END -%]
32     [% PROCESS template %]
33     </div>
34 pippijn 1.3 <div id="topbar">
35     <p>Crossfire TRT</p>
36 pippijn 1.1 </div>
37     <div id="bar-left">
38     [% FOREACH item = leftbar -%]
39 pippijn 1.3 <img src="/images/runes/[% item %].png" alt="[% item %]"/>
40 pippijn 1.1 [% END -%]
41     </div>
42     <div id="bar-right">
43     [% FOREACH item = rightbar -%]
44 pippijn 1.3 <img src="/images/monsters/[% item %].png" alt="[% item %]"/>
45 pippijn 1.1 [% END -%]
46     </div>
47     <div id="server">
48     <p>Users<br/>on the<br/><a href="index.html">Server</a><br/><br/><b><!--#include file="usercount.crossfire.schmorp.de"--></b></p>
49 pippijn 1.3 <img src="/images/server_gauge.png" height="100%" alt="server gauge"/>
50 pippijn 1.1 </div>
51     </body>
52     </html>