Code

120ca6e652fd283c9fe2c7eefa74299418b9f982
[gosa.git] / plugins / admin / systems / glpi.tpl
1 <table summary="" style="width:100%;">
2         <tr>
3                 <td style="width:50%;">
4                         <!--Upper left-->       
5                         
6                         <h2>{t}Generic{/t}</h2>
7                         <table summary="">
8                                 <tr>
9                                         <td>{t}System type{/t}
10                                         </td>
11                                         <td>
12                                                 <select name="SystemType" {$SystemTypeACL}>
13                                                         {html_options values=$SystemTypes output=$SystemTypes selected=$SystemType}
14                                                 </select>       
15                                         </td>
16                                 </tr>
17                                 <tr>
18                                         <td>{t}Operating system{/t}
19                                         </td>
20                                         <td>
21                                                 <select name="OS" {$OSACL}>
22                                                         {html_options values=$OSs output=$OSs selected=$OS}
23                                                 </select>       
24                                         </td>
25                                 </tr>
26                                 <tr>
27                                         <td>{t}Manufacturer{/t}
28                                         </td>
29                                         <td>
30                                                 <select name="Manufacturer" {$ManufacturerACL}>
31                                                         {html_options values=$Manufacturers output=$Manufacturers selected=$Manufacturer}
32                                                 </select>       
33                                         </td>
34                                 </tr>
35                                 <tr>
36                                         <td>{t}Technicalresposible{/t}
37                                         </td>
38                                         <td>
39                                                 <select name="TechnicalResponsible" {$TechnicalResponsibleACL}>
40                                                         {html_options values=$TechnicalResponsibles output=$TechnicalResponsibles selected=$TechnicalResponsible}
41                                                 </select>       
42                                         </td>
43                                 </tr>
44                         </table>
45                         <p class="seperator" >&nbsp;</p>
46                         <h2>{t}Installed devices{/t}</h2>
47                         <table summary="" width="100%"> 
48                                 <tr>
49                                         <td>
50                                                 <select name="InstalledDevices" {$InstalledDevicesACL} style="height:120px;width:100%;" multiple>
51                                                         {html_options values=$InstalledDevices output=$InstalledDevices}
52                                                 </select>
53                                                 <input name="AddDevice" value="{t}Add{/t}" type="submit">       
54                                         </td>
55                                 </tr>
56                         </table>
57                         <p class="seperator" >&nbsp;</p>
58                         <input type="submit" value="{t}Trading{/t}" name="Trading">     
59                         <input type="submit" value="{t}Software{/t}" name="Software">   
60                         <input type="submit" value="{t}Contracts{/t}" name="Contracts"> 
61                 </td>
62                 <td style="border-left: 1px solid rgb(160, 160, 160); vertical-align: top; padding-right: 5px;">
63                         <!--Upper right-->
64                         <h2>{t}Contacts{/t}</h2>
65                         <table summary="" width="100%">
66                                 <tr>
67                                         <td>
68                                                 {t}Contact person{/t}
69                                         </td>
70                                         <td>
71                                                 contact person sdasd <input type="submit" value="{t}Edit{/t}"><img src="images/mailto.png" class="center" alt="{t}mailto{/t}">  
72                                         </td>
73                                 </tr>
74                                 <tr>
75                                         <td>
76                                                 {t}Comments{/t}
77                                         </td>
78                                         <td>
79                                                 <textarea name="Comments" style="width:100%;height:110px;" ></textarea>
80                                         </td>
81                                 </tr>
82                         </table>
83                         <p class="seperator" >&nbsp;</p>
84                         <h2>{t}Attachments{/t}</h2>
85                         <table summary="" width="100%"> 
86                                 <tr>
87                                         <td>
88                                                 <select name="Attachments" {$AttachmentsACL} style="height:120px;width:100%;" multiple>
89                                                         {html_options values=$Attachments output=$Attachments}
90                                                 </select>
91                                                 <input name="AddDevice" value="{t}Add{/t}" type="submit">       
92                                         </td>
93                                 </tr>
94                         </table>
95                         
96                 </td>
97         </tr>
98 </table>