ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/www/template.html
Revision: 1.18
Committed: Sun Sep 16 15:24:40 2007 UTC (16 years, 10 months ago) by pippijn
Content type: text/html
Branch: MAIN
Changes since 1.17: +10 -1 lines
Log Message:
concatenate runes and monsters for sidebars

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 pippijn 1.15 <th class="topbar" colspan="4">Crossfire TRT</th>
21 pippijn 1.4 </tr>
22     <tr>
23 pippijn 1.18 <!--
24 root 1.12 <td class="sidebar left topalign">
25 pippijn 1.4 [% FOREACH item = leftbar -%]
26     <img src="/images/runes/[% item %].png" alt="[% item %]"/>
27     [% END -%]
28     </td>
29 pippijn 1.18 -->
30     <td class="sidebar right topalign">
31     <img src="/images/runes-trans.png" alt="Leftbar"/>
32     </td>
33 root 1.12 <td class="menucontainer topalign" width="15em">
34 pippijn 1.4 [% FOREACH item IN menu %]
35     <table>
36     <tr><th class="border-horiz">[% item.title %]</th></tr>
37 pippijn 1.17 <tr><td><img src="/images/crossfire.png" alt="Crossfire TRT" style="width: 100%;"/></td></tr>
38 pippijn 1.4 [% FOREACH subitem IN item.menu %]
39     <tr><td><img src="/images/beholder.png"/> <a href="[% subitem.href %]">[% subitem.title %]</a></td></tr>
40     [% END %]
41     </table>
42 pippijn 1.3 [% END %]
43 pippijn 1.4 </td>
44 root 1.13 <td class="window">
45 pippijn 1.4 <table class="window">
46     <tr>
47     <td rowspan="3" class="border-vert"></td>
48 pippijn 1.16 <th class="border-horiz">$subtitle</th>
49 pippijn 1.4 <td rowspan="3" class="border-vert"></td>
50     </tr>
51     <tr class="content">
52 elmex 1.8 <td class="content">
53 pippijn 1.4 [% BLOCK template -%] $contents [% END -%]
54     [% PROCESS template %]
55     </td>
56     </tr>
57     <tr>
58     <th class="border-horiz"></th>
59     </tr>
60     </table>
61     </td>
62     <td class="sidebar right topalign">
63 pippijn 1.18 <img src="/images/monsters-trans.png" alt="Rightbar"/>
64     </td>
65     <!--
66     <td class="sidebar right topalign">
67 pippijn 1.4 [% FOREACH item = rightbar -%]
68     <img src="/images/monsters/[% item %].png" alt="[% item %]"/>
69     [% END -%]
70     </td>
71 pippijn 1.18 -->
72 pippijn 1.4 </tr>
73     </table>
74     </body>
75     </html>
76     <!--
77 pippijn 1.1 <div id="server">
78 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>
79 pippijn 1.3 <img src="/images/server_gauge.png" height="100%" alt="server gauge"/>
80 pippijn 1.1 </div>
81 pippijn 1.4 -->