source: companies/serpro/mobile/templates/default/cc_main.tpl @ 903

Revision 903, 2.4 KB checked in by niltonneto, 15 years ago (diff)

Importacao inicial do Expresso do Serpro

Line 
1<!-- BEGIN body -->
2<form action="index.php?menuaction=mobile.ui_mobilecc.contacts_list" method="post">
3
4<table border="0" width="250">
5        <tr>
6                <td width="70">{lang_name}:</td>
7                <td><input type="text" name="name" size="30"/></td>
8        </tr>   
9        <tr>
10                <td width="70">{lang_catalog}:</td>
11                <td>
12                        <select name="catalog">
13                                {options}
14                        </select>
15                </td>
16        </tr>   
17        <tr>
18                <td align="right" colspan="2"><input type="submit" value="{lang_buscar}"/></td>
19        </tr>   
20       
21</table>
22</form>
23<table border="0" width="90%">
24                        <tr bgcolor="{th_theme}">
25                                {header}
26                        </tr>
27                        {rows}
28</table>
29<table border="0" width="45%">
30        <tr>
31                <td>
32                        {back} {pages}{next}
33                </td>
34        </tr>
35</table>
36<!-- END body -->
37
38<!-- BEGIN people_header -->
39                                <td width="60%" align="center">{lang_people_name}</td>
40                                <td width="20%" align="center">{lang_phone}</td>
41                                <td width="20%" align="center">{lang_mail}</td>
42<!-- END people_header -->
43
44<!-- BEGIN group_header -->
45                                <td width="60%" align="center">{lang_group_name}</td>
46                                <td width="20%" align="center">{lang_title}</td>
47<!-- END group_header -->
48
49<!-- BEGIN row -->
50<form id="cc_form" name="cc_form" method="POST" action="{form_action}">
51        <tr bgcolor="{tr_color}">
52                <td>{row_nome}</td>
53                <td align="center">{row_telefone}</td>
54                <td align="center"><a href="{form_action}&input_to={row_nome}&input_to_mail={row_email}&cc_mob=1">{row_email}</a></td>
55
56        </tr>
57                <input type="hidden" id="input_to" name="input_to" value="{row_nome}" style="display: none;"/>
58                <input type="hidden" id="input_to_mail" name="input_to_mail" value="{row_email}" style="display: none;"/>
59                <input type="hidden" id="input_subject" name="input_subject" value="" style="display: none;"/>
60                <input type="hidden" id="body" name="body" value="" style="display: none;"/>
61                <input type="hidden" id="cc_mob" name="cc_mob" value="1" style="display: none;"/>
62</form>
63<!-- END row -->
64
65<!-- BEGIN row_group -->
66        <tr bgcolor="{tr_color}">
67                <td>{row_group_name}</td>
68                <td align="center">{row_title}</td>
69        </tr>
70<!-- END row_group -->
71
72<!-- BEGIN row_empty -->
73        <tr>
74                <td align="center"><font color="red"><b>{message}</b></font></td>
75        </tr>
76<!-- END row_empty -->
77
78<!-- BEGIN option -->
79                <option value="{option_value}" {selected}>{option_text}</option>
80<!-- END option -->
81
82<!-- BEGIN page -->
83                <a href="index.php?menuaction=mobile.ui_mobilecc.contacts_list&page={num_page}">
84                {display_page}
85                </a>&nbsp;
86<!-- END page -->
87<!-- BEGIN page_no_link -->
88                {num_page}&nbsp;
89<!-- END page_no_link -->
Note: See TracBrowser for help on using the repository browser.