Owen Leonard
1eb4513d43
Signed-off-by: Chris Cormack <crc@liblime.com> Signed-off-by: Joshua Ferraro <jmf@liblime.com>
55 lines
No EOL
1.9 KiB
Cheetah
55 lines
No EOL
1.9 KiB
Cheetah
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
|
<title>Koha › Circulation › Set Library</title>
|
|
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
|
</head>
|
|
<body>
|
|
<!-- TMPL_INCLUDE NAME="header.inc" -->
|
|
<!-- TMPL_INCLUDE NAME="circ-search.inc" -->
|
|
|
|
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> › Set Library</div>
|
|
|
|
<div id="doc" class="yui-t7">
|
|
|
|
<div id="bd">
|
|
<div id="yui-main">
|
|
<div class="yui-g">
|
|
|
|
|
|
<form method="post" action="/cgi-bin/koha/circ/circulation.pl">
|
|
<!-- TMPL_VAR NAME="branch" -->
|
|
|
|
<fieldset class="rows">
|
|
<legend>Set Library</legend>
|
|
<ol><li><label for="branch">Choose library:</label>
|
|
<!--branchselection-->
|
|
<select name="branch" id="branch">
|
|
<!-- TMPL_LOOP Name="branchloop" -->
|
|
<!-- TMPL_IF NAME="selected" --><option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="name" --></option>
|
|
<!-- TMPL_ELSE -->
|
|
<option value="<!-- TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="name" --></option>
|
|
<!-- /TMPL_IF -->
|
|
<!-- /TMPL_LOOP -->
|
|
</select></li>
|
|
|
|
|
|
<!-- TMPL_IF Name="printerloop" -->
|
|
<li><label for="printer">Choose a network printer:</label>
|
|
<!--printerselection-->
|
|
<select name="printer" id="printer">
|
|
<!-- TMPL_LOOP Name="printerloop" -->
|
|
<!-- TMPL_IF NAME="selected" --><option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="name" --></option>
|
|
<!-- TMPL_ELSE -->
|
|
<option value="<!-- TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="name" --></option>
|
|
<!-- /TMPL_IF -->
|
|
<!-- /TMPL_LOOP -->
|
|
</select></li>
|
|
<!-- /TMPL_IF -->
|
|
<input type="hidden" name="setcookies" value="1" /></ol>
|
|
</fieldset> <input type="submit" value="Submit" name="changesettings" />
|
|
</form>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" --> |