source: companies/serpro/expressoAdminSerpro/templates/default/sectors_delete.tpl @ 903

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

Importacao inicial do Expresso do Serpro

Line 
1<form name="form" method="POST" action="{action}">
2<input type="hidden" name="dn" value="{dn}">
3<input type="hidden" name="manager_context" value="{manager_context}">
4<table border="0" width="80%" align="center">
5        <tr>
6                <td colspan="2" align="right" bgcolor="{color_bg1}">
7                        <input type="button" value="{lang_back}" onClick="document.location.href='{back_url}'">
8                        <input type="submit" value="{lang_delete}">
9                </td>
10        </tr>
11
12        <tr>
13                <td align="center">
14                        <font size="5">
15                                {lang_delete_sector}
16                        </font>
17                        <font size="5" color="red">
18                                ({sector_name})
19                        <font size="5">
20                        <br>
21                </td>
22        </tr>
23        <tr>
24                <td align="left">
25                        <font size="3" color="red">
26                                {lang_obs}
27                        </font>
28                </td>
29        </tr>
30        <tr>
31                <td align="left">
32                        <font size="3">
33                                {lang_content_the_users}:
34                        </font>
35                                <br>
36                                {users_list}
37                                <br>   
38                </td>
39        </tr>
40       
41        <tr>
42                <td align="left">
43                        <font size="3">
44                                {lang_content_the_groups}:
45                        </font>
46                                <br>
47                                {groups_list}
48                                <br>   
49                </td>
50        </tr>
51
52        <tr>
53                <td align="left">
54                        <font size="3">
55                                {lang_content_the_sectors}:
56                        </font>
57                                <br>
58                                {sectors_list}
59                                <br>   
60                </td>
61        </tr>
62
63
64        <tr>
65                <td colspan="2" align="left" bgcolor="{color_bg1}">
66                        <input type="submit" value="{lang_delete}">
67                        <input type="button" value="{lang_back}" onClick="document.location.href='{back_url}'">                 
68                </td>
69        </tr>   
70</table>
71</form>
Note: See TracBrowser for help on using the repository browser.