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/prog/en/includes masth... [rel_3_0]


From: paul poulain
Subject: [Koha-cvs] koha/koha-tmpl/opac-tmpl/prog/en/includes masth... [rel_3_0]
Date: Mon, 30 Oct 2006 10:10:18 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     paul poulain <tipaul>   06/10/30 10:10:18

Modified files:
        koha-tmpl/opac-tmpl/prog/en/includes: masthead.inc 

Log message:
        adding missing links

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc?cvsroot=koha&only_with_tag=rel_3_0&r1=1.2.2.2&r2=1.2.2.3

Patches:
Index: masthead.inc
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -u -b -r1.2.2.2 -r1.2.2.3
--- masthead.inc        20 Oct 2006 15:15:53 -0000      1.2.2.2
+++ masthead.inc        30 Oct 2006 10:10:18 -0000      1.2.2.3
@@ -1,12 +1,21 @@
 <div id="masthead">
-
-<h1><!-- TMPL_IF NAME="opacsmallimage" --><img alt="<!-- TMPL_VAR 
NAME="LibraryName" -->" src="<!-- TMPL_VAR NAME="opacsmallimage" -->" /><!-- 
/TMPL_IF -->Library Catalog Search</h1>
-
-<ul>
+    <h1><!-- TMPL_IF NAME="opacsmallimage" --><img alt="<!-- TMPL_VAR 
NAME="LibraryName" -->" src="<!-- TMPL_VAR NAME="opacsmallimage" -->" /><!-- 
/TMPL_IF --><!-- TMPL_VAR NAME="LibraryName" --> Catalog Search</h1>
+    <div id="menu">
+        <ul>
+            <!-- TMPL_VAR NAME="OpacNav" -->
     <li><a href="/cgi-bin/koha/opac-main.pl">Search Home</a></li>
     <li><a href="/cgi-bin/koha/opac-search.pl">Advanced Search</a></li>
+            <li><a href="/cgi-bin/koha/opac-authorities-home.pl">Authorities 
Headings</a></li>
     <li><a href="/cgi-bin/koha/opac-basket.pl" onclick="openBasket(); return 
false;" title="A &quot;shopping cart&quot; for your selections">Book Bag<span 
id="basket"><script language="javascript" 
type="text/javascript">if(basketcount){ document.write(basketcount) 
};</script></span></a></li>
-    <li><a href="/cgi-bin/koha/opac-shelves.pl">Virtuals shelves</li>
-</ul>
-
+            <!-- TMPL_IF NAME="loggedinusername" -->
+                <!-- TMPL_IF name="virtualshelves" -->
+                    <li><a href="/cgi-bin/koha/opac-shelves.pl">Virtual 
shelves</a></li>
+                <!-- /TMPL_IF -->
+                <!-- TMPL_IF name="suggestion" -->
+                    <li><a href="opac-suggestions.pl">Suggestions</a></li>
+                <!-- /TMPL_IF -->
+                <li><a href="/cgi-bin/koha/opac-main.pl?logout.x=1" 
title="Logged in as <!-- TMPL_VAR NAME="loggedinusername" -->">Log Out</a>
+            <!-- /TMPL_IF -->
+        </ul>
+    </div>
 </div>




reply via email to

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