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/serials se...


From: Robert Lyon
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/serials se...
Date: Thu, 20 Jul 2006 06:09:43 +0000

CVSROOT:        /sources/koha
Module name:    koha
Changes by:     Robert Lyon <bob_lyon>  06/07/20 06:09:43

Modified files:
        koha-tmpl/intranet-tmpl/prog/en/serials: serials-home.tmpl 

Log message:
        merging katipo changes

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/serials/serials-home.tmpl?cvsroot=koha&r1=1.3&r2=1.4

Patches:
Index: serials-home.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/serials/serials-home.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- serials-home.tmpl   12 Jul 2006 14:02:41 -0000      1.3
+++ serials-home.tmpl   20 Jul 2006 06:09:43 -0000      1.4
@@ -6,6 +6,10 @@
 <h1>Serials</h1>
 <div id="serials_home">
        <h2>Serials subscriptions</h2>
+<!-- TMPL_IF NAME="routing" -->
+        <h3>Search for Serial Routing List</h3>
+<!-- /TMPL_IF -->
+
        <table>
                <tr>
                        <th>ISSN</th>
@@ -17,6 +21,10 @@
                </tr>
                <tr>
                        <form action="serials-home.pl" method="post">
+                       <!-- TMPL_IF NAME="routing" -->
+                       <input type="hidden" name="routing" value="<!-- 
TMPL_VAR NAME="routing" -->" />
+                       <!-- /TMPL_IF -->
+                       <input type="hidden" name="searched" value="1" />
                        <td>
                                <input type="text" size=10 maxlength=11 
name="ISSN" value="<!-- TMPL_VAR name="ISSN" -->" title="type ISSN here to 
filter subscription">
                        </td>
@@ -60,6 +68,31 @@
                                <!-- /TMPL_IF -->
                                        <!-- TMPL_IF name="notes" -->(<!-- 
TMPL_VAR name="notes" -->)<!-- /TMPL_IF -->
                                </td>
+                           <!-- TMPL_IF NAME="routing" -->
+                               <!-- TMPL_IF name="toggle" -->
+                                       <td class="hilighted">
+                               <!-- TMPL_ELSE -->
+                                       <td>
+                               <!-- /TMPL_IF -->
+                                       <a href="routing.pl?subscriptionid=<!-- 
TMPL_VAR name="subscriptionid" --><!-- TMPL_UNLESS NAME="routingedit" 
-->&op=new<!-- /TMPL_UNLESS -->">Routing List</a>
+                                        </td>
+                           <!-- TMPL_ELSE -->
+                             <!-- TMPL_IF NAME="alt_links" -->
+                               <!-- TMPL_IF name="toggle" -->
+                                       <td class="hilighted">
+                               <!-- TMPL_ELSE -->
+                                       <td>
+                               <!-- /TMPL_IF -->
+                                       <a 
href="alt_subscription-detail.pl?subscriptionid=<!-- TMPL_VAR 
name="subscriptionid" -->" class="button serial" title="subscription 
detail">Detail</a>
+                               </td>
+                               <!-- TMPL_IF name="toggle" -->
+                                       <td class="hilighted">
+                               <!-- TMPL_ELSE -->
+                                       <td>
+                               <!-- /TMPL_IF -->
+                                       <a 
href="statecollection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" 
-->" class="button serial" title="receive issues for this 
subscription">Receive</a>
+                               </td>                         
+                             <!-- TMPL_ELSE -->
                                <!-- TMPL_IF name="toggle" -->
                                        <td class="hilighted">
                                <!-- TMPL_ELSE -->
@@ -74,10 +107,19 @@
                                <!-- /TMPL_IF -->
                                        <a 
href="serials-recieve.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" 
-->" class="button serial" title="receive issues for this 
subscription">Receive</a>
                                </td>
+                             <!-- /TMPL_IF -->
                        </tr>
                <!-- /TMPL_LOOP -->
        </table>
+       
+       <!-- TMPL_IF NAME="routing" -->
+       <!-- TMPL_ELSE -->
+             <!-- TMPL_IF NAME="alt_links" -->
+                 <a href="/cgi-bin/koha/serials/alt_subscription-add.pl" 
class="button serial">Add subscription</a>          
+             <!-- TMPL_ELSE -->      
        <a href="/cgi-bin/koha/serials/subscription-add.pl" class="button 
serial">Add subscription</a>
+             <!-- /TMPL_IF -->
+       <!-- /TMPL_IF -->
 </div>
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
 




reply via email to

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