first go at moving templates to a modules/ dir
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / circ / selectbranchprinter.tmpl
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/selectbranchprinter.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/selectbranchprinter.tmpl
new file mode 100644 (file)
index 0000000..3ee5c66
--- /dev/null
@@ -0,0 +1,43 @@
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
+<title>Circulation &rsaquo; Set Library</title>
+<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
+<!-- TMPL_INCLUDE NAME="menus.inc" -->
+<!-- TMPL_INCLUDE NAME="menu-circ.inc" -->
+
+
+<h1>Circulation &rsaquo; Set Library</h1>
+
+<form method="post" action="/cgi-bin/koha/circ/circulation.pl">
+<!-- TMPL_VAR NAME="branch" -->
+
+<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>
+
+
+<!-- TMPL_IF Name="printerloop" -->
+    <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>
+<!-- /TMPL_IF -->
+    <input type="hidden" name="setcookies" value="1" />
+    <input type="submit" value="Submit" name="changesettings" />
+</form>
+
+
+<!-- TMPL_INCLUDE Name="intranet-bottom.inc" -->
+