[z3-checkins] r5135 - in z3/www/trunk: . five modzope zopexml
faassen at codespeak.net
faassen at codespeak.net
Wed Jun 16 20:38:09 MEST 2004
Author: faassen
Date: Wed Jun 16 20:38:08 2004
New Revision: 5135
Added:
z3/www/trunk/five.html
- copied, changed from r5134, z3/www/trunk/five/index.html
z3/www/trunk/h4_rightmenu.gif (contents, props changed)
z3/www/trunk/pattern.png (contents, props changed)
Removed:
z3/www/trunk/five/
z3/www/trunk/modzope/
z3/www/trunk/zopexml/
Modified:
z3/www/trunk/index.html
z3/www/trunk/style.css
Log:
Move everything into a single directory to be more maintainable
(otherwise relative links get hairy). Add some more style.
Copied: z3/www/trunk/five.html (from r5134, z3/www/trunk/five/index.html)
==============================================================================
--- z3/www/trunk/five/index.html (original)
+++ z3/www/trunk/five.html Wed Jun 16 20:38:08 2004
@@ -5,14 +5,23 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Five, the Zope 3 in Zope 2 project</title>
-<link rel="stylesheet" type="text/css" href="../style.css" title="Design" />
+<link rel="stylesheet" type="text/css" href="style.css" title="Design" />
</head>
<body>
<div id="Header">
<ul>
<li>
- <a href="../" class="home" title="Z3 Base">Z3 Base</a>
+ <a href="index.html" class="home" title="Z3 Base">Z3 Base</a>
+ </li>
+ <li>
+ <a href="five.html" class="home" title="Five">Five</a>
+ </li>
+ <li>
+ <a href="modzope.html" class="home" title="Mod Zope">Mod Zope</a>
+ </li>
+ <li>
+ <a href="zopexml.html" class="home" title="Zope XML">Zope XML</a>
</li>
</ul>
</div>
Added: z3/www/trunk/h4_rightmenu.gif
==============================================================================
Binary file. No diff available.
Modified: z3/www/trunk/index.html
==============================================================================
--- z3/www/trunk/index.html (original)
+++ z3/www/trunk/index.html Wed Jun 16 20:38:08 2004
@@ -12,16 +12,16 @@
<div id="Header">
<ul>
<li>
- <a href="." class="home" title="Z3 Base">Z3 Base</a>
+ <a href="index.html" class="home" title="Z3 Base">Z3 Base</a>
</li>
<li>
- <a href="five" class="home" title="Five">Five</a>
+ <a href="five.html" class="home" title="Five">Five</a>
</li>
<li>
- <a href="modzope" class="home" title="Mod Zope">Mod Zope</a>
+ <a href="modzope.html" class="home" title="Mod Zope">Mod Zope</a>
</li>
<li>
- <a href="zopexml" class="home" title="Zope XML">Zope XML</a>
+ <a href="zopexml.html" class="home" title="Zope XML">Zope XML</a>
</li>
</ul>
</div>
@@ -51,9 +51,9 @@
<h2>Sub projects</h2>
<ul>
- <li><a href="five">Five: Zope 3 in Zope 2</a></li>
- <li><a href="modzope">modzope: run Zope3 within Apache2</a></li>
- <li><a href="zopexml">zopexml: XML support for Zope3</a></li>
+ <li><a href="five.html">Five: Zope 3 in Zope 2</a></li>
+ <li><a href="modzope.html">modzope: run Zope3 within Apache2</a></li>
+ <li><a href="zopexml.html">zopexml: XML support for Zope3</a></li>
</ul>
</div>
Added: z3/www/trunk/pattern.png
==============================================================================
Binary file. No diff available.
Modified: z3/www/trunk/style.css
==============================================================================
--- z3/www/trunk/style.css (original)
+++ z3/www/trunk/style.css Wed Jun 16 20:38:08 2004
@@ -5,7 +5,7 @@
font-family: sans-serif;
margin: 0;
padding; 0;
- background: url("../Layout/pattern.png");
+ background: url("pattern.png");
text-align: center;
}
@@ -107,7 +107,7 @@
padding-left: 10px;
display: block;
border-bottom: 1px dotted #999;
- background: url("../Layout/h4_rightmenu.gif") no-repeat left center;
+ background: url("h4_rightmenu.gif") no-repeat left center;
color: #888;
}
@@ -142,7 +142,6 @@
border-bottom: 2px dotted black;
text-align: left;
font-family: Georgia, serif;
- background: url(../Layout/arrow.png) no-repeat top center;
}
#Content a img { border: 1px solid black; }
More information about the z3-checkins
mailing list