source: trunk/mobile/templates/default/cc_main.tpl @ 480

Revision 480, 1.8 KB checked in by eduardoalex, 16 years ago (diff)

Versão de busca no catálogo, funcionando apenas busca no catálogo pessoal e no de grupos.

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<table border="0" width="90%">
23                        <tr bgcolor="{th_theme}">
24                                {header}
25                        </tr>
26                        {rows}
27</table>
28<table border="0" width="45%">
29        <tr>
30                <td>
31                        {back} {pages}{next}
32                </td>
33        </tr>
34</table>
35</form>
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        <tr bgcolor="{tr_color}">
51                <td>{row_nome}</td>
52                <td align="center">{row_telefone}</td>
53                <td align="center">{row_email}</td>
54        </tr>
55<!-- END row -->
56
57<!-- BEGIN row_group -->
58        <tr bgcolor="{tr_color}">
59                <td>{row_group_name}</td>
60                <td align="center">{row_title}</td>
61        </tr>
62<!-- END row_group -->
63
64<!-- BEGIN row_empty -->
65        <tr>
66                <td align="center"><font color="red"><b>{message}</b></font></td>
67        </tr>
68<!-- END row_empty -->
69
70<!-- BEGIN option -->
71                <option value="{option_value}" {selected}>{option_text}</option>
72<!-- END option -->
73
74<!-- BEGIN page -->
75                <a href="index.php?menuaction=mobile.ui_mobilecc.contacts_list&page={num_page}">
76                {display_page}
77                </a>&nbsp;
78<!-- END page -->
79<!-- BEGIN page_no_link -->
80                {num_page}&nbsp;
81<!-- END page_no_link -->
Note: See TracBrowser for help on using the repository browser.