[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes about-t
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes about-top.inc,1.15,1.16 acquisitions-top.inc,1.20,1.21 auth-top.inc,1.1,1.2 cat-top.inc,1.29,1.30 circulation-top.inc,1.26,1.27 help-top.inc,1.1,1.2 members-top.inc,1.22,1.23 parameters-top.inc,1.26,1.27 popup-top.inc,1.1,1.2 reports-top.inc,1.20,1.21 |
Date: |
Fri, 18 Jun 2004 13:49:58 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11010/koha-tmpl/intranet-tmpl/default/en/includes
Modified Files:
about-top.inc acquisitions-top.inc auth-top.inc cat-top.inc
circulation-top.inc help-top.inc members-top.inc
parameters-top.inc popup-top.inc reports-top.inc
Log Message:
Minor changes to correct for validity
Index: about-top.inc
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/about-top.inc,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** about-top.inc 10 Jun 2004 09:33:56 -0000 1.15
--- about-top.inc 18 Jun 2004 20:49:54 -0000 1.16
***************
*** 1,3 ****
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
--- 1,3 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
***************
*** 6,14 ****
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang"
-->/includes/common-style.css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
!
! </head>
! <body>
!
! <script>
function Help() {
newin=window.open("/cgi-bin/koha/help.pl","Koha
Help",'width=600,height=600,toolbar=false,scrollbars=yes');
--- 6,10 ----
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang"
-->/includes/common-style.css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
! <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');
***************
*** 16,20 ****
</script>
! <style>
.about {
--- 12,16 ----
</script>
! <style type="text/css">
.about {
***************
*** 31,40 ****
}
</style>
! <!------------------------MENUS-------------------------------->
<div id="menubar">
<span class="koha">KOHA</span>
<a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
! <a class="catalogue"
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
<a class="members" href="/cgi-bin/koha/members-home.pl">Members</a>
<a class="acquisition"
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
--- 27,38 ----
}
</style>
+ </head>
+ <body>
! <!-- MENUS -->
<div id="menubar">
<span class="koha">KOHA</span>
<a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
! <a class="catalogue"
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
<a class="members" href="/cgi-bin/koha/members-home.pl">Members</a>
<a class="acquisition"
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
***************
*** 48,53 ****
<!-- TMPL_IF NAME="loggedinusername" -->
! <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a
href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
<!-- TMPL_ELSE -->
! <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
<!-- /TMPL_IF -->
--- 46,51 ----
<!-- TMPL_IF NAME="loggedinusername" -->
! <p align="left">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" -->
[<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
<!-- TMPL_ELSE -->
! <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to
Koha</p>
<!-- /TMPL_IF -->
Index: acquisitions-top.inc
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/acquisitions-top.inc,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** acquisitions-top.inc 10 Jun 2004 09:33:56 -0000 1.20
--- acquisitions-top.inc 18 Jun 2004 20:49:54 -0000 1.21
***************
*** 1,3 ****
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
--- 1,3 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
***************
*** 6,13 ****
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang"
-->/includes/common-style.css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
! </head>
! <body>
!
! <script>
function Help() {
newin=window.open("/cgi-bin/koha/help.pl","Koha
Help",'width=600,height=600,toolbar=false,scrollbars=yes');
--- 6,10 ----
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang"
-->/includes/common-style.css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
! <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');
***************
*** 15,19 ****
</script>
! <style>
.acquisition {
background-color: #ffdf61;
--- 12,16 ----
</script>
! <style type="text/css">
.acquisition {
background-color: #ffdf61;
***************
*** 30,39 ****
}
</style>
! <!------------------------MENUS-------------------------------->
<div id="menubar">
<span class="koha">KOHA</span>
<a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
! <a class="catalogue"
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
<a class="members"
href="/cgi-bin/koha/members/members-home.pl">Members</a>
<a class="acquisition"
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
--- 27,38 ----
}
</style>
+ </head>
+ <body>
! <!-- MENUS -->
<div id="menubar">
<span class="koha">KOHA</span>
<a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
! <a class="catalogue"
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
<a class="members"
href="/cgi-bin/koha/members/members-home.pl">Members</a>
<a class="acquisition"
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
***************
*** 46,51 ****
</div>
<!-- TMPL_IF NAME="loggedinusername" -->
! <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a
href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
<!-- TMPL_ELSE -->
! <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
<!-- /TMPL_IF -->
--- 45,50 ----
</div>
<!-- TMPL_IF NAME="loggedinusername" -->
! <p align="left">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" -->
[<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
<!-- TMPL_ELSE -->
! <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to
Koha</p>
<!-- /TMPL_IF -->
Index: auth-top.inc
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/auth-top.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** auth-top.inc 10 Jun 2004 09:33:56 -0000 1.1
--- auth-top.inc 18 Jun 2004 20:49:54 -0000 1.2
***************
*** 1,3 ****
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
--- 1,3 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
***************
*** 15,19 ****
</script>
! <script>
function Help() {
newin=window.open("/cgi-bin/koha/help.pl","Koha
Help",'width=600,height=600,toolbar=false,scrollbars=yes');
--- 15,19 ----
</script>
! <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');
***************
*** 27,31 ****
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang"
-->/includes/common-style.css">
! <style>
.authority {
background-color: #6b7cbe;
--- 27,31 ----
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang"
-->/includes/common-style.css">
! <style type="text/css">
.authority {
background-color: #6b7cbe;
***************
*** 43,53 ****
</style>
</head>
<body>
! <!------------------------MENUS-------------------------------->
<form>
<div id="menubar">
<span class="koha">KOHA</span>
<a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
! <a class="catalogue"
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
<a class="members"
href="/cgi-bin/koha/members/members-home.pl">Members</a>
<a class="acquisition"
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
--- 43,54 ----
</style>
</head>
+
<body>
! <!-- MENUS -->
<form>
<div id="menubar">
<span class="koha">KOHA</span>
<a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
! <a class="catalogue"
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
<a class="members"
href="/cgi-bin/koha/members/members-home.pl">Members</a>
<a class="acquisition"
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
***************
*** 73,79 ****
</form>
<!-- TMPL_IF NAME="loggedinusername" -->
! <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a
href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
<!-- TMPL_ELSE -->
! <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
<!-- /TMPL_IF -->
<a href="
--- 74,80 ----
</form>
<!-- TMPL_IF NAME="loggedinusername" -->
! <p align="left">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" -->
[<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
<!-- TMPL_ELSE -->
! <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to
Koha</p>
<!-- /TMPL_IF -->
<a href="
Index: cat-top.inc
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/cat-top.inc,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -r1.29 -r1.30
*** cat-top.inc 17 Jun 2004 08:22:36 -0000 1.29
--- cat-top.inc 18 Jun 2004 20:49:54 -0000 1.30
***************
*** 1,3 ****
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
--- 1,3 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
***************
*** 15,19 ****
</script>
! <script>
function Help() {
newin=window.open("/cgi-bin/koha/help.pl","Koha
Help",'width=600,height=600,toolbar=false,scrollbars=yes');
--- 15,19 ----
</script>
! <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');
***************
*** 22,26 ****
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang"
-->/includes/common-style.css">
! <style>
.catalogue {
background-color:#ad11ad;
--- 22,26 ----
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang"
-->/includes/common-style.css">
! <style type="text/css">
.catalogue {
background-color:#ad11ad;
***************
*** 36,45 ****
</style>
</head>
<body>
! <!------------------------MENUS-------------------------------->
<div id="menubar">
<span class="koha">KOHA</span>
<a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
! <a class="catalogue"
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
<a class="members"
href="/cgi-bin/koha/members/members-home.pl">Members</a>
<a class="acquisition"
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
--- 36,46 ----
</style>
</head>
+
<body>
! <!-- MENUS -->
<div id="menubar">
<span class="koha">KOHA</span>
<a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
! <a class="catalogue"
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
<a class="members"
href="/cgi-bin/koha/members/members-home.pl">Members</a>
<a class="acquisition"
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
***************
*** 53,65 ****
<div id="submenu">
<span class="koha">options >> </span>
! <a
href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&type=intranet"
class="submenu2">search</a>
<a href="/cgi-bin/koha/bookshelves/shelves.pl" class="submenu">Virtual
shelves</a>
! <a href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&type=intranet"
class="submenu2">Add biblio</a>
<a href="/cgi-bin/koha/maint/catmaintain.pl" class="submenu">Cat
maintenance</a>
</div>
<!-- TMPL_IF NAME="loggedinusername" -->
! <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a
href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
<!-- TMPL_ELSE -->
! <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
<!-- /TMPL_IF -->
<a href="
--- 54,66 ----
<div id="submenu">
<span class="koha">options >> </span>
! <a
href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&type=intranet"
class="submenu2">search</a>
<a href="/cgi-bin/koha/bookshelves/shelves.pl" class="submenu">Virtual
shelves</a>
! <a
href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&type=intranet"
class="submenu2">Add biblio</a>
<a href="/cgi-bin/koha/maint/catmaintain.pl" class="submenu">Cat
maintenance</a>
</div>
<!-- TMPL_IF NAME="loggedinusername" -->
! <p align="left">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" -->
[<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
<!-- TMPL_ELSE -->
! <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to
Koha</p>
<!-- /TMPL_IF -->
<a href="
Index: circulation-top.inc
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/circulation-top.inc,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** circulation-top.inc 10 Jun 2004 09:33:56 -0000 1.26
--- circulation-top.inc 18 Jun 2004 20:49:54 -0000 1.27
***************
*** 1,3 ****
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
--- 1,3 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
***************
*** 18,22 ****
</script>
! <script>
function Help() {
newin=window.open("/cgi-bin/koha/help.pl","Koha
Help",'width=600,height=600,toolbar=false,scrollbars=yes');
--- 18,22 ----
</script>
! <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');
***************
*** 26,30 ****
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang"
-->/includes/common-style.css">
! <style>
.circulation {
background-color: #be6170;
--- 26,30 ----
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang"
-->/includes/common-style.css">
! <style type="text/css">
.circulation {
background-color: #be6170;
***************
*** 42,52 ****
</style>
</head>
- <body onLoad="javascript:focusOnFirst()">
! <!------------------------MENUS-------------------------------->
<div id="menubar">
<span class="koha">KOHA</span>
<a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
! <a class="catalogue"
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
<a class="members"
href="/cgi-bin/koha/members/members-home.pl">Members</a>
<a class="acquisition"
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
--- 42,53 ----
</style>
</head>
! <body onload="javascript:focusOnFirst()">
!
! <!-- MENUS -->
<div id="menubar">
<span class="koha">KOHA</span>
<a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
! <a class="catalogue"
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
<a class="members"
href="/cgi-bin/koha/members/members-home.pl">Members</a>
<a class="acquisition"
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
***************
*** 66,71 ****
<!-- TMPL_IF NAME="loggedinusername" -->
! <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a
href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
<!-- TMPL_ELSE -->
! <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
<!-- /TMPL_IF -->
--- 67,72 ----
<!-- TMPL_IF NAME="loggedinusername" -->
! <p align="left">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" -->
[<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
<!-- TMPL_ELSE -->
! <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to
Koha</p>
<!-- /TMPL_IF -->
Index: help-top.inc
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/help-top.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** help-top.inc 3 Jun 2004 10:21:37 -0000 1.1
--- help-top.inc 18 Jun 2004 20:49:54 -0000 1.2
***************
*** 1,3 ****
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
--- 1,3 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
Index: members-top.inc
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/members-top.inc,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** members-top.inc 10 Jun 2004 09:33:56 -0000 1.22
--- members-top.inc 18 Jun 2004 20:49:54 -0000 1.23
***************
*** 1,3 ****
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
--- 1,3 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
***************
*** 6,13 ****
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang"
-->/includes/common-style.css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
! </head>
! <body>
!
! <script>
function Help() {
newin=window.open("/cgi-bin/koha/help.pl","Koha
Help",'width=600,height=600,toolbar=false,scrollbars=yes');
--- 6,10 ----
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang"
-->/includes/common-style.css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
! <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');
***************
*** 15,19 ****
</script>
! <style>
.members {
background-color: #86c268;
--- 12,16 ----
</script>
! <style type="text/css">
.members {
background-color: #86c268;
***************
*** 29,38 ****
}
</style>
! <!------------------------MENUS-------------------------------->
<div id="menubar">
<span class="koha">KOHA</span>
<a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
! <a class="catalogue"
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
<a class="members"
href="/cgi-bin/koha/members/members-home.pl">Members</a>
<a class="acquisition"
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
--- 26,38 ----
}
</style>
+ </head>
+
+ <body>
! <!-- MENUS -->
<div id="menubar">
<span class="koha">KOHA</span>
<a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
! <a class="catalogue"
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
<a class="members"
href="/cgi-bin/koha/members/members-home.pl">Members</a>
<a class="acquisition"
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
***************
*** 51,56 ****
</div>
<!-- TMPL_IF NAME="loggedinusername" -->
! <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a
href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
<!-- TMPL_ELSE -->
! <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
<!-- /TMPL_IF -->
--- 51,56 ----
</div>
<!-- TMPL_IF NAME="loggedinusername" -->
! <p align="left">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" -->
[<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
<!-- TMPL_ELSE -->
! <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to
Koha</p>
<!-- /TMPL_IF -->
Index: parameters-top.inc
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/parameters-top.inc,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** parameters-top.inc 10 Jun 2004 09:33:56 -0000 1.26
--- parameters-top.inc 18 Jun 2004 20:49:54 -0000 1.27
***************
*** 1,3 ****
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
--- 1,3 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
***************
*** 8,12 ****
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang"
-->/includes/common-style.css">
! <style>
.parameters {
background-color: #86c268;
--- 8,12 ----
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang"
-->/includes/common-style.css">
! <style type="text/css">
.parameters {
background-color: #86c268;
***************
*** 25,38 ****
<body>
! <script>
function Help() {
newin=window.open("/cgi-bin/koha/help.pl","Koha
Help",'width=600,height=600,toolbar=false,scrollbars=yes');
}
</script>
! <!------------------------MENUS-------------------------------->
<div id="menubar">
<span class="koha">KOHA</span>
<a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
! <a class="catalogue"
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
<a class="members"
href="/cgi-bin/koha/members/members-home.pl">Members</a>
<a class="acquisition"
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
--- 25,38 ----
<body>
! <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>
! <!-- MENUS -->
<div id="menubar">
<span class="koha">KOHA</span>
<a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
! <a class="catalogue"
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
<a class="members"
href="/cgi-bin/koha/members/members-home.pl">Members</a>
<a class="acquisition"
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
***************
*** 53,58 ****
</div>
<!-- TMPL_IF NAME="loggedinusername" -->
! <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a
href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
<!-- TMPL_ELSE -->
! <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
<!-- /TMPL_IF -->
--- 53,58 ----
</div>
<!-- TMPL_IF NAME="loggedinusername" -->
! <p align="left">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" -->
[<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
<!-- TMPL_ELSE -->
! <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to
Koha</p>
<!-- /TMPL_IF -->
Index: popup-top.inc
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/popup-top.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** popup-top.inc 10 Jun 2004 09:33:56 -0000 1.1
--- popup-top.inc 18 Jun 2004 20:49:54 -0000 1.2
***************
*** 1,3 ****
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
--- 1,3 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
***************
*** 5,11 ****
<title>popup</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang"
-->/includes/common-style.css">
! <style>
.authority {
background-color: #6b7cbe;
--- 5,10 ----
<title>popup</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang"
-->/includes/common-style.css">
! <style type="text/css">
.authority {
background-color: #6b7cbe;
***************
*** 23,26 ****
</style>
</head>
<body>
! <!------------------------NO MENUS for
popup-top-------------------------------->
--- 22,26 ----
</style>
</head>
+
<body>
! <!-- NO MENUS for popup-top -->
Index: reports-top.inc
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/reports-top.inc,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** reports-top.inc 17 Jun 2004 08:22:36 -0000 1.20
--- reports-top.inc 18 Jun 2004 20:49:54 -0000 1.21
***************
*** 1,3 ****
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
--- 1,3 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
***************
*** 6,13 ****
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang"
-->/includes/common-style.css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
! </head>
! <body>
!
! <script>
function Help() {
newin=window.open("/cgi-bin/koha/help.pl","Koha
Help",'width=600,height=600,toolbar=false,scrollbars=yes');
--- 6,10 ----
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang"
-->/includes/common-style.css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
! <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');
***************
*** 15,19 ****
</script>
! <style>
.reports {
background-color: #6b7cbe;
--- 12,16 ----
</script>
! <style type="text/css">
.reports {
background-color: #6b7cbe;
***************
*** 30,39 ****
}
</style>
! <!------------------------MENUS-------------------------------->
<div id="menubar">
<span class="koha">KOHA</span>
<a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
! <a class="catalogue"
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
<a class="members"
href="/cgi-bin/koha/members/members-home.pl">Members</a>
<a class="acquisition"
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
--- 27,38 ----
}
</style>
+ </head>
+ <body>
! <!-- MENUS -->
<div id="menubar">
<span class="koha">KOHA</span>
<a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
! <a class="catalogue"
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
<a class="members"
href="/cgi-bin/koha/members/members-home.pl">Members</a>
<a class="acquisition"
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
***************
*** 48,55 ****
<a href="/cgi-bin/koha/reports/manager.pl?report_name=itemtypes"
class="submenu">Itemtypes</a>
</div>
! <BLOCKQUOTE>
<!-- TMPL_IF NAME="loggedinusername" -->
! <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a
href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
<!-- TMPL_ELSE -->
! <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
<!-- /TMPL_IF -->
--- 47,54 ----
<a href="/cgi-bin/koha/reports/manager.pl?report_name=itemtypes"
class="submenu">Itemtypes</a>
</div>
!
<!-- TMPL_IF NAME="loggedinusername" -->
! <p align="left">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" -->
[<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
<!-- TMPL_ELSE -->
! <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to
Koha</p>
<!-- /TMPL_IF -->
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes about-top.inc,1.15,1.16 acquisitions-top.inc,1.20,1.21 auth-top.inc,1.1,1.2 cat-top.inc,1.29,1.30 circulation-top.inc,1.26,1.27 help-top.inc,1.1,1.2 members-top.inc,1.22,1.23 parameters-top.inc,1.26,1.27 popup-top.inc,1.1,1.2 reports-top.inc,1.20,1.21,
Owen Leonard <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes about-bottom.inc,1.6,1.7 acquisitions-bottom.inc,1.13,1.14 auth-bottom.inc,1.2,1.3 cat-bottom.inc,1.11,1.12 circulation-bottom.inc,1.11,1.12 issues-bottom.inc,1.11,1.12 members-bottom.inc,1.12,1.13 opac-bottom.inc,1.4,1.5 parameters-bottom.inc,1.8,1.9 reports-bottom.inc,1.11,1.12
- Next by Date:
[Koha-cvs] CVS: koha/misc bulkauthimport.pl,NONE,1.1
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes about-bottom.inc,1.6,1.7 acquisitions-bottom.inc,1.13,1.14 auth-bottom.inc,1.2,1.3 cat-bottom.inc,1.11,1.12 circulation-bottom.inc,1.11,1.12 issues-bottom.inc,1.11,1.12 members-bottom.inc,1.12,1.13 opac-bottom.inc,1.4,1.5 parameters-bottom.inc,1.8,1.9 reports-bottom.inc,1.11,1.12
- Next by thread:
[Koha-cvs] CVS: koha/misc bulkauthimport.pl,NONE,1.1
- Index(es):