File:  [Repository] / ECHO_content / zpt / AddECHO_linkForm.zpt
Revision 1.4: download - view: text, annotated - select for diffs - revision graph
Tue Dec 13 12:45:22 2005 UTC (18 years, 6 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
change utf-8 handlingCVS: ----------------------------------------------------------------------

    1: <h1 tal:replace="structure here/manage_page_header">Header</h1>
    2:     <h2>Add a new Link</h2>
    3:     <form name="form" action="manage_addECHO_link">
    4:     <table>
    5:       <tr><td> ID: </td><td><input type="text" name="id" size=20></td></tr>
    6:       <tr><td> Title: </td><td><input type="text" name="title" size=40></td></tr>
    7:       <tr><td> Label: </td><td><input type="text" name="label" size=40></td></tr>
    8:       <tr><td> Link: </td><td><input type="text" name="link" size=80></td></tr>
    9:       <tr><td> Weight: </td><td><input type="text" name="weight" size=20></td></tr>
   10:       <tr><td> Description:</td><td><textarea name="description" cols=40 rows=10></textarea></td></tr>
   11:       <tr><td> <i>Content-Type:</i> </td><td><select name="contentType" tal:content="structure python:here.contentTypeSelector_HTML()"/></td></tr>
   12:       <tr><td> Responsible Persons (Lastname, FirstName; Lastname, Firstname...): </td><td><input type="text" name="responsible" size=40></td></tr>
   13:      </table>     
   14:      <input type="submit" value="Add">
   15: 
   16:            <h4>Coordinates</h4>
   17:     <table>
   18:       <tr><td> Coord1: </td><td><input type="text" name="coords"></td></tr>
   19:       <tr><td> Coord2: </td><td><input type="text" name="coords"></td></tr>
   20:       <tr><td> Coord3: </td><td><input type="text" name="coords"></td></tr>
   21:       <tr><td> Coord4: </td><td><input type="text" name="coords"></td></tr>
   22:       </table>
   23: 
   24:       <h4>Credits:</h4>
   25: 	<tal:block tal:repeat="item here/getPartners">
   26:          <input type="checkbox" name="credits"  tal:attributes="value item/id">
   27: 	 <tal:block tal:content="item/title"/>
   28:         </tal:block>
   29:       <input type="submit" value="Add">
   30:     </form>
   31: <h1 tal:replace="structure here/manage_page_footer">Footer</h1>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>