1 <table summary="" style="width:100%;">
2 <tr>
3 <td style="width:50%;">
4 <!--Upper left-->
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 <tr>
39 <td>{t}Technical responsible{/t}
40 </td>
41 <td>
42 <i>{$tech_num} </i>
43 <input type="submit" value="{t}Edit{/t}" name="SelectTechPerson" {$tech_numACL}>
44 </td>
45 </tr>
46 </table>
47 </td>
48 <td style="border-left: 1px solid rgb(160, 160, 160); vertical-align: top; padding-right: 5px;">
50 <!--Upper right-->
51 <h2>{t}Contacts{/t}</h2>
52 <table summary="" width="100%">
53 <tr>
54 <td>
55 {t}Contact person{/t}
56 </td>
57 <td width="100%">
58 <i>{$contact_num} </i>
59 <input {$contact_numACL} type="submit" name="SelectContactPerson" value="{t}Edit{/t}">
60 </td>
61 </tr>
62 <tr>
63 <td valign="top">
64 {t}Comments{/t}
65 </td>
66 <td>
67 <textarea name="comments" style="width:100%;height:110px;" {$commentsACL}>{$comments}</textarea>
68 </td>
69 </tr>
70 </table>
71 </td>
72 </tr>
73 </table>
74 <p class="seperator" > </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:120px;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" > </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 <select name="Attachments[]" {$AttachmentsACL} style="height:120px;width:100%;" multiple>
100 {html_options values=$AttachmentKeys output=$Attachments}
101 </select>
102 <input name="AddAttachment" value="{t}Add{/t}" type="submit" {$AttachmentsACL}>
103 <input name="RemoveAttachment" value="{t}Remove{/t}" type="submit" {$AttachmentsACL}>
104 </td>
105 </tr>
106 </table>
108 </td>
109 </tr>
110 </table>
111 <input type="hidden" name="glpi_tpl_posted" value="1">