[Zope-CVS] CVS: Products/AdaptableStorage/ZMI/www - addFilesystemMount.zpt:1.1
Shane Hathaway
shane@cvs.zope.org
Thu, 18 Jul 2002 22:05:13 -0400
Update of /cvs-repository/Products/AdaptableStorage/ZMI/www
In directory cvs.zope.org:/tmp/cvs-serv12836/ZMI/www
Added Files:
addFilesystemMount.zpt
Log Message:
Added a simple addable type: "filesystem mount point". It really works!
(though I've done only limited testing.)
=== Added File Products/AdaptableStorage/ZMI/www/addFilesystemMount.zpt ===
<h1 tal:replace="structure here/manage_page_header">Header</h1>
<h2 tal:define="form_title
string:Add Filesystem Mount Point (AdaptableStorage)"
tal:replace="structure here/manage_form_title">Form Title</h2>
<form action="manage_addFilesystemMountPoint" method="POST">
<table cellspacing="0" cellpadding="2" border="0">
<tr>
<td align="left" valign="top">
<div class="form-label">
Filesystem path
</div>
</td>
<td align="left" valign="top">
<input type="text" name="fs_path" size="60" />
</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=" Add " />
</div>
</td>
</tr>
</table>
</form>
<h1 tal:replace="structure here/manage_page_footer">Footer</h1>