* moving all styles to common-style.css sheet. The styles specifics to a topic (the parameter button in parameters-top.inc is the only one defined in parameters-top.inc, he overwrittes the common-style definition)

* changing from <TMPL_INCLUDE> to <link rel=stylesheet> the *-top. This way, the style sheet is sent only once, then found in the cache of the navigator. A few kb to avoid transmitting.
* In some menus, adding a 2nd menu line. It contains some shorcuts for quick access. Like "quick search" and "MARC search". This way, the librarian can access the search he prefers in 1 clic.
* removing MARC topic in menu.
* managing correctly simple marc & non-marc acquisition system.
This commit is contained in:
tipaul 2003-06-05 12:32:14 +00:00
parent c8952af169
commit 45ee38f49a
9 changed files with 253 additions and 989 deletions

View file

@ -3,129 +3,14 @@
<html>
<head>
<title>KOHA: INTRANET: Parameters</title>
<link rel="stylesheet" type="text/css" href="<TMPL_VAR name="themelang">/includes/common-style.css">
</head>
<body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
<style>
<TMPL_INCLUDE NAME="common-style.css">
#menubar {
border-top:1px solid #666;
}
.koha {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
text-align:center;
background-image:url("<TMPL_VAR name="themelang">/images/background-mem.gif");
}
a.home {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.home:hover {
background-color: #339933;
color: #000000;
text-decoration: none;
font-weight: normal;
font-weight: bold;
}
a.catalogue {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
margin:0;
}
a.catalogue:hover {
background-color: #ad11ad;
color: #000000;
text-decoration: none;
font-weight: normal;
font-weight: bold;
margin:0;
}
a.members {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.members:hover {
background-color: #86c268;
color: #000000;
text-decoration: none;
font-weight: bold;
}
a.acquisition:hover {
background-color: #ffdf61;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
a.acquisition {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.reports {
font-weight: normal;
text-decoration: none;
cursor: hand;
color: #777777;
padding:4px;
font-weight: bold;
}
a.reports:hover {
background-color: #6b7cbe;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
a.circulation {
font-weight: normal;
text-decoration: none;
cursor: hand;
color: #777777;
padding:4px;
font-weight: bold;
}
a.circulation:hover {
background-color: #be6170;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
a.parameters {
font-weight: normal;
text-decoration: none;
cursor: hand;
color: #777777;
padding:4px;
font-weight: bold;
}
a.parameters:hover {
background-color: #86c268;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
a.about {
background-color: #86c268;
font-weight: normal;
@ -166,9 +51,6 @@ a.about:hover {
<td>
<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
</td>
<td>
<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=MARC">Marc</a>
</td>
<td>
<a class="circulation" href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
</td>

View file

@ -3,73 +3,12 @@
<html>
<head>
<title>KOHA: INTRANET: Acquisitions</title>
<link rel="stylesheet" type="text/css" href="<TMPL_VAR name="themelang">/includes/common-style.css">
</head>
<body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
<style>
<TMPL_INCLUDE NAME="common-style.css">
#menubar {
border-top:1px solid #666;
}
.koha {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
text-align:center;
background-image:url("<TMPL_VAR name="themelang">/images/background-mem.gif");
}
a.home {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.home:hover {
background-color: #339933;
color: #000000;
text-decoration: none;
font-weight: normal;
font-weight: bold;
}
a.catalogue {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
margin:0;
}
a.catalogue:hover {
background-color: #ad11ad;
color: #000000;
text-decoration: none;
font-weight: normal;
font-weight: bold;
margin:0;
}
a.members {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.members:hover {
background-color: #86c268;
color: #000000;
text-decoration: none;
font-weight: bold;
}
a.acquisition {
font-weight: normal;
text-decoration: none;
@ -85,62 +24,6 @@ a.acquisition:hover {
text-decoration: normal;
font-weight: bold;
}
a.reports {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.reports:hover {
background-color: #6b7cbe;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
a.circulation {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.circulation:hover {
background-color: #be6170;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
a.parameters {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.parameters:hover {
background-color: #86c268;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
a.about {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.about:hover {
background-color: #86c268;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
</style>
<!------------------------MENUS-------------------------------->
@ -166,9 +49,6 @@ a.about:hover {
<td>
<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
</td>
<td>
<a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=MARC">Marc</a>
</td>
<td>
<a class="circulation" href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
</td>

View file

@ -3,41 +3,12 @@
<html>
<head>
<title>KOHA: INTRANET: Catalogue</title>
<link rel="stylesheet" type="text/css" href="<TMPL_VAR name="themelang">/includes/common-style.css">
</head>
<body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
<style>
<TMPL_INCLUDE NAME="common-style.css">
#menubar {
border-top:1px solid #666;
}
.koha {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
text-align:center;
background-image:url("<TMPL_VAR name="themelang">/images/background-mem.gif");
}
a.home {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.home:hover {
background-color: #339933;
color: #000000;
text-decoration: none;
font-weight: normal;
font-weight: bold;
}
a.catalogue {
font-weight: normal;
text-decoration: none;
@ -56,102 +27,17 @@ a.catalogue:hover {
font-weight: bold;
margin:0;
}
a.members {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.members:hover {
background-color: #86c268;
color: #000000;
text-decoration: none;
font-weight: bold;
}
a.acquisition:hover {
background-color: #ffdf61;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
a.acquisition {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.reports {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.reports:hover {
background-color: #6b7cbe;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
a.circulation {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.circulation:hover {
background-color: #be6170;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
a.parameters {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.parameters:hover {
background-color: #86c268;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
a.about {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.about:hover {
background-color: #86c268;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
</style>
<!------------------------MENUS-------------------------------->
<table cellpadding=0 cellspacing=0 width="100%" border=0>
<tr height="45">
<tr height="65">
<td valign="bottom" align="left">
<table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
<table width="100%" cellpadding=0 cellspacing=0>
<tr>
<td>
<div id="menubar">
<table cellpadding=0 cellspacing=0 border=0 height=29 width=70%>
<table cellpadding=0 cellspacing=0 border=0 height=29 width="70%">
<tr>
<td class="koha"><b>KOHA</b></td>
<td>
@ -166,9 +52,6 @@ a.about:hover {
<td>
<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
</td>
<td>
<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=MARC">Marc</a>
</td>
<td>
<a class="circulation" href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
</td>
@ -184,6 +67,27 @@ a.about:hover {
</TR>
</TABLE>
</div>
<div id="submenu" style="border-left:0px;">
<table cellpadding=0 cellspacing=0 border=0 height=20>
<tr>
<td width="100"></td>
<td><b>options &gt;&gt;&nbsp;&nbsp;</b></td>
<td>
<a href="/cgi-bin/koha/loadmodules.pl?module=search&marc=0&type=intranet" class="submenu">Quick search</a>
</td>
<td>
<div id="submenu">
<a href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&type=intranet" class="submenu">MARC search</a>
</div>
</td>
<td>
<div id="submenu">
<a href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&type=intranet" class="submenu">Add biblio</a>
</div>
</td>
</tr>
</table>
</div>
</td></tr></table>
</TD>
</tr>

View file

@ -3,102 +3,12 @@
<html>
<head>
<title>KOHA: INTRANET: Circulation</title>
<link rel="stylesheet" type="text/css" href="<TMPL_VAR name="themelang">/includes/common-style.css">
</head>
<body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
<style>
<TMPL_INCLUDE NAME="common-style.css">
#menubar {
border-top:1px solid #666;
}
.koha {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
text-align:center;
background-image:url("/intranet-tmpl/default/en/images/background-mem.gif");
}
a.home {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.home:hover {
background-color: #339933;
color: #000000;
text-decoration: none;
font-weight: normal;
font-weight: bold;
}
a.catalogue {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
margin:0;
}
a.catalogue:hover {
background-color: #ad11ad;
color: #000000;
text-decoration: none;
font-weight: normal;
font-weight: bold;
margin:0;
}
a.members {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.members:hover {
background-color: #86c268;
color: #000000;
text-decoration: none;
font-weight: bold;
}
a.acquisition {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.acquisition:hover {
background-color: #ffdf61;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
a.reports {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.reports:hover {
background-color: #6b7cbe;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
a.circulation {
font-weight: normal;
text-decoration: none;
@ -114,39 +24,11 @@ a.circulation:hover {
text-decoration: normal;
font-weight: bold;
}
a.parameters {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.parameters:hover {
background-color: #86c268;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
a.about {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.about:hover {
background-color: #86c268;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
</style>
<!------------------------MENUS-------------------------------->
<table cellpadding=0 cellspacing=0 width="100%" border=0>
<tr height="45">
<tr height="65">
<td valign="bottom" align="left">
<table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
<tr>
@ -167,9 +49,6 @@ a.about:hover {
<td>
<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
</td>
<td>
<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=MARC">Marc</a>
</td>
<td>
<a class="circulation" href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
</td>
@ -185,6 +64,27 @@ a.about:hover {
</TR>
</TABLE>
</div>
<div id="submenu" style="border-left:0px;">
<table cellpadding=0 cellspacing=0 border=0 height=20>
<tr>
<td width="100"></td>
<td><b>options &gt;&gt;&nbsp;&nbsp;</b></td>
<td>
<a href="/cgi-bin/koha/circ/circulation.pl" class="submenu">Issues</a>
</td>
<td>
<div id="submenu">
<a href="/cgi-bin/koha/circ/returns.pl" class="submenu">Returns</a>
</div>
</td>
<td>
<div id="submenu">
<a href="/cgi-bin/koha/circ/branchtransfers.pl" class="submenu">Branch transfert</a>
</div>
</td>
</tr>
</table>
</div>
</td></tr></table>
</TD>
</tr>

View file

@ -13,3 +13,144 @@
background-image:url("/intranet-tmpl/default/en/images/background-mem.gif");
}
#menubar {
border-top:1px solid #666666;
font: 1.2em sans-serif;
background-color:#DDDDDD;
}
#submenu {
font: 0.5em sans-serif;
background-color:#EEEEEE;
border-left:1px solid #000000;
}
a.submenu {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
margin:0;
}
.koha {
text-align:center;
background-image:url("/intranet-tmpl/default/en/images/background-mem.gif");
}
a.home {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.home:hover {
background-color: #339933;
color: #000000;
text-decoration: none;
font-weight: normal;
font-weight: bold;
}
a.catalogue {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
margin:0;
}
a.catalogue:hover {
}
a.members {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.members:hover {
background-color: #86c268;
color: #000000;
text-decoration: none;
font-weight: bold;
}
a.acquisition {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.acquisition:hover {
background-color: #ffdf61;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
a.reports {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.reports:hover {
background-color: #6b7cbe;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
a.circulation {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.circulation:hover {
background-color: #be6170;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
a.parameters {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.parameters:hover {
background-color: #86c268;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
a.about {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.about:hover {
background-color: #86c268;
color: #000000;
text-decoration: normal;
font-weight: bold;
}

View file

@ -9,83 +9,6 @@ marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
<style>
<TMPL_INCLUDE NAME="common-style.css">
#menubar {
border-top:1px solid #666;
}
.koha {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
text-align:center;
background-image:url("<TMPL_VAR name="themelang">/images/background-mem.gif");
}
a.home {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.home:hover {
background-color: #339933;
color: #000000;
text-decoration: none;
font-weight: normal;
font-weight: bold;
}
a.catalogue {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
margin:0;
}
a.catalogue:hover {
background-color: #ad11ad;
color: #000000;
text-decoration: none;
font-weight: normal;
font-weight: bold;
margin:0;
}
a.members {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.members:hover {
background-color: #86c268;
color: #000000;
text-decoration: none;
font-weight: bold;
}
a.acquisition {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.acquisition:hover {
background-color: #ffdf61;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
a.marc {
font-weight: normal;
text-decoration: none;
@ -104,65 +27,6 @@ a.marc:hover {
font-weight: bold;
margin:0;
}
a.reports {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.reports:hover {
background-color: #6b7cbe;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
a.circulation {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.circulation:hover {
background-color: #be6170;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
a.parameters {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.parameters:hover {
background-color: #86c268;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
a.about {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.about:hover {
background-color: #86c268;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
</style>
<!------------------------MENUS-------------------------------->
@ -206,7 +70,10 @@ a.about:hover {
</TR>
</TABLE>
</div>
</td></tr></table>
</td>
</tr>
<tr>
</table>
</TD>
</tr>
</table>

View file

@ -3,58 +3,12 @@
<html>
<head>
<title>KOHA: INTRANET: Members</title>
<link rel="stylesheet" type="text/css" href="<TMPL_VAR name="themelang">/includes/common-style.css">
</head>
<body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
<style>
<TMPL_INCLUDE NAME="common-style.css">
#menubar {
border-top:1px solid #666;
}
.koha {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
text-align:center;
background-image:url("<TMPL_VAR name="themelang">/images/background-mem.gif");
}
a.home {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.home:hover {
background-color: #339933;
color: #000000;
text-decoration: none;
font-weight: normal;
font-weight: bold;
}
a.catalogue {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
margin:0;
}
a.catalogue:hover {
background-color: #ad11ad;
color: #000000;
text-decoration: none;
font-weight: normal;
font-weight: bold;
margin:0;
}
a.members {
font-weight: normal;
text-decoration: none;
@ -70,82 +24,11 @@ a.members:hover {
text-decoration: none;
font-weight: bold;
}
a.acquisition {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.acquisition:hover {
background-color: #ffdf61;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
a.reports {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.reports:hover {
background-color: #6b7cbe;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
a.circulation {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.circulation:hover {
background-color: #be6170;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
a.parameters {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.parameters:hover {
background-color: #86c268;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
a.about {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.about:hover {
background-color: #86c268;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
</style>
<!------------------------MENUS-------------------------------->
<table cellpadding=0 cellspacing=0 width="100%" border=0>
<tr height="45">
<tr height="65">
<td valign="bottom" align="left">
<table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
<tr>
@ -166,9 +49,6 @@ a.about:hover {
<td>
<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
</td>
<td>
<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=MARC">Marc</a>
</td>
<td>
<a class="circulation" href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
</td>
@ -184,6 +64,27 @@ a.about:hover {
</TR>
</TABLE>
</div>
<div id="submenu" style="border-left:0px;">
<table cellpadding=0 cellspacing=0 border=0 height=20>
<tr>
<td width="100"></td>
<td><b>options &gt;&gt;&nbsp;&nbsp;</b></td>
<td>
<a href="/cgi-bin/koha/members-home.pl" class="submenu">Member home</a>
</td>
<td>
<div id="submenu">
<a href="/cgi-bin/koha/simpleredirect.pl?type=Add&chooseform=adult" class="submenu">Add member</a>
</div>
</td>
<td>
<div id="submenu">
<a href="/cgi-bin/koha/simpleredirect.pl?type=Add&chooseform=organisation" class="submenu">Add organisation</a>
</div>
</td>
</tr>
</table>
</div>
</td></tr></table>
</TD>
</tr>

View file

@ -3,115 +3,12 @@
<html>
<head>
<title>KOHA: INTRANET: Parameters</title>
<link rel="stylesheet" type="text/css" href="<TMPL_VAR name="themelang">/includes/common-style.css">
</head>
<body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
<style>
<TMPL_INCLUDE NAME="common-style.css">
#menubar {
border-top:1px solid #666;
}
.koha {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
text-align:center;
background-image:url("<TMPL_VAR name="themelang">/images/background-mem.gif");
}
a.home {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.home:hover {
background-color: #339933;
color: #000000;
text-decoration: none;
font-weight: normal;
font-weight: bold;
}
a.catalogue {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
margin:0;
}
a.catalogue:hover {
background-color: #ad11ad;
color: #000000;
text-decoration: none;
font-weight: normal;
font-weight: bold;
margin:0;
}
a.members {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.members:hover {
background-color: #86c268;
color: #000000;
text-decoration: none;
font-weight: bold;
}
a.acquisition:hover {
background-color: #ffdf61;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
a.acquisition {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.reports {
font-weight: normal;
text-decoration: none;
cursor: hand;
color: #777777;
padding:4px;
font-weight: bold;
}
a.reports:hover {
background-color: #6b7cbe;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
a.circulation {
font-weight: normal;
text-decoration: none;
cursor: hand;
color: #777777;
padding:4px;
font-weight: bold;
}
a.circulation:hover {
background-color: #be6170;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
a.parameters {
background-color: #86c268;
font-weight: normal;
@ -127,25 +24,11 @@ a.parameters:hover {
text-decoration: normal;
font-weight: bold;
}
a.about {
font-weight: normal;
text-decoration: none;
cursor: hand;
color: #777777;
padding:4px;
font-weight: bold;
}
a.about:hover {
background-color: #86c268;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
</style>
<!------------------------MENUS-------------------------------->
<table cellpadding=0 cellspacing=0 width="100%" border=0>
<tr height="45">
<tr height="65">
<td valign="bottom" align="left">
<table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
<tr>
@ -166,9 +49,6 @@ a.about:hover {
<td>
<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
</td>
<td>
<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=MARC">Marc</a>
</td>
<td>
<a class="circulation" href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
</td>
@ -184,6 +64,37 @@ a.about:hover {
</TR>
</TABLE>
</div>
<div id="submenu" style="border-left:0px;">
<table cellpadding=0 cellspacing=0 border=0 height=20>
<tr>
<td width="100"></td>
<td><b>options &gt;&gt;&nbsp;&nbsp;</b></td>
<td>
<a href="/cgi-bin/koha/admin/aqbookfund.pl" class="submenu">Funds</a>
</td>
<td>
<div id="submenu">
<a href="/cgi-bin/koha/admin/authorised_values.pl" class="submenu">Auth value</a>
</div>
</td>
<td>
<div id="submenu">
<a href="/cgi-bin/koha/admin/thesaurus.pl" class="submenu">Thesaurus</a>
</div>
</td>
<td>
<div id="submenu">
<a href="/cgi-bin/koha/admin/currency.pl" class="submenu">Currencies</a>
</div>
</td>
<td>
<div id="submenu">
<a href="/cgi-bin/koha/admin/printers.pl" class="submenu">Printers</a>
</div>
</td>
</tr>
</table>
</div>
</td></tr></table>
</TD>
</tr>

View file

@ -3,88 +3,12 @@
<html>
<head>
<title>KOHA: INTRANET: Reports</title>
<link rel="stylesheet" type="text/css" href="<TMPL_VAR name="themelang">/includes/common-style.css">
</head>
<body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
<style>
<TMPL_INCLUDE NAME="common-style.css">
#menubar {
border-top:1px solid #666;
}
.koha {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
text-align:center;
background-image:url("<TMPL_VAR name="themelang">/images/background-mem.gif");
}
a.home {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.home:hover {
background-color: #339933;
color: #000000;
text-decoration: none;
font-weight: normal;
font-weight: bold;
}
a.catalogue {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
margin:0;
}
a.catalogue:hover {
background-color: #ad11ad;
color: #000000;
text-decoration: none;
font-weight: normal;
font-weight: bold;
margin:0;
}
a.members {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.members:hover {
background-color: #86c268;
color: #000000;
text-decoration: none;
font-weight: bold;
}
a.acquisition {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.acquisition:hover {
background-color: #ffdf61;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
a.reports {
font-weight: normal;
background-color: #6b7cbe;
@ -100,49 +24,6 @@ a.reports:hover {
text-decoration: normal;
font-weight: bold;
}
a.circulation {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.circulation:hover {
background-color: #be6170;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
a.parameters {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.parameters:hover {
background-color: #86c268;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
a.about {
font-weight: normal;
text-decoration: none;
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
}
a.about:hover {
background-color: #86c268;
color: #000000;
text-decoration: normal;
font-weight: bold;
}
</style>
<!------------------------MENUS-------------------------------->
@ -168,9 +49,6 @@ a.about:hover {
<td>
<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
</td>
<td>
<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=MARC">Marc</a>
</td>
<td>
<a class="circulation" href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
</td>