355e6456b600389acf1530c75768ab575d2c73f2
[infodrom.org/www.infodrom.org] / Styles / infodrom.style
1 #include <basic.style>
2 #use wml::std::box
3
4 <define-container page>
5 <set-var %attributes>
6
7 <if <not <get-var title>>
8     <set-var title="Infodrom Oldenburg">>
9
10 <html>
11 <head><title><get-var title></title></head>
12 <body bgcolor="#ffffff" text="#000000" vlink="#000090" alink="#e709f7" link="#1717ef">
13
14 <table border=0 cellpadding=0 cellspacing=5 width=100%>
15 <tr>
16   <td valign="top" align=left width=15%>
17     <box header="<font size=-1 face="Helvetica,Arial" color="#008dfd"><b>Links</b></font>"
18          bdcolor="#008dfd" bdwidth=2 bdspace=10
19          bgcolor="#FFFFFF">
20       <font face="helvetica,arial" size=-1 color="#008dfd">
21 #include 'submenu.inc'
22       </font>
23     </box>
24   </td>
25   <td valign="top" align=left width=85%>
26
27 %body
28   </td>
29 </tr>
30 </table>
31
32 <hr>
33
34 # &copy; = &#169;
35 <address>&copy; <a href="http://www.infodrom.ffis.de/">Infodrom Oldenburg</a>, <:
36 @months =
37 #    ("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec");
38     ("Dummy", "Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember");
39
40 #($date_sec,$date_min,$date_hour,$date_mday,$date_mon,$date_year,$date_wday,$date_isdst)
41 #    = localtime(); $date_year += 1900;
42 #printf "%d %s %d", $date_mday, $months[$date_mon], $date_year;
43
44 "<get-var WML_SRC_ISOTIME>" =~ /^(\d+)-(\d+)-(\d+)\s/;
45
46 printf "Last modified: %d. %s %d", $1, $months[$2], $3;
47 :></address>
48
49 </body>
50 </html>
51 </define-container>
52
53 # <db>
54 #   Name der Haupt-Datenbank fuer diesen Bereich
55 #
56 <define-tag db>web</define-tag>