koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/acqui.simple add


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/acqui.simple addbiblio.tmpl,NONE,1.1 addbiblio.tmpl.ini,NONE,1.1 addbooks.tmpl,NONE,1.1 addbooks.tmpl.ini,NONE,1.1 additem.tmpl,NONE,1.1 additem.tmpl.ini,NONE,1.1 isbnsearch.tmpl,NONE,1.1 marcimport.tmpl,NONE,1.1
Date: Mon, 03 Feb 2003 03:11:44 -0800

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/acqui.simple
In directory 
sc8-pr-cvs1:/tmp/cvs-serv8768/koha-tmpl/intranet-tmpl/default/fr/acqui.simple

Added Files:
        addbiblio.tmpl addbiblio.tmpl.ini addbooks.tmpl 
        addbooks.tmpl.ini additem.tmpl additem.tmpl.ini 
        isbnsearch.tmpl marcimport.tmpl 
Log Message:
french translation

--- NEW FILE ---
<TMPL_INCLUDE NAME="acquisitions-top.inc">

<style TYPE="text/css" MEDIA=screen>
        table { font-family:Arial;
        font-weight:normal;
        text-decoration:none;
        font-size:10pt;}
</STYLE>

<form method="post" name="f">
<table width=100% cellspacing=0 cellpadding=5 border=1>
<tr background="/images/background-mem.gif">
        <th>Notice MARC : <TMPL_VAR name="bibid"></th>
</tr>
<tr>
        <td>
        <table width=100% border=0 colspacing=0 cellpadding=0>

        <tr>
                <td width=9% align="center"><a href="javascript:active(0)"><div 
id="link0">0</div></a></td>
                <td width=9% align="center"><a href="javascript:active(1)"><div 
id="link1">1</div></a></td>
                <td width=9% align="center"><a href="javascript:active(2)"><div 
id="link2">2</div></a></td>
                <td width=9% align="center"><a href="javascript:active(3)"><div 
id="link3">3</div></a></td>
                <td width=9% align="center"><a href="javascript:active(4)"><div 
id="link4">4</div></a></td>

                <td width=9% align="center"><a href="javascript:active(5)"><div 
id="link5">5</div></a></td>
                <td width=9% align="center"><a href="javascript:active(6)"><div 
id="link6">6</div></a></td>
                <td width=9% align="center"><a href="javascript:active(7)"><div 
id="link7">7</div></a></td>
                <td width=9% align="center"><a href="javascript:active(8)"><div 
id="link8">8</div></a></td>
                <td width=9% align="center"><a href="javascript:active(9)"><div 
id="link9">9</div></a></td>
                <td width=10% align="center"><input type="hidden" name="op" 
value="addbiblio">

                                                                                
                <input type="hidden" name="oldbiblionumber" value="<TMPL_VAR 
name="oldbiblionumber>">
                                                                                
                <input type="button" value="exemplaires" 
onClick='Check(this.form)' accesskey="w">
                </td>
        </tr>
        </table>
        </td>
</tr>
</table>
   <div name="0XX" id="0XX" 
style="position:absolute;left:40px;top:150px;visibility:visible;width:90%">
    <table width=100%  cellspacing=0 cellpadding=2 border=0>

        <TMPL_LOOP name="0XX">
        <tr background="/images/background-mem.gif"><td colspan=4><b><TMPL_VAR 
name="tag">  <input type="hidden" name="ind_tag" value="<TMPL_VAR 
name="tag>"><input type="text" name="indicator" size=3 maxlength=2 
value="<TMPL_VAR name="indicator>"> - <tmpl_var name="tag_lib"></td></tr>
        <TMPL_LOOP name="subfield_loop">
        <tr>
                <td width="3%">&nbsp;</td>
                <td width="2%"><b><TMPL_VAR name="subfield"></b></td>
                <td width="55%" align="right"><TMPL_IF 
name="mandatory"><b></TMPL_IF><TMPL_VAR name="marc_lib"><TMPL_IF 
name="mandatory"></b></TMPL_IF></td>

                <td width="40%">
                        <TMPL_VAR name="marc_value">
                        <input type="hidden" name="tag" value="<TMPL_VAR 
name="tag>">
                        <input type="hidden" name="subfield" value="<TMPL_VAR 
name="subfield>">
                        <input type="hidden" name="mandatory" value="<TMPL_VAR 
name="mandatory>">
                </td>
        </tr>
        </tmpl_loop>
        </tmpl_loop>
                </table>

                </div>

        <div name="1XX" id="1XX" 
style="position:absolute;left:40px;top:150px;visibility:hidden;width:90%">
        <table width=100%  cellspacing=0 cellpadding=1 border=0>
        <TMPL_LOOP name="1XX">
        <tr background="/images/background-mem.gif"><td colspan=4><b><TMPL_VAR 
name="tag">  <input type="hidden" name="ind_tag" value="<TMPL_VAR 
name="tag>"><input type="text" name="indicator" size=3 maxlength=2 
value="<TMPL_VAR name="indicator>"> - <tmpl_var name="tag_lib"></td></tr>
        <TMPL_LOOP name="subfield_loop">
        <tr>

                <td width="3%">&nbsp;</td>
                <td width="2%"><b><TMPL_VAR name="subfield"></b></td>
                <td width="55%" align="right"><TMPL_IF 
name="mandatory"><b></TMPL_IF><TMPL_VAR name="marc_lib"><TMPL_IF 
name="mandatory"></b></TMPL_IF></td>
                <td width="40%">
                        <TMPL_VAR name="marc_value">
                        <input type="hidden" name="tag" value="<TMPL_VAR 
name="tag>">
                        <input type="hidden" name="subfield" value="<TMPL_VAR 
name="subfield>">
                        <input type="hidden" name="mandatory" value="<TMPL_VAR 
name="mandatory>">
                </td>
        </tr>

        </TMPL_LOOP>
        </TMPL_LOOP>
     </table>
     </div>

        <div name="2XX" id="2XX" 
style="position:absolute;left:40px;top:150px;visibility:hidden;width:90%">
        <table width=100% cellspacing=0 cellpadding=2  border=0>
        <TMPL_LOOP name="2XX">
        <tr background="/images/background-mem.gif"><td colspan=4><b><TMPL_VAR 
name="tag">  <input type="hidden" name="ind_tag" value="<TMPL_VAR 
name="tag>"><input type="text" name="indicator" size=3 maxlength=2 
value="<TMPL_VAR name="indicator>"> - <tmpl_var name="tag_lib"></td></tr>

        <TMPL_LOOP name="subfield_loop">
        <tr>
                <td width="3%">&nbsp;</td>
                <td width="2%"><b><TMPL_VAR name="subfield"></b></td>
                <td width="55%" align="right"><TMPL_IF 
name="mandatory"><b></TMPL_IF><TMPL_VAR name="marc_lib"><TMPL_IF 
name="mandatory"></b></TMPL_IF></td>
                <td width="40%">
                        <TMPL_VAR name="marc_value">
                        <input type="hidden" name="tag" value="<TMPL_VAR 
name="tag>">
                        <input type="hidden" name="subfield" value="<TMPL_VAR 
name="subfield>">
                        <input type="hidden" name="mandatory" value="<TMPL_VAR 
name="mandatory>">
                </td>

       </tr>
        </TMPL_LOOP>
        </TMPL_LOOP>
        </table>
        </div>

        <div name="3XX" id="3XX" 
style="position:absolute;left:40px;top:150px;visibility:hidden;width:90%">
        <table width=100% cellspacing=0 cellpadding=2  border=0>
        <TMPL_LOOP name="3XX">

        <tr background="/images/background-mem.gif"><td colspan=4><b><TMPL_VAR 
name="tag">  <input type="hidden" name="ind_tag" value="<TMPL_VAR 
name="tag>"><input type="text" name="indicator" size=3 maxlength=2 
value="<TMPL_VAR name="indicator>"> - <tmpl_var name="tag_lib"></td></tr>
        <TMPL_LOOP name="subfield_loop">
        <tr>
                <td width="3%">&nbsp;</td>
                <td width="2%"><b><TMPL_VAR name="subfield"></b></td>
                <td width="55%" align="right"><TMPL_IF 
name="mandatory"><b></TMPL_IF><TMPL_VAR name="marc_lib"><<TMPL_IF 
name="mandatory"></b></TMPL_IF>/td>
                <td width="40%">

                        <TMPL_VAR name="marc_value">
                        <input type="hidden" name="tag" value="<TMPL_VAR 
name="tag>">
                        <input type="hidden" name="subfield" value="<TMPL_VAR 
name="subfield>">
                        <input type="hidden" name="mandatory" value="<TMPL_VAR 
name="mandatory>">
                </td>
                </tr>
        </TMPL_LOOP>
        </TMPL_LOOP>
        </table>
        </div>

        <div name="4XX" id="4XX" 
style="position:absolute;left:40px;top:150px;visibility:hidden;width:90%">
        <table width=100%  cellspacing=0 cellpadding=2 border=0>
        <TMPL_LOOP name="4XX">
        <tr background="/images/background-mem.gif"><td colspan=4><b><TMPL_VAR 
name="tag">  <input type="hidden" name="ind_tag" value="<TMPL_VAR 
name="tag>"><input type="text" name="indicator" size=3 maxlength=2 
value="<TMPL_VAR name="indicator>"> - <tmpl_var name="tag_lib"></td></tr>
        <TMPL_LOOP name="subfield_loop">
        <tr>
                <td width="3%">&nbsp;</td>

                <td width="2%"><b><TMPL_VAR name="subfield"></b></td>
                <td width="55%" align="right"><TMPL_IF 
name="mandatory"><b></TMPL_IF><TMPL_VAR name="marc_lib"><TMPL_IF 
name="mandatory"></b></TMPL_IF></td>
                <td width="40%">
                        <TMPL_VAR name="marc_value">
                        <input type="hidden" name="tag" value="<TMPL_VAR 
name="tag>">
                        <input type="hidden" name="subfield" value="<TMPL_VAR 
name="subfield>">
                        <input type="hidden" name="mandatory" value="<TMPL_VAR 
name="mandatory>">
                </td>
        </tr>
        </TMPL_LOOP>

        </TMPL_LOOP>
        </table>
        </div>

        <div name="5XX" id="5XX" 
style="position:absolute;left:40px;top:150px;visibility:hidden;width:90%">
        <table width=100% cellspacing=0 cellpadding=2  border=0>
        <TMPL_LOOP name="5XX">
        <tr background="/images/background-mem.gif"><td colspan=4><b><TMPL_VAR 
name="tag">  <input type="hidden" name="ind_tag" value="<TMPL_VAR 
name="tag>"><input type="text" name="indicator" size=3 maxlength=2 
value="<TMPL_VAR name="indicator>"> - <tmpl_var name="tag_lib"></td></tr>

        <TMPL_LOOP name="subfield_loop">
        <tr>
                <td width="3%">&nbsp;</td>
                <td width="2%"><b><TMPL_VAR name="subfield"></b></td>
                <td width="55%" align="right"><TMPL_IF 
name="mandatory"><b></TMPL_IF><TMPL_VAR name="marc_lib"><TMPL_IF 
name="mandatory"></b></TMPL_IF></td>
                <td width="40%">
                        <TMPL_VAR name="marc_value">
                        <input type="hidden" name="tag" value="<TMPL_VAR 
name="tag>">
                        <input type="hidden" name="subfield" value="<TMPL_VAR 
name="subfield>">
                        <input type="hidden" name="mandatory" value="<TMPL_VAR 
name="mandatory>">
                </td>

        </tr>
        </TMPL_LOOP>
        </TMPL_LOOP>
        </table>
        </div>

        <div name="6XX" id="6XX" 
style="position:absolute;left:40px;top:150px;visibility:hidden;width:90%">
        <table width=90% cellspacing=0 cellpadding=2  border=0>
        <TMPL_LOOP name="6XX">

        <tr background="/images/background-mem.gif"><td colspan=4><b><TMPL_VAR 
name="tag">  <input type="hidden" name="ind_tag" value="<TMPL_VAR 
name="tag>"><input type="text" name="indicator" size=3 maxlength=2 
value="<TMPL_VAR name="indicator>"> - <tmpl_var name="tag_lib"></td></tr>
        <TMPL_LOOP name="subfield_loop">
        <tr>
                <td width="3%">&nbsp;</td>
                <td width="2%"><b><TMPL_VAR name="subfield"></b></td>
                <td width="55%" align="right"><TMPL_IF 
name="mandatory"><b></TMPL_IF><TMPL_VAR name="marc_lib"><TMPL_IF 
name="mandatory"></b></TMPL_IF></td>
                <td width="40%">

                        <TMPL_VAR name="marc_value">
                        <input type="hidden" name="tag" value="<TMPL_VAR 
name="tag>">
                        <input type="hidden" name="subfield" value="<TMPL_VAR 
name="subfield>">
                        <input type="hidden" name="mandatory" value="<TMPL_VAR 
name="mandatory>">
                </td>
        </tr>
        </TMPL_LOOP>
        </TMPL_LOOP>
        </table>
        </div>

        <div name="7XX" id="7XX" 
style="position:absolute;left:40px;top:150px;visibility:hidden;width:90%">
        <table width=100%  cellspacing=0 cellpadding=2 border=0>
        <TMPL_LOOP name="7XX">
        <tr background="/images/background-mem.gif"><td colspan=4><b><TMPL_VAR 
name="tag">  <input type="hidden" name="ind_tag" value="<TMPL_VAR 
name="tag>"><input type="text" name="indicator" size=3 maxlength=2 
value="<TMPL_VAR name="indicator>"> - <tmpl_var name="tag_lib"></td></tr>
        <TMPL_LOOP name="subfield_loop">
        <tr>
                <td width="3%">&nbsp;</td>

                <td width="2%"><b><TMPL_VAR name="subfield"></b></td>
                <td width="55%" align="right"><TMPL_IF 
name="mandatory"><b></TMPL_IF><TMPL_VAR name="marc_lib"><TMPL_IF 
name="mandatory"></b></TMPL_IF></td>
                <td width="40%">
                        <TMPL_VAR name="marc_value">
                        <input type="hidden" name="tag" value="<TMPL_VAR 
name="tag>">
                        <input type="hidden" name="subfield" value="<TMPL_VAR 
name="subfield>">
                        <input type="hidden" name="mandatory" value="<TMPL_VAR 
name="mandatory>">
                </td>
        </tr>
        </TMPL_LOOP>

        </TMPL_LOOP>
        </table>
        </div>

        <div name="8XX" id="8XX" 
style="position:absolute;left:40px;top:150px;visibility:hidden;width:90%">
        <table width=100% cellspacing=0 cellpadding=2  border=0>
        <TMPL_LOOP name="8XX">
        <tr background="/images/background-mem.gif"><td colspan=4><b><TMPL_VAR 
name="tag">  <input type="hidden" name="ind_tag" value="<TMPL_VAR 
name="tag>"><input type="text" name="indicator" size=3 maxlength=2 
value="<TMPL_VAR name="indicator>"> - <tmpl_var name="tag_lib"></td></tr>

        <TMPL_LOOP name="subfield_loop">
        <tr>
                <td width="3%">&nbsp;</td>
                <td width="2%"><b><TMPL_VAR name="subfield"></b></td>
                <td width="55%" align="right"><TMPL_IF 
name="mandatory"><b></TMPL_IF><TMPL_VAR name="marc_lib"><TMPL_IF 
name="mandatory"></b></TMPL_IF></td>
                <td width="40%">
                        <TMPL_VAR name="marc_value">
                        <input type="hidden" name="tag" value="<TMPL_VAR 
name="tag>">
                        <input type="hidden" name="subfield" value="<TMPL_VAR 
name="subfield>">
                        <input type="hidden" name="mandatory" value="<TMPL_VAR 
name="mandatory>">
                </td>

        </tr>
        </TMPL_LOOP>
        </TMPL_LOOP>
        </table>
        </div>

        <div name="9XX" id="9XX" 
style="position:absolute;left:40px;top:150px;visibility:hidden;width:90%">
        <table width=90% cellspacing=0 cellpadding=2  border=0>
        <TMPL_LOOP name="9XX">

        <tr background="/images/background-mem.gif"><td colspan=4><b><TMPL_VAR 
name="tag">  <input type="hidden" name="ind_tag" value="<TMPL_VAR 
name="tag>"><input type="text" name="indicator" size=3 maxlength=2 
value="<TMPL_VAR name="indicator>"> - <tmpl_var name="tag_lib"></td></tr>
        <TMPL_LOOP name="subfield_loop">
        <tr>
                <td width="3%">&nbsp;</td>
                <td width="2%"><b><TMPL_VAR name="subfield"></b></td>
                <td width="55%" align="right"><TMPL_IF 
name="mandatory"><b></TMPL_IF><TMPL_VAR name="marc_lib"><TMPL_IF 
name="mandatory"></b></TMPL_IF></td>
                <td width="40%">

                        <TMPL_VAR name="marc_value">
                        <input type="hidden" name="tag" value="<TMPL_VAR 
name="tag>">
                        <input type="hidden" name="subfield" value="<TMPL_VAR 
name="subfield>">
                        <input type="hidden" name="mandatory" value="<TMPL_VAR 
name="mandatory>">
                </td>
        </tr>
        </TMPL_LOOP>
        </TMPL_LOOP>
        </table>
        </div>

        <div name="hidden" id="hidden" 
style="position:absolute;left:40px;top:150px;visibility:hidden;width:90%">
        <table width=90% cellspacing=0 cellpadding=2  border=0>
        <TMPL_LOOP name="hidden_loop">
        <tr>
                <td width="3%">&nbsp;</td>
                <td width="2%"><b><TMPL_VAR name="subfield"></b></td>
                <td width="55%" align="right"><TMPL_IF 
name="mandatory"><b></TMPL_IF><TMPL_VAR name="marc_lib"><TMPL_IF 
name="mandatory"></b></TMPL_IF></td>
                <td width="40%">

                        <TMPL_VAR name="marc_value">
                        <input type="hidden" name="tag" value="<TMPL_VAR 
name="tag>">
                        <input type="hidden" name="subfield" value="<TMPL_VAR 
name="subfield>">
                        <input type="hidden" name="mandatory" value="<TMPL_VAR 
name="mandatory>">
                </td>
        </tr>
        </TMPL_LOOP>
        </table>
        </div>
        <TMPL_IF name="oldbiblionumtagfield">

                <input type="hidden" name="tag" value="<TMPL_VAR 
name="oldbiblionumtagfield>">
                <input type="hidden" name="subfield" value="<TMPL_VAR 
name="oldbiblionumtagsubfield>">
                <input type="hidden" name="field_value" value="<TMPL_VAR 
name="oldbiblionumber>">
        </TMPL_IF>
</form>


<script LANGUAGE="JavaScript">
function active(numlayer)
{
        for (i=0; i < 10 ; i++ ) {
                ong = i+"XX";
                        link = "link"+i;
                if (numlayer==i) {
                        document.getElementById(ong).style.visibility="visible";
                        
document.getElementById(link).style.backgroundColor="#11AA11";
                        
document.getElementById(link).style.backgroundImage="url(/images/background-mem.gif)";
                } else {
                        document.getElementById(ong).style.visibility="hidden";
                        
document.getElementById(link).style.backgroundColor="#FFFFFF";
                        document.getElementById(link).style.backgroundImage="";
                }
        }
}
function Check(f) {
        var total_errors=0;
//      alert(f.field_value.length);
        for (i=0 ; i<f.field_value.length ; i++) {
//      alert (f.field_value[i].value);
                if (f.field_value[i].value.length==0 && 
f.mandatory[i].value==1) {
                        
document.getElementById("error"+i).style.backgroundColor="#FF0000";
                        total_errors++;
                }
        }
        var alertString2;
        if (total_errors==0) {
                document.f.submit();
        } else {
                alertString2 = "Form not submitted because of the following 
problem(s)\n";
                alertString2 += 
"------------------------------------------------------------------------------------\n\n";
                alertString2 += "- "+ total_errors+" mandatory fields empty 
(see bold subfields)";
                alert(alertString2);
        }
}
function Dopop(link,i) {
        defaultvalue=document.forms[0].field_value[i].value;
        newin=window.open(link+"&result="+defaultvalue,"value 
builder",'width=500,height=400,toolbar=false,scrollbars=yes');
}

</script>
</body>
</html>
--- NEW FILE ---
<TMPL_INCLUDE NAME="acquisitions-top.inc">

<STYLE TYPE="text/css" MEDIA=screen>
        table { font-family:Arial;
        font-weight:normal;
        text-decoration:none;
        font-size:10pt;}
</STYLE>

<form method="post" name="f">
<table width=100% cellspacing=0 cellpadding=5 border=1>
<tr background="/images/background-mem.gif">
        <th>MARC biblio : <TMPL_VAR name="bibid"></th>
</tr>
<tr>
        <td>
        <table width=100% border=0 colspacing=0 cellpadding=0>
        <tr>
                <td width=9% align="center"><a href="javascript:active(0)"><div 
id="link0">0</div></a></td>
                <td width=9% align="center"><a href="javascript:active(1)"><div 
id="link1">1</div></a></td>
                <td width=9% align="center"><a href="javascript:active(2)"><div 
id="link2">2</div></a></td>
                <td width=9% align="center"><a href="javascript:active(3)"><div 
id="link3">3</div></a></td>
                <td width=9% align="center"><a href="javascript:active(4)"><div 
id="link4">4</div></a></td>
                <td width=9% align="center"><a href="javascript:active(5)"><div 
id="link5">5</div></a></td>
                <td width=9% align="center"><a href="javascript:active(6)"><div 
id="link6">6</div></a></td>
                <td width=9% align="center"><a href="javascript:active(7)"><div 
id="link7">7</div></a></td>
                <td width=9% align="center"><a href="javascript:active(8)"><div 
id="link8">8</div></a></td>
                <td width=9% align="center"><a href="javascript:active(9)"><div 
id="link9">9</div></a></td>
                <td width=10% align="center"><input type="hidden" name="op" 
value="addbiblio">
                                                                                
                <input type="hidden" name="oldbiblionumber" value="<TMPL_VAR 
name="oldbiblionumber">">
                                                                                
                <input type="button" value="items" onClick='Check(this.form)' 
accesskey="w">
                </td>
        </tr>
        </table>
        </td>
</tr>
</table>
   <DIV name="0XX" id="0XX" 
style="position:absolute;left:40px;top:150px;visibility:visible;width:90%">
    <table width=100%  cellspacing=0 cellpadding=2 border=0>
        <TMPL_LOOP name="0XX">
        <tr background="/images/background-mem.gif"><td colspan=4><b><TMPL_VAR 
name="tag">  <input type="hidden" name="ind_tag" value="<TMPL_VAR 
name="tag">"><input type="text" name="indicator" size=3 maxlength=2 
value="<TMPL_VAR name="indicator">"> - <tmpl_var name="tag_lib"></td></tr>
        <TMPL_LOOP name="subfield_loop">
        <tr>
                <td width="3%">&nbsp;</td>
                <td width="2%"><b><TMPL_VAR name="subfield"></b></td>
                <td width="55%" align="right"><TMPL_IF 
name="mandatory"><b></TMPL_IF><TMPL_VAR name="marc_lib"><TMPL_IF 
name="mandatory"></b></TMPL_IF></td>
                <td width="40%">
                        <TMPL_VAR name="marc_value">
                        <input type="hidden" name="tag" value="<TMPL_VAR 
name="tag">">
                        <input type="hidden" name="subfield" value="<TMPL_VAR 
name="subfield">">
                        <input type="hidden" name="mandatory" value="<TMPL_VAR 
name="mandatory">">
                </td>
        </tr>
        </tmpl_loop>
        </tmpl_loop>
                </table>
                </DIV>

        <DIV name="1XX" id="1XX" 
style="position:absolute;left:40px;top:150px;visibility:hidden;width:90%">
        <table width=100%  cellspacing=0 cellpadding=1 border=0>
        <TMPL_LOOP name="1XX">
        <tr background="/images/background-mem.gif"><td colspan=4><b><TMPL_VAR 
name="tag">  <input type="hidden" name="ind_tag" value="<TMPL_VAR 
name="tag">"><input type="text" name="indicator" size=3 maxlength=2 
value="<TMPL_VAR name="indicator">"> - <tmpl_var name="tag_lib"></td></tr>
        <TMPL_LOOP name="subfield_loop">
        <tr>
                <td width="3%">&nbsp;</td>
                <td width="2%"><b><TMPL_VAR name="subfield"></b></td>
                <td width="55%" align="right"><TMPL_IF 
name="mandatory"><b></TMPL_IF><TMPL_VAR name="marc_lib"><TMPL_IF 
name="mandatory"></b></TMPL_IF></td>
                <td width="40%">
                        <TMPL_VAR name="marc_value">
                        <input type="hidden" name="tag" value="<TMPL_VAR 
name="tag">">
                        <input type="hidden" name="subfield" value="<TMPL_VAR 
name="subfield">">
                        <input type="hidden" name="mandatory" value="<TMPL_VAR 
name="mandatory">">
                </td>
        </tr>
        </TMPL_LOOP>
        </TMPL_LOOP>
     </table>
     </DIV>

        <DIV name="2XX" id="2XX" 
style="position:absolute;left:40px;top:150px;visibility:hidden;width:90%">
        <table width=100% cellspacing=0 cellpadding=2  border=0>
        <TMPL_LOOP name="2XX">
        <tr background="/images/background-mem.gif"><td colspan=4><b><TMPL_VAR 
name="tag">  <input type="hidden" name="ind_tag" value="<TMPL_VAR 
name="tag">"><input type="text" name="indicator" size=3 maxlength=2 
value="<TMPL_VAR name="indicator">"> - <tmpl_var name="tag_lib"></td></tr>
        <TMPL_LOOP name="subfield_loop">
        <tr>
                <td width="3%">&nbsp;</td>
                <td width="2%"><b><TMPL_VAR name="subfield"></b></td>
                <td width="55%" align="right"><TMPL_IF 
name="mandatory"><b></TMPL_IF><TMPL_VAR name="marc_lib"><TMPL_IF 
name="mandatory"></b></TMPL_IF></td>
                <td width="40%">
                        <TMPL_VAR name="marc_value">
                        <input type="hidden" name="tag" value="<TMPL_VAR 
name="tag">">
                        <input type="hidden" name="subfield" value="<TMPL_VAR 
name="subfield">">
                        <input type="hidden" name="mandatory" value="<TMPL_VAR 
name="mandatory">">
                </td>
       </tr>
        </TMPL_LOOP>
        </TMPL_LOOP>
        </table>
        </DIV>

        <DIV name="3XX" id="3XX" 
style="position:absolute;left:40px;top:150px;visibility:hidden;width:90%">
        <table width=100% cellspacing=0 cellpadding=2  border=0>
        <TMPL_LOOP name="3XX">
        <tr background="/images/background-mem.gif"><td colspan=4><b><TMPL_VAR 
name="tag">  <input type="hidden" name="ind_tag" value="<TMPL_VAR 
name="tag">"><input type="text" name="indicator" size=3 maxlength=2 
value="<TMPL_VAR name="indicator">"> - <tmpl_var name="tag_lib"></td></tr>
        <TMPL_LOOP name="subfield_loop">
        <tr>
                <td width="3%">&nbsp;</td>
                <td width="2%"><b><TMPL_VAR name="subfield"></b></td>
                <td width="55%" align="right"><TMPL_IF 
name="mandatory"><b></TMPL_IF><TMPL_VAR name="marc_lib"><<TMPL_IF 
name="mandatory"></b></TMPL_IF>/td>
                <td width="40%">
                        <TMPL_VAR name="marc_value">
                        <input type="hidden" name="tag" value="<TMPL_VAR 
name="tag">">
                        <input type="hidden" name="subfield" value="<TMPL_VAR 
name="subfield">">
                        <input type="hidden" name="mandatory" value="<TMPL_VAR 
name="mandatory">">
                </td>
                </tr>
        </TMPL_LOOP>
        </TMPL_LOOP>
        </table>
        </DIV>

        <DIV name="4XX" id="4XX" 
style="position:absolute;left:40px;top:150px;visibility:hidden;width:90%">
        <table width=100%  cellspacing=0 cellpadding=2 border=0>
        <TMPL_LOOP name="4XX">
        <tr background="/images/background-mem.gif"><td colspan=4><b><TMPL_VAR 
name="tag">  <input type="hidden" name="ind_tag" value="<TMPL_VAR 
name="tag">"><input type="text" name="indicator" size=3 maxlength=2 
value="<TMPL_VAR name="indicator">"> - <tmpl_var name="tag_lib"></td></tr>
        <TMPL_LOOP name="subfield_loop">
        <tr>
                <td width="3%">&nbsp;</td>
                <td width="2%"><b><TMPL_VAR name="subfield"></b></td>
                <td width="55%" align="right"><TMPL_IF 
name="mandatory"><b></TMPL_IF><TMPL_VAR name="marc_lib"><TMPL_IF 
name="mandatory"></b></TMPL_IF></td>
                <td width="40%">
                        <TMPL_VAR name="marc_value">
                        <input type="hidden" name="tag" value="<TMPL_VAR 
name="tag">">
                        <input type="hidden" name="subfield" value="<TMPL_VAR 
name="subfield">">
                        <input type="hidden" name="mandatory" value="<TMPL_VAR 
name="mandatory">">
                </td>
        </tr>
        </TMPL_LOOP>
        </TMPL_LOOP>
        </table>
        </DIV>

        <DIV name="5XX" id="5XX" 
style="position:absolute;left:40px;top:150px;visibility:hidden;width:90%">
        <table width=100% cellspacing=0 cellpadding=2  border=0>
        <TMPL_LOOP name="5XX">
        <tr background="/images/background-mem.gif"><td colspan=4><b><TMPL_VAR 
name="tag">  <input type="hidden" name="ind_tag" value="<TMPL_VAR 
name="tag">"><input type="text" name="indicator" size=3 maxlength=2 
value="<TMPL_VAR name="indicator">"> - <tmpl_var name="tag_lib"></td></tr>
        <TMPL_LOOP name="subfield_loop">
        <tr>
                <td width="3%">&nbsp;</td>
                <td width="2%"><b><TMPL_VAR name="subfield"></b></td>
                <td width="55%" align="right"><TMPL_IF 
name="mandatory"><b></TMPL_IF><TMPL_VAR name="marc_lib"><TMPL_IF 
name="mandatory"></b></TMPL_IF></td>
                <td width="40%">
                        <TMPL_VAR name="marc_value">
                        <input type="hidden" name="tag" value="<TMPL_VAR 
name="tag">">
                        <input type="hidden" name="subfield" value="<TMPL_VAR 
name="subfield">">
                        <input type="hidden" name="mandatory" value="<TMPL_VAR 
name="mandatory">">
                </td>
        </tr>
        </TMPL_LOOP>
        </TMPL_LOOP>
        </table>
        </DIV>

        <DIV name="6XX" id="6XX" 
style="position:absolute;left:40px;top:150px;visibility:hidden;width:90%">
        <table width=90% cellspacing=0 cellpadding=2  border=0>
        <TMPL_LOOP name="6XX">
        <tr background="/images/background-mem.gif"><td colspan=4><b><TMPL_VAR 
name="tag">  <input type="hidden" name="ind_tag" value="<TMPL_VAR 
name="tag">"><input type="text" name="indicator" size=3 maxlength=2 
value="<TMPL_VAR name="indicator">"> - <tmpl_var name="tag_lib"></td></tr>
        <TMPL_LOOP name="subfield_loop">
        <tr>
                <td width="3%">&nbsp;</td>
                <td width="2%"><b><TMPL_VAR name="subfield"></b></td>
                <td width="55%" align="right"><TMPL_IF 
name="mandatory"><b></TMPL_IF><TMPL_VAR name="marc_lib"><TMPL_IF 
name="mandatory"></b></TMPL_IF></td>
                <td width="40%">
                        <TMPL_VAR name="marc_value">
                        <input type="hidden" name="tag" value="<TMPL_VAR 
name="tag">">
                        <input type="hidden" name="subfield" value="<TMPL_VAR 
name="subfield">">
                        <input type="hidden" name="mandatory" value="<TMPL_VAR 
name="mandatory">">
                </td>
        </tr>
        </TMPL_LOOP>
        </TMPL_LOOP>
        </table>
        </DIV>

        <DIV name="7XX" id="7XX" 
style="position:absolute;left:40px;top:150px;visibility:hidden;width:90%">
        <table width=100%  cellspacing=0 cellpadding=2 border=0>
        <TMPL_LOOP name="7XX">
        <tr background="/images/background-mem.gif"><td colspan=4><b><TMPL_VAR 
name="tag">  <input type="hidden" name="ind_tag" value="<TMPL_VAR 
name="tag">"><input type="text" name="indicator" size=3 maxlength=2 
value="<TMPL_VAR name="indicator">"> - <tmpl_var name="tag_lib"></td></tr>
        <TMPL_LOOP name="subfield_loop">
        <tr>
                <td width="3%">&nbsp;</td>
                <td width="2%"><b><TMPL_VAR name="subfield"></b></td>
                <td width="55%" align="right"><TMPL_IF 
name="mandatory"><b></TMPL_IF><TMPL_VAR name="marc_lib"><TMPL_IF 
name="mandatory"></b></TMPL_IF></td>
                <td width="40%">
                        <TMPL_VAR name="marc_value">
                        <input type="hidden" name="tag" value="<TMPL_VAR 
name="tag">">
                        <input type="hidden" name="subfield" value="<TMPL_VAR 
name="subfield">">
                        <input type="hidden" name="mandatory" value="<TMPL_VAR 
name="mandatory">">
                </td>
        </tr>
        </TMPL_LOOP>
        </TMPL_LOOP>
        </table>
        </DIV>

        <DIV name="8XX" id="8XX" 
style="position:absolute;left:40px;top:150px;visibility:hidden;width:90%">
        <table width=100% cellspacing=0 cellpadding=2  border=0>
        <TMPL_LOOP name="8XX">
        <tr background="/images/background-mem.gif"><td colspan=4><b><TMPL_VAR 
name="tag">  <input type="hidden" name="ind_tag" value="<TMPL_VAR 
name="tag">"><input type="text" name="indicator" size=3 maxlength=2 
value="<TMPL_VAR name="indicator">"> - <tmpl_var name="tag_lib"></td></tr>
        <TMPL_LOOP name="subfield_loop">
        <tr>
                <td width="3%">&nbsp;</td>
                <td width="2%"><b><TMPL_VAR name="subfield"></b></td>
                <td width="55%" align="right"><TMPL_IF 
name="mandatory"><b></TMPL_IF><TMPL_VAR name="marc_lib"><TMPL_IF 
name="mandatory"></b></TMPL_IF></td>
                <td width="40%">
                        <TMPL_VAR name="marc_value">
                        <input type="hidden" name="tag" value="<TMPL_VAR 
name="tag">">
                        <input type="hidden" name="subfield" value="<TMPL_VAR 
name="subfield">">
                        <input type="hidden" name="mandatory" value="<TMPL_VAR 
name="mandatory">">
                </td>
        </tr>
        </TMPL_LOOP>
        </TMPL_LOOP>
        </table>
        </DIV>

        <DIV name="9XX" id="9XX" 
style="position:absolute;left:40px;top:150px;visibility:hidden;width:90%">
        <table width=90% cellspacing=0 cellpadding=2  border=0>
        <TMPL_LOOP name="9XX">
        <tr background="/images/background-mem.gif"><td colspan=4><b><TMPL_VAR 
name="tag">  <input type="hidden" name="ind_tag" value="<TMPL_VAR 
name="tag">"><input type="text" name="indicator" size=3 maxlength=2 
value="<TMPL_VAR name="indicator">"> - <tmpl_var name="tag_lib"></td></tr>
        <TMPL_LOOP name="subfield_loop">
        <tr>
                <td width="3%">&nbsp;</td>
                <td width="2%"><b><TMPL_VAR name="subfield"></b></td>
                <td width="55%" align="right"><TMPL_IF 
name="mandatory"><b></TMPL_IF><TMPL_VAR name="marc_lib"><TMPL_IF 
name="mandatory"></b></TMPL_IF></td>
                <td width="40%">
                        <TMPL_VAR name="marc_value">
                        <input type="hidden" name="tag" value="<TMPL_VAR 
name="tag">">
                        <input type="hidden" name="subfield" value="<TMPL_VAR 
name="subfield">">
                        <input type="hidden" name="mandatory" value="<TMPL_VAR 
name="mandatory">">
                </td>
        </tr>
        </TMPL_LOOP>
        </TMPL_LOOP>
        </table>
        </DIV>

        <DIV name="hidden" id="hidden" 
style="position:absolute;left:40px;top:150px;visibility:hidden;width:90%">
        <table width=90% cellspacing=0 cellpadding=2  border=0>
        <TMPL_LOOP name="hidden_loop">
        <tr>
                <td width="3%">&nbsp;</td>
                <td width="2%"><b><TMPL_VAR name="subfield"></b></td>
                <td width="55%" align="right"><TMPL_IF 
name="mandatory"><b></TMPL_IF><TMPL_VAR name="marc_lib"><TMPL_IF 
name="mandatory"></b></TMPL_IF></td>
                <td width="40%">
                        <TMPL_VAR name="marc_value">
                        <input type="hidden" name="tag" value="<TMPL_VAR 
name="tag">">
                        <input type="hidden" name="subfield" value="<TMPL_VAR 
name="subfield">">
                        <input type="hidden" name="mandatory" value="<TMPL_VAR 
name="mandatory">">
                </td>
        </tr>
        </TMPL_LOOP>
        </table>
        </DIV>
        <TMPL_IF name="oldbiblionumtagfield">
                <input type="hidden" name="tag" value="<TMPL_VAR 
name="oldbiblionumtagfield">">
                <input type="hidden" name="subfield" value="<TMPL_VAR 
name="oldbiblionumtagsubfield">">
                <input type="hidden" name="field_value" value="<TMPL_VAR 
name="oldbiblionumber">">
                <input type="hidden" name="mandatory" value="0">
                <input type="hidden" name="tag" value="<TMPL_VAR 
name="oldbiblioitemnumtagfield">">
                <input type="hidden" name="subfield" value="<TMPL_VAR 
name="oldbiblioitemnumtagsubfield">">
                <input type="hidden" name="field_value" value="<TMPL_VAR 
name="oldbiblioitemnumber">">
                <input type="hidden" name="mandatory" value="0">
        </TMPL_IF>
</form>


<script LANGUAGE="JavaScript">
function active(numlayer)
{
        for (i=0; i < 10 ; i++ ) {
                ong = i+"XX";
                        link = "link"+i;
                if (numlayer==i) {
                        document.getElementById(ong).style.visibility="visible";
                        
document.getElementById(link).style.backgroundColor="#11AA11";
                        
document.getElementById(link).style.backgroundImage="url(/images/background-mem.gif)";
                } else {
                        document.getElementById(ong).style.visibility="hidden";
                        
document.getElementById(link).style.backgroundColor="#FFFFFF";
                        document.getElementById(link).style.backgroundImage="";
                }
        }
}
function Check(f) {
        var total_errors=0;
//      alert(f.field_value.length);
        for (i=0 ; i<f.field_value.length-2 ; i++) {
//      alert (f.field_value[i].value);
                if (f.field_value[i].value.length==0 && 
f.mandatory[i].value==1) {
                        
document.getElementById("error"+i).style.backgroundColor="#FF0000";
                        total_errors++;
                } else {
                        
document.getElementById("error"+i).style.backgroundColor="#FFFFFF";
                }
        }
        var alertString2;
        if (total_errors==0) {
                document.f.submit();
        } else {
                alertString2 = "Form not submitted because of the following 
problem(s)\n";
                alertString2 += 
"------------------------------------------------------------------------------------\n\n";
                alertString2 += "- "+ total_errors+" mandatory fields empty 
(see bold subfields)";
                alert(alertString2);
        }
}
function Dopop(link,i) {
        defaultvalue=document.forms[0].field_value[i].value;
        newin=window.open(link+"&result="+defaultvalue,"value 
builder",'width=500,height=400,toolbar=false,scrollbars=yes');
}

</script>
</body>
</html>

--- NEW FILE ---
<TMPL_INCLUDE NAME="acquisitions-top.inc">

<TMPL_IF NAME="loggedinuser">
        <p align=left>Connecté en tant que : <TMPL_VAR NAME="loggedinuser"> [<a 
href=/cgi-bin/koha/logout.pl>Log Out</a>]</p>
<TMPL_ELSE>
    <p align=left><a href=/cgi-bin/koha/userpage.pl>Se connecter</a> à Koha</p>
</TMPL_IF>

<font size="5"><em>Import et saisie de notices</em></font>
<TMPL_IF name="noitemsfound">
        <p />
        <font color="red" size="4">Pas d'exemplaires</font>
</TMPL_IF>
<TMPL_IF name="websiteadded">
        <p />
        <font color="red" size="4">Site web ajouté</font>
</TMPL_IF>

<p />
<table bgcolor="#ffcc00" width="80%" cellpadding="3">
        <tr valign="center">
        <td><font size="4">Pour ajouter une nouvelle notice, scanner le code 
barre ou saisir l'ISBN/ISSN/titre de l'ouvrage</font></td>
        </tr>
</table>
<form action="isbnsearch.pl">
        <table cellpadding="3" border=0 width="100%">
                <tr valign="top">
                        <td width="5%">ISBN:</td>
                        <td width="20%"><input type="text" name="isbn" /></td>
                        <td width="10%" rowspan=2 valign="middle"><input 
type="submit" value="Go" /></td>
                        <td rowspan=2>Si l'ouvrage est trouvé dans la table des 
notices actives, il sera rappelé et pourra être modifié.<br />
                        Si l'ouvrage est trouvé dans le réservoir, il pourra 
être appelé pour la saisie d'une nouvelle notice active.<br />
                        Sinon, il est possible de créer une notice à partir de 
0</td>
                </tr>
                        <td width="5%">Titre</td>
                        <td width="20%"><input type="text" name="title" /></td>
                </tr>
                <tr><td>&nbsp;</td>
                        <td colspan=2><a href=addbiblio.pl>Créer une notice 
sans ISBN/ISSN</a></td></tr>
        </table>
</form>

<p />
<p />
<table bgcolor="#ffcc00" width="80%" cellpadding="3">
        <tr valign="center">
                <td><font size="4">Outil pour imoprter des notices MARC dans le 
réservoir.</font></td>
        </tr>
</table>
<table cellpadding="3" border=0 width="100%">
        <tr valign="top">
                <td width="5%">&nbsp;</td>
                <td width="20%"><li><a href=marcimport.pl>Décharger des notices 
MARC</a></li></td>
                <td width="10%">&nbsp;</td>
                <td>Le réservoir est une table ou sont stockées des notices 
inactives.<br/>
                        Unenotice MARC est stockée dans le réservoir tant qu'il 
n'y pas d'exemplaire correspondant. Si vous entrez l'ISBN ou le titre d'un 
ouvrage, il est recherché dans le réservoir.
                        S'il est trouvé, une notice active sera créée.
                </td>


<table bgcolor="#ffcc00" width="80%" cellpadding"5">
        <tr>
                <td><font size="4">Outils z39.50</font></td>
        </tr>
</table>
<table cellpadding="3" border=0 width="100%">
        <tr valign="top">
                <td width="5%">&nbsp;</td>
                <td width="20%"><li><a href=marcimport.pl?menu=z3950>Outil de 
recherche z39.50</a></li></td>
                <td width="10%">&nbsp;</td>
                <td>NE FONCTIONNE PAS</td>
        </tr>
</table>

<table bgcolor="#ffcc00" width="80%" cellpadding="3">
        <tr valign="center">
                <td><FONT SIZE=4>Ajout d'un site web</font></td>
        </tr>
</table>
<form action="websitesearch.pl" method="post">
        <table>
        <tr>
                <td>Keyword:</td>
                <td><input type="text" name="keyword" /></td>
                <td><input type="submit" value="Go" /></td>
        </tr>
        </table>
</FORM>
<p />
<TMPL_INCLUDE NAME="acquisitions-bottom.inc">

--- NEW FILE ---
<TMPL_INCLUDE NAME="acquisitions-top.inc">

<TMPL_IF NAME="loggedinuser">
        <p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a 
href=/cgi-bin/koha/logout.pl>Log Out</a>]</p>
<TMPL_ELSE>
    <p align=left><a href=/cgi-bin/koha/userpage.pl>Log In</a> to Koha</p>
</TMPL_IF>

<font size="5"><em>MARC import and BIBLIO management</em></font>
<TMPL_IF name="noitemsfound">
        <p />
        <font color="red" size="4">No items found</font>
</TMPL_IF>
<TMPL_IF name="websiteadded">
        <p />
        <font color="red" size="4">Website Biblioitem Added</font>
</TMPL_IF>

<p />
<table bgcolor="#ffcc00" width="80%" cellpadding="3">
        <tr valign="center">
        <td><font size="4">To add a new biblio/item, scan or type the ISBN/ISSN 
number:</font></td>
        </tr>
</table>
<table cellpadding="3" border=0 width="100%">
        <tr valign="top">
        <form action="isbnsearch.pl">
                <td width="5%">ISBN:</td>
                <td width="20%"><input type="text" name="isbn" /></td>
                <td width="10%"><input type="submit" value="Go" /></td>
                <td>If the ISBN is found into the biblio table, it will be 
retrieved and can be modified.<br/>
                                If the ISBN is found into the breeding farm, it 
will be retrieved. and a biblio added.<br/>
                                Otherwise, a biblio can be added from 
scratch.</td>
        </form>
        </tr>
        <tr><td>&nbsp;</td>
                <td colspan=2><a href=addbiblio.pl>Add biblio without 
ISBN/ISSN</a></td></tr>
</table>

<p />
<p />
<table bgcolor="#ffcc00" width="80%" cellpadding="3">
        <tr valign="center">
                <td><font size="4">Tools for importing MARC records into 
breeding farm</font></td>
        </tr>
</table>
<table cellpadding="3" border=0 width="100%">
        <tr valign="top">
                <td width="5%">&nbsp;</td>
                <td width="20%"><li><a href=marcimport.pl>Upload MARC 
records</a></li></td>
                <td width="10%">&nbsp;</td>
                <td>The breeding farm is a table where are stored imported MARC 
records.<br/>
                        A MARC record is stored in the breeding farm as long as 
you've no item. When you type the ISBN of a biblio, it's searched in the 
breeding farm.
                        If found, the biblio is added to koha active table, and 
removed from breeding farm.
                </td>


<table bgcolor="#ffcc00" width="80%" cellpadding"5">
        <tr>
                <td><font size="4">Tools for importing MARC from a z3950 
server</font></td>
        </tr>
</table>
<table cellpadding="3" border=0 width="100%">
        <tr valign="top">
                <td width="5%">&nbsp;</td>
                <td width="20%"><li><a href=marcimport.pl?menu=z3950>Z39.50 
Search Tool</a></li></td>
                <td width="10%">&nbsp;</td>
                <td>does not work</td>
        </tr>
</table>

<table bgcolor="#ffcc00" width="80%" cellpadding="3">
        <tr valign="center">
                <td><FONT SIZE=4>Add New Website</font></td>
        </tr>
</table>
<form action="websitesearch.pl" method="post">
        <table>
        <tr>
                <td>Keyword:</td>
                <td><input type="text" name="keyword" /></td>
                <td><input type="submit" value="Go" /></td>
        </tr>
        </table>
</FORM>

<p />
<table bgcolor="#ffcc00" width="80%" cellpadding="3">
        <tr valign="center">
                <td><FONT SIZE=4>Help</font></td>
        </tr>
</table>
<FONT SIZE=5>Koha stores data in three sections</font>
<p />
<h2>Biblio</h2>
The first section records bibliographic data such as title, author and 
copyright for a particular work.
<p />
<h2>Group</h2>
The second records bibliographic data for a particular publication of that 
work, such as ISBN number, physical description, publisher information, etc
<p />
<h2>Item</h2>
The third section holds specific item information, such as the bar code number
<p />
<TMPL_INCLUDE NAME="acquisitions-bottom.inc">

--- NEW FILE ---
<TMPL_INCLUDE NAME="acquisitions-top.inc">
<style TYPE="text/css" MEDIA=screen>
        table { font-family:Arial;
        font-weight:normal;
        text-decoration:none;
        font-size:10pt;}
</STYLE>

<form method="post" action="additem.pl">
<table width=100% cellspacing=0 cellpadding=5 border=1>
<tr background="/images/background-mem.gif">
        <th>Notice MARC : <TMPL_VAR name="bibid"></th>
</tr>
<tr>
        <td>
        <table width=100% border=0 colspacing=0 cellpadding=0>
        <tr>

                <td width=9% align="center">&nbsp;</td>
                <td width=9% align="center">&nbsp;</td>
                <td width=9% align="center">&nbsp;</td>
                <td width=9% align="center">&nbsp;</td>
                <td width=9% align="center">&nbsp;</td>
                <td width=9% align="center">&nbsp;</td>
                <td width=9% align="center">&nbsp;</td>
                <td width=9% align="center">&nbsp;</td>
                <td width=9% align="center">&nbsp;</td>

                <td width=9% align="center">&nbsp;</td>
                <td width=10% align="center">
                        <input type="hidden" name="op" value="<TMPL_VAR 
name="op>">
                        <input type="hidden" name="bibid" value="<TMPL_VAR 
name="bibid>">
                        </td>
        </tr>
        </table>
        </td>
</tr>
</table>
<br />

<center>
<div name="10XX" id="10XX">
<table border=1 cellspacing=0 cellpadding=5 width=100%>
        <tr  background="/images/background-mem.gif">
                <th>Exemplaires existant</th>
        </tr>
</table>
<table border=1 cellspacing=0 cellpadding=0 width=100%>
        <tr  background="/images/background-mem.gif">
                <TMPL_LOOP name="item_header_loop"><th><tmpl_var 
name="header_value"></th></TMPL_LOOP><th colspan=2>&nbsp;</th>
        </tr>

                <TMPL_LOOP name="item_loop">
                <tr>
                        <TMPL_VAR name="item_value">
                        <td><a href="additem.pl?op=edititem&bibid=<TMPL_VAR 
name="bibid>&itemnum=<TMPL_VAR name="itemnum">">Editer</a></td>
                </tr>
                </TMPL_LOOP>
</table>
</div>
<br /><br />

<table border=1 cellspacing=0 cellpadding=5 width=100%>
        <tr  background="/images/background-mem.gif">
                <th>Nouvel exemplaire</th>
        </tr>
</table><table width=100%  cellspacing=0 cellpadding=1 border=0>
        <TMPL_LOOP name="item">
        <tr>
                <td width="3%">&nbsp;</td>
                <td width="2%"><TMPL_VAR name="subfield"></td>

                <td width="55%"><TMPL_IF 
name="mandatory"><b></TMPL_IF><TMPL_VAR name="marc_lib"><TMPL_IF 
name="mandatory"></b></TMPL_IF></td>
                <td width="40%">
                        <TMPL_VAR name="marc_value">
                        <input type="hidden" name="tag" value="<TMPL_VAR 
name="tag>">
                        <input type="hidden" name="subfield" value="<TMPL_VAR 
name="subfield>">
                </td>
        </tr>
        </tmpl_loop>
</table>
<input type="hidden" name="tag" value="<TMPL_VAR name="itemtagfield>">
<input type="hidden" name="subfield" value="<TMPL_VAR name="itemtagsubfield>">

<input type="hidden" name="field_value" value="<TMPL_VAR name="itemnum>">
<input type="hidden" name="itemnum" value="<TMPL_VAR name="itemnum>">
<TMPL_IF name="opisadd">
<input type="submit" value="Ajouter ex.">
<TMPL_ELSE>
<input type="submit" value="Modifier ex.">
</TMPL_IF>
</center>
</form>

</body>
</html>
--- NEW FILE ---
<TMPL_INCLUDE NAME="acquisitions-top.inc">
<STYLE TYPE="text/css" MEDIA=screen>
        table { font-family:Arial;
        font-weight:normal;
        text-decoration:none;
        font-size:10pt;}
</STYLE>

<form method="post" action="additem.pl" name="f">
<table width=100% cellspacing=0 cellpadding=5 border=1>
<tr background="/images/background-mem.gif">
        <th>MARC biblio : <TMPL_VAR name="bibid"></th>
</tr>
<tr>
        <td>
        <table width=100% border=0 colspacing=0 cellpadding=0>
        <tr>
                <td width=9% align="center">&nbsp;</td>
                <td width=9% align="center">&nbsp;</td>
                <td width=9% align="center">&nbsp;</td>
                <td width=9% align="center">&nbsp;</td>
                <td width=9% align="center">&nbsp;</td>
                <td width=9% align="center">&nbsp;</td>
                <td width=9% align="center">&nbsp;</td>
                <td width=9% align="center">&nbsp;</td>
                <td width=9% align="center">&nbsp;</td>
                <td width=9% align="center">&nbsp;</td>
                <td width=10% align="center">
                        <input type="hidden" name="op" value="<TMPL_VAR 
name="op">">
                        <input type="hidden" name="bibid" value="<TMPL_VAR 
name="bibid">">
                        </td>
        </tr>
        </table>
        </td>
</tr>
</table>
<br />
<center>
<DIV name="10XX" id="10XX">
<table border=1 cellspacing=0 cellpadding=5 width=100%>
        <tr  background="/images/background-mem.gif">
                <th>Existing items</th>
        </tr>
</table>
<table border=1 cellspacing=0 cellpadding=0 width=100%>
        <tr  background="/images/background-mem.gif">
                <TMPL_LOOP name="item_header_loop"><th><tmpl_var 
name="header_value"></th></TMPL_LOOP><th colspan=2>&nbsp;</th>
        </tr>
                <TMPL_LOOP name="item_loop">
                <tr>
                        <TMPL_VAR name="item_value">
                        <td><a href="additem.pl?op=edititem&bibid=<TMPL_VAR 
name="bibid">&itemnum=<TMPL_VAR name="itemnum">">Edit</a></td>
                </tr>
                </TMPL_LOOP>
</table>
</DIV>
<br /><br />
<table border=1 cellspacing=0 cellpadding=5 width=100%>
        <tr  background="/images/background-mem.gif">
                <th>New Item</th>
        </tr>
</table><table width=100%  cellspacing=0 cellpadding=1 border=0>
        <TMPL_LOOP name="item">
        <tr>
                <td width="3%">&nbsp;</td>
                <td width="2%"><TMPL_VAR name="subfield"></td>
                <td width="55%"><TMPL_IF 
name="mandatory"><b></TMPL_IF><TMPL_VAR name="marc_lib"><TMPL_IF 
name="mandatory"></b></TMPL_IF></td>
                <td width="40%">
                        <TMPL_VAR name="marc_value">
                        <input type="hidden" name="tag" value="<TMPL_VAR 
name="tag">">
                        <input type="hidden" name="subfield" value="<TMPL_VAR 
name="subfield">">
                        <input type="hidden" name="mandatory" value="<TMPL_VAR 
name="mandatory">">
                </td>
        </tr>
        </tmpl_loop>
</table>
<input type="hidden" name="itemnum" value="<TMPL_VAR name="itemnum">">
<TMPL_IF name="opisadd">
<input type="button" value="Add item" onClick='Check(this.form)' accesskey="w">
<TMPL_ELSE>
<input type="hidden" name="tag" value="<TMPL_VAR name="itemtagfield">">
<input type="hidden" name="subfield" value="<TMPL_VAR name="itemtagsubfield">">
<input type="hidden" name="field_value" value="<TMPL_VAR name="itemnum">">
<input type="button" value="Modify item" onClick='Check(this.form)' 
accesskey="w">
</TMPL_IF>
</center>
</form>
<script LANGUAGE="JavaScript">
function active(numlayer)
{
        for (i=0; i < 10 ; i++ ) {
                ong = i+"XX";
                        link = "link"+i;
                if (numlayer==i) {
                        document.getElementById(ong).style.visibility="visible";
                        
document.getElementById(link).style.backgroundColor="#11AA11";
                        
document.getElementById(link).style.backgroundImage="url(/images/background-mem.gif)";
                } else {
                        document.getElementById(ong).style.visibility="hidden";
                        
document.getElementById(link).style.backgroundColor="#FFFFFF";
                        document.getElementById(link).style.backgroundImage="";
                }
        }
}
function Check(f) {
        var total_errors=0;
//      alert(f.field_value.length);
        for (i=0 ; i<f.field_value.length ; i++) {
//      alert (f.field_value[i].value);
                if (f.field_value[i].value.length==0 && 
f.mandatory[i].value==1) {
                        
document.getElementById("error"+i).style.backgroundColor="#FF0000";
                        total_errors++;
                } else {
                        
document.getElementById("error"+i).style.backgroundColor="#FFFFFF";
                }
        }
        var alertString2;
        if (total_errors==0) {
                document.f.submit();
        } else {
                alertString2 = "Form not submitted because of the following 
problem(s)\n";
                alertString2 += 
"------------------------------------------------------------------------------------\n\n";
                alertString2 += "- "+ total_errors+" mandatory fields empty 
(see bold subfields)";
                alert(alertString2);
        }
}
function Dopop(link,i) {
        defaultvalue=document.forms[0].field_value[i].value;
        newin=window.open(link+"&result="+defaultvalue,"value 
builder",'width=500,height=400,toolbar=false,scrollbars=yes');
}
</script>
</body>
</html>

--- NEW FILE ---
<TMPL_INCLUDE NAME="acquisitions-top.inc">

<font size="6"><em>R&eacute;sultats recherche de notices</em></font><br />
<CENTER>
Votre recherche : <b>ISBN <TMPL_VAR name="isbn">,</b> <TMPL_VAR name="count"> 
r&eacute;sultats trouv&eacute;s <br />
Affichage des r&eacute;sultats <TMPL_VAR name="showoffset"> &agrave; <TMPL_VAR 
name="total">
<div align="right">
<h2><a href="addbiblio.pl?isbn=<TMPL_VAR name="isbn">">Ajouter nouvelle 
notice</a></h2>
</div>
<p />
<table width="80%" border="0" cellspacing="0" cellpadding="5">
<tr valign=top bgcolor=#ffcc00>
<td><b>Titre</b></td>
<td><b>Auteur</b></td>
<td><b>Année</b></td>
<td><b>&nbsp;</b></td>

</tr>

<TMPL_LOOP name="loop">
        <tr valign="top" bgcolor="<TMPL_VAR name="toggle">">
        <td><TMPL_VAR name="title"></a>
        <td><TMPL_VAR name="author"></td>
        <td><TMPL_VAR name="copyrightdate"></td>
        <td><a href="addbiblio.pl?oldbiblionumber=<TMPL_VAR 
name="biblionumber">">Editer...</a></td>
        </tr>
</TMPL_LOOP>
</table>
<br />
<br />
<table width="80%" cellpadding="3">
        <tr valign="center">
        <td><font size="4">Notices dans le réservoir</font></td>
        </tr>
</table>
<table border="0" cellspacing="0" cellpadding="5" width="80%">
        <tr valign=top bgcolor=#ffcc00>
                <td><b>Titre</b></td>
                <td><b>Auteur</b></td>
                <td><b>ISBN</b></td>
                <td><b>vient de </b></td>
                <td><b>&nbsp;</b></td>
                <td>&nbsp;</td>
        </tr>
        <TMPL_LOOP name="breeding_loop">
                <tr valign="top" bgcolor="<TMPL_VAR name="toggle">">
                        <td><TMPL_VAR name="title"></a>
                        <td><TMPL_VAR name="author"></td>
                        <td><TMPL_VAR name="isbn"></td>
                        <td><TMPL_VAR name="file"></td>
                        <td><a href="addbiblio.pl?breedingid=<TMPL_VAR 
name="id">">créer notice</a></td>
                </tr>
        </TMPL_LOOP>
        <tr>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
                <td><a href="addbiblio.pl?isbn=<TMPL_VAR name="isbn">">Créer 
notice vierge</a></td>
        </tr>
</table>
<br />Page
<TMPL_LOOP name="loop_links">
        <a href="isbnsearch.pl?isbn=<TMPL_VAR name="isbn">&offset=<TMPL_VAR 
name="newoffset">&num=<TMPL_VAR name="num">"><TMPL_VAR name="shownumber"></a>
</TMPL_LOOP>
<p />
R&eacute;sultats par page:
<a href="isbnsearch.pl?isbn=<TMPL_VAR name="isbn">offset=<TMPL_VAR 
name="offset">&num=5">5</a>
<a href="isbnsearch.pl?isbn=<TMPL_VAR name="isbn">&offset=<TMPL_VAR 
name="offset">&num=10">10</a>
<a href="isbnsearch.pl?isbn=<TMPL_VAR name="isbn">&offset=<TMPL_VAR 
name="offset">&num=20">20</a>
<a href="isbnsearch.pl?isbn=<TMPL_VAR name="isbn">&offset=<TMPL_VAR 
name="offset">&num=50">50</a>
</CENTER>
<br clear="all" />
<p>&nbsp;</p>
<TMPL_INCLUDE NAME="acquisitions-bottom.inc">

--- NEW FILE ---
<TMPL_INCLUDE NAME="acquisitions-top.inc">
<h1>syst&egrave;me d'importation de notices MARC</h1>

<table bgcolor="#ffcc00" width="80%" cellpadding="3">
        <tr valign="center">
        <td><font size="4">Importer dans le r&eacute;voir</font></td>
        </tr>
</table>

<TMPL_IF name="uploadmarc">
<p>R&eacute;sultats de l'importation :</p>
<ul>
        <p><TMPL_VAR name="imported"> notices import&eacute;es</p>
        <p><TMPL_VAR name="alreadyindb"> pas import&eacute; : 
d&eacute;j&agrave; dans la base</p>
        <p><TMPL_VAR name="alreadyinfarm"> pas import&eacute; : 
d&eacute;j&agrave;dans le r&eacute;servoir</p>
        <p><TMPL_VAR name="notmarcrecord"> pas import&eacute; : ne semble pas 
au format MARC (ou ISBN/ISSN manquent) !</p>
        <p><TMPL_VAR name="total">  notices trait&eacute;es</p>
        <p><a href="addbooks.pl">Retour au catalogage</a>
</ul>
<TMPL_ELSE>
<ul>S&eacute;lectionnez un fichier &agrave; importer dans le r&eacute;servoir. 
Il sera trait&eacute;, et pour chaque ISBN trouv&eacute;, une nouvelle notice 
sera cr&eacute;e dans le r&eacute;servoir. Si un ISBN existe d&eacute;j&agrave; 
dans le r&eacute;servoir, vous pouvez choisir ou bien d'ignorer la nouvelle 
notice, ou bien d'&eacute;craser l'ancienne.<br/>
Vous pouvez nommer cette importation. Cela peut &ecirc;tre utile, lorsque vous 
cre nouvel ISez une notice, de se souvenir de l'origine des donne nouvel ISes 
MARC propos&eacute;es !<br/>
Bien s&ucirc;r, si l'ISBN existe d&eacute;j&agrave; dans la base de 
donn&eacute;es active, la notice sera ignor&eacute;e.<br/></ul>
<form method="post" action="<TMPL_VAR name="SCRIPT_NAME">" 
enctype="multipart/form-data">
<table cellpadding="3" border=0>
        <tr valign="top">
                <td>S&eacute;lectionnez le fichier &agrave; importer :</td>
                <td>
                        <input type="file" name="uploadmarc"/><br/>
                </td>
        </tr>
        <tr valign="top">
                <td>Nom de cette importation :</td>
                <td>
                        <input type="text" name="filename"/><br/>
                </td>
        </tr>
        <tr valign="top">
                <td>Si l'ISBN existe d&eacute;j&agrave; dans le 
r&eacute;servoir : </td>
                <td><input type="radio" name="overwrite_biblio" value="0" 
checked>Ignorer celui-ci, conserver celui qui existe d&eacute;j&agrave;<br/>
                        <input type="radio" name="overwrite_biblio" 
value="1">Ecraser celui qui existe d&eacute;j&agrave; par celui-ci</td>
        </tr>
        <tr valign="top">
                <td>&nbsp; </td>
                <td><input type="submit" value="import"></td>
        </tr>

</table>
</form>
</TMPL_IF>
<TMPL_INCLUDE NAME="acquisitions-bottom.inc">




reply via email to

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