File:  [Repository] / ECHO_content / zpt / AddECHO_localeForm.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: <form method="post" action="manage_addECHO_locale">
    3: Language (iso 2/3-stellig):<input name="lang"><br>
    4: Title:<input name="title" len="200"><br>
    5: Label:<input name="label" len="200"><br>
    6: <textarea name="text" cols="100" rows="20"></textarea><br>
    7: <input type="submit">
    8: </form>
    9: <h1 tal:replace="structure here/manage_page_footer">Footer</h1>
   10: 

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