Koha/koha-tmpl/intranet-tmpl/default/es/includes/acquisitions-top.inc
2003-06-03 21:41:12 +00:00

178 lines
4.2 KiB
HTML

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<title>KOHA: INTRANET: Adquisiciones</title>
</head>
<body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
<style>
#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;
background-color: #ffdf61;
cursor: hand;
color:#000000;
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;
}
</style>
<!------------------------MENUS-------------------------------->
<table cellpadding=0 cellspacing=0 width="100%" border=0>
<tr height="45">
<td valign="bottom" align="left">
<table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
<tr>
<td>
<div id="menubar">
<table cellpadding=0 cellspacing=0 border=0 height=29 width=85%>
<tr>
<td class="koha"><b>KOHA</b></td>
<td>
<a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
</td>
<td> <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Cat&aacute;logo</a> </td>
<td> <a class="members" href="/cgi-bin/koha/members-home.pl">Usuarios</a></td>
<td> <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Adquisiciones</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">Circulaci&oacute;n</a>
</td>
<td> <a class="reports" href="/cgi-bin/koha/reports-home.pl">Informes</a>
</td>
<td> <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Par&aacute;metros</a></td>
<td> <a class="parameters" href="/cgi-bin/koha/about.pl">Acerca</a> </td>
</TR>
</TABLE>
</div>
</td></tr></table>
</TD>
</tr>
</table>
<TMPL_IF NAME="loggedinuser">
<p align=left>Registrado como: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Salir</a>]</p>
<TMPL_ELSE>
<p align=left><a href=/cgi-bin/koha/opac-user.pl>Ingresar</a> a Koha</p>
</TMPL_IF>