source: trunk/setup/templates/default/setup_main.tpl @ 2

Revision 2, 1.5 KB checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<!-- begin setup_main.tpl -->
2<!-- begin the db section -->
3<table border="0" width="90%" cellspacing="0" cellpadding="2">
4<tr class="th">
5        <td align="left" colspan="2">{db_step_text}</td>
6</tr>
7
8{V_db_filled_block}
9<!-- end the db section -->
10
11<!-- begin the config section -->
12<tr class="th">
13        <td align="left" colspan="2">{config_step_text}</td>
14</tr>
15<tr>
16        <td align="center" width="30%">
17                <img src="{config_status_img}" alt="{config_status_alt}" border="0">
18        </td>
19        <td>
20                {config_table_data}
21        </td>
22</tr>
23<tr>
24        <td>&nbsp;</td>
25        <td>
26                {ldap_table_data}
27        </td>
28</tr>
29<!-- end the config section -->
30<!-- begin the admin section -->
31<tr class="th">
32        <td align="left" colspan="2">{admin_step_text}</td>
33</tr>
34<tr>
35        <td align="center" width="30%">
36                <img src="{admin_status_img}" alt="{admin_status_alt}" border="0">
37        </td>
38        <td>
39                {admin_table_data}
40        </td>
41</tr>
42<!-- end the admin section -->
43<!-- begin the lang section -->
44<tr class="th">
45        <td align="left" colspan="2">{lang_step_text}</td>
46</tr>
47<tr>
48        <td align="center">
49                <img src="{lang_status_img}" alt="{lang_status_alt}" border="0">
50        </td>
51        <td>
52                {lang_table_data}
53        </td>
54</tr>
55<!-- end the lang section -->
56<!-- begin the apps section -->
57<tr class="th">
58        <td align="left" colspan="2">{apps_step_text}</td>
59</tr>
60<tr>
61        <td align="center">
62                <img src="{apps_status_img}" alt="{apps_status_alt}" border="0">
63        </td>
64        <td>
65                {apps_table_data}
66        </td>
67</tr>
68<!-- end the apps section -->
69<tr class="banner">
70        <td colspan="2">&nbsp;</td>
71</tr>
72</table>
73<!-- end setup_main.tpl -->
Note: See TracBrowser for help on using the repository browser.