Code

Some glpi Acc fixes
[gosa.git] / plugins / admin / systems / glpi.tpl
1 <table summary="" style="width:100%;">
2         <tr>
3                 <td style="width:50%;vertical-align:top;" >
4                         <!--Upper left-->       
5                         
6                         <h2>{t}Generic{/t}</h2>
7                         <table summary="" cellpadding=5>
8                                 <tr>
9                                         <td >{t}System type{/t}
10                                         </td>
11                                         <td>
12                                                 <select name="type" {$typeACL}>
13                                                         {html_options values=$SystemTypeKeys output=$SystemTypes selected=$type}
14                                                 </select>
15                                                 <input type="submit" value="{t}edit{/t}" name="edit_type" {$typeACL}>   
16                                         </td>
17                                 </tr>
18                                 <tr>
19                                         <td>{t}Operating system{/t}
20                                         </td>
21                                         <td>
22                                                 <select name="os" {$osACL}>
23                                                         {html_options values=$OSKeys output=$OSs selected=$os}
24                                                 </select>       
25                                                 <input type="submit" value="{t}edit{/t}" name="edit_os" {$osACL}>       
26                                         </td>
27                                 </tr>
28                                 <tr>
29                                         <td>{t}Manufacturer{/t}
30                                         </td>
31                                         <td>
32                                                 <select name="FK_glpi_enterprise" {$FK_glpi_enterpriseACL}>
33                                                         {html_options values=$ManufacturerKeys output=$Manufacturers selected=$FK_glpi_enterprise}
34                                                 </select>       
35                                                 <input type="submit" value="{t}edit{/t}" name="edit_manufacturer" {$FK_glpi_enterpriseACL}>     
36                                         </td>
37                                 </tr>
38                         <!--</table>
39                         <p class="seperator">&nbsp;</p>
40                         <h2>{t}Contacts{/t}</h2>
41                         <table summary="" width="100%">-->
42                                 <tr>
43                                         <td>
44                                                 {t}Contact person{/t}
45                                         </td>
46                                         <td>
47                                                 <i>{$contact_num}&nbsp; </i>&nbsp;
48                                                 <input {$contact_numACL} type="submit" name="SelectContactPerson" value="{t}Edit{/t}">
49                                         </td>
50                                 </tr>
51                                 <tr>
52                                         <td>{t}Technical responsible{/t}&nbsp;
53                                         </td>
54                                         <td>
55                                                 <i>{$tech_num}&nbsp; </i>&nbsp;
56                                                 <input type="submit" value="{t}Edit{/t}" name="SelectTechPerson" {$tech_numACL}>
57                                         </td>
58                                 </tr>
59                         </table>
60                 </td>
61                 <td style="border-left: 1px solid rgb(160, 160, 160); vertical-align: top; padding-right: 5px;">
62                         <!--Upper right-->
63                         <h2>{t}Comments{/t}</h2>
64                         <table summary="" width="100%">
65                                 <tr>
66                                         <td valign="top" colspan="2">
67                                                 <textarea name="comments" style="width:100%;height:140px;" {$commentsACL}>{$comments}</textarea>
68                                         </td>
69                                 </tr>
70                         </table>
71                 </td>
72         </tr>
73 </table>
74 <p class="seperator" >&nbsp;</p>
75 <table summary="" style="width:100%;">
76         <tr>
77                 <td style="width:50%;">
78                         <h2>{t}Installed devices{/t}</h2>
79                         <table summary="" width="100%"> 
80                                 <tr>
81                                         <td>
82                                                 <select name="InstalledDevices" {$InstalledDevicesACL} style="height:130px;width:100%;" multiple>
83                                                         {html_options values=$InstalledDeviceKeys output=$InstalledDevices}
84                                                 </select>
85                                                 <input name="AddDevice" value="{t}Edit{/t}" type="submit" {$InstalledDevicesACL}>       
86                                         </td>
87                                 </tr>
88                         </table>
89 <!--                    <p class="seperator" >&nbsp;</p>
90                         <input type="submit" value="{t}Trading{/t}" name="Trading">     
91                         <input type="submit" value="{t}Software{/t}" name="Software">   
92                         <input type="submit" value="{t}Contracts{/t}" name="Contracts"> -->
93                 </td>
94                 <td style="border-left: 1px solid rgb(160, 160, 160); vertical-align: top; padding-right: 5px;">
95                         <h2>{t}Attachments{/t}</h2>
96                         <table summary="" width="100%"> 
97                                 <tr>
98                                         <td>
99                                                 {$AttachmentsDiv}
100                                                 <input name="AddAttachment"     value="{t}Add{/t}" type="submit" {$AttachmentsACL}>     
101                                         </td>
102                                 </tr>
103                         </table>
104                         
105                 </td>
106         </tr>
107 </table>
108 <input type="hidden" name="glpi_tpl_posted" value="1">