ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/www/template.html
Revision: 1.4
Committed: Sat Sep 15 21:38:43 2007 UTC (16 years, 10 months ago) by pippijn
Content type: text/html
Branch: MAIN
Changes since 1.3: +52 -38 lines
Log Message:
tables now

File Contents

# Content
1 <?xml version="1.0"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3 <html>
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 <link rel="stylesheet" href="/medieval.css" type="text/css" title="Medieval Style" media="screen"/>
11 </head>
12 <body>
13 <table>
14 <tr>
15 <th class="topbar" colspan="4">Crossfire TRT</th>
16 </tr>
17 <tr>
18 <td class="sidebar left topalign">
19 [% FOREACH item = leftbar -%]
20 <img src="/images/runes/[% item %].png" alt="[% item %]"/>
21 [% END -%]
22 </td>
23 <td class="menucontainer topalign">
24 <img src="/images/crossfire.png" alt="Crossfire TRT" style="width: 100%;"/>
25 [% FOREACH item IN menu %]
26 <table>
27 <tr><th class="border-horiz">[% item.title %]</th></tr>
28 [% FOREACH subitem IN item.menu %]
29 <tr><td><img src="/images/beholder.png"/> <a href="[% subitem.href %]">[% subitem.title %]</a></td></tr>
30 [% END %]
31 </table>
32 [% END %]
33 </td>
34 <td class="window">
35 <table class="window">
36 <tr>
37 <td rowspan="3" class="border-vert"></td>
38 <th class="border-horiz">About/News</th>
39 <td rowspan="3" class="border-vert"></td>
40 </tr>
41 <tr class="content">
42 <td>
43 [% BLOCK template -%] $contents [% END -%]
44 [% PROCESS template %]
45 </td>
46 </tr>
47 <tr>
48 <th class="border-horiz"></th>
49 </tr>
50 </table>
51 </td>
52 <td class="sidebar right topalign">
53 [% FOREACH item = rightbar -%]
54 <img src="/images/monsters/[% item %].png" alt="[% item %]"/>
55 [% END -%]
56 </td>
57 </tr>
58 </table>
59 </body>
60 </html>
61 <!--
62 <div id="server">
63 <p>Users<br/>on the<br/><a href="index.html">Server</a><br/><br/><b><!- -#include file="usercount.crossfire.schmorp.de"- -></b></p>
64 <img src="/images/server_gauge.png" height="100%" alt="server gauge"/>
65 </div>
66 -->