1 [% USE HTML %]<body onload="fokus()">
 
   3 <form name="Form" method="post" action="[% script %]">
 
   8     <th class="listtop">[% title %]</th>
 
  15           <th align="right" nowrap><translate>To</translate></th>
 
  17           <td><input name="email" size="30" value="[% HTML.escape(email) %]"></td>
 
  20           <th align="right" nowrap><translate>Cc</translate></th>
 
  21           <td><input name="cc" size="30" value="[% HTML.escape(cc) %]"></td>
 
  25           <th align="right" nowrap><translate>Bcc</translate></th>
 
  26           <td><input name="bcc" size="30" value="[% HTML.escape(bcc) %]"></td>
 
  29           <th align="right" nowrap><translate>Subject</translate></th>
 
  31           <td><input name="subject" size="30" value="[% HTML.escape(subject) %]"></td>
 
  34           <th align="right" nowrap><translate>Attachment name</translate></th>
 
  35           <td><input name="attachment_filename" size="30" value="[% HTML.escape(a_filename) %]"></td>
 
  44           <th align="left" nowrap><translate>Message</translate></th>
 
  47           <td><textarea name="message" rows="15" cols="60" wrap="soft">[% HTML.escape(message) %]</textarea></td>
 
  57 [% FOREACH row = HIDDEN %]<input type="hidden" name="[% row.name %]" value="[% HTML.escape(row.value) %]">
 
  64     <td><hr size="3" noshade></td>
 
  68 <input type="hidden" name="nextsub" value="send_email">
 
  71 <input name="action" class="submit" type="submit" value="<translate>Continue</translate>">