Translating to Spanish. First round.
This commit is contained in:
parent
0f40e58266
commit
76d5278027
13 changed files with 668 additions and 0 deletions
41
koha-tmpl/intranet-tmpl/default/es/bookcount.tmpl
Normal file
41
koha-tmpl/intranet-tmpl/default/es/bookcount.tmpl
Normal file
|
@ -0,0 +1,41 @@
|
|||
<TMPL_INCLUDE Name="reports-top.inc">
|
||||
<CENTER>
|
||||
<br>
|
||||
<FONT SIZE=6><em>
|
||||
<a href=/cgi-bin/koha/detail.pl?bib=<TMPL_VAR Name="bib">&type="intra"> <TMPL_VAR Name="title"> (<TMPL_VAR Name="author">)</a></em></FONT><P>
|
||||
<p>
|
||||
<img src="/images/holder.gif" width=16 height=200 align=left>
|
||||
|
||||
<TABLE CELLSPACING=0 CELLPADDING=5 border=1 width=440 >
|
||||
<TR VALIGN=TOP>
|
||||
<TD bgcolor="99cc33" background="/images/background-mem.gif">
|
||||
<B>Código de Barras <TMPL_VAR Name="barcode"></B>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR VALIGN=TOP >
|
||||
<TD width=440 >
|
||||
|
||||
<b>Rama Inicial: </b> <TMPL_VAR Name="homebranch"> <br>
|
||||
<b>Rama Actual: </b> <TMPL_VAR Name="holdingbranch"><br>
|
||||
<b>Fecha de Entrada en Rama Actual: </b> <TMPL_VAR Name="lastdate"> <br>
|
||||
<b>Número de entregas desde la fecha anterior :</b> <TMPL_VAR Name="count"> <br>
|
||||
|
||||
<table cellspacing =0 cellpadding=5 border=1 width = 440>
|
||||
<TR>
|
||||
<TD> <b>Rama</b></td>
|
||||
<TD> <b>No. de Entregas</b></td>
|
||||
<TD> <b>Last seen at branch</b></td>
|
||||
</TR>
|
||||
<TMPL_LOOP Name="branchloop">
|
||||
<TR>
|
||||
<TD> <b> <TMPL_VAR Name="branchname"> </b></td>
|
||||
<TD> <b> <TMPL_VAR Name="issues"> </b></td>
|
||||
<TD> <b> <TMPL_VAR Name="seen"> </b></td>
|
||||
</TR>
|
||||
</TMPL_LOOP>
|
||||
</table>
|
||||
</TD>
|
||||
</TR>
|
||||
</table>
|
||||
|
||||
<TMPL_INCLUDE Name="reports-bottom.inc">
|
57
koha-tmpl/intranet-tmpl/default/es/boraccount.tmpl
Normal file
57
koha-tmpl/intranet-tmpl/default/es/boraccount.tmpl
Normal file
|
@ -0,0 +1,57 @@
|
|||
<HTML>
|
||||
|
||||
<!-- startmenu (member)
|
||||
this includes the head-container and <body>
|
||||
including this via var contradicts the separation of code and design
|
||||
a solution via tmpl_include would be better -->
|
||||
|
||||
<TMPL_VAR NAME=startmenumember>
|
||||
|
||||
<!-- The manual invoice and credit buttons -->
|
||||
|
||||
<FONT SIZE=6><em>Cuenta de <TMPL_VAR NAME=firstname> <TMPL_VAR NAME=surname></em></FONT><P>
|
||||
<a href="/cgi-bin/koha/maninvoice.pl?bornum=<TMPL_VAR NAME=bornum>"><image src=/images/create-man-invoice.gif border=0></a>
|
||||
|
||||
<a href="/cgi-bin/koha/mancredit.pl?bornum=<TMPL_VAR NAME=bornum>"><image src=/images/create-man-credit.gif border=0></a>
|
||||
<center>
|
||||
<p>
|
||||
|
||||
<!-- The table with the account items -->
|
||||
|
||||
<TABLE CELLSPACING=0 CELLPADDING=5 border=1 >
|
||||
|
||||
<TR VALIGN=TOP>
|
||||
<td bgcolor="99cc33" background="/images/background-mem.gif" colspan=2><B>MULTAS Y RECARGOS</TD>
|
||||
<td bgcolor="99cc33" background="/images/background-mem.gif" colspan=1><B>CANTIDAD</TD>
|
||||
<td bgcolor="99cc33" background="/images/background-mem.gif" colspan=1><B>DEUDAS PENDIENTES</TD>
|
||||
</TR>
|
||||
|
||||
<TMPL_LOOP NAME=accounts>
|
||||
|
||||
<tr VALIGN=TOP>
|
||||
<td><TMPL_VAR NAME=date></td>
|
||||
<td><TMPL_VAR NAME=description><TMPL_IF NAME=printtitle> <TMPL_VAR NAME=title></TMPL_IF></td>
|
||||
<td><TMPL_VAR NAME=amount></td>
|
||||
<td><TMPL_VAR NAME=amountoutstanding></td>
|
||||
</tr>
|
||||
|
||||
</TMPL_LOOP>
|
||||
|
||||
<tr VALIGN=TOP >
|
||||
<td></td>
|
||||
<td colspan=2><b>Total Debido</b></td>
|
||||
<td><b><TMPL_VAR NAME=total></b></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<br clear=all>
|
||||
<p> </p>
|
||||
|
||||
<!-- endmenu (member) -->
|
||||
|
||||
<TMPL_VAR NAME=member>
|
||||
|
||||
</body>
|
||||
</HTML>
|
||||
|
32
koha-tmpl/intranet-tmpl/default/es/charges.tmpl
Normal file
32
koha-tmpl/intranet-tmpl/default/es/charges.tmpl
Normal file
|
@ -0,0 +1,32 @@
|
|||
<HTML>
|
||||
|
||||
<TMPL_VAR NAME=startmenuissue>
|
||||
|
||||
<p>
|
||||
Cada cambo debe ser rellenado con la multa, el momento de comienzo del cargo y el ciclo de cargo<br>
|
||||
Por ejemplo: 1,7,7 = 1 &euro de multa, tras 7 días, cada 7 días
|
||||
|
||||
<table>
|
||||
<tr bgcolor="white">
|
||||
<TMPL_LOOP NAME=firstrowloop>
|
||||
<td><TMPL_VAR NAME=description></td>
|
||||
</TMPL_LOOP>
|
||||
</tr>
|
||||
<form action=/cgi-bin/koha/updatecharges.pl method=post>
|
||||
<TMPL_LOOP NAME=tablebodyloop>
|
||||
<tr bgcolor="white">
|
||||
<td><TMPL_VAR NAME=description></td>
|
||||
<TMPL_LOOP NAME=rowloop>
|
||||
<td><input type=text name="<TMPL_VAR NAME=name>" value="<TMPL_VAR NAME=value>" size=6></td>
|
||||
</TMPL_LOOP>
|
||||
</tr>
|
||||
</TMPL_LOOP>
|
||||
</table>
|
||||
|
||||
<input type=submit>
|
||||
</form>
|
||||
|
||||
<TMPL_VAR NAME=endmenuissue>
|
||||
|
||||
</body>
|
||||
</HTML>
|
33
koha-tmpl/intranet-tmpl/default/es/cmsd.tmpl
Normal file
33
koha-tmpl/intranet-tmpl/default/es/cmsd.tmpl
Normal file
|
@ -0,0 +1,33 @@
|
|||
|
||||
<TMPL_INCLUDE NAME="/usr/share/koha/intranet/htdocs/includes/cat-top.inc">
|
||||
|
||||
<center>
|
||||
<table border=0 cellspacing=0 cellpadding=2>
|
||||
<tr bgcolor=#ccccff background="/images/background-mem.gif">
|
||||
<th>Título</th>
|
||||
<th>Autor</th>
|
||||
<th>Dewey</th></tr>
|
||||
|
||||
|
||||
|
||||
<TMPL_LOOP NAME=SEARCH_RESULTS>
|
||||
<tr>
|
||||
<td><a href=/cgi-bin/koha/detail.pl?type=intra&bib=<TMPL_VAR NAME=biblionumber ESCAPE=HTML>><TMPL_VAR NAME=title></a></td>
|
||||
<td><a href=/cgi-bin/koha/search.pl?type=intra&author=<TMPL_VAR NAME=author ESCAPE=HTML>><TMPL_VAR NAME=author></a></td>
|
||||
<td align=right><TMPL_VAR NAME=dewey></td>
|
||||
</tr>
|
||||
</TMPL_LOOP>
|
||||
<tr background="/images/background-mem.gif"><td colspan=3 bgcolor=#ccccff>
|
||||
<table border=0 cellpadding=0 cellspacing=0 width=100%>
|
||||
<tr><td align=left>
|
||||
<a href=search.pl?template=<TMPL_VAR NAME="template">&startfrom=<TMPL_VAR NAME="prevstartfrom">>Registros Anteriores</a>
|
||||
</td><td align=right>
|
||||
<a href=search.pl?template=<TMPL_VAR NAME="template">&startfrom=<TMPL_VAR NAME="nextstartfrom">>Registros Posteriores</a>
|
||||
</td></tr>
|
||||
</table>
|
||||
</td></tr>
|
||||
</table>
|
||||
<br>
|
||||
Resultados desde el <TMPL_VAR NAME="startfrom"> hasta el <TMPL_VAR NAME="endat"> de un total de <TMPL_VAR NAME="numrecords"> registros.
|
||||
<hr>
|
||||
<TMPL_INCLUDE NAME="/usr/share/koha/intranet/htdocs/includes/cat-bottom.inc">
|
28
koha-tmpl/intranet-tmpl/default/es/default.tmpl
Normal file
28
koha-tmpl/intranet-tmpl/default/es/default.tmpl
Normal file
|
@ -0,0 +1,28 @@
|
|||
<TMPL_INCLUDE NAME="/usr/share/koha/intranet/htdocs/includes/cat-top.inc">
|
||||
<center>
|
||||
|
||||
<table border=0 cellspacing=0 cellpadding=2>
|
||||
<tr bgcolor=#ccccff background="/images/background-mem.gif">
|
||||
<th>Título</th><th>Autor</th><th>Número de Artículos</th><th>Bibliocódigo</th></tr>
|
||||
<TMPL_LOOP NAME=SEARCH_RESULTS>
|
||||
<tr>
|
||||
<td><a href=/cgi-bin/koha/detail.pl?type=intra&bib=<TMPL_VAR NAME=biblionumber ESCAPE=HTML>><TMPL_VAR NAME=title></a></td>
|
||||
<td> <TMPL_VAR NAME=author> </td>
|
||||
<td align=center> <TMPL_VAR NAME=itemcount> </td>
|
||||
<td> <TMPL_VAR NAME=biblionumber> </td>
|
||||
</tr>
|
||||
</TMPL_LOOP>
|
||||
<tr bgcolor=#ccccff backgound="/images/background-mem.gif"><td colspan=4>
|
||||
<table border=0 cellpadding=0 cellspacing=0 width=100% background="/images/background-mem.gif">
|
||||
<tr><td align=left>
|
||||
<a href=search.pl?template=<TMPL_VAR NAME="template">&startfrom=<TMPL_VAR NAME="prevstartfrom">>Registros Anteriores</a>
|
||||
</td><td align=right>
|
||||
<a href=search.pl?template=<TMPL_VAR NAME="template">&startfrom=<TMPL_VAR NAME="nextstartfrom">>Registros Posteriores</a>
|
||||
</td></tr>
|
||||
</table>
|
||||
</td></tr>
|
||||
</table>
|
||||
<br>
|
||||
Resultados desde el <TMPL_VAR NAME="startfrom"> hasta el <TMPL_VAR NAME="endat"> de un total de <TMPL_VAR NAME="numrecords"> registros.
|
||||
<hr>
|
||||
<TMPL_INCLUDE NAME="/usr/share/koha/intranet/htdocs/includes/cat-bottom.inc">
|
189
koha-tmpl/intranet-tmpl/default/es/intranet-main.tmpl
Normal file
189
koha-tmpl/intranet-tmpl/default/es/intranet-main.tmpl
Normal file
|
@ -0,0 +1,189 @@
|
|||
<HTML>
|
||||
<TITLE>BIENVENIDO A LA INTRANET DE KOHA </TITLE>
|
||||
|
||||
|
||||
<style type="text/css">
|
||||
<!--
|
||||
input{font-size:16px}
|
||||
|
||||
-->
|
||||
|
||||
</style>
|
||||
<script language=javascript>
|
||||
<!--
|
||||
if (document.images){
|
||||
search=new Image;
|
||||
search.src ="/images/front-mouseover-search.gif"
|
||||
members=new Image;
|
||||
members.src ="/images/front-mouseover-member.gif"
|
||||
acquisitions=new Image;
|
||||
acquisitions.src ="/images/front-mouseover-acquisitions.gif"
|
||||
reports=new Image;
|
||||
reports.src ="/images/front-mouseover-reports.gif"
|
||||
circulation=new Image;
|
||||
circulation.src ="/images/front-mouseover-circulation.gif"
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
||||
</HEAD>
|
||||
|
||||
<BODY
|
||||
BGCOLOR="#99cc33"
|
||||
text="black"
|
||||
|
||||
|
||||
alink="#663366"
|
||||
leftmargin=0
|
||||
topmargin=0
|
||||
marginheight=0
|
||||
marginwidth=0 >
|
||||
|
||||
<center>
|
||||
<table cellspacing=0 cellpadding=0 border=0 >
|
||||
|
||||
<tr valign=top >
|
||||
<td background="/images/koha-front-background.gif"><img src="/images/holder.gif"
|
||||
width=1 height=420 align=left alt=" " hspace=0 vspace=0 >
|
||||
<table cellspacing=0 cellpadding=0 border=0 >
|
||||
<!----ROW THAT SETS THE GRID FOR THE REST OF THE TABLE--->
|
||||
<tr valign=top >
|
||||
<td background=""><img src="/images/holder.gif" width=150 height=42
|
||||
alt=" " hspace=0 vspace=0 ></td>
|
||||
<td background=""><img src="/images/holder.gif" width=30 height=42
|
||||
alt=" " hspace=0 vspace=0 ></td>
|
||||
<td background=""><img src="/images/holder.gif" width=25 height=42
|
||||
alt=" " hspace=0 vspace=0></td>
|
||||
<td background=""><img src="/images/holder.gif" width=25 height=42
|
||||
alt=" " hspace=0 vspace=0></td>
|
||||
<td background=""><img src="/images/holder.gif" width=30 height=42
|
||||
alt=" " hspace=0 vspace=0></td>
|
||||
<td background=""><img src="/images/holder.gif" width=20 height=42
|
||||
alt=" " hspace=0 vspace=0></td>
|
||||
<td background=""><img src="/images/holder.gif" width=20 height=42
|
||||
alt=" " hspace=0 vspace=0></td>
|
||||
<td background=""><img src="/images/holder.gif" width=10 height=42
|
||||
alt=" " hspace=0 vspace=0></td>
|
||||
<td background=""><img src="/images/holder.gif" width=10 height=42
|
||||
alt=" " hspace=0 vspace=0></td>
|
||||
<td background=""><img src="/images/holder.gif" width=90 height=42
|
||||
alt=" " hspace=0 vspace=0></td>
|
||||
</tr>
|
||||
|
||||
<!--------CATALOGUE SEARCH----->
|
||||
|
||||
<tr valign=top >
|
||||
<td background="" colspan=5><img src="/images/holder.gif"
|
||||
width=1 height=1 hspace=0 vspace=0></td>
|
||||
|
||||
<td background="" colspan=5><a href="/cgi-bin/koha/catalogue-home.pl" onMouseOver="if(document.images)document.search.src='/images/front-mouseover-search.gif'" onMouseOut="if(document.images)document.search.src='/images/front-search.gif'"><img src="/images/front-search.gif" width=320 height=37 name="search"
|
||||
hspace=0 vspace=0 border=0></a></td>
|
||||
</tr>
|
||||
<FORM ACTION="/cgi-bin/koha/search.pl" method=post>
|
||||
<tr valign=top >
|
||||
<td background="" rowspan=3 align="right" colspan=5>
|
||||
<img src="/images/holder.gif"
|
||||
width=1 height=35
|
||||
alt=" " hspace=0 vspace=0><br>
|
||||
<img src="/images/koha-front-koha.gif" width=200 height=128
|
||||
alt="Koha: Horowhenua Library Trust" hspace=0 vspace=0></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td background="" colspan=3>
|
||||
<input type=text size="27" name="keyword"><input type=reset value="borrar"><br>
|
||||
|
||||
<font size=1 face="arial,helvetica" ><b>Escriba en el campo y pulse la tecla [Enter].</b><br>
|
||||
<a href="/cgi-bin/koha/catalogue-home.pl">
|
||||
<font size=2 face="arial narrow,arial,helvetica">
|
||||
<img src="/images/front-arrow-purple.gif" width=27 height=22
|
||||
alt="-" hspace=0 vspace=0 border=0 align=middle >Búsqueda Avanzada (Mas Opciones)</a><br>
|
||||
|
||||
<img src="/images/holder.gif" width=1 height=8
|
||||
alt=" " hspace=0 vspace=0></td>
|
||||
|
||||
</tr>
|
||||
</form>
|
||||
|
||||
<!--------MEMBER SEARCH----->
|
||||
|
||||
<tr valign=top >
|
||||
<td></td>
|
||||
<form action="/cgi-bin/koha/member.pl" method=post >
|
||||
<td background="" colspan=4>
|
||||
<a href="/cgi-bin/koha/members-home.pl" onMouseOver="if(document.images)document.member.src='/images/front-mouseover-member.gif'" onMouseOut="if(document.images)document.member.src='/images/front-member.gif'">
|
||||
<img src="/images/front-member.gif" width=304 height=37 name="member"
|
||||
hspace=0 vspace=0 border=0>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
<tr valign=top >
|
||||
<td></td>
|
||||
<td></td>
|
||||
<form action="/cgi-bin/koha/member.pl" method=post >
|
||||
|
||||
<td background="" colspan=3 >
|
||||
<input type=text size="27" name="member">
|
||||
<input type=reset value="borrar"><br>
|
||||
<font size=1 face="arial,helvetica" ><b>Escriba en el campo y pulse la tecla [Enter].</b><br>
|
||||
<img src="/images/holder.gif" width=1 height=12
|
||||
alt=" " hspace=0 vspace=0></td>
|
||||
|
||||
</tr>
|
||||
|
||||
<!--------ACQUISITIONS----->
|
||||
<tr valign=top >
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td background="" colspan=5><A href="/cgi-bin/koha/loadmodules.pl?module=acquisitions" onMouseOver="if(document.images)document.acquisitions.src='/images/front-mouseover-acquisitions.gif'" onMouseOut="if(document.images)document.acquisitions.src='/images/front-acquisitions.gif'"><img src="/images/front-acquisitions.gif" width=320 height=36 name="acquisitions"
|
||||
hspace=0 vspace=0 border=0></a><br>
|
||||
<img src="/images/holder.gif" width=1 height=12
|
||||
alt=" " hspace=0 vspace=0 ></td>
|
||||
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
<!--------REPORTS----->
|
||||
<tr valign=top >
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td background="" colspan=6> <A href="/cgi-bin/koha/reports-home.pl" onMouseOver="if(document.images)document.reports.src='/images/front-mouseover-reports.gif'" onMouseOut="if(document.images)document.reports.src='/images/front-reports.gif'"><img src="/images/front-reports.gif" width=346 height=37 name="reports"
|
||||
hspace=0 vspace=0 border=0></a><br>
|
||||
<img src="/images/holder.gif" width=1 height=12
|
||||
alt=" " hspace=0 vspace=0 ></td>
|
||||
</tr>
|
||||
|
||||
<!--------ADMIN----->
|
||||
<tr valign=top >
|
||||
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td background="" colspan=7> <A href="/cgi-bin/koha/admin-home.pl" onMouseOver="if(document.images)document.admin.src='/images/front-mouseover-admin.gif'" onMouseOut="if(document.images)document.admin.src='/images/front-admin.gif'"><img src="/images/front-admin.gif" width=346 height=37 name="admin"
|
||||
hspace=0 vspace=0 border=0></a><br>
|
||||
<img src="/images/holder.gif" width=1 height=12
|
||||
alt=" " hspace=0 vspace=0 ></td>
|
||||
|
||||
|
||||
</tr>
|
||||
|
||||
<!--------CIRCULATION----->
|
||||
<tr valign=top >
|
||||
|
||||
<td></td>
|
||||
<td background="" colspan=9> <A href="/cgi-bin/koha/circ/circulation.pl" onMouseOver="if(document.images)document.circulation.src='/images/front-mouseover-circulation.gif'" onMouseOut="if(document.images)document.circulation.src='/images/front-circulation.gif'"><img src="/images/front-circulation.gif" width=346 height=37 name="circulation"
|
||||
hspace=0 vspace=0 border=0></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
22
koha-tmpl/intranet-tmpl/default/es/mancredit.tmpl
Normal file
22
koha-tmpl/intranet-tmpl/default/es/mancredit.tmpl
Normal file
|
@ -0,0 +1,22 @@
|
|||
<TMPL_INCLUDE Name="members-top.inc">
|
||||
|
||||
<Center><h3>Crédito Manual</h3></center>
|
||||
<form action=/cgi-bin/koha/mancredit.pl method=post>
|
||||
<table cellpadding=2 cellspacing=0 border=0>
|
||||
<input type=hidden name="bornum" value="<TMPL_VAR Name="bornum">">
|
||||
<tr><td><b>Borrowernumber<b></td><td><TMPL_VAR Name="bornum"></td></tr>
|
||||
<tr><td><b>Tipo</b></td><Td>
|
||||
<select name=type>
|
||||
<option value=C>Crédito</option>
|
||||
<option value=BAY>Baycorp Adjustment</option>
|
||||
<option value=WORK>Worked off</option>
|
||||
</select>
|
||||
</td></tr>
|
||||
<tr><td><b>Itemnumber</b></td><td><input type=text name=itemnum></td></tr>
|
||||
<tr><td><b>Description</b></td><td><input type=text name=desc size=50></td></tr>
|
||||
<tr><td><b>Amount</b></td><td><input type=text name=amount></td></tr>
|
||||
<tr><td><input type=submit name=add value=Add></td></tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
<TMPL_INCLUDE Name="members-bottom.inc">
|
25
koha-tmpl/intranet-tmpl/default/es/maninvoice.tmpl
Normal file
25
koha-tmpl/intranet-tmpl/default/es/maninvoice.tmpl
Normal file
|
@ -0,0 +1,25 @@
|
|||
<TMPL_INCLUDE Name="members-top.inc">
|
||||
|
||||
<Center><h3>Manual Factura</h3></center>
|
||||
<form action=/cgi-bin/koha/maninvoice.pl method=post>
|
||||
<table cellpadding=2 cellspacing=0 border=0>
|
||||
<input type=hidden name=bornum value="<TMPL_VAR Name="bornum">">
|
||||
<tr><td><b>Borrowernumber<b></td><td><TMPL_VAR Name="bornum"></td></tr>
|
||||
<tr><td><b>Type</b></td><Td>
|
||||
<select name=type>
|
||||
<option value=L>Artículo Perdido</option>
|
||||
<option value=F>Multa</option>
|
||||
<option value=A>Account Management Fee</option>
|
||||
<option value=N>Nueva Tarjeta</option>
|
||||
<option value=M>Diversos</option>
|
||||
<option value=REF>Reembolso Monetario</option>
|
||||
</select>
|
||||
</td></tr>
|
||||
<tr><td><b>Número de Artículo</b></td><td><input type=text name=itemnum></td></tr>
|
||||
<tr><td><b>Descripción</b></td><td><input type=text name=desc size=50></td></tr>
|
||||
<tr><td><b>Cantidad</b></td><td><input type=text name=amount></td></tr>
|
||||
<tr><td><input type=submit name=add value=Add></td></tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
<TMPL_INCLUDE Name="members-bottom.inc">
|
30
koha-tmpl/intranet-tmpl/default/es/newimember.tmpl
Normal file
30
koha-tmpl/intranet-tmpl/default/es/newimember.tmpl
Normal file
|
@ -0,0 +1,30 @@
|
|||
<HTML>
|
||||
|
||||
<TMPL_VAR NAME=startmenumember>
|
||||
|
||||
<TMPL_IF NAME=missingloop>
|
||||
Los siguientes campos se han dejado vacíos. Por favor, pulse el votón "atrás" e inténtelo de nuevo.<p>
|
||||
<UL>
|
||||
<TMPL_LOOP NAME=missingloop>
|
||||
<LI><TMPL_VAR NAME=name>
|
||||
</TMPL_LOOP>
|
||||
</UL><p>
|
||||
</TMPL_IF>
|
||||
|
||||
<TMPL_IF NAME=invalidcardnumber>
|
||||
Número de tarjeta inválido.<p>
|
||||
</TMPL_IF>
|
||||
|
||||
<TMPL_IF NAME=inputsloop>
|
||||
<form action="/cgi-bin/koha/insertidata.pl" method=post>
|
||||
<TMPL_LOOP NAME=inputsloop>
|
||||
<input type=hidden name="<TMPL_VAR NAME=name>" value="<TMPL_VAR NAME=value>">
|
||||
</TMPL_LOOP>
|
||||
<input type=submit name=submit value=submit>
|
||||
</form>
|
||||
</TMPL_IF>
|
||||
|
||||
<TMPL_VAR NAME=endmenumember>
|
||||
|
||||
</body>
|
||||
</HTML>
|
134
koha-tmpl/intranet-tmpl/default/es/opac-main.tmpl
Normal file
134
koha-tmpl/intranet-tmpl/default/es/opac-main.tmpl
Normal file
|
@ -0,0 +1,134 @@
|
|||
<HTML>
|
||||
<TITLE>WELCOME TO THE KOHA OPAC </TITLE>
|
||||
|
||||
|
||||
<style type="text/css">
|
||||
<!--
|
||||
input{font-size:16px}
|
||||
-->
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
</HEAD>
|
||||
|
||||
<BODY onload="document.catsearch.keyword.focus()"
|
||||
BGCOLOR="#339999"
|
||||
text="black"
|
||||
link="white"
|
||||
vlink="white"
|
||||
alink="#663366"
|
||||
leftmargin=0
|
||||
topmargin=0
|
||||
marginheight=0
|
||||
marginwidth=0 >
|
||||
|
||||
<center>
|
||||
<table cellspacing=0 cellpadding=0 border=0 >
|
||||
|
||||
<tr valign=top >
|
||||
<td background="/images/front-background-med.gif"><img src="/images/holder.gif"
|
||||
width=1 height=440 align=left alt=" " hspace=0 vspace=0><table
|
||||
cellspacing=0 cellpadding=0 border=0 >
|
||||
|
||||
<tr valign=top >
|
||||
<td background=" "><img src="/images/holder.gif" width=228 height=88
|
||||
alt=" " hspace=0 vspace=0></td>
|
||||
<td background=" "><img src="/images/holder.gif" width=57 height=88
|
||||
alt=" " hspace=0 vspace=0></td>
|
||||
<td background=" "><img src="/images/holder.gif" width=47 height=88
|
||||
alt=" " hspace=0 vspace=0></td>
|
||||
<td background=" "><img src="/images/holder.gif" width=1 height=88
|
||||
alt=" " hspace=0 vspace=0></td>
|
||||
<td background=" "><img src="/images/holder.gif" width=1 height=88
|
||||
alt=" " hspace=0 vspace=0></td>
|
||||
</tr>
|
||||
|
||||
<tr valign=top >
|
||||
<td background=" " rowspan=2 align="right" colspan=2><img src="/images/holder.gif"
|
||||
width=1 height=30
|
||||
alt=" " hspace=0 vspace=0><br>
|
||||
<img src="/images/koha.gif" width=200 height=128
|
||||
alt="Koha: Horowhenua Library Trust Catalogue and Member Services" hspace=0 vspace=0></td>
|
||||
|
||||
<td background=" " colspan=3><font size=+2><a href="/cgi-bin/koha/catalogue-home.pl"><img src="/images/heading-search.gif" width=272 height=38
|
||||
alt="Search the Catalogue" hspace=0 vspace=0 border=0></a></font></td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
<tr valign=top >
|
||||
<td> </td>
|
||||
<FORM ACTION="/cgi-bin/koha/search.pl" name=catsearch>
|
||||
<input type=hidden name=type value=opac>
|
||||
<td background=" " >
|
||||
|
||||
<input type=text size="27" name="keyword"><br>
|
||||
</font>
|
||||
<b>Type in the box and press the enter key.</b><br>
|
||||
<a href="/cgi-bin/koha/catalogue-home.pl">
|
||||
|
||||
<img src="/images/front-arrow.gif" width=27 height=22
|
||||
alt="-" hspace=0 vspace=0 border=0 align=middle >Advanced Search (More Options)</a><br>
|
||||
|
||||
<img src="/images/holder.gif" width=1 height=8
|
||||
alt=" " hspace=0 vspace=0>
|
||||
<p>
|
||||
<TMPL_IF NAME="loggedinuser">
|
||||
<p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/logout.pl>Log Out</a>]</p>
|
||||
<TMPL_ELSE>
|
||||
<p align=left><a href=/cgi-bin/koha/userpage.pl>Log In</a> to Koha</p>
|
||||
</TMPL_IF>
|
||||
</td>
|
||||
</form>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
<!--
|
||||
<tr valign=top ><form action="/cgi-bin/member.pl" method=get >
|
||||
<td background=" " colspan=3><img src="/images/heading-login.gif" width=279 height=38
|
||||
alt="Member Login" hspace=0 vspace=0 border=0></td>
|
||||
|
||||
</tr>
|
||||
<tr valign=top >
|
||||
<td></td>
|
||||
<form action="/cgi-bin/member.pl" method=get >
|
||||
<td background=" " >
|
||||
<font size=3 face="arial narrow,arial,helvetica">Card Number </font></td>
|
||||
<td background=" " ><input type=text size="12" name="card"></td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr valign=top><td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td background=" " >
|
||||
<font size=3 face="arial narrow,arial,helvetica">Password</font></td>
|
||||
<td background=" " ><input type=password size="12" name="password"><br>
|
||||
<input type=submit value="OK"><br>
|
||||
|
||||
<img src="/images/holder.gif" width=1 height=8
|
||||
alt=" " hspace=0 vspace=0></td>
|
||||
</font>
|
||||
</tr>
|
||||
|
||||
<tr valign=top >
|
||||
<td></td>
|
||||
<td background=" " colspan=4><A href="join.html"><img src="/images/heading-member.gif" width=331 height=38
|
||||
alt="Become a Website Member" hspace=0 vspace=0 border=0></a>
|
||||
</td>
|
||||
<td>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
-->
|
||||
</table>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>
|
||||
</center>
|
39
koha-tmpl/intranet-tmpl/default/es/overdue.tmpl
Normal file
39
koha-tmpl/intranet-tmpl/default/es/overdue.tmpl
Normal file
|
@ -0,0 +1,39 @@
|
|||
<HTML>
|
||||
|
||||
<!-- startmenu -->
|
||||
<TMPL_VAR NAME="startmenureport">
|
||||
|
||||
<!-- the site -->
|
||||
|
||||
<FONT SIZE=6><em>Artículos Atrasados hasta <TMPL_VAR NAME="todaysdate"></em></FONT><br><P>
|
||||
|
||||
<TABLE cellspacing=0 cellpadding=5 border=1 align=center>
|
||||
<TR VALIGN=TOP>
|
||||
<TD bgcolor="99cc33" background="/images/background-mem.gif"><b>Fecha de Devolución</b></td>
|
||||
<TD bgcolor="99cc33" background="/images/background-mem.gif"><b>Patron</b></td>
|
||||
<TD bgcolor="99cc33" background="/images/background-mem.gif"><b>Teléfono</b></td>
|
||||
<TD bgcolor="99cc33" background="/images/background-mem.gif"><b>Título</b></td>
|
||||
<TD bgcolor="99cc33" background="/images/background-mem.gif"><b>Autor</b></td>
|
||||
</tr>
|
||||
|
||||
<TMPL_LOOP NAME=overdueloop>
|
||||
<tr>
|
||||
<td><TMPL_VAR NAME="duedate"></td>
|
||||
<TMPL_IF NAME=email>
|
||||
<td><a href="mailto:<TMPL_VAR NAME="email">?subject=Atraso: <TMPL_VAR NAME="title">"><TMPL_VAR NAME="name"></a></td>
|
||||
<TMPL_ELSE>
|
||||
<td><TMPL_VAR NAME="name"></td>
|
||||
</TMPL_IF>
|
||||
<td><TMPL_VAR NAME="phone"></td>
|
||||
<td><TMPL_VAR NAME="title"></td>
|
||||
<td><TMPL_VAR NAME="author"></td>
|
||||
</tr>
|
||||
</TMPL_LOOP>
|
||||
</table>
|
||||
|
||||
|
||||
<!-- endmenu -->
|
||||
<TMPL_VAR NAME="endmenureport">
|
||||
|
||||
</body>
|
||||
</HTML>
|
2
koha-tmpl/intranet-tmpl/default/es/searchheader.tmpl
Normal file
2
koha-tmpl/intranet-tmpl/default/es/searchheader.tmpl
Normal file
|
@ -0,0 +1,2 @@
|
|||
<a href=search.pl?template=cmsdsearchresults.tmpl&startfrom=<TMPL_VAR NAME="startfrom">>Results with dewey</a> | <a href=search.pl?template=searchresults.tmpl&startfrom=<TMPL_VAR NAME="startfrom">>Resultados por biblionumber</a>
|
||||
<hr>
|
36
koha-tmpl/intranet-tmpl/default/es/thesaurus_popup.tmpl
Normal file
36
koha-tmpl/intranet-tmpl/default/es/thesaurus_popup.tmpl
Normal file
|
@ -0,0 +1,36 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>thesaurus value builder</title>
|
||||
</head>
|
||||
<body>
|
||||
<form name="f_pop" action="thesaurus_popup.pl" method="post">
|
||||
<textarea name="result" rows=10 cols=60><TMPL_VAR name="result"></textarea></br>
|
||||
<p><input type="text" name="search_string" value="<TMPL_VAR name="search_string">">
|
||||
<input type="hidden" name="category" value="<TMPL_VAR name="category">">
|
||||
<input type="hidden" name="index" value="<TMPL_VAR name="index">">
|
||||
<input type="hidden" name="op" value="search">
|
||||
<input type="submit" value="Search"></p>
|
||||
</form>
|
||||
<TMPL_IF name="search_string">
|
||||
<form name="f2_pop" action="thesaurus_popup.pl" method="post">
|
||||
<TMPL_VAR name="select_list">
|
||||
<input type="hidden" name="category" value="<TMPL_VAR name="category">">
|
||||
<input type="hidden" name="index" value="<TMPL_VAR name="index">">
|
||||
<input type="hidden" name="op" value="select">
|
||||
<input type="hidden" name="result" value="<TMPL_VAR name="result">">
|
||||
<input type="submit" name="OK" value="OK">
|
||||
</form>
|
||||
</TMPL_IF>
|
||||
<form name="f3_pop" onSubmit="javascript:report()">
|
||||
<input type="hidden" name="category" value="<TMPL_VAR name="category">">
|
||||
<input type="submit" value="END">
|
||||
</form>
|
||||
<script>
|
||||
function report() {
|
||||
opener.document.f.field_value[<TMPL_VAR name="index">].value= document.f_pop.result.value;
|
||||
self.close();
|
||||
return false;
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue