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/reports cat_issu


From: Henri-Damien LAURENT
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/reports cat_issues_top.tmpl,1.2,1.3 bor_issues_top.tmpl,1.2,1.3
Date: Tue, 29 Mar 2005 09:20:06 -0800

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

Modified Files:
        cat_issues_top.tmpl bor_issues_top.tmpl 
Log Message:
Improving top lists display

Index: cat_issues_top.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/reports/cat_issues_top.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** cat_issues_top.tmpl 24 Mar 2005 15:19:48 -0000      1.2
--- cat_issues_top.tmpl 29 Mar 2005 17:20:04 -0000      1.3
***************
*** 3,6 ****
--- 3,11 ----
  
  <!-- TMPL_IF NAME="do_it" -->
+ <script language="JavaScript" type="text/javascript">
+ function Dopop(link) {
+       
newin=window.open(link,'width=500,height=400,toolbar=false,scrollbars=yes');
+ }
+ </script>
        <!-- TMPL_LOOP NAME="mainloop" -->
                <h1 class="reports">Koha : Top <!-- TMPL_VAR NAME="limit"--> 
List On Catalogue Issues </h1>
***************
*** 12,20 ****
                <!-- /TMPL_IF NAME="loopfilter"-->
                <br>
!               <table>
                        <tr >
!                               <th class="reports">Rank/biblioitemnumber</th>
                                <!-- TMPL_LOOP NAME="loopcol" -->
!                                       <th class="reports"><!-- TMPL_VAR 
NAME="coltitle" --></th>
                                <!-- /TMPL_LOOP -->
                        </tr>
--- 17,32 ----
                <!-- /TMPL_IF NAME="loopfilter"-->
                <br>
!               <table border="1">
                        <tr >
!                               <th class="reports">Rank/Biblioitemnumbers</th>
                                <!-- TMPL_LOOP NAME="loopcol" -->
!                                       <th class="reports" colspan="2"><!-- 
TMPL_VAR NAME="coltitle" --></th>
!                               <!-- /TMPL_LOOP -->
!                       </tr>
!                       <tr >
!                               <th class="reports">&nbsp;</th>
!                               <!-- TMPL_LOOP NAME="loopcol" -->
!                                       <th class="reports">Item</th>
!                                       <th class="reports">Issues count</th>
                                <!-- /TMPL_LOOP -->
                        </tr>
***************
*** 25,29 ****
--- 37,46 ----
                                                <!-- TMPL_LOOP NAME="loopcell" 
-->
                                                        <!-- TMPL_IF 
NAME="hilighted" --><td class="hilighted"><!-- TMPL_ELSE --><td ><!-- /TMPL_IF 
-->
+                                                               <!-- TMPL_IF 
NAME="reference" --><a href="javascript:Dopop('../MARCdetail.pl?bib=<!-- 
TMPL_VAR NAME="reference" -->')" ><!-- /TMPL_IF -->
                                                                <!-- TMPL_IF 
NAME="value" --><!-- TMPL_VAR NAME="value" --><!-- /TMPL_IF -->
+                                                               <!-- TMPL_IF 
NAME="reference" --></a><!-- /TMPL_IF -->
+                                                       </td>
+                                                       <!-- TMPL_IF 
NAME="hilighted" --><td class="hilighted"><!-- TMPL_ELSE --><td ><!-- /TMPL_IF 
-->
+                                                               <!-- TMPL_IF 
NAME="count" --><!-- TMPL_VAR NAME="count" --><!-- /TMPL_IF -->
                                                        </td>
                                                <!-- /TMPL_LOOP -->
***************
*** 52,59 ****
                                                <option value ="15">15</option>
                                                <option value ="20">20</option>
!       <!--                                    <option value ="25">25</option>
                                                <option value ="40">40</option>
                                                <option value ="50">50</option>
!                                               <option value 
="100">100</option>-->
                                        </select>
                                </td>
--- 69,76 ----
                                                <option value ="15">15</option>
                                                <option value ="20">20</option>
!                                               <option value ="25">25</option>
                                                <option value ="40">40</option>
                                                <option value ="50">50</option>
!                                               <option value 
="100">100</option>
                                        </select>
                                </td>

Index: bor_issues_top.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/reports/bor_issues_top.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** bor_issues_top.tmpl 24 Mar 2005 15:19:48 -0000      1.2
--- bor_issues_top.tmpl 29 Mar 2005 17:20:04 -0000      1.3
***************
*** 3,6 ****
--- 3,11 ----
  
  <!-- TMPL_IF NAME="do_it" -->
+ <script language="JavaScript" type="text/javascript">
+ function Dopop(link) {
+       
newin=window.open(link,'width=500,height=400,toolbar=false,scrollbars=yes');
+ }
+ </script>
        <!-- TMPL_LOOP NAME="mainloop" -->
                <h1 class="reports">Koha : Top <!-- TMPL_VAR NAME="limit"--> 
List borrowers for Issues </h1>
***************
*** 12,20 ****
                <!-- /TMPL_IF NAME="loopfilter"-->
                <br>
!               <table>
                        <tr >
                                <th class="reports">Rank/Borrowers</th>
                                <!-- TMPL_LOOP NAME="loopcol" -->
!                                       <th class="reports"><!-- TMPL_VAR 
NAME="coltitle" --></th>
                                <!-- /TMPL_LOOP -->
                        </tr>
--- 17,32 ----
                <!-- /TMPL_IF NAME="loopfilter"-->
                <br>
!               <table border="1">
                        <tr >
                                <th class="reports">Rank/Borrowers</th>
                                <!-- TMPL_LOOP NAME="loopcol" -->
!                                       <th class="reports" colspan="2"><!-- 
TMPL_VAR NAME="coltitle" --></th>
!                               <!-- /TMPL_LOOP -->
!                       </tr>
!                       <tr >
!                               <th class="reports">&nbsp;</th>
!                               <!-- TMPL_LOOP NAME="loopcol" -->
!                                       <th class="reports">Borrower</th>
!                                       <th class="reports">Issues count</th>
                                <!-- /TMPL_LOOP -->
                        </tr>
***************
*** 25,29 ****
--- 37,46 ----
                                                <!-- TMPL_LOOP NAME="loopcell" 
-->
                                                        <!-- TMPL_IF 
NAME="hilighted" --><td class="hilighted"><!-- TMPL_ELSE --><td ><!-- /TMPL_IF 
-->
+                                                               <!-- TMPL_IF 
NAME="reference" --><a 
href="javascript:Dopop('../members/moremember.pl?bornum=<!-- TMPL_VAR 
NAME="reference" -->')" ><!-- /TMPL_IF -->
                                                                <!-- TMPL_IF 
NAME="value" --><!-- TMPL_VAR NAME="value" --><!-- /TMPL_IF -->
+                                                               <!-- TMPL_IF 
NAME="reference" --></a><!-- /TMPL_IF -->
+                                                       </td>
+                                                       <!-- TMPL_IF 
NAME="hilighted" --><td class="hilighted"><!-- TMPL_ELSE --><td ><!-- /TMPL_IF 
-->
+                                                               <!-- TMPL_IF 
NAME="count" --><!-- TMPL_VAR NAME="count" --><!-- /TMPL_IF -->
                                                        </td>
                                                <!-- /TMPL_LOOP -->




reply via email to

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