[Zope-CVS] CVS: Products/FileCacheManager/www - propsFCM.zpt:1.1
Chris McDonough
chrism at plope.com
Sun Aug 29 20:38:50 EDT 2004
Update of /cvs-repository/Products/FileCacheManager/www
In directory cvs.zope.org:/tmp/cvs-serv22887/www
Added Files:
propsFCM.zpt
Log Message:
Dont allow the selection of RAMCacheManager-only properties.
=== Added File Products/FileCacheManager/www/propsFCM.zpt ===
<h1 tal:replace="structure here/manage_page_header">Header</h1>
<h1 tal:define="management_view string:File System;
manage_tabs_message request/manage_tabs_message|options/manage_tabs_message|nothing"
tal:replace="structure here/manage_tabs">
Form Title Bar
</h1>
<p class="form-help">
Set this cache manager's properties in the form below.
</p>
<form action="manage_editProps" method="POST">
<table cellspacing="0" cellpadding="2" border="0">
<tr>
<td align="left" valign="top">
<div class="form-optional">
Title
</div>
</td>
<td align="left" valign="top">
<input type="text" name="title" size="40"
value="" tal:attributes="value here/title"/>
</td>
</tr>
<tr>
<td align="left" valign="top">
</td>
<td align="left" valign="top">
<div class="form-element">
<input class="form-element" type="submit" name="submit"
value="Save Changes" />
</div>
</td>
</tr>
</table>
</form>
<h1 tal:replace="structure here/manage_page_footer">Footer</h1>
More information about the Zope-CVS
mailing list