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

<h1 tal:replace="structure here/manage_page_header">Header</h1>

<h2 tal:define="form_title string:Add Page Template"
    tal:replace="structure here/manage_form_title">Form Title</h2>

<p class="form-help">
Page Templates allow you to use simple HTML or XML attributes to
create dynamic templates.  You may choose to upload the template text
from a local file by typing the file name or using the <em>browse</em>
button.
</p>

<form action="manage_addSendMailForm" method="post" 
 enctype="multipart/form-data">
<table cellspacing="0" cellpadding="2" border="0">
  <tr>
    <td align="left" valign="top">
    <div class="form-label">
    Id
    </div>
    </td>
    <td align="left" valign="top">
    <input type="text" name="id" size="40" />
    </td>
  </tr>
<tr>	
    <td align="left" valign="top">
    <div class="form-label">
    Mailhost
    </div>
    </td>
    <td align="left" valign="top">
    <input type="text" name="mailServer" size="40" />
    </td>
  </tr>
<tr>	
    <td align="left" valign="top">
    <div class="form-optional">
    Prefix for Subjectfield
    </div>
    </td>
    <td align="left" valign="top">
    <input type="text" name="subjectAdd" size="40" />
    </td>
  </tr>

  <tr>
    <td align="left" valign="top">
    <div class="form-optional">
    Adresses where the mail <br>should be sent to (one address per line):
    </div>
    </td>
    <td align="left" valign="top">
    <textarea name="toAddrs" cols=30 rows=20></textarea>
    </td>
  </tr>
  <tr>
    <td align="left" valign="top">
    </td>
    <td align="left" valign="top">
    <div class="form-element">
    <input class="form-element" type="submit" name="submit" 
     value=" Add " /> 
    <input class="form-element" type="submit" name="submit" 
     value=" Add and Edit " />
    </div>
    </td>
  </tr>
</table>
</form>

<h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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