File:  [Repository] / ECHO_content / zpt / ChangeECHO_partner.zpt
Revision 1.7: download - view: text, annotated - select for diffs - revision graph
Mon Jun 28 14:42:32 2004 UTC (19 years, 11 months ago) by jdamerow
Branches: MAIN
CVS tags: HEAD
partner objekt erweitert (color)

<html>
	<body>
		<h2>
			Change Partner Information
		</h2>
		<form name="form" action="changeECHO_partner">
		
		<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>
		
		<tr>
			<td>
			<b>
				Specific Color (hexadecimal): 
			</b>
			</td>
			<td>

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

			</td>
		</tr>
		
		<tr>
			<td>
			<i>
				Copyright:
			</i>
			</td>
			<td>
			<select name="copyrightType" tal:content="structure python:here.copyrightTypeSelector_HTML(selected=getattr(here,'copyrightType',''))" />
			<input type="submit" value="Change">
			</td>
		</tr>
		</form>
	</body>
</html>

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