OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-meta Date: 27-Nov-2005 14:12:35
Branch: HEAD Handle: 2005112713123500
Modified files:
openpkg-meta canvas-hack.php canvas-layout.php
canvas-nav-tab.php
Removed files:
openpkg-meta canvas-hack-ie7.js
Log:
flush all recent work on the meta canvas
Summary:
Revision Changes Path
1.2 BLOB openpkg-meta/canvas-hack-ie7.js
1.2 +1 -1 openpkg-meta/canvas-hack.php
1.7 +31 -9 openpkg-meta/canvas-layout.php
1.2 +4 -0 openpkg-meta/canvas-nav-tab.php
____________________________________________________________________________
rm -f openpkg-meta/canvas-hack-ie7.js <<'@@ .'
Index: openpkg-meta/canvas-hack-ie7.js
============================================================================
[NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
@@ .
patch -p0 <<'@@ .'
Index: openpkg-meta/canvas-hack.php
============================================================================
$ cvs diff -u -r1.1 -r1.2 canvas-hack.php
--- openpkg-meta/canvas-hack.php 25 Nov 2005 13:13:34 -0000 1.1
+++ openpkg-meta/canvas-hack.php 27 Nov 2005 13:12:35 -0000 1.2
@@ -33,6 +33,6 @@
<!-- see http://dean.edwards.name/IE7/ for more details. -->
<!--[if lt IE 7]>
<script type="text/javascript">IE7_PNG_SUFFIX = "-T.png";</script>
-<script src="<script language="php">echo $rooturl
</script>canvas-hack-ie7.js" type="text/javascript"></script>
+<script src="<script language="php">echo $rooturl
</script>canvas-hack-ie7/ie7-standard-p.js" type="text/javascript"></script>
<![endif]-->
@@ .
patch -p0 <<'@@ .'
Index: openpkg-meta/canvas-layout.php
============================================================================
$ cvs diff -u -r1.6 -r1.7 canvas-layout.php
--- openpkg-meta/canvas-layout.php 26 Nov 2005 18:08:15 -0000 1.6
+++ openpkg-meta/canvas-layout.php 27 Nov 2005 13:12:35 -0000 1.7
@@ -42,6 +42,7 @@
background-image: url('<?php echo $rooturl
?>canvas/canvas-crop-background.jpg');
background-attachment: fixed;
background-color: #ffffff;
+ color: #000000;
}
DIV#canvas {
@@ -163,18 +164,27 @@
bottom: 0px;
width: 100%;
height: 20px;
- background-color: #e5e0d0;
- color: #999999;
- border-top: 1px solid #999999;
+ background-color: #908070;
+ color: #e0d0c0;
+ border-top: 1px solid #000000;
}
DIV#canvas_foot A {
font-weight: normal;
- text-decoration: none;
- color: #999999;
+ color: #e0d0c0;
}
DIV#canvas_foot SPAN.sep {
- color: #e0e0e0;
+ color: #b0a090;
}
+DIV#canvas_foot DIV.canvas_foot_left {
+ position: absolute;
+ left: 80px;
+ bottom: 4px;
+}
+DIV#canvas_foot DIV.canvas_foot_right {
+ position: absolute;
+ right: 40px;
+ bottom: 4px;
+}
<script language="php">
divert("html-head");
@@ -192,7 +202,7 @@
<div id="canvas">
<div id="canvas_head">
- <img src="<?php echo $rooturl
?>canvas/canvas-crop-head-regular-T.png" alt=""/>
+ <img src="<?php echo $rooturl
?>canvas/canvas-crop-head-regular-T.png" width="800" height="110" alt=""/>
</div>
<div id="canvas_logo">
<img src="<?php echo $rooturl ?>canvas/canvas-crop-logo-T.png"
width="310" height="210" alt="OpenPKG"/>
@@ -212,7 +222,19 @@
<div id="canvas_nav">
<script language="php">echo undivert("canvas-nav");</script>
</div>
- <!-- <div id="canvas_foot">
- </div> -->
+ <div id="canvas_foot">
+ <script language="php">echo undivert("canvas-foot");</script>
+ <div class="canvas_foot_left">
+ Quick Links:
+ <a href="<?php echo $rooturl ?>imprint">Imprint</a> <span
class="sep">|</span>
+ <a href="<?php echo $rooturl ?>sponsors">Sponsors</a> <span
class="sep">|</span>
+ <a href="<?php echo $rooturl ?>search">Search</a>
+ </div>
+ <div class="canvas_foot_right">
+ Validate:
+ <a
href="http://validator.w3.org/check?verbose=1;uri=referer">XHTML</a> <span
class="sep">|</span>
+ <a
href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>
+ </div>
+ </div>
</div>
@@ .
patch -p0 <<'@@ .'
Index: openpkg-meta/canvas-nav-tab.php
============================================================================
$ cvs diff -u -r1.1 -r1.2 canvas-nav-tab.php
--- openpkg-meta/canvas-nav-tab.php 25 Nov 2005 16:20:58 -0000 1.1
+++ openpkg-meta/canvas-nav-tab.php 27 Nov 2005 13:12:35 -0000 1.2
@@ -57,6 +57,7 @@
background-position: right top;
background-image: url('canvas/canvas-crop-background.jpg');
background-color: #ffffff;
+ color: inherit;
}
TABLE.navtab TD.active A {
font-weight: bold;
@@ -70,6 +71,7 @@
background-position: right top;
background-image: url('canvas/canvas-crop-head-dark.png');
background-color: #73665a;
+ color: inherit;
}
TABLE.navtab TD:hover.active {
border-top: 1px solid #f5f5f5;
@@ -77,9 +79,11 @@
border-right: 1px solid #333333;
background-image: url('canvas/canvas-crop-background.jpg');
background-color: #ffffff;
+ color: inherit;
}
TABLE.navtab TD A {
text-decoration: none;
+ background-color: inherit;
color: #000000;
font-weight: normal;
}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]