File:  [Repository] / ECHO_content / Attic / ChangeECHO_refObj.zpt
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Nov 25 11:19:47 2003 UTC (20 years, 7 months ago) by casties
Branches: vendor
CVS tags: start
Neu-Import wegen Problemen im repository...


    1: <html>
    2:   <body>
    3:     <h2>ChangeECHO_refObj</h2>
    4:     <form name="form" action="changeECHO_refObj">
    5:       <table>
    6:       <tr><td><b> ID: </b></td><td><input type="text" name="id" tal:attributes="value here/id"></td></tr>
    7:       <tr><td><b> RefID: </b></td><td><input type="text" name="refId" tal:attributes="value here/refId"></td></tr>
    8:       <tr><td><b> Title: </b></td><td><input type="text" name="title" tal:attributes="value here/title"></td></tr>
    9:       <tr><td><b> Label: </b></td><td><input type="text" name="label" tal:attributes="value here/label"></td></tr>
   10:       <tr><td><b> Description:</b></td><td><textarea name="description" cols=80 rows=40 tal:content="here/description"></textarea></td></tr>
   11:       <tr><td><b> Content-Type: </b></td><td><input type="text" name="content_type" tal:attributes="value here/content_type"></td></tr>
   12:       <tr><td><b> Responsible: </b></td><td><input type="text" name="responsible" tal:attributes="value here/responsible"></td></tr>
   13: </table>
   14:       <h3>Scientific Information</h3>
   15: <table>
   16: 
   17:       <tr><td><b> Source-Type: </b></td><td><input type="text" name="source_type" tal:attributes="value python:here.scientific_Information.source_type"></td></tr>
   18:       <tr><td><b> Period: </b></td><td><input type="text" name="period" tal:attributes="value here/scientific_Information/get_period"></td></tr>
   19:       </table>
   20: 
   21:       <h4>Classification</h4>
   22:       <table>
   23:       <tr><td><b> Context: </b></td><td><input type="text" name="context" tal:attributes="value python:here.scientific_Information.scientific_Classification.get_context()"></td></tr>
   24:       <tr><td><b> Science: </b></td><td><input type="text" name="science" tal:attributes="value python:here.scientific_Information.scientific_Classification.get_science()"></td></tr>
   25:       <tr><td><b> Practice: </b></td><td><input type="text" name="practice" tal:attributes="value python:here.scientific_Information.scientific_Classification.get_practice()"></td></tr>
   26:  </table>
   27:            
   28: <h3> Credits:</h3>
   29:       
   30:       <div tal:repeat="item here/partners/getPartners">
   31: 	
   32: 	<div tal:condition="python:item.getId() in here.credits">
   33: 	  
   34: 	  <input type="checkbox" name="credits" tal:attributes="value item/id" tal:content="item/title" checked/>
   35: 	</div>
   36: 	<div tal:condition="not:python:item.getId() in here.credits">
   37: 		<input type="checkbox" name="credits" tal:attributes="value item/id" tal:content="item/title"/>
   38: 	</div>
   39: 
   40:       </div>
   41:       <input type="submit" value="Add"><br><br>
   42:        </form>
   43:    </body>
   44: </html>

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