source: trunk/mobile/templates/default/add_participants.tpl @ 588

Revision 588, 2.7 KB checked in by eduardoalex, 15 years ago (diff)

Ticket #386

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