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 su...


From: Antoine Farnault
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/serials su...
Date: Wed, 12 Jul 2006 12:36:57 +0000

CVSROOT:        /sources/koha
Module name:    koha
Changes by:     Antoine Farnault <toins>        06/07/12 12:36:57

Added files:
        koha-tmpl/intranet-tmpl/prog/en/serials: subscription-renew.tmpl 
                                                 viewalerts.tmpl 

Log message:
        this file has moved from bull directory to here.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/serials/subscription-renew.tmpl?cvsroot=koha&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/serials/viewalerts.tmpl?cvsroot=koha&rev=1.1

Patches:
Index: subscription-renew.tmpl
===================================================================
RCS file: subscription-renew.tmpl
diff -N subscription-renew.tmpl
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ subscription-renew.tmpl     12 Jul 2006 12:36:56 -0000      1.1
@@ -0,0 +1,22 @@
+<!-- TMPL_INCLUDE NAME="popup-top.inc" -->
+<div id="mainbloc">
+
+<h1 class="serial">subscription renewal for <!-- TMPL_VAR name="bibliotitle" 
--></h1>
+
+<form name="f" action="/cgi-bin/koha/serials/subscription-renew.pl" 
method="post">
+       <div id="bloc25">
+               <input type="hidden" name="op" value="renew">
+               <input type="hidden" name="subscriptionid" value="<!-- TMPL_VAR 
name="subscriptionid" -->">
+               <p><label class="label100">start date</label><input type="text" 
name="startdate" value="<!-- TMPL_VAR name="startdate" -->"></p>
+               <p>Subscription length :</p>
+               <p><label class="label100">Number of num</label><input 
type="text" name="numberlength" value="<!-- TMPL_VAR name="numberlength" 
-->"></p>
+               <p><label class="label100">Number of weeks</label><input 
type="text" name="weeklength" value="<!-- TMPL_VAR name="weeklength" -->"></p>
+               <p><label class="label100">Number of months</label><input 
type="text" name="monthlength" value="<!-- TMPL_VAR name="monthlength" -->"></p>
+               <p>Note for the librarian that will manage your renewal 
request</p>
+               <ul><textarea name="note" rows="10" cols="60"></textarea></ul>
+               <input type="submit" value="Request a renewal" class="button 
serial">
+       </div>
+</form>
+</div>
+<!-- TMPL_INCLUDE NAME="popup-bottom.inc" -->
+

Index: viewalerts.tmpl
===================================================================
RCS file: viewalerts.tmpl
diff -N viewalerts.tmpl
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ viewalerts.tmpl     12 Jul 2006 12:36:56 -0000      1.1
@@ -0,0 +1,28 @@
+<!-- TMPL_INCLUDE NAME="serials-top.inc" -->
+
+<div id="mainbloc">
+               <h1 class="serial">Alert subscribers for <!-- TMPL_VAR 
name="bibliotitle" --></h1>
+               <a href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR 
name="subscriptionid" -->" class="button serial">subscription</a>
+               <div class="bloc25">
+               <!-- TMPL_IF name="alertloop" -->
+                       <table>
+                       <tr>
+                               <th class="serial">Borrower name</th>
+                               <th class="serial">&nbsp;</th>
+                       </tr>
+
+                       <!-- TMPL_LOOP NAME="alertloop" -->
+                               <tr>
+                                       <td><!-- TMPL_VAR name="name" --></td>
+                                       <td><a 
href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR 
name="borrowernumber">" class="button serial">View</a></td>
+                               </tr>
+                       <!-- /TMPL_LOOP -->
+                       </table>
+               <!-- TMPL_ELSE -->
+                       Nobody
+               <!-- /TMPL_IF -->
+               </div>
+
+       
+</div>
+<!-- TMPL_INCLUDE NAME="serials-bottom.inc" -->




reply via email to

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