source: branches/2.3/ac/templates/serpro/new_msg.tpl @ 5107

Revision 5107, 1.3 KB checked in by rafaelraymundo, 13 years ago (diff)

Ticket #2286 - Adicionado modulo acessivel ao Expresso.

  • Property svn:executable set to *
Line 
1<!-- BEGIN begin_form -->
2<h1>Novo email</h1>
3<hr />
4<form id="reply_form" method="POST" action="{form_action}">
5<!-- END begin_form -->
6
7<!-- BEGIN msg_header -->
8<p><label for="input_to"><strong>{to_label}</strong>:</label> </p>
9<p><input type="text" size="80%" id="input_to" name="input_to" value='{to}' "{read_only}" /></p>
10{field_add_user}
11<p><label for="input_subject"><strong>{subject_label}</strong>:</label> </p>
12<p><input type="text" size="80%" id="input_subject" name="input_subject" value='{subject}' /></p>
13<!-- END msg_header -->
14
15<!-- BEGIN text -->
16<p><label for="body"><strong>Mensagem:</strong></label> </p>
17<textarea cols="68" id="body" wrap="virtual" rows="8" name="body">{body_value}</textarea>
18<br />
19
20<input type="submit" name="action" id="reply_send" value="{send_label}" />
21<!-- END text -->
22
23<!-- BEGIN hidden_area -->
24<p><input type="hidden" size="30" id="input_to_mail" name="input_to_mail" value='{to_mail}' /></p>
25<p><input type="hidden" size="30" id="reply_from" name="reply_from" value='{from}' /></p>
26<p><input type="hidden" size="30" id="reply_msg_number" name="reply_msg_number" value='{msg_number}' /></p>
27<p><input type="hidden" size="30" id="folder" name="folder" value='{msg_folder}' /></p>
28<p><input type="hidden" id="flag" name="flag" value='{msg_flag}' /></p>
29<!-- END hidden_area -->
30
31<!-- BEGIN end_form -->
32</form>
33<!-- END end_form -->
Note: See TracBrowser for help on using the repository browser.