use config.openaction like a responsible template coder
[mir.git] / etc / open / prepare_mail.template
1 <HTML>
2 <HEAD>EMAIL....</HEAD>
3 <BODY>
4 Use the follwoing form to send an article as an email.  The first three fields are required.<BR>
5 <FORM method="post" action="/Mir/servlet/OpenMir">
6 <input type="hidden" name="do" value="mail">
7 <input type="hidden" name="mail_aid" value="${data.mail_aid}">
8 Forward article to this email address:  <input type="text" size="20" name="mail_to" value="${data.mail_to}"> <BR> 
9 Your email address: <input type="text" size="20" name="mail_from" value="${data.mail_from}"> <BR> 
10 Your name: <input type="text" size="20" name="mail_from_name" value="${data.mail_from_name}"> <BR> 
11 A comment to attach to the article: <textarea name="mail_comment" rows="5" cols="40">${data.mail_comment}</textarea><BR>
12 The language you want the explanatory text of the forwarded article to appear in:
13 <select name="mail_language">
14         <option value="en" <if data.mail_language=="en">selected</if>>english</option>
15         <option value="de" <if data.mail_language=="de">selected</if>>deutsch</option>  
16
17 </select>
18
19 <input type="submit" value="SEND"> 
20 </FORM>
21 </BODY>
22 </HTML>