[Zope-CVS] CVS: Products/CompositePage/www - addSlotDefForm.zpt:1.1 slot.gif:1.1

Shane Hathaway shane at zope.com
Fri Dec 26 15:43:31 EST 2003


Update of /cvs-repository/Products/CompositePage/www
In directory cvs.zope.org:/tmp/cvs-serv18360/www

Added Files:
	addSlotDefForm.zpt slot.gif 
Log Message:
Added slot definitions.

Slot definitions let you define the meaning of named slots.


=== Added File Products/CompositePage/www/addSlotDefForm.zpt ===
<h1 tal:replace="structure here/manage_page_header">Header</h1>

<h2 tal:define="form_title string:Add Slot Definition"
    tal:replace="structure here/manage_form_title">Form Title</h2>

<p class="form-help">
Slot definitions specify parameters and constraints for composite slots.
The ID of a slot definition corresponds with the slot name it constrains.
</p>

<form action="manage_addSlotDef" method="POST">
<table cellspacing="0" cellpadding="2" border="0">
  <tr>
    <td align="left" valign="top">
    <div class="form-label">
    Id
    </div>
    </td>
    <td align="left" valign="top">
    <input type="text" name="id" size="40" />
    </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>


=== Added File Products/CompositePage/www/slot.gif ===
  <Binary-ish file>



More information about the Zope-CVS mailing list