Code

Starting move
[gosa.git] / gosa-core / plugins / admin / devices / deviceGeneric.tpl
2 <h2>{t}Devices{/t}</h2>
4 <table width="100%" summary="">
5  <tr>
6   <td width="50%" style="vertical-align:top">
7     <table style="border-right:1px solid #B0B0B0;width:100%">
8         <tr>
9             <td><LABEL for="base">{t}Base{/t}</LABEL>
10             </td>
11             <td>
12                                 <select name="base">
13                                         {html_options options=$bases selected=$base}
14                                 </select>
15             </td>
16         </tr>
17         <tr>
18             <td><LABEL for="cn">{t}Device name{/t}</LABEL>{$must}
19             </td>
20             <td>
21                 <input type="text" size=40 value="{$cn}" name="cn" id="cn">
22             </td>
23         </tr>
24         <tr>
25             <td><LABEL for="description">{t}Description{/t}</LABEL>
26             </td>
27             <td>
28                 <input type="text" size=40 value="{$description}" name="description" id="description">
29             </td>
30         </tr>
31     </table>
32    </td>
33    <td style="vertical-align:top">
34     <table summary="">
35         <tr>
36             <td><LABEL for="dev_id">{t}Serial number{/t}&nbsp;{t}(iSerial){/t}</LABEL>{$must}
37             </td>
38             <td>
39                 <input type="text" value="{$dev_id}" name="dev_id" id="dev_id">
40             </td>
41             <td colspan="2">&nbsp;</td>
42         </tr>
43         <tr>
44             <td><LABEL for="vendor">{t}Vendor-ID{/t}&nbsp;{t}(idVendor){/t}</LABEL>{$must}
45             </td>
46             <td>
47                 <input type="text" value="{$vendor}" name="vendor" id="vendor">
48             </td>
49         </tr>
50         <tr>
51           <td><LABEL for="produkt">{t}Product-ID{/t}&nbsp;{t}(idProduct){/t}</LABEL>{$must}
52             </td>
53             <td>
54                 <input type="text" value="{$serial}" name="serial" id="serial">
55             </td>
56         </tr>
57     </table>
58 </table>
59 <input type='hidden' value="1" name="deviceGeneric_posted">
60 <script language="JavaScript" type="text/javascript">
61   <!-- // First input field on page
62     focus_field('name');
63   -->
64 </script>