File:  [Repository] / ECHO_content / zpt / AddECHO_fullText.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: 
    3: <h2 tal:define="form_title string:Add ECHO Fulltext"
    4:     tal:replace="structure here/manage_form_title">Form Title</h2>
    5: 
    6: <p class="form-help">
    7: Page Templates allow you to use simple HTML or XML attributes to
    8: create dynamic templates.  You may choose to upload the template text
    9: from a local file by typing the file name or using the <em>browse</em>
   10: button.
   11: </p>
   12: 
   13: <form action="manage_addECHO_fullText" method="post" 
   14:  enctype="multipart/form-data">
   15: <table cellspacing="0" cellpadding="2" border="0">
   16:   <tr>
   17:     <td align="left" valign="top">
   18:     <div class="form-label">
   19:     Id
   20:     </div>
   21:     </td>
   22:     <td align="left" valign="top">
   23:     <input type="text" name="id" size="40" />
   24:     </td>
   25:   </tr>
   26:   <tr>
   27:     <td align="left" valign="top">
   28:     <div class="form-optional">
   29:     File
   30:     </div>
   31:     </td>
   32:     <td align="left" valign="top">
   33:     <input type="file" name="file" size="25" value="" />
   34:     </td>
   35:   </tr>
   36:   <tr>
   37:     <td align="left" valign="top">
   38:     </td>
   39:     <td align="left" valign="top">
   40:     <div class="form-element">
   41:     <input class="form-element" type="submit" name="submit" 
   42:      value=" Add " /> 
   43:     <input class="form-element" type="submit" name="submit" 
   44:      value=" Add and Edit " />
   45:     </div>
   46:     </td>
   47:   </tr>
   48: </table>
   49: </form>
   50: 
   51: <h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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