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, 6 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
change utf-8 handlingCVS: ----------------------------------------------------------------------

    1: <h1 tal:replace="structure here/manage_page_header">Header</h1>
    2:   <h1>Entries for the Navigation within ECHO</h1>
    3:   <form action="changeECHOEntries" method="post">
    4:     <table>
    5:       <tr>
    6: 	<td>
    7: 	  Label:
    8: 	</td>
    9: 	<td>
   10: 	  <input type="text" name="label" tal:attributes="value python:getattr(here,'label','')" size="20">
   11:       </tr>
   12:       <tr>
   13: 	<td>
   14: 	  Weight:
   15: 	</td>
   16: 	<td>
   17: 	  <input type="text" name="weight" size="20" tal:attributes="value python:getattr(here,'weight','')">
   18: 	</td>
   19:       </tr>
   20:        <tr> 
   21: 	<td>
   22: 	  <i>Querystring:</i>
   23: 	</td>
   24: 	<td>
   25: 	  <input type="text" name="queryString" size="20" tal:attributes="value python:getattr(here,'queryString','')">
   26: 	</td>
   27:       </tr>
   28:       <tr> 
   29: 	<td valign="top">
   30: 	  Description:
   31: 	</td>
   32: 	<td>
   33: 	  <textarea name="description" rows="10" cols="30" tal:content="python:getattr(here,'description','')"/>
   34: 	</td>
   35:       </tr>
   36:     </table>
   37:     <input type="submit" value="submit">
   38: <h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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