File:  [Repository] / ECHO_content / vlp / addSendMailForm.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: <h1 tal:replace="structure here/manage_page_header">Header</h1>
    2: 
    3: <h2 tal:define="form_title string:Add Page Template"
    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_addSendMailForm" 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-label">
   29:     Mailhost
   30:     </div>
   31:     </td>
   32:     <td align="left" valign="top">
   33:     <input type="text" name="mailServer" size="40" />
   34:     </td>
   35:   </tr>
   36: <tr>	
   37:     <td align="left" valign="top">
   38:     <div class="form-optional">
   39:     Prefix for Subjectfield
   40:     </div>
   41:     </td>
   42:     <td align="left" valign="top">
   43:     <input type="text" name="subjectAdd" size="40" />
   44:     </td>
   45:   </tr>
   46: 
   47:   <tr>
   48:     <td align="left" valign="top">
   49:     <div class="form-optional">
   50:     Adresses where the mail <br>should be sent to (one address per line):
   51:     </div>
   52:     </td>
   53:     <td align="left" valign="top">
   54:     <textarea name="toAddrs" cols=30 rows=20></textarea>
   55:     </td>
   56:   </tr>
   57:   <tr>
   58:     <td align="left" valign="top">
   59:     </td>
   60:     <td align="left" valign="top">
   61:     <div class="form-element">
   62:     <input class="form-element" type="submit" name="submit" 
   63:      value=" Add " /> 
   64:     <input class="form-element" type="submit" name="submit" 
   65:      value=" Add and Edit " />
   66:     </div>
   67:     </td>
   68:   </tr>
   69: </table>
   70: </form>
   71: 
   72: <h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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