[Zope3-checkins] CVS: Zope3/src/zope/app/advanced -
editfactory.dtml:1.1
Philipp von Weitershausen
philikon at philikon.de
Thu Apr 1 13:12:06 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/advanced
In directory cvs.zope.org:/tmp/cvs-serv20183
Added Files:
editfactory.dtml
Log Message:
Final HEAD checkin of Factory Support. For detailed messages
during the development, see the faassen-advancequery-branch.
=== Added File Zope3/src/zope/app/advanced/editfactory.dtml ===
<html><head><title>Change a factory</title></head>
<body bgcolor="#FFFFFF" link="#000099" vlink="#555555" alink="#77003B">
<!--#var manage_tabs-->
<form action="manage_edit" method="POST">
<table cellspacing="2">
<tr>
<th align="LEFT" valign="TOP">Id</th>
<td align="LEFT" valign="TOP"><!--#var id--></td>
</tr>
<tr>
<th align="LEFT" valign="TOP">Title</th>
<td align="LEFT" valign="TOP"><input type="TEXT" name="title"
size="40" value="<!--#var title-->"></td>
</tr>
<tr>
<th align="LEFT" valign="TOP">Add list name</th>
<td align="LEFT" valign="TOP"><input type="TEXT" name="object_type"
size="40" value="<!--#var object_type-->"></td>
</tr>
<tr><th ALIGN="LEFT">Method</th>
<td ALIGN="LEFT"><select name="initial">
<!--#in objectIds-->
<option
<!--#if expr="_['sequence-item']==initial"-->SELECTED<!--#/if-->
><!--#var sequence-item--></option>
<!--#/in-->
</select></td></tr>
<tr><td></td><td><br><input type="SUBMIT" value="Change"></td></tr>
</table></form>
The <strong>Method</strong> is the method that will be invoked when a
user adds a new object. This must be one of the objects in the
product, typically a Document.
</body></html>
More information about the Zope3-Checkins
mailing list