ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/www/template.html
Revision: 1.10
Committed: Sun Sep 16 09:55:32 2007 UTC (16 years, 10 months ago) by root
Content type: text/html
Branch: MAIN
Changes since 1.9: +6 -0 lines
Log Message:
*** empty log message ***

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="alternate" type="application/rss+xml" title="RSS 2.0" href="news.rss"/>
9 <link rel="stylesheet" href="/medieval.css" type="text/css" title="Medieval Style" media="screen"/>
10 <!--[if lt IE 7]>
11 <script src="/ie7/ie7-standard-p.js" type="text/javascript"></script>
12 <script src="/ie7/ie7-css3-selectors.js" type="text/javascript"></script>
13 <script src="/ie7/ie7-css-strict.js" type="text/javascript"></script>
14 <script src="/ie7/ie7-overflow.js" type="text/javascript"></script>
15 <![endif]-->
16 </head>
17 <body>
18 <table class="mainlayout">
19 <tr>
20 <th class="topbar" colspan="4">Crossfire TRT</th>
21 </tr>
22 <tr>
23 <td class="sidebar left topalign">
24 [% FOREACH item = leftbar -%]
25 <img src="/images/runes/[% item %].png" alt="[% item %]"/>
26 [% END -%]
27 </td>
28 <td class="menucontainer topalign">
29 <img src="/images/crossfire.png" alt="Crossfire TRT" style="width: 100%;"/>
30 [% FOREACH item IN menu %]
31 <table>
32 <tr><th class="border-horiz">[% item.title %]</th></tr>
33 [% FOREACH subitem IN item.menu %]
34 <tr><td><img src="/images/beholder.png"/> <a href="[% subitem.href %]">[% subitem.title %]</a></td></tr>
35 [% END %]
36 </table>
37 [% END %]
38 </td>
39 <td class="window">
40 <table class="window">
41 <tr>
42 <td rowspan="3" class="border-vert"></td>
43 <th class="border-horiz">About/News</th>
44 <td rowspan="3" class="border-vert"></td>
45 </tr>
46 <tr class="content">
47 <td class="content">
48 [% BLOCK template -%] $contents [% END -%]
49 [% PROCESS template %]
50 </td>
51 </tr>
52 <tr>
53 <th class="border-horiz"></th>
54 </tr>
55 </table>
56 </td>
57 <td class="sidebar right topalign">
58 [% FOREACH item = rightbar -%]
59 <img src="/images/monsters/[% item %].png" alt="[% item %]"/>
60 [% END -%]
61 </td>
62 </tr>
63 </table>
64 </body>
65 </html>
66 <!--
67 <div id="server">
68 <p>Users<br/>on the<br/><a href="index.html">Server</a><br/><br/><b><!- -#include file="usercount.crossfire.schmorp.de"- -></b></p>
69 <img src="/images/server_gauge.png" height="100%" alt="server gauge"/>
70 </div>
71 -->