File:  [Repository] / ECHO_content / zpt / ChangeECHO_support.zpt
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Thu Jul 27 15:27:34 2006 UTC (17 years, 11 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
bug in writemetadata fixes

    1: <h1 tal:replace="structure here/manage_page_header">Header</h1>
    2: 		<h2>
    3: 			Change sponsors 
    4: 		</h2>
    5: 		<form action="ECHO_support_config" method="post">
    6: 			
    7: 			<table tal:define="global i python:0">
    8: 			<!-- 
    9: 				<tr>
   10: 					<td>
   11: 						<i>
   12: 							Title:
   13: 						</i>
   14: 					</td>
   15: 					<td>
   16: 						<input name="title" size="40">
   17: 					</td>
   18: 				</tr>
   19: 			-->
   20: 				<tr>
   21: 					<td>
   22: 						<b>
   23: 							Supported by:
   24: 						</b>
   25: 						<p>
   26: 						<div tal:repeat="item here/partners/getInstitutions">
   27: 							<div tal:condition="python:item.getId() in here.getSupporter()">
   28: 								<input type="checkbox" name="institutions" tal:attributes="value item/id"  checked />
   29: 							<span tal:content="item/title"/>
   30: 							</div>
   31: 							<div tal:condition="not:python:item.getId() in here.getSupporter()">
   32: 								<input type="checkbox" name="institutions" tal:attributes="value item/id" />
   33: 							<span tal:content="item/title"/>
   34: 							</div>
   35: 						</div>
   36: 					</td>
   37: 				</tr>
   38: 			</table>
   39: 			<input type="submit">
   40: 			<input type="reset">
   41: <h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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