File:  [Repository] / ECHO_content / zpt / ChangeECHO_institution.zpt
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Tue Dec 13 12:45:22 2005 UTC (18 years, 5 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
change utf-8 handlingCVS: ----------------------------------------------------------------------

<h1 tal:replace="structure here/manage_page_header">Header</h1>
		<h2>
			Change Partner Information
		</h2>
		<form name="form" action="changeECHO_institution">
		
		<table>
		<tr>
			<td>
			<b>
				url: 
			</b>
			</td>
			<td>
			<input type="text" name="url" tal:attributes="value here/url" size=45>
			</td>
		</tr>
		
		<tr>
			<td>
			<b>
				Director: 
			</b>
			</td>
			<td>

			<input type="text" name="person" tal:attributes="value python:getattr(here, 'person','')" size=45>

			</td>
		</tr>
		
		<tr>
			<td>
			<b>
				Email: 
			</b>
			</td>
			<td>

			<input type="text" name="email" tal:attributes="value python:getattr(here, 'email','')" size=45>
	
			</td>
		</tr>
		
		<tr>
			<td>
			<b>
				Country: 
			</b>
			</td>
			<td>

			<input type="text" name="country" tal:attributes="value python:getattr(here, 'country','')" size=45>

			</td>
		</tr>
		</table>
		<input type="submit" value="Change">

		</form>
<h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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