Koha/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-create-template.tmpl
Owen Leonard fefe64cf55 More work on standardizing toolbars. Also standardizing form markup in /tools
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-20 17:05:10 -05:00

77 lines
No EOL
2.9 KiB
Cheetah

<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><title>Koha &rsaquo; Labels</title>
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
</head>
<body>
<!-- TMPL_INCLUDE NAME="header.inc" -->
<!-- TMPL_INCLUDE NAME="cat-search.inc" -->
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Labels &rsaquo; Create Label Template</div>
<div id="doc3" class="yui-t2">
<div id="bd">
<div id="yui-main">
<div class="yui-b">
<form name="input" action="/cgi-bin/koha/labels/label-create-template.pl" method="get">
<fieldset class="rows">
<legend>Create Label Template</legend>
<ol>
<li><label for="tmpl_code">Template Code:</label> <input type="text" size="40" name="tmpl_code" id="tmpl_code" /></li>
<li><label for="tmpl_desc">Template Description:</label> <textarea cols="40" rows="3" name="tmpl_desc" id="tmpl_desc"></textarea></li>
<li><label for="units">Units: </label><select id="units" name="units">
<!-- TMPL_LOOP NAME="units" -->
<option value="<!-- TMPL_VAR NAME="unit" -->"><!-- TMPL_VAR NAME="desc" --></option>
<!-- /TMPL_LOOP -->
</select></li>
<li>
<label for="page_width">Page Width:</label><input type="text" size="2" name="page_width" id="page_width" />
</li>
<li>
<label for="page_height">Page Height:</label><input type="text" size="2" name="page_height" id="page_height" />
</li>
<li>
<label for="label_width">Label Width:</label><input type="text" size="2" name="label_width" id="label_width" />
</li>
<li>
<label for="label_height">Label Height:</label><input type="text" size="2" name="label_height" id="label_height" />
</li>
<li>
<label for="topmargin">Top Page Margin:</label><input type="text" size="2" name="topmargin" id="topmargin" />
</li>
<li>
<label for="leftmargin">Left Page Margin:</label><input type="text" size="2" name="leftmargin" id="leftmargin" />
</li>
<li>
<label for="cols">Number of Columns:</label><input type="text" size="2" name="cols" id="cols" />
</li>
<li>
<label for="rows">Number of Rows:</label><input type="text" size="2" name="rows" id="rows" />
</li>
<li>
<label for="colgap">Gap between Columns:</label><input type="text" size="2" name="colgap" id="colgap" />
</li>
<li>
<label for="rowgap">Gap between Rows:</label><input type="text" size="2" name="rowgap" id="rowgap" />
</li>
<li class="radio"><label for="fontsize">Font Size:</label> <input type="textbox" id="fontsize" name="fontsize" size="1" value="" /></li>
<li class="radio"><label for="active">Active: </label><input type="checkbox" id="active" name="active" /></li>
</ol>
</fieldset>
<input type="hidden" name="op" value="create" />
<input type="submit" value="Save" />
<input type="reset" value="Reset" />
</form>
</div>
</div>
<div class="yui-b">
<!-- TMPL_INCLUDE NAME="labels-menu.inc" -->
</div>
</div>
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->