source: companies/serpro/doc-expressolivre/scripts/distribuicao/arquivos-parceiros/serpro/config.tpl @ 903

Revision 903, 3.6 KB checked in by niltonneto, 15 years ago (diff)

Importacao inicial do Expresso do Serpro

Line 
1<!-- BEGIN header -->
2<form method="POST" action="{action_url}">
3<table border="0" align="center" width="85%">
4   <tr bgcolor="{th_bg}">
5    <td colspan="2"><font color="{th_text}">&nbsp;<b>{title}</b></font></td>
6   </tr>
7<!-- END header -->
8<!-- BEGIN body -->
9   <tr bgcolor="{th_bg}">
10    <td colspan="2"><font color="{th_text}">&nbsp;<b>{lang_Path_information}</b></font></td>
11   </tr>
12   
13   </tr>
14   <tr bgcolor="{row_off}">
15    <td>{lang_Enter_the_full_path_for_temporary_files.<br>Examples:_/tmp,_C:\TEMP}:</td>
16    <td><input name="newsettings[temp_dir]" value="{value_temp_dir}" size="40"></td>
17   </tr>
18
19   <tr bgcolor="{row_off}">
20    <td>{lang_Enter_the_full_path_for_users_and_group_files.<br>Examples:_/files,_E:\FILES}:</td>
21    <td><input name="newsettings[files_dir]" value="{value_files_dir}" size="40"></td>
22   </tr>
23   
24   <tr bgcolor="{row_off}">
25    <td>{lang_Enter_the_location_of_eGroupWare's_URL.<br>Example:_http://www.domain.com/egroupware_&nbsp;_or_&nbsp;_/egroupware<br><b>No_trailing_slash</b>}:</td>
26    <td><input name="newsettings[webserver_url]" value="{value_webserver_url}" size="40"></td>
27   </tr>
28
29   <tr bgcolor="{row_on}">
30    <td colspan="2">&nbsp;</td>
31   </tr>
32
33   <tr bgcolor="{th_bg}">
34    <td colspan="2"><font color="{th_text}">&nbsp;<b>{lang_Host_information}</b></font></td>
35   </tr>
36
37   <tr bgcolor="{row_off}">
38    <td>{lang_Enter_the_hostname_of_the_machine_on_which_this_server_is_running}:</td>
39    <td><input name="newsettings[hostname]" value="{value_hostname}"></td>
40   </tr>
41
42   <tr bgcolor="{row_off}">
43    <td>{lang_Enter_your_default_FTP_server}:</td>
44    <td><input name="newsettings[default_ftp_server]" value="{value_default_ftp_server}"></td>
45   </tr>
46
47   <tr bgcolor="{row_off}">
48    <td>{lang_Attempt_to_use_correct_mimetype_for_FTP_instead_of_default_'application/octet-stream'}:</td>
49    <td>
50     <select name="newsettings[ftp_use_mime]">
51      <option value="">{lang_No}</option>
52      <option value="True"{selected_ftp_use_mime_True}>{lang_Yes}</option>
53     </select>
54    </td>
55   </tr>
56
57   <tr bgcolor="{row_off}">
58    <td>{lang_Datetime_port.<br>If_using_port_13,_please_set_firewall_rules_appropriately_before_submitting_this_page.<br>(Port:_13_/_Host:_129.6.15.28)}</td>
59    <td>
60      <select name="newsettings[daytime_port]">
61       <option value="00"{selected_daytime_port_00}>{lang_00_(disable)}</option>
62       <option value="13"{selected_daytime_port_13}>{lang_13_(ntp)}</option>
63       <option value="80"{selected_daytime_port_80}>{lang_80_(http)}</option>
64      </select>
65    </td>
66   </tr>
67
68   <tr bgcolor="{row_off}">
69    <td>{lang_Enter_your_HTTP_proxy_server}:</td>
70    <td><input name="newsettings[httpproxy_server]" value="{value_httpproxy_server}"></td>
71   </tr>
72
73   <tr bgcolor="{row_off}">
74    <td>{lang_Enter_your_HTTP_proxy_server_port}:</td>
75    <td><input name="newsettings[httpproxy_port]" value="{value_httpproxy_port}"></td>
76   </tr>
77
78   <tr bgcolor="{row_on}">
79    <td>{lang_Enter_the_site_username_for_peer_servers}.</td>
80    <td><input name="newsettings[site_username]" value="{value_site_username}"></td>
81   </tr>
82
83   <tr bgcolor="{row_off}">
84    <td>{lang_Enter_the_site_password_for_peer_servers}.</td>
85    <td><input type="password" name="newsettings[site_password]" value="{value_site_password}"></td>
86   </tr>
87
88<!-- END body -->
89
90<!-- BEGIN footer -->
91  <tr bgcolor="{th_bg}">
92    <td colspan="2">
93&nbsp;
94    </td>
95  </tr>
96  <tr>
97    <td colspan="2" align="center">
98      <input type="submit" name="submit" value="Submit">
99      <input type="submit" name="cancel" value="Cancel">
100    </td>
101  </tr>
102</table>
103</form>
104<!-- END footer -->
Note: See TracBrowser for help on using the repository browser.