Quick Spine Label Printer
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / labels / label-create-template.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><title>Koha &rsaquo; Tools &rsaquo; Labels</title>
2 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
3 </head>
4 <body>
5 <!-- TMPL_INCLUDE NAME="header.inc" -->
6 <!-- TMPL_INCLUDE NAME="cat-search.inc" -->
7
8 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; <a href="/cgi-bin/koha/labels/label-home.pl">Labels</a> &rsaquo; Create Label Template</div>
9
10 <div id="doc3" class="yui-t2">
11    
12    <div id="bd">
13         <div id="yui-main">
14         <div class="yui-b">
15
16         <!-- TMPL_INCLUDE NAME="tools-labels-toolbar.inc" -->
17 <form name="input" action="/cgi-bin/koha/labels/label-create-template.pl" method="get">
18
19 <fieldset class="rows">
20 <legend>Create Label Template</legend>
21
22 <ol>
23
24 <li><label for="tmpl_code">Template Code:</label> <input type="text"  size="40" name="tmpl_code" id="tmpl_code" /></li>
25 <li><label for="tmpl_desc">Template Description:</label> <textarea cols="40" rows="3" name="tmpl_desc" id="tmpl_desc"></textarea></li>
26
27 <li><label for="units">Units: </label><select id="units" name="units">
28     <!-- TMPL_LOOP NAME="units" -->
29         <option value="<!-- TMPL_VAR NAME="unit" -->"><!-- TMPL_VAR NAME="desc" --></option>
30     <!-- /TMPL_LOOP -->
31 </select></li>
32 <li>
33         <label for="page_width">Page Width:</label><input type="text"  size="2" name="page_width" id="page_width" />
34 </li>
35 <li>
36         <label for="page_height">Page Height:</label><input type="text" size="2" name="page_height" id="page_height" />
37 </li>
38 <li>
39         <label for="label_width">Label Width:</label><input type="text"  size="2" name="label_width" id="label_width" />
40 </li>
41 <li>
42         <label for="label_height">Label Height:</label><input type="text" size="2" name="label_height" id="label_height" />
43 </li>
44 <li>
45         <label for="topmargin">Top Page Margin:</label><input type="text" size="2" name="topmargin" id="topmargin" />
46 </li>
47 <li>
48         <label for="leftmargin">Left Page Margin:</label><input type="text" size="2" name="leftmargin" id="leftmargin" />
49 </li>
50 <li>
51         <label for="cols">Number of Columns:</label><input type="text" size="2" name="cols" id="cols" />
52 </li>
53 <li>
54         <label for="rows">Number of Rows:</label><input type="text" size="2" name="rows" id="rows" />
55 </li>
56 <li>
57         <label for="colgap">Gap between Columns:</label><input type="text" size="2" name="colgap" id="colgap" />
58 </li>
59 <li>
60         <label for="rowgap">Gap between Rows:</label><input type="text" size="2" name="rowgap" id="rowgap" />
61 </li>
62
63 <li><label for="fonts">Font: </label><select id="fonts" name="fonts">
64     <!-- TMPL_LOOP NAME="fonts" -->
65         <option value="<!-- TMPL_VAR NAME="font" -->"><!-- TMPL_VAR NAME="name" --></option>
66     <!-- /TMPL_LOOP -->
67 </select></li>
68
69 <li><label for="fontsize">Font Size:</label> <input type="text" id="fontsize" name="fontsize"  size="1" value="" /></li>
70
71 <li><label for="active">Active: </label><input type="checkbox" id="active" name="active" /></li>
72 </ol>
73 </fieldset>
74         <fieldset class="action">
75         <input type="submit" name="op" value="Create" />
76         <input type="submit" name="op" value="Cancel" />
77         </fieldset>
78 </form>
79
80 </div>
81 </div>
82 <div class="yui-b">
83 <!-- TMPL_INCLUDE NAME="labels-menu.inc" -->
84 </div>
85 </div>
86 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->