source: trunk/setup/templates/default/login_stage_header.tpl @ 1083

Revision 1083, 1.5 KB checked in by niltonneto, 15 years ago (diff)

Ticket #475 - Modificações para usar novo template no setup.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<!-- begin login_stage_header.tpl -->
2<tbody>
3<tr class="th">
4                <td colspan="2" bgcolor="#749ece" style="color:white">
5                        &nbsp;<strong>{lang_config_login}</strong>
6                </td>
7        </tr>
8        <tr class="row_on">
9                <td colspan="2" class="msg" align="center">{ConfigLoginMSG}</td>
10        </tr>
11        <tr class="row_on">
12                <td colspan="2" align=center>
13                        <form action="index.php" method="post" name="config">
14                        <!-- BEGIN B_multi_domain -->
15                                <table>
16                                <tr>
17                                        <td>{lang_domain}:</td>
18                                        <td colspan="2">
19                                                <select name="FormDomain">{domains}</select>
20                                        </td>
21                                </tr>
22                                <tr>
23                                        <td>{lang_config_username}:</td>
24                                        <td>
25                                                <input type="text" name="FormUser" value="">
26                                        </td>
27                                        <td>
28                                                {lang_select}
29                                        </td>
30                                </tr>
31                                <tr>
32                                        <td>{lang_config_password}:</td>
33                                        <td>
34                                                <input type="password" name="FormPW" value="">
35                                        </td>
36                                </tr>
37                                </table>
38                        <!-- END B_multi_domain -->
39                        <!-- &nbsp; stupid seperator -->
40                <!-- BEGIN B_single_domain -->
41                                <table>
42                                <tr>
43                                        <td>{lang_config_username}:</td>
44                                        <td>
45                                                <input type="text" name="FormUser" value="">
46                                        </td>
47                                        <td>
48                                                {lang_select}
49                                        </td>
50                                </tr>
51                                <tr>
52                                        <td>{lang_config_password}:</td>
53                                        <td>
54                                                <input type="password" name="FormPW" value="">
55                                        </td>
56                                </table>
57                                <input type="hidden" name="FormDomain" value="{default_domain_zero}">
58                <!-- END B_single_domain -->
59
60                                <input type="hidden" name="ConfigLogin" value="Login">
61                                <input type="submit" name="submit" value="Login">
62                        </form>
63                </td>
64        </tr>
65        <!-- end login_stage_header.tpl -->
Note: See TracBrowser for help on using the repository browser.