[cvs-annodex] commit (/annodex): cmmlwiki/trunk/cgi-bin/edit.cgi cmmlwiki/trunk/cmmlwiki/html.py

conrad nobody at lists.annodex.net
Tue Sep 27 11:31:36 EST 2005


Update of /annodex (new revision 1525)

Modified files:
   cmmlwiki/trunk/cgi-bin/edit.cgi
   cmmlwiki/trunk/cmmlwiki/html.py

Log Message:
bugfix in title/h1 banner, cleanup


Modified: cmmlwiki/trunk/cgi-bin/edit.cgi
===================================================================
--- cmmlwiki/trunk/cgi-bin/edit.cgi	2005-09-27 01:08:49 UTC (rev 1524)
+++ cmmlwiki/trunk/cgi-bin/edit.cgi	2005-09-27 01:31:35 UTC (rev 1525)
@@ -92,7 +92,7 @@
 
     actions = """
 [<a href="%s/%s">Play</a>]
-[<a href="%s/%s?action=edit">Insert annotations clip</a>]
+[<a href="%s/%s?action=edit">Insert clip</a>]
 """ % (view_base, name, edit_base, name)
     cmmlwiki.browse.item_summary (inspector, ixi, actions)
 

Modified: cmmlwiki/trunk/cmmlwiki/html.py
===================================================================
--- cmmlwiki/trunk/cmmlwiki/html.py	2005-09-27 01:08:49 UTC (rev 1524)
+++ cmmlwiki/trunk/cmmlwiki/html.py	2005-09-27 01:31:35 UTC (rev 1525)
@@ -28,7 +28,7 @@
 <body>
 <div id="globalWrapper">
 <h1><a href="%s">Collection</a>: %s</h1>
-""" % (edit_base, title, title)
+""" % (title, edit_base, title)
 
 def html_foot():
     print """


-- 
conrad



More information about the cvs-annodex mailing list