[Scummvm-cvs-logs] SF.net SVN: scummvm:[46182] doxygen

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sun Nov 29 01:17:41 CET 2009


Revision: 46182
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46182&view=rev
Author:   fingolfin
Date:     2009-11-29 00:17:40 +0000 (Sun, 29 Nov 2009)

Log Message:
-----------
DOXYGEN: Tweak HTML&CSS templates (fixes hrefs to page anchors)

Modified Paths:
--------------
    doxygen/scummvm.css
    doxygen/scummvm.footer
    doxygen/scummvm.header

Modified: doxygen/scummvm.css
===================================================================
--- doxygen/scummvm.css	2009-11-28 23:44:06 UTC (rev 46181)
+++ doxygen/scummvm.css	2009-11-29 00:17:40 UTC (rev 46182)
@@ -1,5 +1,5 @@
 body {
-  background-image: url('/images/body-bg.png'); margin: 10px;
+  background-image: url('images/body-bg.png'); margin: 10px;
   background-color: #efc418;	
 	background-repeat: repeat-x;
 }
@@ -86,11 +86,11 @@
 
 TD.toprow, TH.toprow
 {
-	background-image: url('/images/gradient_2.gif');
+	background-image: url('images/gradient_2.gif');
 	color: #fff;
 	font-weight: bold;
 	background: #a82709;
-	background-image: url('/images/par-head.png');
+	background-image: url('images/par-head.png');
 	background-repeat: repeat-x;
 	padding: 6px;
 	font-size: 12px;
@@ -149,7 +149,7 @@
 /* for the tree view */
 .ftvtree {
 	font: normal 8pt/normal verdana, tahoma, arial, helvetica, sans-serif;
-	background: rgb(239, 196, 24) url('/images/body-bg.png') repeat-x scroll 0 0;
+	background: rgb(239, 196, 24) url('images/body-bg.png') repeat-x scroll 0 0;
 	margin-top: 0px;
 	margin:0.5em;	
 }

Modified: doxygen/scummvm.footer
===================================================================
--- doxygen/scummvm.footer	2009-11-28 23:44:06 UTC (rev 46181)
+++ doxygen/scummvm.footer	2009-11-29 00:17:40 UTC (rev 46182)
@@ -12,9 +12,9 @@
     <td colspan="4">
       <table width="100%" border="0" cellspacing="0" cellpadding="0">
         <tr>
-          <td><img src="/images/curve_bl.png" width="20" height="20" alt="curved edge"></td>
+          <td><img src="$relpath$images/curve_bl.png" width="20" height="20" alt="curved edge"></td>
           <td width="100%" bgcolor="#fbf1ce"> </td>
-          <td align="right" valign="bottom"><img src="images/curve_br.png" width="20" height="20" alt="curved edge"></td>
+          <td align="right" valign="bottom"><img src="$relpath$images/curve_br.png" width="20" height="20" alt="curved edge"></td>
         </tr>
       </table>
     </td>

Modified: doxygen/scummvm.header
===================================================================
--- doxygen/scummvm.header	2009-11-28 23:44:06 UTC (rev 46181)
+++ doxygen/scummvm.header	2009-11-29 00:17:40 UTC (rev 46182)
@@ -1,24 +1,25 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
   <head>
-    <title>ScummVM::Doxygen</title>
-    <base href="http://doxygen.scummvm.org/">
-    <link rel="stylesheet" href="/layout.css" type="text/css">
-    <link rel="stylesheet" href="/tabs.css" type="text/css">
-    <link rel="stylesheet" href="/scummvm.css" type="text/css">
+    <title>ScummVM :: Doxygen</title>
+	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+    <link rel="stylesheet" href="$relpath$doxygen.css" type="text/css">
+    <link rel="stylesheet" href="$relpath$tabs.css" type="text/css">
+    <link rel="stylesheet" href="$relpath$scummvm.css" type="text/css">
   </head>
   <body>
 <table width="90%" border="0" cellspacing="0" cellpadding="0" align="center">
   <tr> 
-    <td><img src="/images/logo.png" width="199" height="65" alt="ScummVM logo"></td>
+    <td><img src="$relpath$images/logo.png" width="199" height="65" alt="ScummVM logo"></td>
 
-    <td width="50%" style="background-image: url('/images/top_bg.png'); vertical-align: middle; text-align: left; white-space:nowrap;">
+    <td width="50%" style="background-image: url('$relpath$images/top_bg.png'); vertical-align: middle; text-align: left; white-space:nowrap;">
       <a href="http://www.scummvm.org/" target="_parent">ScummVM website</a> - 
       <a href="http://forums.scummvm.org/" target="_parent">Forums</a> -
       <a href="http://www.scummvm.org/contact.php" target="_parent">Contact us</a> -
       <b><a href="http://www.gog.com/en/frontpage/pp/22d200f8670dbdb3e253a90eee5098477c95c23d" target="_parent">Buy Supported Games</a></b> 
 	</td>
 	
-	<td width="50%" style="background-image: url('/images/top_bg.png'); vertical-align: middle; text-align: right; white-space:nowrap;">
+	<td width="50%" style="background-image: url('$relpath$images/top_bg.png'); vertical-align: middle; text-align: right; white-space:nowrap;">
 
   <!-- new nav table -->
 
@@ -31,7 +32,7 @@
 
     </td>
 
-    <td><img src="/images/curve_tr.png" width="20" height="65" alt="curved edge"></td>
+    <td><img src="$relpath$images/curve_tr.png" width="20" height="65" alt="curved edge"></td>
 
   </tr>
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list