koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/acqui book...


From: Antoine Farnault
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/acqui book...
Date: Tue, 01 Aug 2006 15:28:56 +0000

CVSROOT:        /sources/koha
Module name:    koha
Changes by:     Antoine Farnault <toins>        06/08/01 15:28:56

Added files:
        koha-tmpl/intranet-tmpl/prog/en/acqui: booksellers.tmpl 
Removed files:
        koha-tmpl/intranet-tmpl/prog/en/acqui: order.tmpl 

Log message:
        order.tmpl is replaced by booksellers.tmpl

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/acqui/booksellers.tmpl?cvsroot=koha&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/acqui/order.tmpl?cvsroot=koha&r1=1.3&r2=0

Patches:
Index: booksellers.tmpl
===================================================================
RCS file: booksellers.tmpl
diff -N booksellers.tmpl
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ booksellers.tmpl    1 Aug 2006 15:28:55 -0000       1.1
@@ -0,0 +1,72 @@
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Search supplier <!-- 
TMPL_VAR name="bookselname" --><!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
+<!-- TMPL_INCLUDE NAME="menus.inc" -->
+<!-- TMPL_INCLUDE NAME="menu-acqui.inc" -->
+
+<h1>You searched on <b>supplier <!-- TMPL_VAR name="supplier" -->,</b> <!-- 
TMPL_VAR name="count" --> results found</h1>
+<div id="acqui_order_supplierlist">
+       <table>
+       <tr>
+               <th>Order</th>
+               <th>Receive</th>
+               <th>Company</th>
+               <th>&nbsp;</th>
+       </tr>
+       
+       <!-- TMPL_LOOP name="loop_suppliers" -->
+               <tr>
+                       <td>
+                               <!-- TMPL_IF name="active" -->
+                                       <a href="basket.pl?supplierid=<!-- 
TMPL_VAR name=supplierid -->">Add order</a>
+                               <!-- TMPL_ELSE -->
+                                       Inactive
+                               <!-- /TMPL_IF -->
+                       </td>
+                       <td>
+                               <a href="parcels.pl?supplierid=<!-- TMPL_VAR 
name=supplierid -->">Recieve order</a>
+                       </td>
+                       <td><a href="supplier.pl?supplierid=<!-- TMPL_VAR 
name=supplierid -->"><!-- TMPL_VAR name="name" --></a></td>
+                       <td>
+                               <table>
+                                               <tr>
+                                                       <th>Basket</th>
+                                                       <th>Items</th>
+                                                       <th>Created by</th>
+                                                       <th>Date</th>
+                                                       <th>&nbsp;</th>
+                                               </tr>
+                                               <!-- TMPL_LOOP 
NAME="loop_basket" -->
+                                                       <tr>
+                                                               <td><!-- 
TMPL_VAR NAME="basketno" --></td>
+                                                               <td><TMPL_VAR 
NAME="total"></td>
+                                                               <td>
+                                                                       <!-- 
TMPL_VAR name="firstname" -->
+                                                                               
<!-- TMPL_VAR name="surname" -->
+                                                               </td>
+                                                               <td><!-- 
TMPL_VAR NAME="creationdate" --></td>
+                                                               <td>
+                                                                       <!-- 
TMPL_IF name="closedate" -->
+                                                                               
closed on <!-- TMPL_VAR NAME="closedate" -->
+                                                                               
<a href="/cgi-bin/koha/acqui/basket.pl?basket=<!-- TMPL_VAR NAME="basketno" 
-->" class="button acquisition">View</a>
+                                                                       <!-- 
TMPL_ELSE -->
+                                                                               
<!-- TMPL_IF name="active" -->
+                                                                               
        <a href="/cgi-bin/koha/acqui/basket.pl?basket=<!-- TMPL_VAR 
NAME="basketno" -->" class="button acquisition">modify</a>
+                                                                               
<!-- TMPL_ELSE -->
+                                                                               
        <a href="/cgi-bin/koha/acqui/basket.pl?basket=<!-- TMPL_VAR 
NAME="basketno" -->" class="button acquisition">View</a>
+                                                                               
<!-- /TMPL_IF -->
+                                                                       <!-- 
/TMPL_IF -->
+                                                               </td>
+                                                       </tr>
+                                               <!-- /TMPL_LOOP -->
+                                       </table>
+                       </td>
+                       </tr>
+               <!-- /TMPL_LOOP -->
+               </table>
+</div>
+<div id="acqui_order_add_supplier">
+       <form action="supplier.pl">
+               <input type="hidden" name="supplierid" value="0" />
+               <input type="submit" value="Add supplier" />
+       </form>
+</div>
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->

Index: order.tmpl
===================================================================
RCS file: order.tmpl
diff -N order.tmpl
--- order.tmpl  13 Jul 2006 15:21:50 -0000      1.3
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,72 +0,0 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Search supplier <!-- 
TMPL_VAR name="bookselname" --><!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
-<!-- TMPL_INCLUDE NAME="menus.inc" -->
-<!-- TMPL_INCLUDE NAME="menu-acqui.inc" -->
-
-<h1>You searched on <b>supplier <!-- TMPL_VAR name="supplier" -->,</b> <!-- 
TMPL_VAR name="count" --> results found</h1>
-<div id="acqui_order_supplierlist">
-       <table>
-       <tr>
-               <th>Order</th>
-               <th>Receive</th>
-               <th>Company</th>
-               <th>&nbsp;</th>
-       </tr>
-       
-       <!-- TMPL_LOOP name="loop_suppliers" -->
-               <tr>
-                       <td>
-                               <!-- TMPL_IF name="active" -->
-                                       <a href="basket.pl?supplierid=<!-- 
TMPL_VAR name=supplierid -->">Add order</a>
-                               <!-- TMPL_ELSE -->
-                                       Inactive
-                               <!-- /TMPL_IF -->
-                       </td>
-                       <td>
-                               <a href="parcels.pl?supplierid=<!-- TMPL_VAR 
name=supplierid -->">Recieve order</a>
-                       </td>
-                       <td><a href="supplier.pl?supplierid=<!-- TMPL_VAR 
name=supplierid -->"><!-- TMPL_VAR name="name" --></a></td>
-                       <td>
-                               <table>
-                                               <tr>
-                                                       <th>Basket</th>
-                                                       <th>Items</th>
-                                                       <th>Created by</th>
-                                                       <th>Date</th>
-                                                       <th>&nbsp;</th>
-                                               </tr>
-                                               <!-- TMPL_LOOP 
NAME="loop_basket" -->
-                                                       <tr>
-                                                               <td><!-- 
TMPL_VAR NAME="basketno" --></td>
-                                                               <td><TMPL_VAR 
NAME="total"></td>
-                                                               <td>
-                                                                       <!-- 
TMPL_VAR name="firstname" -->
-                                                                               
<!-- TMPL_VAR name="surname" -->
-                                                               </td>
-                                                               <td><!-- 
TMPL_VAR NAME="creationdate" --></td>
-                                                               <td>
-                                                                       <!-- 
TMPL_IF name="closedate" -->
-                                                                               
closed on <!-- TMPL_VAR NAME="closedate" -->
-                                                                               
<a href="/cgi-bin/koha/acqui/basket.pl?basket=<!-- TMPL_VAR NAME="basketno" 
-->" class="button acquisition">View</a>
-                                                                       <!-- 
TMPL_ELSE -->
-                                                                               
<!-- TMPL_IF name="active" -->
-                                                                               
        <a href="/cgi-bin/koha/acqui/basket.pl?basket=<!-- TMPL_VAR 
NAME="basketno" -->" class="button acquisition">modify</a>
-                                                                               
<!-- TMPL_ELSE -->
-                                                                               
        <a href="/cgi-bin/koha/acqui/basket.pl?basket=<!-- TMPL_VAR 
NAME="basketno" -->" class="button acquisition">View</a>
-                                                                               
<!-- /TMPL_IF -->
-                                                                       <!-- 
/TMPL_IF -->
-                                                               </td>
-                                                       </tr>
-                                               <!-- /TMPL_LOOP -->
-                                       </table>
-                       </td>
-                       </tr>
-               <!-- /TMPL_LOOP -->
-               </table>
-</div>
-<div id="acqui_order_add_supplier">
-       <form action="supplier.pl">
-               <input type="hidden" name="supplierid" value="0" />
-               <input type="submit" value="Add supplier" />
-       </form>
-</div>
-<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->




reply via email to

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