Translating to Spanish. First round.
[koha.git] / koha-tmpl / intranet-tmpl / default / es / includes / circulation-top.inc
1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2 <!--Authored by rachel@katipo.co.nz 104:38 1/11/99-->
3 <!--updated by rachel@katipo.co.nz 11:53 19/11/99-->
4 <!--updated by rachel@katipo.co.nz 04:09 28/12/99-->
5 <!--updated by rachel@katipo.co.nz 10:01 1/02/2001-->
6
7
8 <html>
9 <head>
10 <title>KOHA: INTRANET: Circulation</title>
11
12 <style type="text/css">
13 <!--
14 select,option {font-size:12px}
15 -->
16
17 </style>
18
19 <SCRIPT LANGUAGE="JavaScript">
20 <!--// go to page selected from options menu
21
22 function leapto(form) {
23         var myindex=form.dest.selectedIndex
24         parent.location.href=(form.dest.options[myindex].value);
25 }
26 function focusinput() {
27         window.onerror=null;
28         if (document.forms[0]) {
29             document.forms[0].elements[0].focus();
30         }
31 }
32 function messenger(url, x, y){
33         window1=window.open(url,"window1","height"+x+",width="+y+",left=150,top=50,350,screenY=50");
34 }
35 function popup(message, x, y){
36         win2=window.open("","update","height="+x+",width="+y+",left=150,top=50,screenX=150,screenY=50,resizable");
37         win2.focus();
38         win2.document.write(message);
39         win2.document.close();
40 }
41
42
43
44
45 if (document.images){
46
47 menu=new Image;
48 menu.src ="/images/crc-crc.gif"
49
50 }
51
52  //-->
53         
54         
55 </script>
56
57 </head>
58 <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
59 marginheight=0 marginwidth=0 leftmargin=0 topmargin=0 
60 onLoad=focusinput()>
61
62
63
64
65 <!--HDL Colours
66
67         Yellow = ffcc00 
68         light blue = ccccff
69         bright blue links = 0000ff
70         aubergine = 663266 
71         light green/grey = cccc99
72         dark red = 990000 
73         light red = cc9999 
74         mid green = #339933 
75         ligth green = #CCFF99 
76
77 -->
78
79 <!------------------------MENUS-------------------------------->
80
81 <table cellpadding=0 cellspacing=0 width="100%" border=0>
82 <tr bgcolor="#990000">
83
84         <td  valign=top>
85         <table cellpadding=0 cellspacing=0  border=0 height=29>
86         <tr valign=top bgcolor="#990000">
87         <td background="/images/catalogue-spot-1.gif" width="224" 
88         height="29"><font size=1 face="arial"><img src="/images/holder.gif" width=210 height=4 alt=" "  hspace=0 vspace=0><br>
89         <img src="/images/holder.gif"
90         width=35 height=21 align=left alt=" " hspace=0 vspace=0><font size="+1">KOHA: <A HREF="/cgi-bin/koha/mainpage.pl">Main Menu</A></font><br>
91         <img src="/images/holder.gif" width=210 height=1 alt=" " hspace=0 vspace=0></FONT></td>
92
93         </TR></TABLE></TD>
94
95
96
97         <td  valign=bottom align=right><img src="/images/holder.gif"
98           WIDTH=1  HEIGHT=38 HSPACE=0 vspace=0></td>
99
100         <td  valign=bottom align=right>
101         <table cellpadding=0 cellspacing=0  border=0 height=29><tr><td><img src=/images/crc-crc.gif     border="0" name=menu usemap="#map" HSPACE=0 vspace=0 ></td>
102
103         </TR></TABLE></TD>
104 </tr>
105
106 <TR VALIGN=TOP BGCOLOR="000000"><TD  COLSPAN=3><img src="/images/blackdot.gif"  WIDTH=1  HEIGHT=2  HSPACE=0 vspace=0></TD></TR>
107
108 </table>
109
110
111 <map name="map">
112 <area shape="rect" coords="18,8,84,27" href="/cgi-bin/koha/catalogue-home.pl" alt="Catalogo" onMouseOver="if(document.images)document.menu.src='/images/crc-cat.gif'" onMouseOut="if(document.images)document.menu.src='/images/crc-crc.gif'">
113
114 <area shape="rect" coords="94,8,154,28" href="/cgi-bin/koha/members-home.pl" alt="Socios" onMouseOver="if(document.images)document.menu.src='/images/crc-mem.gif'" onMouseOut="if(document.images)document.menu.src='/images/crc-crc.gif'">
115
116 <area shape="rect" coords="165,9,233,29" alt="Adquisiciones"   href="/cgi-bin/koha/loadmodules.pl?module=acquisitions" onMouseOver="if(document.images)document.menu.src='/images/crc-acq.gif'" onMouseOut="if(document.images)document.menu.src='/images/crc-crc.gif'">
117
118 <area  shape="rect"alt="Informes"  coords="237,7,296,27"href="/cgi-bin/koha/reports-home.pl" onMouseOver="if(document.images)document.menu.src='/images/crc-rep.gif'" onMouseOut="if(document.images)document.menu.src='/images/crc-crc.gif'">
119
120
121 <area shape="poly" alt="CirculaciĆ³n" coords="319,26,314,12,303,7,324,2,350,2,374,11,383,19,386,29" href="/cgi-bin/koha/circ/circulation.pl" onMouseOver="if(document.images)document.menu.src='/images/crc-crc.gif'" onMouseOut="if(document.images)document.menu.src='/images/crc-crc.gif'">
122
123
124 <area shape="poly" alt="Inicio" coords="373,7,399,0,422,0,443,9,455,19,457,27,389,27,381,11,372,8,373,8,373,8,372,6" href="/cgi-bin/koha/mainpage.pl" onMouseOver="if(document.images)document.menu.src='/images/crc-hom.gif'" onMouseOut="if(document.images)document.menu.src='/images/crc-crc.gif'">
125
126
127 <area shape="default" nohref>
128 </map>
129
130 <blockquote>