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/en/acqui.simple add


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple addbiblio.tmpl,1.24.2.1,1.24.2.2 addbooks.tmpl,1.12,1.12.2.1 isbnsearch.tmpl,1.11,1.11.2.1
Date: Tue, 10 Feb 2004 05:17:10 -0800

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10580/koha-tmpl/intranet-tmpl/default/en/acqui.simple

Modified Files:
      Tag: rel_2_0
        addbiblio.tmpl addbooks.tmpl isbnsearch.tmpl 
Log Message:
bug fixes in HTML, and (addbiblio.tmpl), bugfix for bibliodeletion

Index: addbiblio.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/addbiblio.tmpl,v
retrieving revision 1.24.2.1
retrieving revision 1.24.2.2
diff -C2 -r1.24.2.1 -r1.24.2.2
*** addbiblio.tmpl      26 Jan 2004 10:46:36 -0000      1.24.2.1
--- addbiblio.tmpl      10 Feb 2004 13:17:08 -0000      1.24.2.2
***************
*** 17,35 ****
        <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="addfield_field">
                                                                                
                <input type="hidden" name="oldbiblionumber" value="<!-- 
TMPL_VAR name="oldbiblionumber" -->">
!                                                                               
                <input type="button" value="Add biblio" 
onClick='Check(this.form)' accesskey="w">
!                                                                               
                <a href="javascript:PopupZ3950()">z3950 search</a>
                </td>
        </tr>
--- 17,39 ----
        <table width=100% border=0 colspacing=0 cellpadding=0>
        <tr>
!               <td width="8" align="center"><a 
href="javascript:active(0)"><div id="link0">0</div></a></td>
!               <td width="8" align="center"><a 
href="javascript:active(1)"><div id="link1">1</div></a></td>
!               <td width="8" align="center"><a 
href="javascript:active(2)"><div id="link2">2</div></a></td>
!               <td width="8" align="center"><a 
href="javascript:active(3)"><div id="link3">3</div></a></td>
!               <td width="8" align="center"><a 
href="javascript:active(4)"><div id="link4">4</div></a></td>
!               <td width="8" align="center"><a 
href="javascript:active(5)"><div id="link5">5</div></a></td>
!               <td width="8" align="center"><a 
href="javascript:active(6)"><div id="link6">6</div></a></td>
!               <td width="8" align="center"><a 
href="javascript:active(7)"><div id="link7">7</div></a></td>
!               <td width="8" align="center"><a 
href="javascript:active(8)"><div id="link8">8</div></a></td>
!               <td width="8" align="center"><a 
href="javascript:active(9)"><div id="link9">9</div></a></td>
!               <td width="20" align="center"><input type="hidden" name="op" 
value="addbiblio">
                                                                                
                <input type="hidden" name="addfield_field">
                                                                                
                <input type="hidden" name="oldbiblionumber" value="<!-- 
TMPL_VAR name="oldbiblionumber" -->">
!                                                                               
                <!-- TMPL_IF name="bibid" -->
!                                                                               
                        <input type="button" value="Save" 
onClick='Check(this.form)' accesskey="w" class="button">
!                                                                               
                <!-- TMPL_ELSE -->
!                                                                               
                        <input type="button" value="Add biblio" 
onClick='Check(this.form)' accesskey="w" class="button">
!                                                                               
                <!-- /TMPL_IF -->
!                                                                               
                <a href="javascript:PopupZ3950()" class="button">z3950 
search</a>
                </td>
        </tr>
***************
*** 60,63 ****
--- 64,78 ----
                        </tmpl_loop>
        </tmpl_loop>
+               <tr>
+                       <td width=9% align="center">
+                               &nbsp;
+                       </td>
+                       <td width=9% align="center">
+                               <a href="javascript:active(1)">
+                                       <div id="link1"  
class="button">&gt;&gt;&gt;&gt;</div>
+                               </a>
+                       </td>
+               </tr>
+ 
                </table>
                </DIV>
***************
*** 85,88 ****
--- 100,115 ----
                        </tmpl_loop>
        </tmpl_loop>
+               <tr>
+                       <td width=9% align="center">
+                               <a href="javascript:active(0)">
+                                       <div id="link0"  
class="button">&lt;&lt;&lt;&lt;</div>
+                               </a>
+                       </td>
+                       <td width=9% align="center">
+                               <a href="javascript:active(2)">
+                                       <div id="link2"  
class="button">&gt;&gt;&gt;&gt;</div>
+                               </a>
+                       </td>
+               </tr>
                </table>
                </DIV>
***************
*** 110,113 ****
--- 137,152 ----
                        </tmpl_loop>
        </tmpl_loop>
+               <tr>
+                       <td width=9% align="center">
+                               <a href="javascript:active(1)">
+                                       <div id="link1"  
class="button">&lt;&lt;&lt;&lt;</div>
+                               </a>
+                       </td>
+                       <td width=9% align="center">
+                               <a href="javascript:active(3)">
+                                       <div id="link3"  
class="button">&gt;&gt;&gt;&gt;</div>
+                               </a>
+                       </td>
+               </tr>
                </table>
                </DIV>
***************
*** 135,138 ****
--- 174,189 ----
                        </tmpl_loop>
        </tmpl_loop>
+               <tr>
+                       <td width=9% align="center">
+                               <a href="javascript:active(2)">
+                                       <div id="link2"  
class="button">&lt;&lt;&lt;&lt;</div>
+                               </a>
+                       </td>
+                       <td width=9% align="center">
+                               <a href="javascript:active(4)">
+                                       <div id="link4"  
class="button">&gt;&gt;&gt;&gt;</div>
+                               </a>
+                       </td>
+               </tr>
                </table>
                </DIV>
***************
*** 160,163 ****
--- 211,226 ----
                        </tmpl_loop>
        </tmpl_loop>
+               <tr>
+                       <td width=9% align="center">
+                               <a href="javascript:active(3)">
+                                       <div id="link3"  
class="button">&lt;&lt;&lt;&lt;</div>
+                               </a>
+                       </td>
+                       <td width=9% align="center">
+                               <a href="javascript:active(5)">
+                                       <div id="link5"  
class="button">&gt;&gt;&gt;&gt;</div>
+                               </a>
+                       </td>
+               </tr>
                </table>
                </DIV>
***************
*** 185,188 ****
--- 248,263 ----
                        </tmpl_loop>
        </tmpl_loop>
+               <tr>
+                       <td width=9% align="center">
+                               <a href="javascript:active(4)">
+                                       <div id="link4"  
class="button">&lt;&lt;&lt;&lt;</div>
+                               </a>
+                       </td>
+                       <td width=9% align="center">
+                               <a href="javascript:active(6)">
+                                       <div id="link6"  
class="button">&gt;&gt;&gt;&gt;</div>
+                               </a>
+                       </td>
+               </tr>
                </table>
                </DIV>
***************
*** 210,213 ****
--- 285,300 ----
                        </tmpl_loop>
        </tmpl_loop>
+               <tr>
+                       <td width=9% align="center">
+                               <a href="javascript:active(5)">
+                                       <div id="link5"  
class="button">&lt;&lt;&lt;&lt;</div>
+                               </a>
+                       </td>
+                       <td width=9% align="center">
+                               <a href="javascript:active(7)">
+                                       <div id="link7"  
class="button">&gt;&gt;&gt;&gt;</div>
+                               </a>
+                       </td>
+               </tr>
                </table>
                </DIV>
***************
*** 235,238 ****
--- 322,337 ----
                        </tmpl_loop>
        </tmpl_loop>
+               <tr>
+                       <td width=9% align="center">
+                               <a href="javascript:active(6)">
+                                       <div id="link6"  
class="button">&lt;&lt;&lt;&lt;</div>
+                               </a>
+                       </td>
+                       <td width=9% align="center">
+                               <a href="javascript:active(8)">
+                                       <div id="link8"  
class="button">&gt;&gt;&gt;&gt;</div>
+                               </a>
+                       </td>
+               </tr>
                </table>
                </DIV>
***************
*** 260,263 ****
--- 359,374 ----
                        </tmpl_loop>
        </tmpl_loop>
+               <tr>
+                       <td width=9% align="center">
+                               <a href="javascript:active(7)">
+                                       <div id="link7"  
class="button">&lt;&lt;&lt;&lt;</div>
+                               </a>
+                       </td>
+                       <td width=9% align="center">
+                               <a href="javascript:active(9)">
+                                       <div id="link9"  
class="button">&gt;&gt;&gt;&gt;</div>
+                               </a>
+                       </td>
+               </tr>
                </table>
                </DIV>
***************
*** 285,288 ****
--- 396,404 ----
                        </tmpl_loop>
        </tmpl_loop>
+                       <td width=9% align="center">
+                               <a href="javascript:active(8)">
+                                       <div id="link8"  
class="button">&lt;&lt;&lt;&lt;</div>
+                               </a>
+                       </td>
                </table>
                </DIV>
***************
*** 328,332 ****
        for (i=0; i < 10 ; i++ ) {
                ong = i+"XX";
!                       link = "link"+i;
                if (numlayer==i) {
                        document.getElementById(ong).style.visibility="visible";
--- 444,448 ----
        for (i=0; i < 10 ; i++ ) {
                ong = i+"XX";
!               link = "link"+i;
                if (numlayer==i) {
                        document.getElementById(ong).style.visibility="visible";
***************
*** 396,400 ****
  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');
  }
  
--- 512,516 ----
  function Dopop(link,i) {
        defaultvalue=document.forms[0].field_value[i].value;
!       newin=window.open(link+"&result="+defaultvalue,"value 
builder",'width=550,height=550,toolbar=false,scrollbars=yes');
  }
  

Index: addbooks.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/addbooks.tmpl,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -C2 -r1.12 -r1.12.2.1
*** addbooks.tmpl       9 Dec 2003 10:29:06 -0000       1.12
--- addbooks.tmpl       10 Feb 2004 13:17:08 -0000      1.12.2.1
***************
*** 22,26 ****
                        <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>If the ISBN or title is found in the 
biblio table, it will be retrieved and can be modified.<br/>
                                        If the ISBN or title is found in the 
breeding farm, it will be retrieved and a biblio will be added.<br/>
--- 22,26 ----
                        <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" class="button"/></td>
                        <td rowspan=2>If the ISBN or title is found in the 
biblio table, it will be retrieved and can be modified.<br/>
                                        If the ISBN or title is found in the 
breeding farm, it will be retrieved and a biblio will be added.<br/>
***************
*** 32,38 ****
                <tr><td>&nbsp;</td>
                <!-- TMPL_IF NAME="NOTMARC" -->
!                       <td colspan=2><a href=addbiblio-nomarc.pl>Create Empty 
biblio</a></td></tr>
                <!-- TMPL_ELSE -->
!                       <td colspan=2><a href=addbiblio.pl>Create Empty 
biblio</a></td></tr>
                <!-- /TMPL_IF -->
        </table>
--- 32,38 ----
                <tr><td>&nbsp;</td>
                <!-- TMPL_IF NAME="NOTMARC" -->
!                       <td colspan=2><a href="addbiblio-nomarc.pl" 
class="button">Create Empty biblio</a></td></tr>
                <!-- TMPL_ELSE -->
!                       <td colspan=2><a href="addbiblio.pl" 
class="button">Create Empty biblio</a></td></tr>
                <!-- /TMPL_IF -->
        </table>
***************
*** 52,56 ****
                <td>Keyword:</td>
                <td><input type="text" name="keyword" /></td>
!               <td><input type="submit" value="Go" /></td>
        </tr>
        </table>
--- 52,56 ----
                <td>Keyword:</td>
                <td><input type="text" name="keyword" /></td>
!               <td><input type="submit" value="Go" class="button"/></td>
        </tr>
        </table>

Index: isbnsearch.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/isbnsearch.tmpl,v
retrieving revision 1.11
retrieving revision 1.11.2.1
diff -C2 -r1.11 -r1.11.2.1
*** isbnsearch.tmpl     9 Dec 2003 10:29:07 -0000       1.11
--- isbnsearch.tmpl     10 Feb 2004 13:17:08 -0000      1.11.2.1
***************
*** 5,9 ****
  <!-- TMPL_IF name="total" -->
  <!-- TMPL_VAR NAME=total --> results found<br />
! Results <!-- TMPL_VAR name="showoffset" --> to <!-- TMPL_VAR name="total" --> 
displayed
  <!-- /TMPL_IF -->
  <p />
--- 5,9 ----
  <!-- TMPL_IF name="total" -->
  <!-- TMPL_VAR NAME=total --> results found<br />
! Results <i><!-- TMPL_VAR name="showoffset" --></i> to <i><!-- TMPL_VAR 
name="total" --></i> displayed
  <!-- /TMPL_IF -->
  <p />
***************
*** 46,50 ****
                        <td><!-- TMPL_VAR name="copyrightdate" --></td>
                        <!-- TMPL_IF NAME="NOTMARC" -->
!                         <td><a href="additem-nomarc.pl?biblionumber=<!-- 
TMPL_VAR name="biblionumber" -->">Add Items</a></td>
                        <!-- TMPL_ELSE -->
                          <td><a href="addbiblio.pl?oldbiblionumber=<!-- 
TMPL_VAR name="biblionumber" -->">Edit...</a></td>
--- 46,50 ----
                        <td><!-- TMPL_VAR name="copyrightdate" --></td>
                        <!-- TMPL_IF NAME="NOTMARC" -->
!                         <td><a href="additem-nomarc.pl?biblionumber=<!-- 
TMPL_VAR name="biblionumber" -->">Add items</a></td>
                        <!-- TMPL_ELSE -->
                          <td><a href="addbiblio.pl?oldbiblionumber=<!-- 
TMPL_VAR name="biblionumber" -->">Edit...</a></td>




reply via email to

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