source: trunk/jabberit_messenger/templates/celepar/config.tpl @ 417

Revision 417, 3.4 KB checked in by niltonneto, 16 years ago (diff)

Vide changelog do módulo.
http://www.expressolivre.org/dev/wiki/jabberit/changelog
Alterações feitas por Alexandre Correia
email: alexandrecorreia@…

  • Property svn:executable set to *
Line 
1<!-- BEGIN header -->
2<!--script type="text/javascript" src="instant_messenger/js/connector.js"></script>
3<script type="text/javascript" src="instant_messenger/js/xtools.js"></script>
4<script type="text/javascript" src="instant_messenger/controller.php?act=j.setup"></script>
5<script type="text/javascript">
6        var PostForm = new constructScript;
7</script-->
8<form method="POST" action="{action_url}">
9<table border="0" align="center">
10   <tr bgcolor="{th_bg}">
11    <td colspan="2"><font color="{th_text}">&nbsp;<b>{title} - Jetti Applet</b></font></td>
12   </tr>
13<!-- END header -->
14
15<!-- BEGIN body -->
16   <tr bgcolor="{row_on}">
17    <td colspan="2">&nbsp;</td>
18   </tr>
19
20   <tr bgcolor="{row_off}">
21    <td colspan="2">&nbsp;<b>Configuração do Servidor Jabber com Jeti Applet</b></td>
22   </tr>
23
24   <tr bgcolor="{row_on}">
25    <td>Digite o nome do Servidor Jabber:</td>
26    <td><input type="text" id="JETTI_name_jabberit" name="newsettings[name_jabberit]" value="{value_name_jabberit}"></td>
27   </tr>
28
29   <tr bgcolor="{row_off}">
30    <td>Digite a porta do Servidor Jabber:</td>
31    <td><input type="text" id="JETTI_port_jabberit" name="newsettings[port_jabberit]" value="{value_port_jabberit}"></td>
32   </tr>
33   
34   <tr bgcolor="{row_on}">
35    <td>Digite Nome da Conexão:</td>
36    <td><input type="text" id="JETTI_resource_jabberit" name="newsettings[resource_jabberit]" value="{value_resource_jabberit}"></td>
37   </tr>
38   
39   <tr bgcolor="{row_off}">
40    <td>Digite GroupChatServer :</td>
41    <td><input type="text" id="JETTI_group_chat_server_jabberit" name="newsettings[group_chat_server_jabberit]" value="{value_group_chat_server_jabberit}" size="30"></td>
42   </tr>
43
44   <tr bgcolor="{row_on}">
45    <td>SSL:</td>
46    <td>
47                <select name="newsettings[use_ssl_jabberit]">
48                        <option value="false" {selected_use_ssl_jabberit_false}>Não</option>
49                        <option value="true" {selected_use_ssl_jabberit_true}>Sim</option>
50                </select>
51        </td>
52   </tr>
53
54   <tr bgcolor="{row_off}">
55        <td>Usar Proxy do Java:</td>
56        <td>   
57                <select name="newsettings[use_proxy_java]">
58                        <option value="false" {selected_use_proxy_java_false}>Não</option>
59                        <option value="true" {selected_use_proxy_java_true}>Sim</option>
60                </select>
61        </td>
62   </tr>
63
64   <tr color="{row_off}">
65    <td colspan="2">&nbsp;<b>Configuração do Servidor Ldap</b></td>
66   </tr>
67
68   <tr bgcolor="{row_on}">
69    <td>Servidor Ldap:</td>
70    <td><input type="text" id="JETTI_server_ldap_jabberit" name="newsettings[server_ldap_jabberit]" value="{value_server_ldap_jabberit}"></td>
71   </tr>
72
73   <tr bgcolor="{row_off}">
74    <td>Contexto:</td>
75    <td><input type="text" id="JETTI_context_ldap_jabberit" name="newsettings[context_ldap_jabberit]" value="{value_context_ldap_jabberit}" size="30"></td>
76   </tr>
77
78   <tr bgcolor="{row_on}">
79    <td>Usuário Ldap:</td>
80    <td><input type="text" id="JETTI_user_ldap_jabberit" name="newsettings[user_ldap_jabberit]" value="{value_user_ldap_jabberit}" size="30"></td>
81   </tr>
82
83   <tr bgcolor="{row_off}">
84    <td>Password:</td>
85    <td><input type="password" id="JETTI_password_ldap_jabberit" name="newsettings[password_ldap_jabberit]" value="{value_password_ldap_jabberit}"></td>
86   </tr>
87
88<!-- END body -->
89
90<!-- BEGIN footer -->
91  <tr>
92    <td colspan="2" align="center">
93      <input type="submit" name="submit" value="{lang_submit}"> <!--onclick="javascript:PostForm.sendf(document);return false;"-->
94      <input type="submit" name="cancel" value="{lang_cancel}">
95    </td>
96  </tr>
97</table>
98</form>
99<!-- END footer -->
Note: See TracBrowser for help on using the repository browser.