source: branches/2.3/ac/templates/default/cc_main.tpl @ 5107

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

Ticket #2286 - Adicionado modulo acessivel ao Expresso.

  • Property svn:executable set to *
Line 
1<!-- BEGIN body -->
2<form action="index.php?menuaction=ac.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_search}"/></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="40%" align="center">{lang_people_name}</td>
40                                <td width="20%" align="center">{lang_phone}</td>
41                                <td width="20%" align="center">{lang_mobile}</td>
42                                <td width="20%" align="center">{lang_mail}</td>
43<!-- END people_header -->
44
45<!-- BEGIN group_header -->
46                                <td width="60%" align="center">{lang_group_name}</td>
47                                <td width="20%" align="center">{lang_title}</td>
48<!-- END group_header -->
49
50<!-- BEGIN row -->
51<form id="cc_form" name="cc_form" method="POST" action="{form_action}">
52        <tr bgcolor="{tr_color}">
53                <td>{row_nome}</td>
54                <td align="center">{row_telefone}</td>
55                <td align="center">{row_mobile}</td>
56                <td align="center"><a href="{form_action}&input_to={row_nome}&input_to_mail={row_email}&cc_mob=1">{row_email}</a></td>
57
58        </tr>
59                <input type="hidden" id="input_to" name="input_to" value="{row_nome}" style="display: none;"/>
60                <input type="hidden" id="input_to_mail" name="input_to_mail" value="{row_email}" style="display: none;"/>
61                <input type="hidden" id="input_subject" name="input_subject" value="" style="display: none;"/>
62                <input type="hidden" id="body" name="body" value="" style="display: none;"/>
63                <input type="hidden" id="cc_mob" name="cc_mob" value="1" style="display: none;"/>
64</form>
65<!-- END row -->
66
67<!-- BEGIN row_group -->
68        <tr bgcolor="{tr_color}">
69                <td>{row_group_name}</td>
70                <td align="center">{row_title}</td>
71        </tr>
72<!-- END row_group -->
73
74<!-- BEGIN row_empty -->
75        <tr>
76                <td align="center"><font color="red"><b>{message}</b></font></td>
77        </tr>
78<!-- END row_empty -->
79
80<!-- BEGIN option -->
81                <option value="{option_value}" {selected}>{option_text}</option>
82<!-- END option -->
83
84<!-- BEGIN page -->
85                <a href="index.php?menuaction=ac.ui_mobilecc.contacts_list&page={num_page}">
86                {display_page}
87                </a>&nbsp;
88<!-- END page -->
89<!-- BEGIN page_no_link -->
90                {num_page}&nbsp;
91<!-- END page_no_link -->
Note: See TracBrowser for help on using the repository browser.