6 <div class="panel panel-info">
7 <div class="panel-heading">Printer Settings</div>
8 <table class="table table-condensed">
11 <td>Number of Label Rows:</td>
12 <td><input type="number" class="form-control" id="label_rows" name="label_rows" value="10" /></td>
13 <td>Number of Label Columns Per Page:</td>
14 <td><input type="text" class="form-control" id="label_cols" name="label_cols" value="3" /></td>
18 <td><select class="form-control" id="page_format" name="page_format">
19 <option value="letter" selected="1">Letter</option>
20 <option value="A4">A4</option>
23 <td>Add text to label, e.g. location: </td><td><input type="text" class="form-control" id="text_margin" name="text_margin" ></td>
26 <td>Top Margin (mm):</td>
27 <td><input type="number" class="form-control" id="tops_margin" name="tops_margin" value="12" /></td>
28 <td>Left Margin (mm):</td>
29 <td><input type="number" class="form-control" id="left_margin" name="left_margin" value="70" /></td>
32 <td>Bottom Margin (mm):</td>
33 <td><input type="number" class="form-control" id="bottom_margin" name="bottom_margin" value="12" /></td>
34 <td>Right Margin (mm):</td>
35 <td><input type="number" class="form-control" id="right_margin" name="right_margin" value="20" /></td>
43 <tr><td>Pages </td><td><input name="label_pages" size="3" /></td>
48 <td>Number of label rows </td><td><input name="label_rows" size="3" value="10" ></td>
49 <td>Number of label columns per page </td><td><input name="label_cols" size="3" value="3" ></td>
53 <td>Page format </td><td>
54 <select name="page_format">
55 <option value="letter" selected="1">letter</option>
56 <option value="A4">A4</option>
59 <td></td><td></td></tr>
62 <td>Top margin [mm]</td><td><input name="top_margin" size="3" value="12" /></td>
63 <td>Left margin [mm]</td><td><input name="left_margin" size="3" value="70" /></td>
67 <td>Bottom margin [mm]</td><td><input name="bottom_margin" size="3" value="12" /></td>
68 <td>Right margin [mm]</td><td><input name="right_margin" size="3" value="20" /></td>