182 lines
7 KiB
Cheetah
182 lines
7 KiB
Cheetah
<!-- TMPL_INCLUDE NAME="barcodes-top.inc" -->
|
|
|
|
<!-- ******************************************************************************************************** -->
|
|
<!-- ****** START OF ADD COUNTRY CODE PANEL ****** -->
|
|
<!-- ******************************************************************************************************** -->
|
|
|
|
<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 style="background-color:#EFEFEF;border:1px" align="center">
|
|
<tr>
|
|
<th colspan="2">
|
|
Ajouter un code pays
|
|
</th>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
Pays <input type="text" size="10" id="countryName" name="countryName"
|
|
style="background-color:#FFFFFF;color:Black"/>
|
|
</td>
|
|
<td>
|
|
Code pays <input type="text" size="3" id="countryCode" name="countryCode"
|
|
style="background-color:#FFFFFF;color:Black"/>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="right">
|
|
<input type="submit" name="submit" id="submit" value="Enregistrer code">
|
|
</td>
|
|
<td align="left">
|
|
<input type="button" name="cancel" id="cancel" value="Annuler" onclick="javascript: document.getElementById('addCountryCode').style.display = 'none'">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
</div>
|
|
|
|
<!-- ******************************************************************************************************** -->
|
|
<!-- ****** END OF ADD COUNTRY CODE PANEL ****** -->
|
|
<!-- ******************************************************************************************************** -->
|
|
|
|
<div id="mainbloc">
|
|
<h1>Générateur de code à barres</h1>
|
|
<table bgcolor="#ffcc00" width="80%" cellpadding="3">
|
|
<tr valign="center">
|
|
<td><font size="4">Générer le code à barres à partir du numéro d'inventaire</font></td>
|
|
</tr>
|
|
</table>
|
|
<ul>
|
|
<li>Sélectionnez une plage pour les numéros d'inventaire. Vous pouvez sélectionner une série continue ou une liste de codes disjoints</li>
|
|
<li>Sélectionner le style de modèle pour générer des codes à barres</li>
|
|
<li>Définissez la taille de la page pour le PDF</li>
|
|
<li>Koha va afficher la disposition , qui varie suivant la taille de la page, de tous les codes à barres.Vous pouvez définir à quel endroit l'impression commence.
|
|
</li>
|
|
</ul>
|
|
<br>
|
|
<form id="formulario" method="POST" action='<!-- TMPL_VAR NAME="SCRIPT_NAME" -->' name="form1"
|
|
onsubmit="return checkFields(this);" target="_blank">
|
|
|
|
<table cellpadding="3" border=0 class="myTable">
|
|
<!-- TMPL_IF NAME="ERROR" -->
|
|
<tr align="center">
|
|
<td colspan="2" >
|
|
<p style="font-size:13pt;color:red">Numéro d'inventaire introuvable dans ces limites. Merci de rééssayer</p>
|
|
</td>
|
|
</tr>
|
|
<!-- /TMPL_IF -->
|
|
<tr valign="top">
|
|
<td align="right" style="width:50%;padding-right:20px">
|
|
<table style="border:0px">
|
|
<tr align="right">
|
|
<td>Type d'intervalle</td>
|
|
</tr>
|
|
<tr align="right">
|
|
<td><!-- TMPL_VAR NAME="RANGE_TYPE" --></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td style="width:50%;padding-left:20px">
|
|
<div id="continuous" class="panel" style="display:inline">
|
|
<table class="ranges">
|
|
<tr>
|
|
<td>De</td>
|
|
<td><input id="from" type="text" name="from" size="20"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>à :</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 valign="top">
|
|
<td width="5%">
|
|
Numéro d'inventaire <BR>
|
|
<input id="inventaryCode" type="text" name="inventaryCode" size="20">
|
|
<td>
|
|
<td align="center">
|
|
<img src="<!-- TMPL_VAR NAME="themelang" -->/images/rightarrow.png" onclick="addItem()"
|
|
border="0" onclick="javascript: addItem();" style="cursor:pointer" style="display:table-cell">
|
|
<img src="<!-- TMPL_VAR NAME="themelang" -->/images/leftarrow.png" onclick="javascript: removeItem();" border="0" style="cursor:pointer" style="display:table-cell">
|
|
</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 align="right" style="padding-right:20px">
|
|
<table style="border:0px">
|
|
<tr align="right">
|
|
<td>Code Pays</td>
|
|
</tr>
|
|
<tr align="right">
|
|
<td>
|
|
<div style="display:inline">
|
|
<img src="<!-- TMPL_VAR NAME="themelang" -->/images/more.gif" hspace="0" vspace="0" border="0"
|
|
style="vertical-align:bottom;cursor:pointer"
|
|
onclick="javascript: addCountryCode()">
|
|
<!-- TMPL_VAR NAME="NUMBER_SYSTEM" -->
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td style="padding-left:20px">
|
|
<table style="border:0px">
|
|
<tr>
|
|
<td>Taille</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<input type="text" name="pageType" readonly value="<!-- TMPL_VAR NAME="PAGES" -->"
|
|
size="10"> <a href="/cgi-bin/koha/barcodes/printerConfig.pl">[Aller à la configuration de l'imprimante]</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="right" style="padding-left:20px">Texte sous l'étiquette</td>
|
|
<td>
|
|
<input type="text" name="text_under_label" size="40" value="<!-- TMPL_VAR name="text_under_label -->"> Si ce champ est vide, l'auteur et le titre seront mis à la place
|
|
</td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td colspan="2" align="center">
|
|
<table style='width:50%'>
|
|
<tr style="border-color:#000FCD">
|
|
<th colspan="<!-- TMPL_VAR NAME="COL_SPAN" -->">Numéro d'étiquette ou commencer l'impression</th>
|
|
</tr>
|
|
<!-- TMPL_LOOP NAME="LABEL_TABLE" -->
|
|
<tr style="align:left">
|
|
<!-- TMPL_LOOP NAME="columns" -->
|
|
<td style="border:1px solid #000000">
|
|
<input type="radio" id="label" value="<!-- TMPL_VAR NAME="tagname" -->"
|
|
name="label" <!-- TMPL_VAR NAME="check" -->> Etiquette <!-- TMPL_VAR NAME="labelname" -->
|
|
</td>
|
|
<!-- /TMPL_LOOP -->
|
|
</tr>
|
|
<!-- /TMPL_LOOP -->
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td align="right">
|
|
<input type="submit" value="Générer les codes barres" name="B1" class="button">
|
|
</td>
|
|
<td align="left">
|
|
<input type="reset" value="Effacer tous les champs" name="B2" class="button">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
</div>
|
|
<!-- TMPL_INCLUDE NAME="barcodes-bottom.inc" -->
|