[Zope-Checkins] CVS: Zope/lib/python/App/www - chooseDatabase.pt:1.1.2.1
Chris McDonough
chrism@zope.com
Mon, 21 Jul 2003 12:35:20 -0400
Update of /cvs-repository/Zope/lib/python/App/www
In directory cvs.zope.org:/tmp/cvs-serv17213/lib/python/App/www
Added Files:
Tag: Zope-2_7-branch
chooseDatabase.pt
Log Message:
Merge changes from HEAD since the release of Zope 2.7a1 into the Zope-2_7-branch in preparation for release of Zope 2.7b1.
=== Added File Zope/lib/python/App/www/chooseDatabase.pt ===
<h1 tal:replace="structure here/manage_page_header" />
<h2 tal:replace="structure here/manage_tabs" />
<h3>Databases</h3>
<table tal:define="url_quote nocall:
modules/Products/PythonScripts/standard/url_quote">
<tr tal:repeat="name here/getDatabaseNames">
<td tal:define="qname python: url_quote(name)">
<img src="/p_/DatabaseManagement_icon" />
<a tal:content="name" tal:attributes="href
string:${here/absolute_url}/${qname}/manage_main">Main</a>
</td>
</tr>
</table>
<h1 tal:replace="structure here/manage_page_footer" />