[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/opac-tmpl/prog/en opac-serial-is... [rel_3_0]
From: |
Antoine Farnault |
Subject: |
[Koha-cvs] koha/koha-tmpl/opac-tmpl/prog/en opac-serial-is... [rel_3_0] |
Date: |
Wed, 10 Jan 2007 10:15:31 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_3_0
Changes by: Antoine Farnault <toins> 07/01/10 10:15:31
Modified files:
koha-tmpl/opac-tmpl/prog/en: opac-serial-issues.tmpl
opac-shelves.tmpl
opac-topissues.tmpl
koha-tmpl/opac-tmpl/prog/en/includes: navigation.inc
Log message:
some little clean up...
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/en/opac-serial-issues.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.3&r2=1.1.2.4
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.7&r2=1.1.2.8
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/en/opac-topissues.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.2&r2=1.1.2.3
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/en/includes/navigation.inc?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.5&r2=1.1.2.6
Patches:
Index: opac-serial-issues.tmpl
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/opac-tmpl/prog/en/opac-serial-issues.tmpl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -b -r1.1.2.3 -r1.1.2.4
--- opac-serial-issues.tmpl 27 Nov 2006 15:06:56 -0000 1.1.2.3
+++ opac-serial-issues.tmpl 10 Jan 2007 10:15:30 -0000 1.1.2.4
@@ -1,9 +1,8 @@
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_VAR
NAME="LibraryNameTitle" --> Catalog -- Serials
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
-<!--TMPL_INCLUDE NAME="masthead_adv.inc" -->
+<!--TMPL_INCLUDE NAME="masthead.inc" -->
<!--TMPL_INCLUDE NAME="navigation.inc" -->
-<div id="main">
<h1>Issues for a subscription</h1>
<a href="opac-detail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber"
-->" class="button">Normal View</a>
<a href="opac-serial-issues.pl?selectview=full&biblionumber=<!--
TMPL_VAR name="biblionumber" -->" class="button">Full History</a>
@@ -86,6 +85,5 @@
</p>
<!-- /TMPL_IF -->
<!-- /TMPL_LOOP -->
-</div>
-</body>
-</html>
+
+<!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->
Index: opac-shelves.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/prog/en/opac-shelves.tmpl,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -u -b -r1.1.2.7 -r1.1.2.8
--- opac-shelves.tmpl 15 Dec 2006 17:43:24 -0000 1.1.2.7
+++ opac-shelves.tmpl 10 Jan 2007 10:15:30 -0000 1.1.2.8
@@ -2,8 +2,6 @@
<!--TMPL_INCLUDE NAME="masthead.inc" -->
<!--TMPL_INCLUDE NAME="navigation.inc" -->
-<!-- TMPL_INCLUDE name="usermenu.inc" -->
-
<!-- TMPL_IF Name="viewshelf" -->
<h3>Contents of <!-- TMPL_VAR Name="shelfname" --></h3>
Index: opac-topissues.tmpl
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/opac-tmpl/prog/en/Attic/opac-topissues.tmpl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- opac-topissues.tmpl 20 Dec 2006 11:42:58 -0000 1.1.2.2
+++ opac-topissues.tmpl 10 Jan 2007 10:15:30 -0000 1.1.2.3
@@ -22,6 +22,8 @@
since <!-- TMPL_VAR name="timeLimit" --> months
<!-- TMPL_ELSE --> (no time limit)<!-- /TMPL_IF -->
</h1>
+ <a href="javascript:back();"><< Go back</a>
+ <!-- TMPL_IF NAME="results_loop" -->
<table>
<tr>
<th>Title</th>
@@ -47,6 +49,7 @@
</tr>
<!-- /TMPL_LOOP-->
</table>
+ <!-- /TMPL_IF -->
<!-- TMPL_ELSE -->
<h1 class = "reports">Our major success</h1>
<form method="post">
Index: includes/navigation.inc
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/opac-tmpl/prog/en/includes/navigation.inc,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -b -r1.1.2.5 -r1.1.2.6
--- includes/navigation.inc 22 Dec 2006 17:12:12 -0000 1.1.2.5
+++ includes/navigation.inc 10 Jan 2007 10:15:30 -0000 1.1.2.6
@@ -6,7 +6,7 @@
<!-- TMPL_IF name="OpacAuthorities" -->
<li><a
href="/cgi-bin/koha/opac-authorities-home.pl">Authorities Headings</a></li>
<!-- /TMPL_IF -->
- <!-- TMPL_IF name="OpacTopissues" -->
+ <!-- TMPL_IF name="OpacTopissue" -->
<li><a href="/cgi-bin/koha/opac-topissues.pl">Top
issues</a></li>
<!-- /TMPL_IF -->
<!-- TMPL_IF name="OpacCloud" -->
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/koha-tmpl/opac-tmpl/prog/en opac-serial-is... [rel_3_0],
Antoine Farnault <=