File:  [Repository] / ECHO_content / zpt / AddECHO_movieForm.zpt
Revision 1.3: 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 Ressource</h2>
    3:     <form name="form" action="manage_addECHO_movie">
    4:     <table>
    5:     
    6:       <tr><td> ID: </td><td><input type="text" name="id" size=50></td></tr>
    7:       <tr><td> Title: </td><td><input type="text" name="title" size=50></td></tr>
    8:       <tr><td> Label: </td><td><input type="text" name="label" size=50></td></tr>
    9:       <tr><td><b> ResourceID<br> (link or resourceID required): </b></td><td><input type="text" name="resourceID" size=80></td></tr>
   10:       <tr><td><b> Link (if no ressourceID): </b></td><td><input type="text" name="link"  size=80></td></tr>
   11:       <tr><td><i> ThumbUrl (if no ressourceID): </i></td><td><input type="text" name="thumbUrl"  size=80></td></tr>
   12:       <tr><td><i> rawFile (if no ressourceID): </i></td><td><input type="text" name="rawFile"  size=80></td></tr>
   13:       <tr><td><i> Link to Lowres (if no ressourceID): </i></td><td><input type="text" name="lowresFile"  size=80></td></tr>
   14:       <tr><td><i> MetaLink (if no ressource ID): </i></td><td><input type="text" name="metalink" size=80></td></tr>
   15: 
   16:       <tr><td> Weigth: </td><td><input type="text" name="weight" size=50></td></tr>
   17:       <tr><td> Description:</td><td><textarea cols=30 rows=10 name="description"></textarea></td></tr>
   18:       <tr><td> <i>Content-Type:</i> </td><td><select name="contentType" tal:content="structure python:here.contentTypeSelector_HTML()"/></td></tr>
   19:       <tr><td> Responsible: </td><td><input type="text" name="responsible" size=50></td></tr>
   20:       
   21:     </table>
   22: 
   23:    
   24:        <h4>Coordinates</h4>
   25:       <table>
   26:       <tr><td> Coord1: </td><td><input type="text" name="coords" size=50></td></tr>
   27:       <tr><td> Coord2: </td><td><input type="text" name="coords" size=50></td></tr>
   28:       <tr><td> Coord3: </td><td><input type="text" name="coords" size=50></td></tr>
   29:       <tr><td> Coord4: </td><td><input type="text" name="coords" size=50></td></tr>
   30:       </table>
   31:       <input type="submit" value="Add">
   32:     </form>
   33: <h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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