[Python-checkins] r54302 - tracker/instances/python-dev/html/page.html tracker/instances/python-dev/html/style.css

erik.forsberg python-checkins at python.org
Mon Mar 12 20:51:55 CET 2007


Author: erik.forsberg
Date: Mon Mar 12 20:51:51 2007
New Revision: 54302

Modified:
   tracker/instances/python-dev/html/page.html
   tracker/instances/python-dev/html/style.css
Log:

Add warning about tracker not being in production. Fixes
http://psf.upfronthosting.co.za/roundup/meta/issue86.


Modified: tracker/instances/python-dev/html/page.html
==============================================================================
--- tracker/instances/python-dev/html/page.html	(original)
+++ tracker/instances/python-dev/html/page.html	Mon Mar 12 20:51:51 2007
@@ -25,7 +25,16 @@
 ">
   <!--  Logo  -->
   <h1 id="logoheader">
-<a accesskey="1" href="." id="logolink"><img src="http://python.org/images/python-logo.gif" alt="homepage" border="0" id="logo" /></a></h1>
+    <a accesskey="1" href="." id="logolink">
+       <img src="http://python.org/images/python-logo.gif" 
+            alt="homepage" border="0" id="logo" /></a>
+  </h1>
+  <div id="demowarning">This tracker is not yet in production
+  use. Use <a
+  href="http://sourceforge.net/tracker/?group_id=5470">SourceForge</a>
+  to report bugs for the time being</div>
+
+
 <div id="left-hand-navigation">
   
     <!--  Main Menu NEED LEVEL TWO HEADER AND FOOTER -->

Modified: tracker/instances/python-dev/html/style.css
==============================================================================
--- tracker/instances/python-dev/html/style.css	(original)
+++ tracker/instances/python-dev/html/style.css	Mon Mar 12 20:51:51 2007
@@ -452,3 +452,11 @@
 }
 
 
+#demowarning {
+   position: absolute;
+   top: 10px;
+   left: 260px;
+   font-weight: bold;
+   font-size: 110%;
+   color: red;
+}


More information about the Python-checkins mailing list