File:  [Repository] / ECHO_content / zpt / ChangeECHO_movie_credits.zpt
Revision 1.2: 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>Change Resource <span tal:replace="here/getId"/></h2>
    3:     <h3>Credits</h3>
    4:     <p><b>bold = required</b>  <i>italic = optional</i></p>
    5: 
    6:     <form name="form" action="changeECHO_movie_credits">
    7:       <table>
    8: 	<tr><td><i> Responsible: </i></td><td><input type="text" name="responsible" tal:attributes="value here/responsible"></td></tr>
    9: 	<tr><td> <i>Copyright:</i> </td><td><select name="copyrightType" tal:content="structure python:here.copyrightTypeSelector_HTML(selected=here.getCopyrightType())"/></td></tr>
   10:       </table>
   11: 
   12:       <b> involved Partners:</b><br>	       
   13:       <div tal:repeat="item here/getPartners">
   14: 	
   15: 	<div tal:condition="python:item.getId() in here.getCredits()">
   16: 	  	  <input type="checkbox" name="credits" tal:attributes="value item/id" checked/><span tal:content="item/title"/><br/>
   17: 	</div>
   18: 	<div tal:condition="not:python:item.getId() in here.getCredits()">
   19: 		<input type="checkbox" name="credits" tal:attributes="value item/id"/><span tal:content="item/title"/><br/>
   20: 	</div>
   21: 
   22:       </div>
   23: <input type="submit" value="Change"><br/><br/>
   24: 
   25:     </form>
   26: <h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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