ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/www/template.html
Revision: 1.5
Committed: Sat Sep 15 21:39:20 2007 UTC (16 years, 10 months ago) by pippijn
Content type: text/html
Branch: MAIN
Changes since 1.4: +0 -2 lines
Log Message:
ie should work now

File Contents

# Content
1 <html>
2 <head>
3 <title>[% title _ ' / ' _ subtitle %]</title>
4 <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
5 <meta name="description" content="Crossfire, the Multiplayer RPG"/>
6 <meta name="keywords" content="crossfire,perl,gce,gcrossedit,editor,game,rpg,mmorpg,mmo,roleplaying,play,schmorp,server,opengl,sdl,2d,maps"/>
7 <meta name="author" content="Pippijn van Steenhoven"/>
8 <link rel="stylesheet" href="/medieval.css" type="text/css" title="Medieval Style" media="screen"/>
9 </head>
10 <body>
11 <table>
12 <tr>
13 <th class="topbar" colspan="4">Crossfire TRT</th>
14 </tr>
15 <tr>
16 <td class="sidebar left topalign">
17 [% FOREACH item = leftbar -%]
18 <img src="/images/runes/[% item %].png" alt="[% item %]"/>
19 [% END -%]
20 </td>
21 <td class="menucontainer topalign">
22 <img src="/images/crossfire.png" alt="Crossfire TRT" style="width: 100%;"/>
23 [% FOREACH item IN menu %]
24 <table>
25 <tr><th class="border-horiz">[% item.title %]</th></tr>
26 [% FOREACH subitem IN item.menu %]
27 <tr><td><img src="/images/beholder.png"/> <a href="[% subitem.href %]">[% subitem.title %]</a></td></tr>
28 [% END %]
29 </table>
30 [% END %]
31 </td>
32 <td class="window">
33 <table class="window">
34 <tr>
35 <td rowspan="3" class="border-vert"></td>
36 <th class="border-horiz">About/News</th>
37 <td rowspan="3" class="border-vert"></td>
38 </tr>
39 <tr class="content">
40 <td>
41 [% BLOCK template -%] $contents [% END -%]
42 [% PROCESS template %]
43 </td>
44 </tr>
45 <tr>
46 <th class="border-horiz"></th>
47 </tr>
48 </table>
49 </td>
50 <td class="sidebar right topalign">
51 [% FOREACH item = rightbar -%]
52 <img src="/images/monsters/[% item %].png" alt="[% item %]"/>
53 [% END -%]
54 </td>
55 </tr>
56 </table>
57 </body>
58 </html>
59 <!--
60 <div id="server">
61 <p>Users<br/>on the<br/><a href="index.html">Server</a><br/><br/><b><!- -#include file="usercount.crossfire.schmorp.de"- -></b></p>
62 <img src="/images/server_gauge.png" height="100%" alt="server gauge"/>
63 </div>
64 -->