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, 9 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
bug in writemetadata fixes

<h1 tal:replace="structure here/manage_page_header">Header</h1>
		<h2>
			Change sponsors 
		</h2>
		<form action="ECHO_support_config" method="post">
			
			<table tal:define="global i python:0">
			<!-- 
				<tr>
					<td>
						<i>
							Title:
						</i>
					</td>
					<td>
						<input name="title" size="40">
					</td>
				</tr>
			-->
				<tr>
					<td>
						<b>
							Supported by:
						</b>
						<p>
						<div tal:repeat="item here/partners/getInstitutions">
							<div tal:condition="python:item.getId() in here.getSupporter()">
								<input type="checkbox" name="institutions" tal:attributes="value item/id"  checked />
							<span tal:content="item/title"/>
							</div>
							<div tal:condition="not:python:item.getId() in here.getSupporter()">
								<input type="checkbox" name="institutions" tal:attributes="value item/id" />
							<span tal:content="item/title"/>
							</div>
						</div>
					</td>
				</tr>
			</table>
			<input type="submit">
			<input type="reset">
<h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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