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/includes s...


From: Antoine Farnault
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/includes s...
Date: Wed, 12 Jul 2006 10:58:00 +0000

CVSROOT:        /sources/koha
Module name:    koha
Changes by:     Antoine Farnault <toins>        06/07/12 10:58:00

Added files:
        koha-tmpl/intranet-tmpl/prog/en/includes: serials-bottom.inc 
                                                  serials-top.inc 

Log message:
        header & footer for serials files

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/includes/serials-bottom.inc?cvsroot=koha&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/includes/serials-top.inc?cvsroot=koha&rev=1.1

Patches:
Index: serials-bottom.inc
===================================================================
RCS file: serials-bottom.inc
diff -N serials-bottom.inc
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ serials-bottom.inc  12 Jul 2006 10:58:00 -0000      1.1
@@ -0,0 +1,17 @@
+<br clear="all">
+<p> &nbsp; </p>
+
+<div class="center">
+<a href="/cgi-bin/koha/mainpage.pl">Home</a> ||
+<a 
href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Catalogue</a>
 ||
+<a href="/cgi-bin/koha/members/members-home.pl">Members</a> ||
+<a href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
+<a href="/cgi-bin/koha/circ/circulation.pl">Circulation</a> ||
+<a href="/cgi-bin/koha/reports-home.pl">Reports</a> ||
+<a href="/cgi-bin/koha/admin-home.pl">Parameters</a> ||
+<a href="/cgi-bin/koha/about.pl">About</a> || 
+Help
+</div>
+
+</body>
+</html>

Index: serials-top.inc
===================================================================
RCS file: serials-top.inc
diff -N serials-top.inc
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ serials-top.inc     12 Jul 2006 10:58:00 -0000      1.1
@@ -0,0 +1,35 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+
+<html>
+<head>
+<title>KOHA: INTRANET: Serials management</title>
+<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" 
-->/includes/common-style.css">
+<meta http-equiv="Content-Type" content="text/html; charset=utf8">
+<script language="JavaScript" type="text/javascript">
+function Help() {
+       newin=window.open("/cgi-bin/koha/help.pl","Koha 
Help",'width=600,height=600,toolbar=false,scrollbars=yes');
+}
+</script>
+
+<style type="text/css">
+.serial {
+       background-color: #803010;
+       color:#FFFFFF;
+       text-decoration: normal;
+       background-image:none;
+       }
+a.serial:hover {
+       background-color: #803010;
+       color: #FFFFFF;
+       text-decoration: normal;
+       }
+</style>
+</head>
+<body>
+
+<!-- TMPL_INCLUDE name="menus.inc" -->
+<!-- TMPL_IF NAME="loggedinusername" -->
+    <p class="user">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> 
[<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
+<!-- TMPL_ELSE -->
+    <p class="user"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to Koha</p>
+<!-- /TMPL_IF -->




reply via email to

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