]> ruin.nu Git - ndwebbie.git/blob - templates/mail.tmpl
Converted memberIntel
[ndwebbie.git] / templates / mail.tmpl
1 <TMPL_VAR NAME=Error>
2 <TMPL_LOOP Scans>
3 <p><TMPL_VAR NAME=Scan> <TMPL_VAR NAME=Message></p>
4 </TMPL_LOOP>
5
6 <form action="<TMPL_VAR NAME=PAGE>" method="post"><fieldset> <legend>Mail</legend>
7         Subject: <input type="text" name="subject" value="<TMPL_VAR NAME=Subject>"/>
8         <br/>To: <select name="group">
9                 <TMPL_LOOP Groups>
10                 <option value="<TMPL_VAR NAME=GID>"><TMPL_VAR NAME=GroupName></option>
11                 </TMPL_LOOP>
12         </select>
13         <br/><textarea rows="20" cols="50" name="message"><TMPL_VAR NAME=Message></textarea>
14         <input type="hidden" name="page" value="<TMPL_VAR NAME=PAGE>"/>
15         <br/><input type="submit" name="cmd" value="Submit"/>
16 </fieldset></form>