Revision: 8059
          http://svn.sourceforge.net/mailman/?rev=8059&view=rev
Author:   mindlace23
Date:     2006-10-12 20:33:25 -0700 (Thu, 12 Oct 2006)

Log Message:
-----------
checkpoint checkin before going crazy with the userdb cheez-whiz

Modified Paths:
--------------
    branches/soc2006-webui/XUI/xui/templates/content.html
    branches/soc2006-webui/XUI/xui/templates/pieces/lists.html

Modified: branches/soc2006-webui/XUI/xui/templates/content.html
===================================================================
--- branches/soc2006-webui/XUI/xui/templates/content.html       2006-10-12 
18:53:20 UTC (rev 8058)
+++ branches/soc2006-webui/XUI/xui/templates/content.html       2006-10-13 
03:33:25 UTC (rev 8059)
@@ -5,6 +5,8 @@
 <xi:include py:for="piece in pieces" href="$piece" />
 <head>
     <link type="text/css" href="/static/global.css" rel="stylesheet" />
+    <script type="text/javascript" 
src="/static/mochikit/MochiKit/MochiKit.js"></script>
+    <script type="text/javascript" src="/static/global.js"></script>
     <title py:strip="">generic title</title>
 </head>
 <body>

Modified: branches/soc2006-webui/XUI/xui/templates/pieces/lists.html
===================================================================
--- branches/soc2006-webui/XUI/xui/templates/pieces/lists.html  2006-10-12 
18:53:20 UTC (rev 8058)
+++ branches/soc2006-webui/XUI/xui/templates/pieces/lists.html  2006-10-13 
03:33:25 UTC (rev 8059)
@@ -2,9 +2,9 @@
         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:py="http://genshi.edgewall.org/"; 
xmlns:xi="http://www.w3.org/2001/XInclude"; py:strip="">
 
-<head py:match="head"> 
+<head py:match="head">
+    <link py:replace="select('*')" />
     <title>Mail lists for ${sitename}</title>
-    <link py:replace="select('*')" />
 </head>
 
 <body py:strip="">


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to