infodrom.style aufgenommen + © korrigiert
authorJoey Schulze <joey@infodrom.org>
Tue, 14 Nov 2000 12:12:11 +0000 (12:12 +0000)
committerJoey Schulze <joey@infodrom.org>
Tue, 14 Nov 2000 12:12:11 +0000 (12:12 +0000)
Styles/basic.style
Styles/infodrom.style [new file with mode: 0644]

index 330339e..c27e581 100644 (file)
@@ -20,7 +20,8 @@
 # Page footer
 #
 <define-tag page-footer>
-<hr><address>&#169 <a href="http://www.infodrom.ffis.de/">Infodrom Oldenburg</a>, <:
+# &copy; = &#169;
+<hr><address>&copy; <a href="http://www.infodrom.ffis.de/">Infodrom Oldenburg</a>, <:
 @months =
 #    ("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec");
     ("Dummy", "Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember");
diff --git a/Styles/infodrom.style b/Styles/infodrom.style
new file mode 100644 (file)
index 0000000..355e645
--- /dev/null
@@ -0,0 +1,56 @@
+#include <basic.style>
+#use wml::std::box
+
+<define-container page>
+<set-var %attributes>
+
+<if <not <get-var title>>
+    <set-var title="Infodrom Oldenburg">>
+
+<html>
+<head><title><get-var title></title></head>
+<body bgcolor="#ffffff" text="#000000" vlink="#000090" alink="#e709f7" link="#1717ef">
+
+<table border=0 cellpadding=0 cellspacing=5 width=100%>
+<tr>
+  <td valign="top" align=left width=15%>
+    <box header="<font size=-1 face="Helvetica,Arial" color="#008dfd"><b>Links</b></font>"
+         bdcolor="#008dfd" bdwidth=2 bdspace=10
+         bgcolor="#FFFFFF">
+      <font face="helvetica,arial" size=-1 color="#008dfd">
+#include 'submenu.inc'
+      </font>
+    </box>
+  </td>
+  <td valign="top" align=left width=85%>
+
+%body
+  </td>
+</tr>
+</table>
+
+<hr>
+
+# &copy; = &#169;
+<address>&copy; <a href="http://www.infodrom.ffis.de/">Infodrom Oldenburg</a>, <:
+@months =
+#    ("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec");
+    ("Dummy", "Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember");
+
+#($date_sec,$date_min,$date_hour,$date_mday,$date_mon,$date_year,$date_wday,$date_isdst)
+#    = localtime(); $date_year += 1900;
+#printf "%d %s %d", $date_mday, $months[$date_mon], $date_year;
+
+"<get-var WML_SRC_ISOTIME>" =~ /^(\d+)-(\d+)-(\d+)\s/;
+
+printf "Last modified: %d. %s %d", $1, $months[$2], $3;
+:></address>
+
+</body>
+</html>
+</define-container>
+
+# <db>
+#   Name der Haupt-Datenbank fuer diesen Bereich
+#
+<define-tag db>web</define-tag>