2 [% USE HTML %]<body onload="fokus()">
 
   4 <form name="Form" method="post" action="[% script %]">
 
   9     <th class="listtop">[% title %]</th>
 
  16           <th align="right" nowrap>[% 'To' | $T8 %]</th>
 
  18           <td><input name="email" size="30" value="[% HTML.escape(email) %]"></td>
 
  21           <th align="right" nowrap>[% 'Cc' | $T8 %]</th>
 
  22           <td><input name="cc" size="30" value="[% HTML.escape(cc) %]"></td>
 
  26           <th align="right" nowrap>[% 'Bcc' | $T8 %]</th>
 
  27           <td><input name="bcc" size="30" value="[% HTML.escape(bcc) %]"></td>
 
  30           <th align="right" nowrap>[% 'Subject' | $T8 %]</th>
 
  32           <td><input name="subject" size="30" value="[% HTML.escape(subject) %]"></td>
 
  35           <th align="right" nowrap>[% 'Attachment name' | $T8 %]</th>
 
  36           <td><input name="attachment_filename" size="30" value="[% HTML.escape(a_filename) %]"></td>
 
  45           <th align="left" nowrap>[% 'Message' | $T8 %]</th>
 
  48           <td><textarea name="message" rows="15" cols="60" wrap="soft">[% HTML.escape(message) %]</textarea></td>
 
  58 [% FOREACH row = HIDDEN %]<input type="hidden" name="[% row.name %]" value="[% HTML.escape(row.value) %]">
 
  65     <td><hr size="3" noshade></td>
 
  69 <input type="hidden" name="nextsub" value="send_email">
 
  72 <input name="action" class="submit" type="submit" value="[% 'Continue' | $T8 %]">