File:  [Repository] / ECHO_content / zpt / changeECHOEntriesForm.zpt
Revision 1.2: 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>
  <h1>Entries for the Navigation within ECHO</h1>
  <form action="changeECHOEntries" method="post">
    <table>
      <tr>
	<td>
	  Label:
	</td>
	<td>
	  <input type="text" name="label" tal:attributes="value python:getattr(here,'label','')" size="20">
      </tr>
      <tr>
	<td>
	  Weight:
	</td>
	<td>
	  <input type="text" name="weight" size="20" tal:attributes="value python:getattr(here,'weight','')">
	</td>
      </tr>
       <tr> 
	<td>
	  <i>Querystring:</i>
	</td>
	<td>
	  <input type="text" name="queryString" size="20" tal:attributes="value python:getattr(here,'queryString','')">
	</td>
      </tr>
      <tr> 
	<td valign="top">
	  Description:
	</td>
	<td>
	  <textarea name="description" rows="10" cols="30" tal:content="python:getattr(here,'description','')"/>
	</td>
      </tr>
    </table>
    <input type="submit" value="submit">
<h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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