koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en opac-addbookbyb... [dev_week]


From: Owen Leonard
Subject: [Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en opac-addbookbyb... [dev_week]
Date: Tue, 03 Oct 2006 14:16:19 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Owen Leonard <oleonard> 06/10/03 14:16:19

Modified files:
        koha-tmpl/opac-tmpl/npl/en: opac-addbookbybiblionumber.tmpl 
                                    opac-auth.tmpl opac-shelves.tmpl 

Log message:
        Removing NPL-specific markup

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/opac-addbookbybiblionumber.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.9.2.1&r2=1.1.2.9.2.2
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/opac-auth.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.3.2.2&r2=1.1.2.3.2.3
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/opac-shelves.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.2.2.6&r2=1.1.2.2.2.7

Patches:
Index: opac-addbookbybiblionumber.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-addbookbybiblionumber.tmpl,v
retrieving revision 1.1.2.9.2.1
retrieving revision 1.1.2.9.2.2
diff -u -b -r1.1.2.9.2.1 -r1.1.2.9.2.2
--- opac-addbookbybiblionumber.tmpl     6 Sep 2006 14:42:07 -0000       
1.1.2.9.2.1
+++ opac-addbookbybiblionumber.tmpl     3 Oct 2006 14:16:19 -0000       
1.1.2.9.2.2
@@ -12,15 +12,10 @@
 <div class="details">
 <table>
 <caption>Add to a new Virtual Shelf:</caption>
-<tr><th><label for="newbookshelf">New Shelf Name:</label> </th><td><input 
type="text" id="newbookshelf" name="newbookshelf" maxlength="40" size="40">
-       <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR 
NAME="biblionumber" -->"></td></tr>
-<!-- Hide from NPL --><tr><th><label for="category">Shelf Type: 
</label></th><td><select id="category" name="category">
-                       <!-- TMPL_IF NAME="opacuserlogin" --><option 
value="1">Private</option>
-                       <option value="2">Public</option><!-- /TMPL_IF -->
-                       <option value="3">Free</option>
-               </select></td></tr><!-- /Hide from NPL -->
+<tr><th><label for="newbookshelf">New Shelf Name:</label> </th><td><input 
type="text" id="newbookshelf" name="newbookshelf" maxlength="40" size="40" />
+       <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR 
NAME="biblionumber" -->" /></td></tr>
 </table>
 </div>
-       <p><input type="hidden" name="category" value="1" /><input 
type="submit" value="Add to My Virtual Shelf" class="submit"></p></form>
+       <p><input type="hidden" name="category" value="1" /><input 
type="submit" value="Add to My Virtual Shelf" class="submit" /></p></form>
 </div>
 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->

Index: opac-auth.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-auth.tmpl,v
retrieving revision 1.1.2.3.2.2
retrieving revision 1.1.2.3.2.3
diff -u -b -r1.1.2.3.2.2 -r1.1.2.3.2.3
--- opac-auth.tmpl      6 Sep 2006 14:42:07 -0000       1.1.2.3.2.2
+++ opac-auth.tmpl      3 Oct 2006 14:16:19 -0000       1.1.2.3.2.3
@@ -35,14 +35,13 @@
 <!-- /TMPL_LOOP -->
 <div class="form">
 <table>
-<tr><th><label for="userid">Your card number</label></th><td>
-<!-- Hide from NPL --><input type="text"  size="25" id="userid"  name="userid" 
/><!-- /Hide from NPL -->
-<!-- Display for NPL // <input type="text"  size="25" id="userid"  
name="userid" onblur="ValidateCode();" /> //Display for NPL --></td>
+<tr><th><label for="opaclogin">Your card number</label></th><td><input 
type="text"  size="25" id="opaclogin"  name="userid" />
+</td>
 <tr><th><label for="password">Password or PIN</label></th><td><input 
type="password"  size="25" id="password"  name="password" /></td>
 </table>
 <input type="submit" value="Log In" class="submit" /></div>
   <h5>Don't have a password yet?</h5><p> If you don't have a password yet, 
stop by the circulation desk the next time you're in the library. We'll happily 
set one up for you.</p>
-<h5>Don't have a library card?</h5><p> If you don't have a library card, stop 
by your local library to sign up.  <!-- Display for NPL // Find out more about 
<a href="http://www.athenscounty.lib.oh.us/card.html";>getting a library 
card</a>. //Display for NPL --></p>
+<h5>Don't have a library card?</h5><p> If you don't have a library card, stop 
by your local library to sign up. </p>
 </form>
 
 

Index: opac-shelves.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-shelves.tmpl,v
retrieving revision 1.1.2.2.2.6
retrieving revision 1.1.2.2.2.7
diff -u -b -r1.1.2.2.2.6 -r1.1.2.2.2.7
--- opac-shelves.tmpl   3 Oct 2006 13:48:33 -0000       1.1.2.2.2.6
+++ opac-shelves.tmpl   3 Oct 2006 14:16:19 -0000       1.1.2.2.2.7
@@ -94,7 +94,6 @@
                        <div class="form"><table>
                        <caption>Rename Virtual Shelf <em><!-- TMPL_VAR 
name="shelfname"--></em></caption>
                        <tr><th><label for="shelfname">List Name: 
</label></th><td><input type="text" id="shelfname" name="shelfname" size="60" 
value="<!-- TMPL_VAR name="shelfname"-->" /></td></tr>
-<!-- Hide from NPL //                  <tr><th><label for="owner">Owner: 
</label></th><td><input type="hidden" id="owner" name="owner" value="<!-- 
TMPL_VAR NAME="loggedinuser" -->"><!-- TMPL_VAR NAME="loggedinusername" 
--></td></tr>//Hide from NPL -->
                        </table>
                        <p><input type="hidden" name="category" value="1" 
/><input type="submit" value="Save Changes" class="submit"></p></div>
 




reply via email to

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