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

Mason James szrj1m at yahoo.com
Tue Jul 3 06:15:28 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Mason James <sushi>	07/07/03 04:15:27

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

Log message:
	oops, re-adding

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&rev=1.1.2.2.2.6

Patches:
Index: label-home.tmpl
===================================================================
RCS file: label-home.tmpl
diff -N label-home.tmpl
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ label-home.tmpl	3 Jul 2007 04:15:26 -0000	1.1.2.2.2.6
@@ -0,0 +1,249 @@
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Labels<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
+<!-- TMPL_INCLUDE name="masthead.inc" -->
+<!-- TMPL_INCLUDE NAME="label-topmenu.inc" -->
+<!-- TMPL_INCLUDE name="intranet-nav.inc" -->
+
+<div id="main">
+<form name="input" action="/cgi-bin/koha/barcodes/label-manager.pl" method="get">
+
+<h3>Choose Fields to Print</h3>
+<table summary="fields to print">
+<tr>
+        <td><!-- TMPL_IF NAME="itemtype"-->
+                <input type="checkbox" name="itemtype" value="1" checked="checked" />
+                <!-- TMPL_ELSE -->
+                <input type="checkbox" name="itemtype" value="1" />
+                <!-- /TMPL_IF -->
+                <label for="itemtype">Item Type</label>
+        </td>
+
+        <td>
+        <!-- TMPL_IF NAME="isbn" -->
+                <input type="checkbox" name="isbn" value="1" checked="checked" />
+        <!-- TMPL_ELSE -->      
+                <input type="checkbox" name="isbn" value="1" />
+        <!-- /TMPL_IF -->       
+                <label for="isbn">ISBN</label>
+        </td>
+
+</tr>
+<tr>
+        <td>
+        <!-- TMPL_IF NAME="dewey" -->
+                <input type="checkbox" name="dcn" value="1" checked="checked" />
+        <!-- TMPL_ELSE -->      
+                <input type="checkbox" name="dcn" value="1" />
+        <!-- /TMPL_IF -->       
+                <label for="dcn">Dewey / Call Number</label>
+        </td>
+        <td>
+        <!-- TMPL_IF NAME="class" -->
+                <input type="checkbox" name="classif" value="1"  checked="checked" />
+        <!-- TMPL_ELSE -->      
+                <input type="checkbox" name="classif" value="1" />
+        <!-- /TMPL_IF -->       
+                <label for="classif">Classification</label>
+        </td>
+</tr>
+<tr>
+        <td>
+        <!-- TMPL_IF NAME="itemcallnumber" -->
+                <input type="checkbox" name="itemcallnumber" value="1" checked="checked" />
+        <!-- TMPL_ELSE -->      
+                <input type="checkbox" name="itemcallnumber" value="1" />
+        <!-- /TMPL_IF -->       
+                <label for="itemcallnumber">Item Call Number</label>
+        </td>
+        <td>
+        <!-- TMPL_IF NAME="subclass" -->
+                <input type="checkbox" name="subclass" value="1" checked="checked" />
+        <!-- TMPL_ELSE -->      
+                <input type="checkbox" name="subclass" value="1" />
+        <!-- /TMPL_IF -->       
+                <label for="subclass">Sub-Class</label>
+        </td>
+</tr>
+</table>
+<p>
+
+<h3>Confirm Label Type</h3>
+<select name="papertype">
+<!-- TMPL_IF NAME="papertype_gaylord-8511" -->
+                <option value="gaylord-8511" selected="selected">Gaylord-8511</option>
+<!-- TMPL_ELSE -->
+                <option value="gaylord-8511">Gaylord-8511</option>
+<!--/TMPL_IF -->
+
+<!-- TMPL_IF NAME="papertype_opus-dot-matrix" -->
+                <option value="opus-dot-matrix" selected="selected">OPUS Dot-Matrix</option>
+<!-- TMPL_ELSE -->
+                <option value="opus-dot-matrix">OPUS Dot-Matrix</option>
+<!--/TMPL_IF -->
+        </select>
+
+<h3>Confirm Barcode Type</h3>
+ <select name="barcodetype">
+ 
+                 <!-- TMPL_IF NAME="COOP2of5_checked" -->
+                <option value="COOP2of5" selected="selected">COOP2of5</option>
+                <!-- TMPL_ELSE -->
+                <option value="COOP2of5">COOP2of5</option>
+                <!--/TMPL_IF -->
+                
+                <!-- TMPL_IF NAME="Code39_checked" -->
+                <option value="Code39" selected="selected">Code39</option>
+                <!-- TMPL_ELSE -->
+                <option value="Code39">Code39</option>
+                <!-- /TMPL_IF -->
+                
+                <!-- TMPL_IF NAME="EAN13_checked" -->
+                <option value="EAN13" selected="selected">EAN13(JAN13)</option>
+                <!-- TMPL_ELSE -->
+                <option value="EAN13">EAN13(JAN13)</option>
+                <!-- /TMPL_IF -->
+                
+                <!-- TMPL_IF NAME="EAN8_checked" -->
+                <option value="EAN8" selected="selected">EAN8(JAN8)</option>
+                <!-- TMPL_ELSE -->
+                <option value="EAN8">EAN8(JAN8)</option>
+                <!-- /TMPL_IF -->
+                
+                <!-- TMPL_IF NAME="ITF_checked" -->
+                <option value="ITF" selected="selected">ITF(Interleaved2of5)</option>
+                <!-- TMPL_ELSE -->
+                <option value="ITF">ITF(Interleaved2of5)</option>
+                <!-- /TMPL_IF -->
+                
+                <!-- TMPL_IF NAME="Industrial2of5_checked" -->
+                <option value="Industrial2of5" selected="selected">Industrial2of5</option>
+                <!-- TMPL_ELSE -->
+                <option value="Industrial2of5">Industrial2of5</option>
+                <!-- /TMPL_IF -->
+
+                <!-- TMPL_IF NAME="Matrix2of5_checked" -->
+                <option value="Matrix2of5" selected="selected">Matrix2of5</option>
+                <!-- TMPL_ELSE -->
+                <option value="Matrix2of5">Matrix2of5</option>
+                <!-- /TMPL_IF -->
+                
+                <!-- TMPL_IF NAME="NW7_checked" -->
+                <option value="NW7" selected="selected">NW7</option>
+                <!-- TMPL_ELSE -->
+                <option value="NW7">NW7</option>
+                <!-- /TMPL_IF -->
+                
+                <!-- TMPL_IF NAME="QRcode_checked" -->
+                <option value="QRcode" selected="selected">QRcode</option>
+                <!-- TMPL_ELSE -->
+                <option value="QRcode">QRcode</option>
+                <!-- /TMPL_IF -->
+                
+                <!-- TMPL_IF NAME="UPC-A_checked" -->
+                <option value="UPC-A" selected="selected">UPC-A</option>
+                <!-- TMPL_ELSE -->
+                <option value="UPC-A">UPC-A</option>
+                <!-- /TMPL_IF -->
+                
+                <!-- TMPL_IF NAME="UPC-E_checked" -->
+                <option value="UPC-E" selected="selected">UPC-E</option>
+                <!-- TMPL_ELSE -->
+                <option value="UPC-E">UPC-E</option>
+                <!-- /TMPL_IF -->
+                
+        </select>
+</h3>
+
+
+<h3>Confirm Printing Type</h3>
+<!-- TMPL_IF NAME="printingtype_spine" -->
+<input type="radio" name="printingtype" value="spine" checked="checked">Spine Labels
+<!-- TMPL_ELSE -->
+<input type="radio" name="printingtype" value="spine">Spine Labels
+<!-- /TMPL_IF -->
+
+<!-- TMPL_IF NAME="printingtype_barcode" -->
+<input type="radio" name="printingtype" value="barcode" checked="checked">Barcode Labels
+<!-- TMPL_ELSE -->
+<input type="radio" name="printingtype" value="barcode">Barcode Labels
+<!-- /TMPL_IF -->
+
+<!-- TMPL_IF NAME="printingtype_both" -->
+<input type="radio" name="printingtype" value="both" checked="checked">Both Labels
+<!-- TMPL_ELSE -->
+<input type="radio" name="printingtype" value="both">Both Labels
+<!-- /TMPL_IF -->
+
+<h3>
+        Start printing from Row number:<select name="startrow">
+        <!-- TMPL_IF NAME="startrow1_checked" -->
+              <option value="1" selected="selected">1</option>
+              <!-- TMPL_ELSE -->
+              <option value="1">1</option>
+              <!-- /TMPL_IF -->
+              
+              <!-- TMPL_IF NAME="startrow2_checked" -->
+              <option value="2" selected="selected">2</option>
+              <!-- TMPL_ELSE -->
+              <option value="2">2</option>
+              <!-- /TMPL_IF -->
+              
+              <!-- TMPL_IF NAME="startrow3_checked" -->
+              <option value="3" selected="selected">3</option>
+              <!-- TMPL_ELSE -->
+              <option value="3">3</option>
+              <!-- /TMPL_IF -->
+              
+              <!-- TMPL_IF NAME="startrow4_checked" -->
+              <option value="4" selected="selected">4</option>
+              <!-- TMPL_ELSE -->
+               <option value="4">4</option>
+              <!-- /TMPL_IF -->
+              
+              <!-- TMPL_IF NAME="startrow5_checked" -->
+              <option value="5" selected="selected">5</option>
+              <!-- TMPL_ELSE -->
+              <option value="5">5</option>
+              <!-- /TMPL_IF -->
+              
+              <!-- TMPL_IF NAME="startrow6_checked" -->
+              <option value="6" selected="selected">6</option>
+              <!-- TMPL_ELSE -->
+              <option value="6">6</option>
+              <!-- /TMPL_IF -->
+              
+              <!-- TMPL_IF NAME="startrow7_checked" -->
+              <option value="7" selected="selected">7</option>
+              <!-- TMPL_ELSE -->
+              <option value="7">7</option>
+              <!-- /TMPL_IF -->
+              
+              <!-- TMPL_IF NAME="startrow8_checked" -->
+              <option value="8" selected="selected">8</option>
+              <!-- TMPL_ELSE -->
+              <option value="8">8</option>
+              <!-- /TMPL_IF -->
+              
+        </select>
+</h3>
+
+
+<p>
+
+<!-- TMPL_IF NAME="guidebox"-->
+ <input type="checkbox" name="guidebox" value="1" checked="checked" />
+ <!-- TMPL_ELSE -->
+ <input type="checkbox" name="guidebox" value="1" />
+ <!-- /TMPL_IF -->
+ 
+                <label for="guidebox">Draw Guide Boxes</label>
+</p>
+
+<p>
+        <input type="submit" value="Submit" />
+        <input type="reset" value="Reset" />
+        <input type="hidden" name=op value="save_conf" />
+</p>
+</form>
+</div>
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
+





More information about the Koha-cvs mailing list