File:  [Repository] / ECHO_content / zpt / ChangeECHO_ownerOriginal.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Jan 31 13:43:36 2007 UTC (17 years, 4 months ago) by casties
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
changes by julia for copyright(?)

<h1 tal:replace="structure here/manage_page_header">Header</h1>
		<h2>
			Change sponsors 
		</h2>
		<form action="ECHO_ownerOriginal_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/getPartners">
							<div tal:condition="python:item.getId() in here.getOwner()">
								<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.getOwner()">
								<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>