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, 7 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
missing files for sendmail added

<!-- Example for a send mail form -->
<html>
  <head>
    <title tal:content="template/title">The title</title>
  </head>
  <body>
   <form tal:attributes="action python:here.REQUEST['URL']+'/sendForm'" method=post>
    From:<input type="text" name="fromaddr"><br>
    Subject:  <input type="text" name="subject"><br>
    Comment: <textarea name="content"></textarea><br>
    <input type="submit" value="submit">
    <input type="hidden" name="nextPage" value="../next.html">
   </form>
  </body>
</html>

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