ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/www/template.html
Revision: 1.6
Committed: Sun Sep 16 07:59:39 2007 UTC (16 years, 10 months ago) by pippijn
Content type: text/html
Branch: MAIN
Changes since 1.5: +1 -0 lines
Log Message:
completed rss

File Contents

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