emanuel: doc/www/src header.html.m4,1.11,1.12

cvs at kolab.org cvs at kolab.org
Thu Jul 21 10:02:15 CEST 2011


Author: emanuel

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

Modified Files:
	header.html.m4 
Log Message:
Changed css and image references to relative links (required to see the full website in local directory)


Index: header.html.m4
===================================================================
RCS file: /kolabrepository/doc/www/src/header.html.m4,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- header.html.m4	15 Apr 2011 19:31:47 -0000	1.11
+++ header.html.m4	21 Jul 2011 08:02:13 -0000	1.12
@@ -5,7 +5,7 @@
 m4_define(`LINK',
     `m4_ifelse($1, NO_LINK_FOR,
         `<b>» $2 «</b><br />',
-        `<a href="/$1">$2</a><br />')')
+        `<a href="$1">$2</a><br />')')
 
 <html>
 
@@ -14,9 +14,9 @@
 <title>Kolab Groupware:: PAGE_TITLE</title>
 <meta name="description" content="Kolab aims to maintain and enhance a complete Free Software groupware solution for UNIX platforms." />
 <meta name="keywords" content= "kolab,groupware,free software,open source, unix,gnu/linux,linux,kde,outlook,kmail,korganizer,kontact,horde,email" />
-<link rel="stylesheet" type="text/css" media="screen" href="/default.css" />
-<link rel="stylesheet" type="text/css" media="print" href="/print.css" />
-<link rel="shortcut icon" type="image/png" href="/images/favicon.png" />
+<link rel="stylesheet" type="text/css" media="screen" href="default.css" />
+<link rel="stylesheet" type="text/css" media="print" href="print.css" />
+<link rel="shortcut icon" type="image/png" href="images/favicon.png" />
 </head>
 
 <body>
@@ -29,8 +29,8 @@
 <div class="cbh">
 <table>
 <tr><td class="cbhlogo">
-    <a href="/index.html"><img title="Homepage"
-       src="/images/kolab_logo.small.png"></a>
+    <a href="index.html"><img title="Homepage"
+       src="images/kolab_logo.small.png"></a>
     </td>
     <td class="cbhtext">Groupware Solution for Emails, Appointments, Contacts and more</td>
 </tr>
@@ -38,7 +38,7 @@
 </div>
 <div style="clear:left;padding-left:1em;" class="mbh">m4_ifelse(index.html, NO_LINK_FOR,
         `home',
-        `<a class="navbar" href="/index.html">home</a> — PAGE_TITLE')</div>
+        `<a class="navbar" href="index.html">home</a> — PAGE_TITLE')</div>
 </div>
 
 <!-- Content box start -->





More information about the commits mailing list