Added favicon
[infodrom.org/infocon.infodrom.org] / Styles / infocon.style
index d172d4a..03845d2 100644 (file)
 # Sollte eigentlich in <address></address> eingefaßt sein, kursiv sieht's aber nicht aus.
 #
 <define-tag page-footer>
+<font face="Helvetica,Arial" size="-1">&copy; <a href="<root_prefix>impressum.html">InfoCon</a>
+</font>
+</define-tag>
+
+<define-tag old-page-footer>
 # &copy; = &#169;
 <font face="Helvetica,Arial" size="-1">&copy; <a href="<root_prefix>impressum.html">InfoCon</a>, <:
 @months =
@@ -50,18 +55,32 @@ printf "Letzte 
     <set-var menu="<div align=center><b>Infos</b></div><br>">
 >
 
-<html>
+<html lang="de">
 <head>
-<title><get-var title></title>
+<title>InfoCon - <get-var title></title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<link href="<root_prefix>infocon.css" rel="stylesheet" type="text/css">
+<link rel="icon" href="<root_prefix>favicon.ico" type="image/x-icon">
+<link rel="shortcut icon" href="<root_prefix>favicon.ico" type="image/x-icon">
+<meta name="Language"  content="de">
+
+<meta name="Keywords"  content="GNU/Linux, Linux, Freie Software, Free Software, Oldenburg, \
+   Dienstleistung, Support, Schulung, Service, Perl, Python, PHP, Web, JavaScript, \
+   Programmierung, Anpassung, Consulting, Customising, Norddeutschland, Weser-Ems, \
+   RRD, Datenbanken, SQL, kommerz, Kommerziell, Business, Joey, IT-Consulting, \
+   Entwicklung, Planung, Wartung, Administration, Niedersachsen, Firma, Company, \
+   commercial, Überwachung, Monitoring, Visualisierung, Statistik, Statistikauswertung, \
+   Datenauswertung, <get-var keywords>">
+<meta name="Robots"  content="index,follow">
+
 </head>
 
-<body bgcolor=#ffffff>
+<body>
 
 <table cellspacing=0 cellpadding=0 border=0 width=100%>
 
 <tr>
-  <td width=90><img src="<root_prefix>Pics/infocon-90.png" align=center alt="[InfoCon]" width=90 height=122></td>
+  <td width=90><a href="<root_prefix>"><img src="<root_prefix>Pics/infocon-90.png" align=center alt="[InfoCon]" border=0></a></td>
   <td width=<page-horiz-space>></td>
   <td width=100%>
        <h1 align=center><font face=Helvetica>Information &amp; Consulting</font></h1>
@@ -73,7 +92,8 @@ printf "Letzte 
 <td rowspan=2 align=center>
 
 <:
-    @menu = ('Infos','Dienstleistungen','Shop');
+    # @menu = ('Infos','Dienstleistungen','Shop');
+    @menu = ('Infos','Dienstleistungen');
     %menu_dir = ('Infos'            => 'infos',
                 'Dienstleistungen' => 'service',
                 'Shop'             => 'shop',
@@ -122,7 +142,7 @@ printf "Letzte 
   <td width=90 valign=top bgcolor=#5dbbf9>
     <img src="<root_prefix>Pics/corner-upperleft.png" align="left" border="0" hspace="0" vspace="0" alt="" width="16" height="16">
     <img src="<root_prefix>Pics/corner-upperright.png" align="right" border="0" hspace="0" vspace="0" alt="" width="16" height="16">
-  <font face="Helvetica"><get-var menu>
+  <font size="-1" face="Helvetica"><get-var menu>
 
 #include "submenu.inc"
 
@@ -136,8 +156,33 @@ printf "Letzte 
 
 #  <td width=100% valign=top><font face=Helvetica>
 
+<div class="date">
+<script type="text/javascript">
+  var today = new Date;
+  var year = today.getYear();
+  var mon = ['Januar','Februar','März','April','Mai','Juni','Juli','August','September','Oktober','November','Dezember'];
+
+  if (year < 200)
+    year += 1900;    
+
+  if (year > 2006 && year < 2100)
+    document.write(today.getDate()
+                   +". " + mon[today.getMonth()]
+                   +" " + year);
+</script>
+</div>
+
+<div id=page>
+<div id=border>
+<h3 id=pagetitle><get-var title></h3>
+<div id=content>
+
   %body
 
+</div>
+</div>
+</div>
+
   </font>
   </td></tr></table>
   </td>