source: companies/serpro/emailadmin/templates/default/config.tpl @ 903

Revision 903, 1.1 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">
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="{row_on}">
10    <td colspan="2">&nbsp;</td>
11   </tr>
12
13   <tr bgcolor="{row_off}">
14    <td colspan="2">&nbsp;<b>{lang_Mail_settings}</b></td>
15   </tr>
16
17   <tr bgcolor="{row_on}">
18    <td>{lang_IMAP_admin_user}:</td>
19    <td><input name="newsettings[imapAdminUser]" value="{value_imapAdminUser}"></td>
20   </tr>
21
22   <tr bgcolor="{row_off}">
23    <td>{lang_IMAP_admin_password}:</td>
24    <td><input name="newsettings[imapAdminPassword]" value="{value_imapAdminPassword}"></td>
25   </tr>
26
27<!-- END body -->
28<!-- BEGIN footer -->
29  <tr bgcolor="{th_bg}">
30    <td colspan="2">
31&nbsp;
32    </td>
33  </tr>
34  <tr>
35    <td colspan="2" align="center">
36      <input type="submit" name="submit" value="{lang_submit}">
37      <input type="submit" name="cancel" value="{lang_cancel}">
38    </td>
39  </tr>
40</table>
41</form>
42<!-- END footer -->
Note: See TracBrowser for help on using the repository browser.