Code

Glpi, dialog can be saved,
[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 width="150">{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                                 <tr>
39                                         <td>{t}Technical responsible{/t}&nbsp;
40                                         </td>
41                                         <td>
42                                                 <i>{$tech_num}&nbsp; </i>&nbsp;
43                                                 <input type="submit" value="{t}Choose{/t}" name="SelectTechPerson" {$tech_numACL}>
44                                         </td>
45                                 </tr>
46                         </table>
47                         <p class="seperator" >&nbsp;</p>
48                         <h2>{t}Installed devices{/t}</h2>
49                         <table summary="" width="100%"> 
50                                 <tr>
51                                         <td>
52                                                 <select name="InstalledDevices" {$InstalledDevicesACL} style="height:120px;width:100%;" multiple>
53                                                         {html_options values=$InstalledDeviceKeys output=$InstalledDevices}
54                                                 </select>
55                                                 <input name="AddDevice" value="{t}Edit{/t}" type="submit" {$InstalledDevicesACL}>       
56                                         </td>
57                                 </tr>
58                         </table>
59                         <p class="seperator" >&nbsp;</p>
60                         <input type="submit" value="{t}Trading{/t}" name="Trading">     
61                         <input type="submit" value="{t}Software{/t}" name="Software">   
62                         <input type="submit" value="{t}Contracts{/t}" name="Contracts"> 
63                 </td>
64                 <td style="border-left: 1px solid rgb(160, 160, 160); vertical-align: top; padding-right: 5px;">
65                         <!--Upper right-->
66                         <h2>{t}Contacts{/t}</h2>
67                         <table summary="" width="100%">
68                                 <tr>
69                                         <td>
70                                                 {t}Contact person{/t}
71                                         </td>
72                                         <td>
73                                                 <i>{$contact_num}&nbsp; </i>&nbsp;
74                                                 <input {$contact_numACL} type="submit" name="SelectContactPerson" value="{t}Edit{/t}"><img src="images/mailto.png" class="center" alt="{t}mailto{/t}">  
75                                         </td>
76                                 </tr>
77                                 <tr>
78                                         <td>
79                                                 {t}Comments{/t}
80                                         </td>
81                                         <td>
82                                                 <textarea name="comments" style="width:100%;height:110px;" {$commentsACL}>{$comments}</textarea>
83                                         </td>
84                                 </tr>
85                         </table>
86                         <p class="seperator" >&nbsp;</p>
87                         <h2>{t}Attachments{/t}</h2>
88                         <table summary="" width="100%"> 
89                                 <tr>
90                                         <td>
91                                                 <select name="Attachments" {$AttachmentsACL} style="height:120px;width:100%;" multiple>
92                                                         {html_options values=$AttachmentKeys output=$Attachments}
93                                                 </select>
94                                                 <input name="AddAttachment"     value="{t}Add{/t}" type="submit">       
95                                                 <input name="RemoveAttachment"  value="{t}Remove{/t}" type="submit">    
96                                         </td>
97                                 </tr>
98                         </table>
99                         
100                 </td>
101         </tr>
102 </table>