Code

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