Code

Updated terminal copy & paste
[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 {render acl=$typeACL}
13                                                 <select name="type">
14                                                         {html_options values=$SystemTypeKeys output=$SystemTypes selected=$type}
15                                                 </select>
16 {/render}
17 {render acl=$typeACL}
18                                                 <input type="submit" value="{t}edit{/t}" name="edit_type">      
19 {/render}
20                                         </td>
21                                 </tr>
22                                 <tr>
23                                         <td>{t}Operating system{/t}
24                                         </td>
25                                         <td>
26 {render acl=$osACL}
27                                                 <select name="os">
28                                                         {html_options values=$OSKeys output=$OSs selected=$os}
29                                                 </select>       
30 {/render}
31 {render acl=$osACL}
32                                                 <input type="submit" value="{t}edit{/t}" name="edit_os">        
33 {/render}
34                                         </td>
35                                 </tr>
36                                 <tr>
37                                         <td>{t}Manufacturer{/t}
38                                         </td>
39                                         <td>
40 {render acl=$FK_glpi_enterpriseACL}
41                                                 <select name="FK_glpi_enterprise">
42                                                         {html_options values=$ManufacturerKeys output=$Manufacturers selected=$FK_glpi_enterprise}
43                                                 </select>       
44 {/render}
45 {render acl=$FK_glpi_enterpriseACL}
46                                                 <input type="submit" value="{t}edit{/t}" name="edit_manufacturer">      
47 {/render}
48                                         </td>
49                                 </tr>
50                         <!--</table>
51                         <p class="seperator">&nbsp;</p>
52                         <h2>{t}Contacts{/t}</h2>
53                         <table summary="" width="100%">-->
54                                 <tr>
55                                         <td>
56                                                 {t}Contact person{/t}
57                                         </td>
58                                         <td>
59                                                 <i>{$contact_num}&nbsp; </i>&nbsp;
60 {render acl=$contact_numACL}
61                                                 <input type="submit" name="SelectContactPerson" value="{t}Edit{/t}">
62 {/render}
63                                         </td>
64                                 </tr>
65                                 <tr>
66                                         <td>{t}Technical responsible{/t}&nbsp;
67                                         </td>
68                                         <td>
69                                                 <i>{$tech_num}&nbsp; </i>&nbsp;
70 {render acl=$tech_numACL}
71                                                 <input type="submit" value="{t}Edit{/t}" name="SelectTechPerson">
72 {/render}
73                                         </td>
74                                 </tr>
75                         </table>
76                 </td>
77                 <td style="border-left: 1px solid rgb(160, 160, 160); vertical-align: top; padding-right: 5px;">
78                         <!--Upper right-->
79                         <h2>{t}Comment{/t}</h2>
80                         <table summary="" width="100%">
81                                 <tr>
82                                         <td valign="top" colspan="2">
83 {render acl=$commentsACL}
84                                                 <textarea name="comments" style="width:100%;height:180px;">{$comments}</textarea>
85 {/render}
86                                         </td>
87                                 </tr>
88                         </table>
89                 </td>
90         </tr>
91 </table>
92 <p class="seperator" >&nbsp;</p>
93 <table summary="" style="width:100%;">
94         <tr>
95                 <td style="width:50%;">
96                         <h2>{t}Installed devices{/t}</h2>
97                         <table summary="" width="100%"> 
98                                 <tr>
99                                         <td>
100 {render acl=$DevicesACL}
101                                                 <select name="InstalledDevices" style="height:130px;width:100%;" multiple>
102                                                         {html_options values=$InstalledDeviceKeys output=$InstalledDevices}
103                                                 </select>
104 {/render}
105 {render acl=$DevicesACL}
106                                                 <input name="AddDevice" value="{t}Edit{/t}" type="submit">      
107 {/render}
108                                         </td>
109                                 </tr>
110                         </table>
111 <!--                    <p class="seperator" >&nbsp;</p>
112                         <input type="submit" value="{t}Trading{/t}" name="Trading">     
113                         <input type="submit" value="{t}Software{/t}" name="Software">   
114                         <input type="submit" value="{t}Contracts{/t}" name="Contracts"> -->
115                 </td>
116                 <td style="border-left: 1px solid rgb(160, 160, 160); vertical-align: top; padding-right: 5px;">
117                         <h2>{t}Attachments{/t}</h2>
118                         <table summary="" width="100%"> 
119                                 <tr>
120                                         <td>
121 {render acl=$AttachmentsACL}
122                                                 {$AttachmentsDiv}
123 {/render}
124 {render acl=$AttachmentsACL}
125                                                 <input name="AddAttachment"     value="{t}Add{/t}" type="submit">       
126 {/render}
127                                         </td>
128                                 </tr>
129                         </table>
130                 </td>
131         </tr>
132 </table>
133 <input type="hidden" name="glpi_tpl_posted" value="1">
134 <script language="JavaScript" type="text/javascript">
135   <!-- // First input field on page
136   document.mainform.type.focus();
137   -->
138 </script><p style="text-align:right">