First german contribution to 2.2.2
[koha.git] / koha-tmpl / intranet-tmpl / default / de / barcodes / printerConfig.tmpl
1 <!-- TMPL_INCLUDE NAME="barcodes-top.inc" -->
2 <div id="mainbloc">
3         <h1>Konfiguration Drucker</h1>
4         <table bgcolor="#ffcc00" width="80%" cellpadding="3">
5                 <tr valign="center">
6                         <td><font size="4">Set de printer configuration corresponding to your environment</font></td>
7                 </tr>
8         </table>
9         <ul>
10                 <li>Set width and heigth of the label that you are going to work with.</li>
11                 <li>Set your system dpi by default.</li>
12                 <li>Setentyp setzen</li>
13                 <li>Select how many columns and rows are in your page type.</li>
14                 <li>Set margin left and margin bottom of the page that you are going to use. This parameters will
15                     help to center the barcodes into the labels.</li>
16         </ul>
17         <br>
18         <form id="formulario" method="POST" action='<!-- TMPL_VAR NAME="SCRIPT_NAME" -->' name="form1">
19                 <input type="hidden" name="saveSettings" value="1">
20                 <table cellpadding="3" border=0 class="myTable">
21                         <tr>
22                                 <td>
23                                         Labelbreite (in mm)
24                                 </td>
25                                 <td>
26                                         Labelh&ouml;he (in mm)
27                                 </td>
28                                 <td>
29                                         System dpi
30                                 </td>
31                                 <td>
32                                         Seitentyp
33                                 </td>
34                                 <td>
35                                         Columns
36                                 </td>
37                                 <td>
38                                         Zeilen
39                                 </td>
40                                 <td>
41                                         Margin Bottom (Expressed in mm)
42                                 </td>
43                                 <td>
44                                         Margin Left (Expressed in mm)
45                                 </td>
46                         <tr>
47                         <tr valign="top">
48                                 <td align="left"> 
49                                         <input id="labelWidth" type="text" name="labelWidth" size="5"
50                                                value="<!-- TMPL_VAR NAME="LABEL_WIDTH" -->">
51                                 </td>
52                                 <td align="left"> 
53                                         <input id="labelHeigth" type="text" name="labelHeigth" size="5"
54                                                value="<!-- TMPL_VAR NAME="LABEL_HEIGTH" -->">
55                                 </td>
56                                 <td align="left">
57                                         <input id="systemDpi" type="text" name="systemDpi" size="5"
58                                                value="<!-- TMPL_VAR NAME="SYSTEM_DPI" -->">
59                                 </td>
60                                 <td align="left">
61                                         <select name="pageType" id="pageType" size="1">
62                                                 <!-- TMPL_IF name="A4" -->
63                                                         <option value="A4" selected>A4</option>
64                                         <!-- TMPL_ELSE -->
65                                                         <option value="A4">A4</option>
66                                                 <!-- /TMPL_IF -->
67                                                 <!-- TMPL_IF name="Letter" -->
68                                                         <option value="Letter" selected>Letter</option>
69                                         <!-- TMPL_ELSE -->
70                                                         <option value="Letter">Letter</option>
71                                                 <!-- /TMPL_IF -->
72                                                 <!-- TMPL_IF name="Legal" -->
73                                                         <option value="Legal" selected>Legal</option>
74                                         <!-- TMPL_ELSE -->
75                                                         <option value="Legal">Legal</option>
76                                                 <!-- /TMPL_IF -->
77                             </select>
78                                 </td>
79                             <td align="left">
80                                         <input id="columns" type="text" name="columns" size="5"
81                                                value="<!-- TMPL_VAR NAME="COLUMNS" -->">
82                                 </td>
83                             <td align="left">
84                                         <input id="rows" type="text" name="rows" size="5"
85                                                value="<!-- TMPL_VAR NAME="ROWS" -->">
86                                 </td>
87                             <td align="left">
88                                         <input id="marginBottom" type="text" name="marginBottom" size="5"
89                                                value="<!-- TMPL_VAR NAME="MARGIN_TOP" -->">
90                                 </td>
91                             <td align="left">
92                                         <input id="marginLeft" type="text" name="marginLeft" size="5"
93                                                value="<!-- TMPL_VAR NAME="MARGIN_LEFT" -->">
94                                 </td>
95                         </tr>
96                         <tr valign="top">
97                             <td colspan="8" align="center">
98                                         <input type="submit" value="Einstellungen speichern">
99                                 </td>
100                         </tr>
101                 </table>                
102         </form>
103 </div>
104 <!-- TMPL_INCLUDE NAME="barcodes-bottom.inc" -->