source: trunk/instant_messenger/templates/default/config.tpl @ 20

Revision 20, 2.2 KB checked in by niltonneto, 17 years ago (diff)

Inclusão do módulo Mensageiro Instantâneo no CVS.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<!-- BEGIN header -->
2<form method="POST" action="{action_url}">
3<table border="0" align="center">
4   <tr bgcolor="{th_bg}">
5    <td colspan="2"><font color="{th_text}">&nbsp;<b>{title} - Jabber</b></font></td>
6   </tr>
7<!-- END header -->
8<!-- BEGIN body -->
9   <tr bgcolor="{row_on}">
10    <td colspan="2">&nbsp;</td>
11   </tr>
12
13   <tr bgcolor="{row_off}">
14    <td colspan="2">&nbsp;<b>Configuração do Servidor Jabber</b></td>
15   </tr>
16
17   <tr bgcolor="{row_on}">
18    <td>Digite o nome da máquina Servidor Jabber:</td>
19    <td><input name="newsettings[name_jabber]" value="{value_name_jabber}"></td>
20   </tr>
21
22   <tr bgcolor="{row_off}">
23    <td>Digite Nome da Conexão:</td>
24    <td><input name="newsettings[resource_jabber]" value="{value_resource_jabber}"></td>
25   </tr>
26
27   <tr bgcolor="{row_on}">
28    <td>Digite a porta do Servidor Jabber:</td>
29    <td><input name="newsettings[port_jabber]" value="{value_port_jabber}"></td>
30   </tr>
31
32   <tr bgcolor="{row_off}">
33    <td>Servidor Ldap:</td>
34    <td><input name="newsettings[server_ldap_jabber]" value="{value_server_ldap_jabber}"></td>
35   </tr>
36
37   <tr bgcolor="{row_on}">
38    <td>Contexto:</td>
39    <td><input name="newsettings[context_ldap_jabber]" value="{value_context_ldap_jabber}" size="30"></td>
40   </tr>
41
42   <tr bgcolor="{row_off}">
43    <td>Usuário Ldap:</td>
44    <td><input name="newsettings[user_ldap_jabber]" value="{value_user_ldap_jabber}" size="30"></td>
45   </tr>
46
47   <tr bgcolor="{row_on}">
48    <td>Password:</td>
49    <td><input type="password" name="newsettings[password_ldap_jabber]" value="{value_password_ldap_jabber}"></td>
50   </tr>
51
52   <tr bgcolor="{row_off}">
53    <td>Permitir Transferência de Arquivo:</td>
54    <td><select name="newsettings[send_file_jabber]">
55        <option value="false" {selected_send_file_jabber_false}>Não</option>
56        <option value="true" {selected_send_file_jabber_true}>Sim</option>
57        </select>       
58    </td>
59   </tr>
60
61<!-- END body -->
62<!-- BEGIN footer -->
63  <tr bgcolor="{th_bg}">
64    <td colspan="2">
65&nbsp;
66    </td>
67  </tr>
68  <tr>
69    <td colspan="2" align="center">
70      <input type="submit" name="submit" value="{lang_submit}">
71      <input type="submit" name="cancel" value="{lang_cancel}">
72    </td>
73  </tr>
74</table>
75</form>
76<!-- END footer -->
Note: See TracBrowser for help on using the repository browser.