[Zope-CVS] CVS: Products/FileCacheManager/www - editFCM.zpt:1.1
Jens Vagelpohl
jens at dataflake.org
Sun Aug 15 05:39:58 EDT 2004
Update of /cvs-repository/Products/FileCacheManager/www
In directory cvs.zope.org:/tmp/cvs-serv21754/www
Added Files:
editFCM.zpt
Log Message:
- forgot to check in the edit form
=== Added File Products/FileCacheManager/www/editFCM.zpt ===
<h1 tal:replace="structure here/manage_page_header">Header</h1>
<h1 tal:define="management_view string:File System"
tal:replace="structure here/manage_tabs">
Form Title Bar
</h1>
<p class="form-help">
Use this form to change the file system-related values for this
FileCacheManager.
</p>
<form action="manage_edit" method="post">
<table cellspacing="0" cellpadding="2" border="0">
<tr>
<td align="left" valign="top" class="form-label"> Path </td>
<td align="left" valign="top" class="form-element">
<input type="text" name="path" size="40" value=""
tal:attributes="value here/getDir" />
</td>
</tr>
<tr>
<td align="left" valign="top"> </td>
<td align="left" valign="top" class="form-element">
<br />
<input class="form-element" type="submit" name="submit"
value=" Change " />
</td>
</tr>
</table>
</form>
<h1 tal:replace="structure here/manage_page_footer">Footer</h1>
More information about the Zope-CVS
mailing list