Adding NPL versions of these templates
authoroleonard <oleonard>
Tue, 4 Jan 2005 22:32:26 +0000 (22:32 +0000)
committeroleonard <oleonard>
Tue, 4 Jan 2005 22:32:26 +0000 (22:32 +0000)
koha-tmpl/intranet-tmpl/npl/en/barcodes/barcodes.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/npl/en/barcodes/printerConfig.tmpl [new file with mode: 0644]

diff --git a/koha-tmpl/intranet-tmpl/npl/en/barcodes/barcodes.tmpl b/koha-tmpl/intranet-tmpl/npl/en/barcodes/barcodes.tmpl
new file mode 100644 (file)
index 0000000..d44fcae
--- /dev/null
@@ -0,0 +1,111 @@
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Catalog: Advanced Search<!-- TMPL_INCLUDE NAME="doc-head-barcodes-close.inc" -->
+<!-- TMPL_INCLUDE NAME="masthead.inc" -->
+<!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
+<div id="main">
+
+<!-- ******************************************************************************************************** -->
+<!-- ******                              END OF ADD COUNTRY CODE PANEL                                 ****** -->
+<!-- ******************************************************************************************************** -->
+
+<div class="data">
+       <h1>Barcodes Generator</h1>
+       <ul>
+               <li>Select a range of inventary codes. You can choose a continuous range or individual inventory codes</li>
+               <li>Select the standard type to generate barcodes.</li>
+               <li>Define the page size for output the PDF.</li>
+               <li>Depending on page size, Koha will show you how the page is arranged
+                   for each barcode. You can define wich point to start printing the page.
+               </li>
+       </ul>
+
+       <form id="formulario" method="POST" action="<!-- TMPL_VAR NAME="SCRIPT_NAME" -->" name="form1" onsubmit="return checkFields(this);" target="_blank">
+               
+               <table class="myTable" border="1">
+               <caption>Generate barcodes from inventory codes</caption>
+                       <!-- TMPL_IF NAME="ERROR" -->
+                       <tr>
+                               <td colspan="2">
+                                       <p class="error">Can't find inventory codes in that range. Please try again.</p>
+                               </td>
+                       </tr>
+                       <!-- /TMPL_IF -->
+                       <tr>
+                               <td><label for="rangeType">Type of Interval:</label> <!-- TMPL_VAR NAME="RANGE_TYPE" --></td>
+                               <td> 
+                                       <div id="continuous" class="panel" style="display:inline">
+                                               <table class="ranges">
+                                                       <tr>
+                                                               <td>From:</td> 
+                                                               <td><input id="from" type="text" name="from" size="20"></td>
+                                                       </tr>
+                                                       <tr>
+                                                               <td>To:</td>
+                                                               <td><input id="to" type="text" name="to" size="20"></td>
+                                                       </tr>
+                                               </table>
+                                       </div> 
+                                   <div id="individuals" class="panel" style="display:none">
+                                               <table class="ranges">
+                                                       <tr>
+                                                               <td width="5%">
+                                                                       Inventory Code <BR>
+                                                                       <input id="inventaryCode" type="text" name="inventaryCode" size="20">
+                                                               <td>
+                                                               <td>    
+                                                                       <a href="#" onclick="addItem(); return false;">&lt;&lt;</a><br>
+                                                                       <a href="#" onclick="removeItem(); return false;">&gt;&gt;</a>
+                                                               </td>
+                                                               <td width="95%">                   
+                                                                       <select id="inventaryList" size="5" style="width:150px">
+                                                                       </select>
+                                                                       <input type="hidden" id="individualCodes" name="individualCodes">                                                                                                                                                                               
+                                                               </td>
+                                                       </tr>
+                                               </table>        
+                                       </div>                                          
+                               </td> <!-- Fin Rangos -->
+                       </tr>
+                       <tr> 
+                               <td><label for="numbersystem">Country Code:</label> <div style="display:inline">
+                                                                       <a href="#" onclick="addCountryCode(); return false;">+</a>
+                                                                       <!-- TMPL_VAR NAME="NUMBER_SYSTEM" -->
+                                                                       <div class="countryPanel" style="position:absolute" id="addCountryCode">
+       <form action="/cgi-bin/koha/barcodes/barcodes.pl" method="post" style="display:inline">
+               <input type="hidden" name="addCode" value="1">
+               <table>
+                       <tr><th colspan="2">Add a new Country Code</th></tr>
+                       <tr><td><label for="countryName">Country Name:</label></td><td><input type="text" size="10" id="countryName" name="countryName" /></td></tr>
+                       <tr><td><label for="countryCode">Country Code:</label></td><td><input type="text" size="3" id="countryCode" name="countryCode" /></td></tr>
+                       <tr>
+                               <td><input type="submit" name="submit" id="submit" value="Save Code" class="submit" /></td>
+       <td><input type="button" name="cancel" id="cancel" value="Cancel" onclick="document.getElementById('addCountryCode').style.display = 'none'" class="cancel" /></td></tr>
+               </table>
+       </form>
+</div>
+                                                               </div>
+                               </td>
+                               <td><label for="pageType">Page Size</label> <input type="text" name="pageType" id="pageType" readonly value="<!-- TMPL_VAR NAME="PAGES" -->" size="10"> <a href="/cgi-bin/koha/barcodes/printerConfig.pl">[Go to Printer Configuration]</a></td>
+                       </tr>
+                       <tr> 
+                               <td colspan="2"><label for="text_under_label">Text under label: </label>        <input type="text" name="text_under_label" id="text_under_label" size="40" value="<!-- TMPL_VAR name="text_under_label -->"> <p>If this field is empty, author and title will be used instead</p></td>
+                       </tr></table>
+
+                                                       <table style="width:50%">
+                                               <tr>
+                                                       <th colspan="<!-- TMPL_VAR NAME="COL_SPAN" -->">Label number to start printing</th>
+                                               </tr>
+                                               <!-- TMPL_LOOP NAME="LABEL_TABLE" -->
+                                                       <tr>
+                                                               <!-- TMPL_LOOP NAME="columns" -->
+                                                                       <td style="white-space: nowrap;">
+                                                                               <input type="radio" id="label" value="<!-- TMPL_VAR NAME="tagname" -->" name="label" <!-- TMPL_VAR NAME="check" -->>  Label  <!-- TMPL_VAR NAME="labelname" --></td>
+                                                               <!-- /TMPL_LOOP -->
+                                                       </tr>
+                                               <!-- /TMPL_LOOP -->                         
+                                       </table>
+                                       
+<p><input type="submit" value="Generate Barcodes" name="B1" class="submit"></p>
+       </form>
+</div>
+</div>
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
diff --git a/koha-tmpl/intranet-tmpl/npl/en/barcodes/printerConfig.tmpl b/koha-tmpl/intranet-tmpl/npl/en/barcodes/printerConfig.tmpl
new file mode 100644 (file)
index 0000000..6ad8af2
--- /dev/null
@@ -0,0 +1,60 @@
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Barcode Generator Printer Configuration<!-- TMPL_INCLUDE NAME="doc-head-barcodes-close.inc" -->
+<!-- TMPL_INCLUDE NAME="masthead.inc" -->
+<!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
+
+<div id="main">
+
+       <h1>Printer Configuration</h1>
+       <h3>Set the printer configuration corresponding to your environment</h3>
+       <ul>
+               <li>Set width and height of the label that you are going to work with.</li>
+               <li>Set your system's default DPI.</li>
+               <li>Set the page size.</li>
+               <li>Select how many columns and rows are in your page size.</li>
+               <li>Set the left margin bottom margin the page that you are going to use. This parameters will help to center the barcodes into the labels.</li>
+       </ul>
+
+       <form id="formulario" method="POST" action="<!-- TMPL_VAR NAME="SCRIPT_NAME" -->" name="form1">
+               <input type="hidden" name="saveSettings" value="1">
+               <div class="table"><table border="1" class="myTable">
+                       <tr>
+                               <th>Label width (in mm)</th>
+                               <th>Label height (in mm)</th>
+                               <th>System DPI</th>
+                               <th>Page Size</th>
+                               <th>Columns</th>
+                               <th>Rows</th>
+                               <th>Margin Bottom (mm)</th>
+                               <th>Margin Left (Expressed in mm)</th>
+                       <tr>
+                       <tr>
+                               <td> <input id="labelWidth" type="text" name="labelWidth" size="5" value="<!-- TMPL_VAR NAME="LABEL_WIDTH" -->"></td>
+                               <td><input id="labelHeigth" type="text" name="labelHeigth" size="5" value="<!-- TMPL_VAR NAME="LABEL_HEIGTH" -->"></td>
+                               <td><input id="systemDpi" type="text" name="systemDpi" size="5" value="<!-- TMPL_VAR NAME="SYSTEM_DPI" -->"></td>
+                               <td><select name="pageType" id="pageType" size="1">
+                                               <!-- TMPL_IF name="A4" -->
+                                                       <option value="A4" selected>A4</option>
+                                       <!-- TMPL_ELSE -->
+                                                       <option value="A4">A4</option>
+                                               <!-- /TMPL_IF -->
+                                               <!-- TMPL_IF name="Letter" -->
+                                                       <option value="Letter" selected>Letter</option>
+                                       <!-- TMPL_ELSE -->
+                                                       <option value="Letter">Letter</option>
+                                               <!-- /TMPL_IF -->
+                                               <!-- TMPL_IF name="Legal" -->
+                                                       <option value="Legal" selected>Legal</option>
+                                       <!-- TMPL_ELSE -->
+                                                       <option value="Legal">Legal</option>
+                                               <!-- /TMPL_IF -->
+                           </select></td>
+                           <td><input id="columns" type="text" name="columns" size="5" value="<!-- TMPL_VAR NAME="COLUMNS" -->"></td>
+                           <td><input id="rows" type="text" name="rows" size="5" value="<!-- TMPL_VAR NAME="ROWS" -->"></td>
+                           <td><input id="marginBottom" type="text" name="marginBottom" size="5" value="<!-- TMPL_VAR NAME="MARGIN_TOP" -->"></td>
+                           <td><input id="marginLeft" type="text" name="marginLeft" size="5" value="<!-- TMPL_VAR NAME="MARGIN_LEFT" -->"></td>
+                       </tr></table></div>
+<p>            <input type="submit" value="Save Settings" class="submit"></p>
+       </form>
+
+</div>
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->