koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/barcodes la... [dev_week]


From: Mason James
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/barcodes la... [dev_week]
Date: Tue, 03 Jul 2007 09:44:05 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Mason James <sushi>     07/07/03 09:44:05

Modified files:
        koha-tmpl/intranet-tmpl/npl/en/barcodes: label-home.tmpl 

Log message:
        adding batch and layout too

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/barcodes/label-home.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.2.2.7&r2=1.1.2.2.2.8

Patches:
Index: label-home.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/barcodes/Attic/label-home.tmpl,v
retrieving revision 1.1.2.2.2.7
retrieving revision 1.1.2.2.2.8
diff -u -b -r1.1.2.2.2.7 -r1.1.2.2.2.8
--- label-home.tmpl     3 Jul 2007 05:06:35 -0000       1.1.2.2.2.7
+++ label-home.tmpl     3 Jul 2007 09:44:04 -0000       1.1.2.2.2.8
@@ -73,88 +73,39 @@
 </select>
 
 
+
 <h3>Confirm Barcode Type</h3>
- <select name="barcodetype">
-                <option value="COOP2of5"
-                        <!-- TMPL_IF NAME="COOP2of5_checked" -->
-                             selected
-                        <!--/TMPL_IF -->
-                        >COOP2of5</option>
-                <option value="Code39"
-                        <!-- TMPL_IF NAME="Code39_checked" -->
-                             selected
-                        <!-- /TMPL_IF -->
-                        >Code39</option>
-                <option value="Code39sum"
-                        <!-- TMPL_IF NAME="Code39sum_checked" -->
-                             selected
-                        <!-- /TMPL_IF -->
-                        >Code39 + modulo43</option>
-                <option value="EAN13"
-                        <!-- TMPL_IF NAME="EAN13_checked" -->
-                             selected
-                        <!-- /TMPL_IF -->
-                        >EAN13(JAN13)</option>
-                <option value="EAN8"
-                        <!-- TMPL_IF NAME="EAN8_checked" -->
-                             selected<!-- /TMPL_IF -->
-                        >EAN8(JAN8)</option>
-                <option value="ITF"
-                        <!-- TMPL_IF NAME="ITF_checked" -->
-                             selected
-                        <!-- /TMPL_IF -->
-                        >ITF(Interleaved2of5)</option>
-                <option value="Industrial2of5"
-                        <!-- TMPL_IF NAME="Industrial2of5_checked" -->
-                             selected
-                        <!-- /TMPL_IF -->
-                        >Industrial2of5</option>
-                <option value="Matrix2of5"
-                        <!-- TMPL_IF NAME="Matrix2of5_checked" -->
-                             selected
-                        <!-- /TMPL_IF -->
-                        >Matrix2of5</option>
-                <option value="NW7"
-                        <!-- TMPL_IF NAME="NW7_checked" -->
-                             selected
-                        <!-- /TMPL_IF -->
-                        >NW7</option>
-                <option value="QRcode"
-                        <!-- TMPL_IF NAME="QRcode_checked" -->
-                             selected
-                        <!-- /TMPL_IF -->
-                        >QRcode</option>
-                <option value="UPC-A"
-                        <!-- TMPL_IF NAME="UPC-A_checked" -->
-                             selected
-                        <!-- /TMPL_IF -->
-                        >UPC-A</option>
-                <option value="UPC-E"
-                        <!-- TMPL_IF NAME="UPC-E_checked" -->
-                             selected
-                        <!-- /TMPL_IF -->
-                        >UPC-E</option>
-        </select>
-</h3>
+<select name="barcode_types">
+    <!-- TMPL_LOOP NAME="barcode_types" -->
+        <option value="<!-- TMPL_VAR NAME="code" -->"
+            <!-- TMPL_IF NAME="active" --> selected  <!-- /TMPL_IF -->
+        ><!-- TMPL_VAR NAME="desc" --></option>
+    <!-- /TMPL_LOOP -->
+</select>
+
+
+
+<h3>Confirm Layout Type</h3>
+<select name="layouts">
+    <!-- TMPL_LOOP NAME="layouts" -->
+        <option value="<!-- TMPL_VAR NAME="code" -->"
+            <!-- TMPL_IF NAME="active" --> selected  <!-- /TMPL_IF -->
+        ><!-- TMPL_VAR NAME="desc" --></option>
+    <!-- /TMPL_LOOP -->
+</select>
+
+
+<h3>Confirm Batch List</h3>
+<select name="batches">
+    <!-- TMPL_LOOP NAME="batches" -->
+        <option value="<!-- TMPL_VAR NAME="batch_id" -->"
+            <!-- TMPL_IF NAME="active" --> selected  <!-- /TMPL_IF -->
+        ><!-- TMPL_VAR NAME="batch_id" --></option>
+    <!-- /TMPL_LOOP -->
+</select>
 
 
-<h3>Confirm Printing Type</h3>
 
-<input type="radio" name="printingtype" value="spine"
-        <!-- TMPL_IF NAME="printingtype_spine" -->
-                checked
-        <!--/TMPL_IF -->
-    >Spine Labels
-<input type="radio" name="printingtype" value="barcode"
-        <!-- TMPL_IF NAME="printingtype_barcode" -->
-                checked
-        <!--/TMPL_IF -->
-    >Barcode Labels
-<input type="radio" name="printingtype" value="both"  
-    <!-- TMPL_IF NAME="printingtype_both" -->
-        checked       
-    <!--/TMPL_IF -->
-    >Both Labels
 
 
 <h3>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]