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

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.9 <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="news.rss"/>
9 pippijn 1.3 <link rel="stylesheet" href="/medieval.css" type="text/css" title="Medieval Style" media="screen"/>
10 root 1.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 pippijn 1.1 </head>
17     <body>
18 elmex 1.7 <table class="mainlayout">
19 pippijn 1.4 <tr>
20     <th class="topbar" colspan="4">Crossfire TRT</th>
21     </tr>
22     <tr>
23 root 1.12 <td class="sidebar left topalign">
24 pippijn 1.4 [% FOREACH item = leftbar -%]
25     <img src="/images/runes/[% item %].png" alt="[% item %]"/>
26     [% END -%]
27     </td>
28 root 1.12 <td class="menucontainer topalign" width="15em">
29 pippijn 1.4 <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 pippijn 1.3 [% END %]
38 pippijn 1.4 </td>
39 root 1.13 <td class="window">
40 pippijn 1.4 <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 elmex 1.8 <td class="content">
48 pippijn 1.4 [% 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 pippijn 1.1 <div id="server">
68 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>
69 pippijn 1.3 <img src="/images/server_gauge.png" height="100%" alt="server gauge"/>
70 pippijn 1.1 </div>
71 pippijn 1.4 -->