source: companies/celepar/mobile/templates/default/new_msg.tpl @ 763

Revision 763, 1.2 KB checked in by niltonneto, 15 years ago (diff)

Importação inicial do Expresso da Celepar

Line 
1<!-- BEGIN begin_form -->
2<form id="reply_form" method="POST" action="{form_action}">
3<!-- END begin_form -->
4
5<!-- BEGIN msg_header -->
6<p>&nbsp;&nbsp;<strong>{to_label}</strong>: </p>
7<p>&nbsp;&nbsp;<input type="text" size="30" id="input_to" name="input_to" value='{to}' "{read_only}" /></p>
8<p>&nbsp;&nbsp;<strong>{subject_label}</strong>: </p>
9<p>&nbsp;&nbsp;<input type="text" size="30" id="input_subject" name="input_subject" value='{subject}' /></p>
10<!-- END msg_header -->
11
12<!-- BEGIN text -->
13&nbsp;&nbsp;<textarea id="body" wrap="virtual" rows="8" name="body"></textarea>
14<br />
15&nbsp;&nbsp;<input type="submit" id="reply_send" value="{send_label}" />
16<!-- END text -->
17
18<!-- BEGIN hidden_area -->
19<p>&nbsp;&nbsp;<input type="hidden" size="30" id="input_to_mail" name="input_to_mail" value='{to_mail}' /></p>
20<p>&nbsp;&nbsp;<input type="hidden" size="30" id="reply_from" name="reply_from" value='{from}' /></p>
21<p>&nbsp;&nbsp;<input type="hidden" size="30" id="reply_msg_number" name="reply_msg_number" value='{msg_number}' /></p>
22<p>&nbsp;&nbsp;<input type="hidden" size="30" id="folder" name="folder" value='{msg_folder}' /></p>
23<!-- END hidden_area -->
24
25<!-- BEGIN end_form -->
26</form>
27<!-- END end_form -->
Note: See TracBrowser for help on using the repository browser.