wilde: doc/www/src header.html.m4,1.3,1.3.2.1

cvs at intevation.de cvs at intevation.de
Thu Mar 10 11:52:53 CET 2005


Author: wilde

Update of /kolabrepository/doc/www/src
In directory doto:/tmp/cvs-serv22282

Modified Files:
      Tag: KOLAB_ORG_BETA
	header.html.m4 
Log Message:
Moved m4_define from footer.html.m4 here, so it's available everywhere
      in the pages.
Moved the Kolab-logo to the content-header and added a minimalistic
      navigation to the blue bar at the header bottom.
Moved the active PAGE_TITLE to the net navigation bar.


Index: header.html.m4
===================================================================
RCS file: /kolabrepository/doc/www/src/header.html.m4,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- header.html.m4	10 Jun 2004 16:23:00 -0000	1.3
+++ header.html.m4	10 Mar 2005 10:52:51 -0000	1.3.2.1
@@ -2,6 +2,11 @@
     PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
     "http://www.w3.org/TR/html4/loose.dtd">
 
+m4_define(`LINK',
+    `m4_ifelse($1, NO_LINK_FOR,
+        `<b>» $2 «</b><br />',
+        `<a href="$1">$2</a><br />')')
+
 <html>
 
 <head>
@@ -18,6 +23,19 @@
 <!-- Content start -->
 <div id="content">
 
-<div class="cbh">The Kolab Project :: PAGE_TITLE</div>
+<!-- Header bar -->
+<div class="cbh">
+<table>
+<tr><td class="cbhlogo">
+    <a href="index.html"><img title="Homepage"
+       src="images/kolab_logo.small.png"></a>
+    </td>
+    <td class="cbhtext">The Kolab Project</td>
+</tr>
+</table>
+</div>
+<div style="clear:left;" class="mbh">m4_ifelse(index.html, NO_LINK_FOR,
+        `home',
+        `<a class="navbar" href="index.html">home</a> — PAGE_TITLE')</div>
 <!-- Content box start -->
 <div class="cbox">





More information about the commits mailing list