File:  [Repository] / ECHO_content / vlp / sendMail_template.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Fri Oct 15 12:42:22 2004 UTC (19 years, 8 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
missing files for sendmail added

    1: <!-- Example for a send mail form -->
    2: <html>
    3:   <head>
    4:     <title tal:content="template/title">The title</title>
    5:   </head>
    6:   <body>
    7:    <form tal:attributes="action python:here.REQUEST['URL']+'/sendForm'" method=post>
    8:     From:<input type="text" name="fromaddr"><br>
    9:     Subject:  <input type="text" name="subject"><br>
   10:     Comment: <textarea name="content"></textarea><br>
   11:     <input type="submit" value="submit">
   12:     <input type="hidden" name="nextPage" value="../next.html">
   13:    </form>
   14:   </body>
   15: </html>

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