File:  [Repository] / ECHO_content / zpt / AddECHO_externalLinkForm.zpt
Revision 1.8: download - view: text, annotated - select for diffs - revision graph
Wed Jan 31 13:43:36 2007 UTC (17 years, 5 months ago) by casties
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
changes by julia for copyright(?)

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

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