Move the page layout into CSS
[infodrom.org/infocon.infodrom.org] / Styles / infocon.style
index f09c7cf..68d28f2 100644 (file)
@@ -19,7 +19,7 @@
 #
 <define-tag page-footer>
 # &copy; = &#169;
-<font face="Helvetica,Arial">&copy; <a href="http://infocon.infodrom.org/">InfoCon</a>, <:
+<font face="Helvetica,Arial" size="-1">&copy; <a href="<root_prefix>impressum.html">InfoCon</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");
@@ -44,6 +44,7 @@ printf "Letzte 
 <if <not <get-var title>>
     <set-var title="InfoCon - Information & Consulting">>
 
+# Titel im linken Submenü
 <if <not <get-var menu>>
     <set-var menu="<div align=center>&nbsp;</div><br>">
     <set-var menu="<div align=center><b>Infos</b></div><br>">
@@ -51,16 +52,17 @@ printf "Letzte 
 
 <html>
 <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">
 </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>
@@ -72,7 +74,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',
@@ -92,7 +95,7 @@ printf "Letzte 
                    $root_prefix, $dir, $menu_width{$rubrik}, $rubrik, $menu_default;
             } else {
                # We're in but link required
-               printf '<a href="%s%s/"><img src="%sPics/menu-%s.png" width="%d" alt="[%s]" %s></a>',
+               printf '<a href="%s%s/"><img src="%sPics/menu-%s.press.png" width="%d" alt="[%s]" %s></a>',
                    $root_prefix, $dir, $root_prefix, $dir, $menu_width{$rubrik}, $rubrik, $menu_default;
             }
         } else {
@@ -129,14 +132,31 @@ printf "Letzte 
 
 </td>
   <td width=<page-horiz-space>></td>
-  <td width=100% valign=top><font face=Helvetica>
+  <td width=100% valign=top>
+  <table width=100% border=0 cellspacing=2 cellpadding=0><tr><td width=100% align=left valign=top>
+  <font face=Helvetica>
+
+#  <td width=100% valign=top><font face=Helvetica>
+
+<div style="padding-top: 2em"></div>
+
+<div id=page>
+<div id=border>
+<h3 id=pagetitle><get-var title></h3>
+<div id=content>
 
   %body
 
-  </font></td>
+</div>
+</div>
+</div>
+
+  </font>
+  </td></tr></table>
+  </td>
 </tr>
 <tr>
-  <td width=90 valign=botom bgcolor=#5dbbf9>
+  <td width=90 valign=bottom bgcolor=#5dbbf9>
     <img src="<root_prefix>Pics/corner-lowerleft.png" align="left" border="0" hspace="0" vspace="0" alt="" width="17" height="16">
     <img src="<root_prefix>Pics/corner-lowerright.png" align="right" border="0" hspace="0" vspace="0" alt="" width="16" height="16">
   </td>