Initial revision
BIN
koha-tmpl/opac-tmpl/default/de/images/clear-button.gif
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
koha-tmpl/opac-tmpl/default/de/images/delete-mem.gif
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
koha-tmpl/opac-tmpl/default/de/images/heading-login.gif
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
koha-tmpl/opac-tmpl/default/de/images/heading-member.gif
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
koha-tmpl/opac-tmpl/default/de/images/heading-search.gif
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
koha-tmpl/opac-tmpl/default/de/images/inside-top-join.gif
Normal file
After Width: | Height: | Size: 4 KiB |
BIN
koha-tmpl/opac-tmpl/default/de/images/inside-top-member.gif
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
koha-tmpl/opac-tmpl/default/de/images/inside-top-search.gif
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
koha-tmpl/opac-tmpl/default/de/images/koha.gif
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
koha-tmpl/opac-tmpl/default/de/images/menu-home.gif
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
koha-tmpl/opac-tmpl/default/de/images/menu-join.gif
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
koha-tmpl/opac-tmpl/default/de/images/menu-login.gif
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
koha-tmpl/opac-tmpl/default/de/images/menu-mysettings.gif
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
koha-tmpl/opac-tmpl/default/de/images/menu-search.gif
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
koha-tmpl/opac-tmpl/default/de/images/modify-mem.gif
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
koha-tmpl/opac-tmpl/default/de/images/mouseover-home.gif
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
koha-tmpl/opac-tmpl/default/de/images/mouseover-join.gif
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
koha-tmpl/opac-tmpl/default/de/images/mouseover-member.gif
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
koha-tmpl/opac-tmpl/default/de/images/mouseover-search.gif
Normal file
After Width: | Height: | Size: 4 KiB |
BIN
koha-tmpl/opac-tmpl/default/de/images/search-button.gif
Normal file
After Width: | Height: | Size: 1.2 KiB |
16
koha-tmpl/opac-tmpl/default/de/includes/cat-class-list.inc
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
<!--
|
||||||
|
list of Classes to be included in /catalogue/index.html and cat/index.html
|
||||||
|
This is a qick-fix - These should really be fetched from the database
|
||||||
|
-->
|
||||||
|
<option value="E">Easy / Picture Books
|
||||||
|
<option value="ER">Easy Reader
|
||||||
|
<option value="JNF">Junior Non-Fiction
|
||||||
|
<option value="JF">Junior Fiction
|
||||||
|
<option value="TREF">Teacher Reference
|
||||||
|
<option value="FYA">Young Adult Fiction
|
||||||
|
<option value="REF">Reference Books
|
||||||
|
<option value="F">Fiction
|
||||||
|
<option value="NF">Non-Fiction
|
||||||
|
<option value="CD">Compact Disc
|
||||||
|
<!-- <option value="E|ER">Easy Books-->
|
||||||
|
|
86
koha-tmpl/opac-tmpl/default/de/includes/join-top.inc
Normal file
|
@ -0,0 +1,86 @@
|
||||||
|
<!doctype html public "-//w3c//dtd html 4.0 transitional//de">
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
|
||||||
|
|
||||||
|
<!--join-top.inc, translation by dnmeid, based on 1.3>
|
||||||
|
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>KOHA: Mitglied werden</title>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body text="black" bgcolor="white" link="#0000ff" vlink="#3366cc" Alink="#cc3300"
|
||||||
|
marginheight=0 marginwidth=0 leftmargin=0 topmargin=0 >
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!--HDL Colours
|
||||||
|
|
||||||
|
Yellow = ffcc00
|
||||||
|
light blue = ccccff
|
||||||
|
bright blue links = 0000ff
|
||||||
|
aubergine = 663266
|
||||||
|
light green/grey = cccc99
|
||||||
|
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!------------------------MENUS-------------------------------->
|
||||||
|
|
||||||
|
<table cellpadding=0 cellspacing=0 width="100%" border=0>
|
||||||
|
<tr BGCOLOR="#339999" >
|
||||||
|
|
||||||
|
<td valign=bottom><img src="/default/de/images/inside-top-join.gif"
|
||||||
|
width=353 height=50 alt="KOHA: Mitglied werden" hspace=0 vspace=0 border=0></td>
|
||||||
|
|
||||||
|
|
||||||
|
<td align=right>
|
||||||
|
<a href="/cat/"
|
||||||
|
onMouseOver="document.mouseover.src='/default/de/images/mouseover-search.gif'"
|
||||||
|
onMouseOut="document.mouseover.src='/default/all/images/holder.gif'">
|
||||||
|
<img src="/default/de/images/menu-search.gif"
|
||||||
|
width=71 height=30 alt="Search" hspace=0 vspace=0 border=0 name="menu-search">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<!-- <a href="/members/"
|
||||||
|
onMouseOver="document.mouseover.src='/default/de/images/mouseover-member.gif'"
|
||||||
|
onMouseOut="document.mouseover.src='/default/all/images/holder.gif'">
|
||||||
|
<img src="/default/de/images/menu-login.gif"
|
||||||
|
width=111 height=30 alt="Mitgliederbereich" hspace=0 vspace=0 border=0 name="menu-login">
|
||||||
|
</a>
|
||||||
|
-->
|
||||||
|
<a href="/join.html"
|
||||||
|
onMouseOver="document.mouseover.src='/default/de/images/mouseover-join.gif'"
|
||||||
|
onMouseOut="document.mouseover.src='/default/all/images/holder.gif'">
|
||||||
|
<img src="/default/de/images/menu-join.gif"
|
||||||
|
width=54 height=30 alt="Beitreten" hspace=0 vspace=0 border=0 name="menu-join">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a href="/index.html"
|
||||||
|
onMouseOver="document.mouseover.src='/default/de/images/mouseover-home.gif'"
|
||||||
|
onMouseOut="document.mouseover.src='/default/all/images/holder.gif'">
|
||||||
|
<img src="/default/de/images/menu-home.gif"
|
||||||
|
width=60 height=30 alt="Start" hspace=0 vspace=0 border=0 name="menu-home">
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
|
||||||
|
</TR>
|
||||||
|
|
||||||
|
|
||||||
|
<tr valign=top>
|
||||||
|
|
||||||
|
<td><img src="/default/all/images/inside-koha-bottom.gif"
|
||||||
|
width=69 height=44 alt="KOHA" hspace=0 vspace=0 border=0 ></td>
|
||||||
|
|
||||||
|
<td align=right><img src="/default/all/images/holder.gif"
|
||||||
|
width=300 height=48 alt="" hspace=0 vspace=0 name="mouseover" ></a></td>
|
||||||
|
|
||||||
|
</TR>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</TABLE>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-------------------------MAIN BODY OF PAGE-------------------------->
|
||||||
|
<BLOCKQUOTE>
|
80
koha-tmpl/opac-tmpl/default/de/includes/members-top.inc
Normal file
|
@ -0,0 +1,80 @@
|
||||||
|
<!doctype html public "-//w3c//dtd html 4.0 transitional//de">
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
|
||||||
|
|
||||||
|
<!--Authored by rachel@katipo.co.nz 10:46 24/12/99-->
|
||||||
|
<!-- members-top.inc, translation by dnmeid, based on 1.5 -->
|
||||||
|
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>KOHA: OPAC Katalogsuche</title>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body text="black" bgcolor="white" link="#0000ff" vlink="#3366cc" Alink="#cc3300"
|
||||||
|
marginheight=0 marginwidth=0 leftmargin=0 topmargin=0 >
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!--HDL Colours
|
||||||
|
|
||||||
|
Yellow = ffcc00
|
||||||
|
light blue = ccccff
|
||||||
|
bright blue links = 0000ff
|
||||||
|
aubergine = 663266
|
||||||
|
light green/grey = cccc99
|
||||||
|
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!------------------------MENUS-------------------------------->
|
||||||
|
|
||||||
|
<table cellpadding=0 cellspacing=0 width="100%" border=0>
|
||||||
|
<tr BGCOLOR="#339999" >
|
||||||
|
<td valign=bottom>
|
||||||
|
<img src="/default/de/images/inside-top-member.gif" width=353 height=50 alt="KOHA: Mitglieder-Bereich" hspace=0 vspace=0 border=0>
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td align=right>
|
||||||
|
<a href="/cgi-bin/koha/opac-search.pl"
|
||||||
|
onMouseOver="document.mouseover.src='/default/de/images/mouseover-search.gif'"
|
||||||
|
onMouseOut="document.mouseover.src='/images/holder.gif'">
|
||||||
|
<img src="/default/de/images/menu-search.gif"
|
||||||
|
width=71 height=30 alt="Suche" hspace=0 vspace=0 border=0 name="menu-search">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a href="/join.html"
|
||||||
|
onMouseOver="document.mouseover.src='/default/de/images/mouseover-join.gif'"
|
||||||
|
onMouseOut="document.mouseover.src='Default/all/images/holder.gif'">
|
||||||
|
<img src="<TMPL_VAR NAME='themelang'>/images/menu-join.gif"
|
||||||
|
width=54 height=30 alt="Anmelden" hspace=0 vspace=0 border=0 name="menu-join">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a href="/cgi-bin/koha/opac-main.pl"
|
||||||
|
onMouseOver="document.mouseover.src='/default/de/images/mouseover-home.gif'"
|
||||||
|
onMouseOut="document.mouseover.src='/default/all/images/holder.gif'">
|
||||||
|
<img src="/default/de/images/menu-home.gif"
|
||||||
|
width=60 height=30 alt="Zurück" hspace=0 vspace=0 border=0 name="menu-home">
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
|
||||||
|
</TR>
|
||||||
|
|
||||||
|
<tr valign=top>
|
||||||
|
|
||||||
|
<td>
|
||||||
|
<img src="/default/all/images/inside-koha-bottom.gif"
|
||||||
|
width=69 height=44 alt="KOHA" hspace=0 vspace=0 border=0 >
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td align=right>
|
||||||
|
<img src="/default/all/images/holder.gif"
|
||||||
|
width=300 height=48 alt="" hspace=0 vspace=0 name="mouseover" >
|
||||||
|
</td>
|
||||||
|
|
||||||
|
</TR>
|
||||||
|
|
||||||
|
</TABLE>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-------------------------MAIN BODY OF PAGE-------------------------->
|
||||||
|
<BLOCKQUOTE>
|
8
koha-tmpl/opac-tmpl/default/de/includes/opac-auth.inc
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<!-- Anmeldestatus -->
|
||||||
|
|
||||||
|
<TMPL_IF NAME="loggedinuser">
|
||||||
|
<p align=left>Angemeldet als: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/opac-user.pl>Mitgliederbereich</a>][<a href=/cgi-bin/koha/opac-main.pl?logout.x=1>Abmelden</a>]</p>
|
||||||
|
<TMPL_ELSE>
|
||||||
|
<p align=left><a href=/cgi-bin/koha/opac-user.pl>Anmelden</a> bei Koha</p>
|
||||||
|
</TMPL_IF>
|
||||||
|
|
17
koha-tmpl/opac-tmpl/default/de/includes/opac-bottom.inc
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
</BLOCKQUOTE>
|
||||||
|
|
||||||
|
<p> </p>
|
||||||
|
<br>
|
||||||
|
<center>
|
||||||
|
|
||||||
|
|
||||||
|
<A HREF="/cgi-bin/koha/opac-search.pl">Katalogsuche</a> ||
|
||||||
|
<!--<A HREF="/members/">Mitgliederbereich</a> ||
|
||||||
|
-->
|
||||||
|
<A HREF="/join.html">Beitreten</a> ||
|
||||||
|
<A HREF="/cgi-bin/koha/opac-main.pl">Start</a>
|
||||||
|
|
||||||
|
</font>
|
||||||
|
</center>
|
||||||
|
</body>
|
||||||
|
</html>
|
89
koha-tmpl/opac-tmpl/default/de/includes/opac-top.inc
Normal file
|
@ -0,0 +1,89 @@
|
||||||
|
<!doctype html public "-//w3c//dtd html 4.0 transitional//de">
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
|
||||||
|
|
||||||
|
<!--Authored by rachel@katipo.co.nz 10:46 24/12/99-->
|
||||||
|
<!-- opac-top.inc, translation by dnmeid, based on 1.5 -->
|
||||||
|
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>KOHA: OPAC Katalogsuche</title>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body text="black" bgcolor="white" link="#0000ff" vlink="#3366cc" Alink="#cc3300"
|
||||||
|
marginheight=0 marginwidth=0 leftmargin=0 topmargin=0 >
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!--HDL Colours
|
||||||
|
|
||||||
|
Yellow = ffcc00
|
||||||
|
light blue = ccccff
|
||||||
|
bright blue links = 0000ff
|
||||||
|
aubergine = 663266
|
||||||
|
light green/grey = cccc99
|
||||||
|
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!------------------------MENUS-------------------------------->
|
||||||
|
|
||||||
|
<table cellpadding=0 cellspacing=0 width="100%" border=0>
|
||||||
|
<tr BGCOLOR="#339999" >
|
||||||
|
|
||||||
|
<td valign=bottom>
|
||||||
|
<img src="/default/de/images/inside-top-search.gif"
|
||||||
|
width=349 height=50 alt="KOHA: Katalogsuche" hspace=0 vspace=0 border=0>
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td align=right>
|
||||||
|
<a href="/cgi-bin/koha/opac-search.pl"
|
||||||
|
onMouseOver="document.mouseover.src='/default/de/images/mouseover-search.gif'"
|
||||||
|
onMouseOut="document.mouseover.src='/default/all/images/holder.gif'">
|
||||||
|
<img src="/default/de/images/menu-search.gif"
|
||||||
|
width=71 height=30 alt="Suche" hspace=0 vspace=0 border=0 name="menu-search">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<!-- <a href="/members/"
|
||||||
|
onMouseOver="document.mouseover.src='/default/de/images/mouseover-member.gif'"
|
||||||
|
onMouseOut="document.mouseover.src='/default/all/images/holder.gif'">
|
||||||
|
<img src="/default/de/images/menu-login.gif"
|
||||||
|
width=111 height=30 alt="Mitgliederbereich" hspace=0 vspace=0 border=0 name="menu-login">
|
||||||
|
</a>
|
||||||
|
-->
|
||||||
|
<a href="/join.html"
|
||||||
|
onMouseOver="document.mouseover.src='/default/de/images/mouseover-join.gif'"
|
||||||
|
onMouseOut="document.mouseover.src='/default/all/images/holder.gif'">
|
||||||
|
<img src="/default/de/images/menu-join.gif"
|
||||||
|
width=54 height=30 alt="Beitreten" hspace=0 vspace=0 border=0 name="menu-join">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a href="/cgi-bin/koha/opac-main.pl"
|
||||||
|
onMouseOver="document.mouseover.src='/default/de/images/mouseover-home.gif'"
|
||||||
|
onMouseOut="document.mouseover.src='/default/de/images/holder.gif'">
|
||||||
|
<img src="<TMPL_VAR NAME='themelang'>/images/menu-home.gif"
|
||||||
|
width=60 height=30 alt="Start" hspace=0 vspace=0 border=0 name="menu-home">
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
|
||||||
|
</TR>
|
||||||
|
|
||||||
|
<tr valign=top>
|
||||||
|
|
||||||
|
<td>
|
||||||
|
<img src="/default/all/images/inside-koha-bottom.gif"
|
||||||
|
width=69 height=44 alt="KOHA" hspace=0 vspace=0 border=0 >
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td align=right>
|
||||||
|
<img src="/default/all/images/holder.gif"
|
||||||
|
width=300 height=48 alt="" hspace=0 vspace=0 name="mouseover" >
|
||||||
|
</td>
|
||||||
|
|
||||||
|
</TR>
|
||||||
|
|
||||||
|
</TABLE>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-------------------------MAIN BODY OF PAGE-------------------------->
|
||||||
|
<BLOCKQUOTE>
|
18
koha-tmpl/opac-tmpl/default/de/kohaerror.tmpl
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
<!-- kohaerror, translation by dnmeid, based on 1.2 -->
|
||||||
|
<TMPL_INCLUDE NAME="opac-top.inc">
|
||||||
|
|
||||||
|
|
||||||
|
<center>
|
||||||
|
<table border=1 cellspacing=5 bgcolor=red>
|
||||||
|
<tr><td>
|
||||||
|
<table border=0 bgcolor=#dddddd>
|
||||||
|
<tr><th>Ein Fehler ist aufgetreten!</th></tr>
|
||||||
|
<tr><td><TMPL_VAR NAME=errormessage></td></tr>
|
||||||
|
</table>
|
||||||
|
</td></tr>
|
||||||
|
</table>
|
||||||
|
</center>
|
||||||
|
|
||||||
|
|
||||||
|
<TMPL_INCLUDE NAME="opac-bottom.inc">
|
||||||
|
|
41
koha-tmpl/opac-tmpl/default/de/opac-account.tmpl
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
<!-- opac-account, translation by dnmeid, based on 1.2.2.1 -->
|
||||||
|
<TMPL_INCLUDE NAME="members-top.inc">
|
||||||
|
|
||||||
|
<TMPL_LOOP NAME="BORROWER_INFO">
|
||||||
|
<FONT SIZE=6><em>Konto für <TMPL_VAR NAME="firstname"> <TMPL_VAR NAME="surname"></em></FONT>
|
||||||
|
[<a href=/cgi-bin/koha/opac-user.pl>Zurück</a>][<a href=/cgi-bin/koha/opac-main.pl?logout.x=1>Abmelden</a>]<p>
|
||||||
|
</TMPL_LOOP>
|
||||||
|
<center>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<TABLE CELLSPACING=0 CELLPADDING=5 border=1>
|
||||||
|
<TR VALIGN=TOP>
|
||||||
|
<td bgcolor="#99cccc" background='/default/all/images/background-opac.gif' colspan=2><B>Gebühren</TD>
|
||||||
|
<td bgcolor="#99cccc" background='/default/all/images/background-opac.gif' colspan=1><B>Menge</TD>
|
||||||
|
<td bgcolor="#99cccc" background='/default/all/images/background-opac.gif' colspan=1><B>Noch ausgeliehen</TD>
|
||||||
|
</TR>
|
||||||
|
|
||||||
|
<TMPL_LOOP NAME="ACCOUNT_LINES">
|
||||||
|
<tr VALIGN=TOP >
|
||||||
|
<td><TMPL_VAR NAME="date"></td>
|
||||||
|
<TD><TMPL_VAR NAME="description">
|
||||||
|
<TMPL_IF NAME="print_title"><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>Gebühren gesamt</b></td>
|
||||||
|
|
||||||
|
<TD><b><TMPL_VAR NAME="total"></b></td>
|
||||||
|
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<br clear=all>
|
||||||
|
<p> </p>
|
||||||
|
|
||||||
|
|
||||||
|
<TMPL_INCLUDE NAME="opac-bottom.inc">
|
49
koha-tmpl/opac-tmpl/default/de/opac-auth.tmpl
Normal file
|
@ -0,0 +1,49 @@
|
||||||
|
<!-- opac-auth, translation by dnmeid, based on 1.2.2.3 -->
|
||||||
|
<TMPL_IF NAME="nopermission">
|
||||||
|
<!-- This is what is displayed if user doesnt have permission -->
|
||||||
|
<h2>Sie haben keine Berechtigung zum Zugriff auf diese Seite.<h2>
|
||||||
|
</TMPL_IF>
|
||||||
|
|
||||||
|
<TMPL_IF NAME="timed_out">
|
||||||
|
<!-- This is what is displayed if login has timed out -->
|
||||||
|
<h2>Eine Zeitüberschreitung ist aufgetreten. Bitte melden Sie Sich erneut an.<h2>
|
||||||
|
</TMPL_IF>
|
||||||
|
|
||||||
|
<TMPL_IF NAME="different_ip">
|
||||||
|
<!-- This is what is displayed if user doesnt have permission -->
|
||||||
|
<h2>Sie benutzen eine andere IP-Addresse. Bitte melden Sie Sich erneut an.<h2>
|
||||||
|
</TMPL_IF>
|
||||||
|
|
||||||
|
<TMPL_IF NAME="invalid_username_or_password">
|
||||||
|
<!-- This is what is displayed if user doesnt have permission -->
|
||||||
|
<h2>Sie haben eine ungültige Kartennummer oder Passwort eingegeben. Bitte versuchen Sie es erneut.<h2>
|
||||||
|
</TMPL_IF>
|
||||||
|
|
||||||
|
|
||||||
|
<TMPL_IF NAME="loginprompt">
|
||||||
|
<!-- login prompt time-->
|
||||||
|
|
||||||
|
<center>
|
||||||
|
|
||||||
|
<form action='<TMPL_VAR NAME="url">' method="post">
|
||||||
|
<TMPL_LOOP NAME="INPUTS">
|
||||||
|
<input type="hidden" name='<TMPL_VAR NAME="name">' value='<TMPL_VAR NAME="value">'>
|
||||||
|
</TMPL_LOOP>
|
||||||
|
<table border="0" cellpadding="10" cellspacing="0" width="60%">
|
||||||
|
<tr><td align="center" valign="top">
|
||||||
|
|
||||||
|
<table border="0" bgcolor="#dddddd" cellpadding="10" cellspacing="0">
|
||||||
|
<tr><th colspan="2" background="/default/all/images/background-mem.gif"><font size="+2">Koha Anmeldung</font></th></tr>
|
||||||
|
<tr><td>Kartennummer:</td><td><input name="userid"></td></tr>
|
||||||
|
<tr><td>Passwort:</td><td><input type="password" name="password"></td></tr>
|
||||||
|
<tr><td colspan="2" align="center"><input type="submit" value="login"></td></tr>
|
||||||
|
</table>
|
||||||
|
</td><td align="center" valign="top">
|
||||||
|
|
||||||
|
|
||||||
|
</td></tr>
|
||||||
|
</table>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
|
||||||
|
</TMPL_IF>
|
74
koha-tmpl/opac-tmpl/default/de/opac-detail.tmpl
Normal file
|
@ -0,0 +1,74 @@
|
||||||
|
<!-- opac-detail, translation by dnmeid, based on 1.7 -->
|
||||||
|
<TMPL_INCLUDE NAME="opac-top.inc">
|
||||||
|
|
||||||
|
<TMPL_INCLUDE NAME="opac-auth.inc">
|
||||||
|
|
||||||
|
<TMPL_UNLESS NAME="norequests">
|
||||||
|
<p align=right><a href=/cgi-bin/koha/opac-reserve.pl?bib=<TMPL_VAR NAME="biblionumber" ESCAPE=URL>>Vorbestellung</a></p>
|
||||||
|
</TMPL_UNLESS>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<TMPL_LOOP NAME="BIBLIO_RESULTS">
|
||||||
|
<font SIZE=6><em><TMPL_VAR NAME="title"> (<TMPL_VAR NAME="author">)
|
||||||
|
<TMPL_VAR NAME="class"></em></font><p>
|
||||||
|
<table cellspacing="0" cellpadding="5" border="1" align="left" width="220">
|
||||||
|
<!-----------------BIBLIO RECORD TABLE--------->
|
||||||
|
<tr valign="top">
|
||||||
|
|
||||||
|
<td bgcolor="#99cccc">
|
||||||
|
<b>BIBLIO RECORD</b>
|
||||||
|
|
||||||
|
<TMPL_VAR NAME="biblionumber">
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr valign="top">
|
||||||
|
<td>
|
||||||
|
<FONT SIZE=2 face="arial, helvetica">
|
||||||
|
<b>Untertitel:</b> <TMPL_VAR NAME="subtitle"><br>
|
||||||
|
<!-- <b>Übergeordneter Titel:</b> <TMPL_VAR NAME="seriestitle"><br> -->
|
||||||
|
<b>Autor:</b> <TMPL_VAR NAME="author"><br>
|
||||||
|
<b>Schlagworte:</b> <TMPL_VAR NAME="subject"><br>
|
||||||
|
<b>Copyright:</b> <TMPL_VAR NAME="copyrightdate"><br>
|
||||||
|
<b>Exemplare insgesamt:</b> <TMPL_VAR NAME="count">
|
||||||
|
<p>
|
||||||
|
</font></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</TMPL_LOOP>
|
||||||
|
<center>
|
||||||
|
<table border=0 cellspacing=0 cellpadding=2>
|
||||||
|
<tr bgcolor="#99cccc">
|
||||||
|
<td>Medientyp</td>
|
||||||
|
<td>Klassifikation</td>
|
||||||
|
<td>Standort</td>
|
||||||
|
<td>Entliehen bis</td>
|
||||||
|
<td>Zuletzt gesehen am</td>
|
||||||
|
<td>Strichcode</td>
|
||||||
|
</tr>
|
||||||
|
<TMPL_LOOP NAME="ITEM_RESULTS">
|
||||||
|
<tr>
|
||||||
|
<td><TMPL_VAR NAME="itemtype"></td>
|
||||||
|
<td><TMPL_VAR NAME="class"></td>
|
||||||
|
<td><TMPL_VAR NAME="branchname"></td>
|
||||||
|
<td><TMPL_VAR NAME="datedue"></td>
|
||||||
|
<td><TMPL_VAR NAME="datelastseen"></td>
|
||||||
|
<td><TMPL_VAR NAME="barcode"></td>
|
||||||
|
</tr>
|
||||||
|
</TMPL_LOOP>
|
||||||
|
<TMPL_LOOP NAME="WEB_RESULTS">
|
||||||
|
<tr>
|
||||||
|
<td><TMPL_VAR NAME="itemtype"></td>
|
||||||
|
<td>Internet-Seite</td>
|
||||||
|
<td>Online</td>
|
||||||
|
<td>Verfügbar</td>
|
||||||
|
<td></td>
|
||||||
|
<td><TMPL_VAR NAME="url"></td>
|
||||||
|
</tr>
|
||||||
|
</TMPL_LOOP>
|
||||||
|
</table>
|
||||||
|
<p>
|
||||||
|
</center>
|
||||||
|
<br clear=all>
|
||||||
|
<p />
|
||||||
|
<TMPL_INCLUDE NAME="opac-bottom.inc">
|
126
koha-tmpl/opac-tmpl/default/de/opac-main.tmpl
Normal file
|
@ -0,0 +1,126 @@
|
||||||
|
<HTML>
|
||||||
|
<TITLE>KOHA OPAC</TITLE>
|
||||||
|
<!-- opac-account, translation by dnmeid, based on 1.7 -->
|
||||||
|
|
||||||
|
<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="/default/all/images/front-background-med.gif"><img src="/default/all/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="/default/all/images/holder.gif" width=228 height=88 alt=" " hspace=0 vspace=0></td>
|
||||||
|
<td background=" "><img src="/default/all/images/holder.gif" width=57 height=88 alt=" " hspace=0 vspace=0></td>
|
||||||
|
<td background=" "><img src="/default/all/images/holder.gif" width=47 height=88 alt=" " hspace=0 vspace=0></td>
|
||||||
|
<td background=" "><img src="/default/all/images/holder.gif" width=1 height=88 alt=" " hspace=0 vspace=0></td>
|
||||||
|
<td background=" "><img src="/default/all/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="/default/all/images/holder.gif"
|
||||||
|
width=1 height=30
|
||||||
|
alt=" " hspace=0 vspace=0><br>
|
||||||
|
<img src="/default/de/images/koha.gif" width=200 height=128
|
||||||
|
alt="Koha: Bibliotheksverwaltung, Internet-Katalog und Benutzerverwaltung" hspace=0 vspace=0></td>
|
||||||
|
|
||||||
|
<td background=" " colspan=3><font size=+2><a href="/cgi-bin/koha/opac-search.pl"><img src="/default/de/images/heading-search.gif" width=272 height=38
|
||||||
|
alt="Katalogsuche" hspace=0 vspace=0 border=0></a></font></td>
|
||||||
|
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
|
||||||
|
<tr valign=top >
|
||||||
|
<td> </td>
|
||||||
|
<FORM ACTION="/cgi-bin/koha/opac-searchresults.pl" name=catsearch>
|
||||||
|
<input type=hidden name=type value=opac>
|
||||||
|
<td background=" " >
|
||||||
|
|
||||||
|
<input type=text size="27" name="keyword"><br>
|
||||||
|
</font>
|
||||||
|
<b>Bitte geben Sie Ihren Suchbegriff ein und bestätigen Sie mit der Eingabetaste.</b><br>
|
||||||
|
<a href="/cgi-bin/koha/opac-search.pl">
|
||||||
|
|
||||||
|
<img src="/default/all/images/front-arrow.gif" width=27 height=22
|
||||||
|
alt="->" hspace=0 vspace=0 border=0 align=middle >Umfangreiche Suche</a><br>
|
||||||
|
|
||||||
|
<img src="/default/all/images/holder.gif" width=1 height=8
|
||||||
|
alt=" " hspace=0 vspace=0>
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<TMPL_INCLUDE NAME="opac-auth.inc">
|
||||||
|
|
||||||
|
</td>
|
||||||
|
</form>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!--
|
||||||
|
<tr valign=top ><form action="/cgi-bin/koha/member.pl" method=get >
|
||||||
|
<td background=" " colspan=3><img src="/default/de/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/koha/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="/default/all/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="/cgi-bin/koha/join.html"><img src="/default/de/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>
|
103
koha-tmpl/opac-tmpl/default/de/opac-moredetail.tmpl
Normal file
|
@ -0,0 +1,103 @@
|
||||||
|
<!-- opac-moredetail, translation by dnmeid, based on 1.5 -->
|
||||||
|
<TMPL_INCLUDE NAME="cat-top.inc">
|
||||||
|
|
||||||
|
<center>
|
||||||
|
|
||||||
|
<TMPL_INCLUDE NAME="opac-auth.inc">
|
||||||
|
|
||||||
|
<br>
|
||||||
|
<TMPL_LOOP NAME="BIBITEM_DATA">
|
||||||
|
<a href="/cgi-bin/koha/request.pl?bib=<TMPL_VAR NAME='biblionumber'>">
|
||||||
|
<img src="/default/de/images/requests.gif" width=120 height=42 border=0 align=right border=0></a>
|
||||||
|
<FONT SIZE=6><em><a href="/cgi-bin/koha/detail.pl?bib=<TMPL_VAR NAME='biblionumber'>&type=intra"><TMPL_VAR NAME="title">
|
||||||
|
(<TMPL_VAR NAME="author">)</a></em></FONT><P>
|
||||||
|
<p>
|
||||||
|
<form action=/cgi-bin/koha/modbibitem.pl>
|
||||||
|
<input type=hidden name=bibitem value=<TMPL_VAR NAME="biblioitemnumber">>
|
||||||
|
<input type=hidden name=biblio value=<TMPL_VAR NAME="biblionumber">>
|
||||||
|
<!-------------------BIBLIO ITEM------------>
|
||||||
|
<TABLE CELLSPACING=0 CELLPADDING=5 border=1 align=left>
|
||||||
|
<TR VALIGN=TOP>
|
||||||
|
<td bgcolor="99cc33" background="/default/all/images/background-mem.gif">
|
||||||
|
<B><TMPL_VAR NAME="biblioitemnumber"> Gruppe - <TMPL_VAR NAME="description"> </b> </TD>
|
||||||
|
</TR>
|
||||||
|
<tr VALIGN=TOP >
|
||||||
|
<TD width=210 >
|
||||||
|
<INPUT TYPE="image" name="submit" VALUE="modify" height=42 WIDTH=93 BORDER=0 src="/default/de/images/modify-mem.gif">
|
||||||
|
<INPUT TYPE="image" name="delete" VALUE="delete" height=42 WIDTH=93 BORDER=0 src="/default/de/images/delete-mem.gif">
|
||||||
|
<br>
|
||||||
|
<FONT SIZE=2 face="arial, helvetica">
|
||||||
|
<b>Mediennummer:</b> <TMPL_VAR NAME="biblionumber"><br>
|
||||||
|
<b>Medientyp:</b> <TMPL_VAR NAME="itemtype"><br>
|
||||||
|
<b>URL:</b> <TMPL_VAR NAME="url"><br>
|
||||||
|
<b>Ausleihdauer:</b> <TMPL_VAR NAME="loanlength"><br>
|
||||||
|
<b>Ausleihgebühr:</b> <TMPL_VAR NAME="rentalcharge"><br>
|
||||||
|
<b>Klassifikation:</b> <TMPL_VAR NAME="classification"><TMPL_VAR NAME="dewey"><TMPL_VAR NAME="subclass"><br>
|
||||||
|
<b>ISBN:</b> <TMPL_VAR NAME="isbn"><br>
|
||||||
|
<b>Verlag:</b> <TMPL_VAR NAME="publishercode"> <br>
|
||||||
|
<b>Ort:</b> <TMPL_VAR NAME="place"><br>
|
||||||
|
<b>Jahr:</b> <TMPL_VAR NAME="publicationyear"><br>
|
||||||
|
<b>Band:</b> <TMPL_VAR NAME="volumeddesc"><br>
|
||||||
|
<b>Seiten:</b> <TMPL_VAR NAME="pages"><br>
|
||||||
|
<b>Illlustrationen:</b> <TMPL_VAR NAME="illus"><br>
|
||||||
|
<b>Größe:</b> <TMPL_VAR NAME="size"><br>
|
||||||
|
<b>Bemerkungen:</b> <TMPL_VAR NAME="bnotes"><br>
|
||||||
|
<b>Anzahl der Exemplare:</b> <TMPL_VAR NAME="count">
|
||||||
|
</font>
|
||||||
|
</TD>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</form>
|
||||||
|
</TMPL_LOOP>
|
||||||
|
<TMPL_LOOP NAME="ITEM_DATA">
|
||||||
|
<img src="/default/all/images/holder.gif" width=16 height=300 align=left>
|
||||||
|
<TABLE CELLSPACING=0 CELLPADDING=5 border=1 align=left width=220 >
|
||||||
|
<TR VALIGN=TOP>
|
||||||
|
<td bgcolor="99cc33" background="/default/all/images/background-mem.gif">
|
||||||
|
<B>Strichcode <TMPL_VAR NAME="barcode"></b></TD>
|
||||||
|
</TR>
|
||||||
|
<tr VALIGN=TOP>
|
||||||
|
<TD width=220>
|
||||||
|
<form action=/cgi-bin/koha/moditem.pl method=post>
|
||||||
|
<input type=hidden name=bibitem value=<TMPL_VAR NAME="biblionumber">>
|
||||||
|
<input type=hidden name=item value=<TMPL_VAR NAME="itemnumber">>
|
||||||
|
<input type=hidden name=type value=<TMPL_VAR NAME="type">>
|
||||||
|
<INPUT TYPE="image" name="submit" VALUE="modify" height=42 WIDTH=93 BORDER=0 src="/default/de/images/modify-mem.gif">
|
||||||
|
<INPUT TYPE="image" name="delete" VALUE="delete" height=42 WIDTH=93 BORDER=0 src="/default/de/images/delete-mem.gif">
|
||||||
|
<br>
|
||||||
|
<FONT SIZE=2 face="arial, helvetica">
|
||||||
|
<b>Standort:</b> <TMPL_VAR NAME="homebranch"><br>
|
||||||
|
<b>Zuletzt gesehen am:</b> <TMPL_VAR NAME="datelastseen"><br>
|
||||||
|
<b>Zuletzt entliehen am:</b> <TMPL_VAR NAME="timestamp0"><br>
|
||||||
|
<!-- on issue bit --><!-- FIXME - What's this, then? -->
|
||||||
|
<b>Zuletzt entliehen von:</b> <TMPL_VAR NAME="card0"><br>
|
||||||
|
<b> und von:</b> <TMPL_VAR NAME="card1"><br>
|
||||||
|
<b>Aufenthaltsort:</b> <TMPL_VAR NAME="holdingbranch"><br>
|
||||||
|
<b>Wiederbeschaffungswert:</b> <TMPL_VAR NAME="replacementprice"><br>
|
||||||
|
<b>Vermisst:</b> <TMPL_VAR NAME="itemlost"><br>
|
||||||
|
<b>Bezahlt:</b> <TMPL_VAR NAME="paidfor"><br>
|
||||||
|
<b>Bemerkungen:</b> <TMPL_VAR NAME="itemnotes"><br>
|
||||||
|
<b>Verlängerungen:</b> <TMPL_VAR NAME="renewals"><br>
|
||||||
|
<b><a href="/cgi-bin/koha/acqui/acquire.pl?recieve=<TMPL_VAR NAME="ordernumber">&biblio=<TMPL_VAR NAME="biblionumber">&invoice=<TMPL_VAR NAME="booksellerinvoicenumber">&catview=yes">
|
||||||
|
Neuerwerbung</a>
|
||||||
|
Datum:<TMPL_VAR NAME="dateaccessioned"><br>
|
||||||
|
<b>Ausgemustert: <TMPL_VAR NAME="wthdrawn"><br>
|
||||||
|
<b><a href="/cgi-bin/koha/bookcount.pl?&bib=<TMPL_VAR NAME="biblionumber">&bi=<TMPL_VAR NAME="biblioitemnumber">&itm=<TMPL_VAR NAME="itemnumber">">
|
||||||
|
Ausleihen insgesammt:</a></b> <TMPL_VAR NAME="issues"><br>
|
||||||
|
<b>Titelnummer:</b> <TMPL_VAR NAME="biblioitemnumber"> <br>
|
||||||
|
<b>Exemplarnummer:</b> <TMPL_VAR NAME="biblionumber"> <br>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</font>
|
||||||
|
</TD>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</form>
|
||||||
|
</TMPL_LOOP>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
</form>
|
||||||
|
</center>
|
||||||
|
|
||||||
|
<TMPL_INCLUDE NAME="cat-bottom.inc">
|
234
koha-tmpl/opac-tmpl/default/de/opac-reserve.tmpl
Normal file
|
@ -0,0 +1,234 @@
|
||||||
|
<!-- opac-reserve, translation by dnmeid, based on 1.8 -->
|
||||||
|
<TMPL_INCLUDE NAME="members-top.inc">
|
||||||
|
|
||||||
|
<center>
|
||||||
|
|
||||||
|
<TMPL_INCLUDE NAME="opac-auth.inc">
|
||||||
|
|
||||||
|
<TMPL_IF NAME="message">
|
||||||
|
<table cellpadding=5 cellspacing=0 border=1 >
|
||||||
|
<tr bgcolor="#fecc99" >
|
||||||
|
<td><font face="arial,helvetica" color="red" size=+1><B>
|
||||||
|
<TMPL_IF NAME="too_much_oweing">Sie können keine Medien mehr vorbestellen, da Sie schon <TMPL_VAR NAME="too_much_oweing"> entliehen haben. </TMPL_IF>
|
||||||
|
<TMPL_IF NAME="too_many_reserves">Sie können maximal <TMPL_VAR NAME="too_many_reserves"> Medien vorbestellen. </TMPL_IF>
|
||||||
|
<TMPL_IF NAME="already_reserved">Sie haben diesen Titel bereits vorbestellt.</TMPL_IF>
|
||||||
|
<TMPL_IF NAME="no_items_selected">Sie müssen mindestens einen Medientyp auswählen</TMPL_IF>
|
||||||
|
</B></font><P></td></tr></table>
|
||||||
|
</TMPL_IF>
|
||||||
|
|
||||||
|
|
||||||
|
<TMPL_IF NAME="select_item_types">
|
||||||
|
<!-- The first time round you select which bibitems you want -->
|
||||||
|
|
||||||
|
<p>Vorbestellen des Titels: <b><TMPL_VAR NAME="title"> ( <TMPL_VAR NAME="author"> )</b></p>
|
||||||
|
<p>Für diesen Titel liegen bereits <b><TMPL_VAR NAME="rank"></b> Vorbestellungen vor.</p>
|
||||||
|
<p>Bitte markieren Sie Ihre bevorzugten Medientypen. Der erste Medientyp Ihrer Auswahl, der verfügbar wird, wird für Sie reserviert.<p>
|
||||||
|
|
||||||
|
<FORM ACTION="/cgi-bin/koha/opac-reserve.pl" method=post>
|
||||||
|
<input type="hidden" name="item_types_selected" value="1">
|
||||||
|
<input type="hidden" name="bib" value="<TMPL_VAR NAME='biblionumber'>">
|
||||||
|
<TABLE border=1>
|
||||||
|
<tr bgcolor="#99cccc" background="/default/all/images/background-opac.gif">
|
||||||
|
<th>Vorbestellen</th>
|
||||||
|
<th>Medientyp</th>
|
||||||
|
<th>Exemplare</th>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<TMPL_LOOP NAME="TYPES">
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<TMPL_UNLESS NAME="notforloan">
|
||||||
|
<td><input type="checkbox" name="itemtype" value="<TMPL_VAR NAME='itemtype'>"></td>
|
||||||
|
<TMPL_ELSE>
|
||||||
|
<td>Keine Vorbestellung möglich</td>
|
||||||
|
</TMPL_UNLESS>
|
||||||
|
<td><TMPL_VAR NAME="description"></td>
|
||||||
|
<td><TMPL_VAR NAME="copies"></td>
|
||||||
|
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
</TMPL_LOOP>
|
||||||
|
|
||||||
|
</table>
|
||||||
|
<p>
|
||||||
|
Bevorzugter Abholort:
|
||||||
|
<select name="branch"><TMPL_VAR NAME="branchoptions"></select><br>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<table border=0 cellpadding=0 cellspacing=0>
|
||||||
|
<tr><td>Abholung im Zeitraum vom </td><td>
|
||||||
|
<select name=required-day>
|
||||||
|
<option value=0 >Tag
|
||||||
|
<option value=1 >1
|
||||||
|
<option value=2 >2
|
||||||
|
<option value=3 >3
|
||||||
|
<option value=4 >4
|
||||||
|
<option value=5 >5
|
||||||
|
<option value=6 >6
|
||||||
|
<option value=7 >7
|
||||||
|
<option value=8 >8
|
||||||
|
<option value=9 >9
|
||||||
|
<option value=10 >10
|
||||||
|
<option value=11 >11
|
||||||
|
<option value=12 >12
|
||||||
|
<option value=13 >13
|
||||||
|
<option value=14 >14
|
||||||
|
<option value=15 >15
|
||||||
|
<option value=16 >16
|
||||||
|
<option value=17 >17
|
||||||
|
<option value=18 >18
|
||||||
|
<option value=19 >19
|
||||||
|
<option value=20 >20
|
||||||
|
<option value=21 >21
|
||||||
|
<option value=22 >22
|
||||||
|
<option value=23 >23
|
||||||
|
<option value=24 >24
|
||||||
|
<option value=25 >25
|
||||||
|
<option value=26 >26
|
||||||
|
<option value=27 >27
|
||||||
|
<option value=28 >28
|
||||||
|
<option value=29 >29
|
||||||
|
<option value=30 >30
|
||||||
|
<option value=31 >31
|
||||||
|
</select>
|
||||||
|
|
||||||
|
</td><td>
|
||||||
|
<select name=required-month>
|
||||||
|
<option value=0 >Monat
|
||||||
|
<option value=1 >Jan
|
||||||
|
<option value=2 >Feb
|
||||||
|
<option value=3 >Mär
|
||||||
|
<option value=4 >Apr
|
||||||
|
<option value=5 >Mai
|
||||||
|
<option value=6 >Jun
|
||||||
|
<option value=7 >Jul
|
||||||
|
<option value=8 >Aug
|
||||||
|
<option value=9 >Sep
|
||||||
|
<option value=10 >Okt
|
||||||
|
<option value=11 >Nov
|
||||||
|
<option value=12 >Dez
|
||||||
|
</select>
|
||||||
|
</td><td>
|
||||||
|
<select name=required-year>
|
||||||
|
<option value=0 >Jahr
|
||||||
|
<option value=2003 >2003
|
||||||
|
<option value=2004 >2004
|
||||||
|
<option value=2005 >2005
|
||||||
|
<option value=2006 >2006
|
||||||
|
<option value=2007 >2007
|
||||||
|
</select>
|
||||||
|
|
||||||
|
</td></tr>
|
||||||
|
<tr><td>bis</td><td>
|
||||||
|
<select name=expires-day>
|
||||||
|
<option value=0 >Tag
|
||||||
|
<option value=1 >1
|
||||||
|
<option value=2 >2
|
||||||
|
<option value=3 >3
|
||||||
|
<option value=4 >4
|
||||||
|
<option value=5 >5
|
||||||
|
<option value=6 >6
|
||||||
|
<option value=7 >7
|
||||||
|
<option value=8 >8
|
||||||
|
<option value=9 >9
|
||||||
|
<option value=10 >10
|
||||||
|
<option value=11 >11
|
||||||
|
<option value=12 >12
|
||||||
|
<option value=13 >13
|
||||||
|
<option value=14 >14
|
||||||
|
<option value=15 >15
|
||||||
|
<option value=16 >16
|
||||||
|
<option value=17 >17
|
||||||
|
<option value=18 >18
|
||||||
|
<option value=19 >19
|
||||||
|
<option value=20 >20
|
||||||
|
<option value=21 >21
|
||||||
|
<option value=22 >22
|
||||||
|
<option value=23 >23
|
||||||
|
<option value=24 >24
|
||||||
|
<option value=25 >25
|
||||||
|
<option value=26 >26
|
||||||
|
<option value=27 >27
|
||||||
|
<option value=28 >28
|
||||||
|
<option value=29 >29
|
||||||
|
<option value=30 >30
|
||||||
|
<option value=31 >31
|
||||||
|
</select>
|
||||||
|
|
||||||
|
</td><td>
|
||||||
|
<select name=expires-month>
|
||||||
|
<option value=0 >Monat
|
||||||
|
<option value=1 >Jan
|
||||||
|
<option value=2 >Feb
|
||||||
|
<option value=3 >Mär
|
||||||
|
<option value=4 >Apr
|
||||||
|
<option value=5 >Mai
|
||||||
|
<option value=6 >Jun
|
||||||
|
<option value=7 >Jul
|
||||||
|
<option value=8 >Aug
|
||||||
|
<option value=9 >Sep
|
||||||
|
<option value=10 >Okt
|
||||||
|
<option value=11 >Nov
|
||||||
|
<option value=12 >Dez
|
||||||
|
</select>
|
||||||
|
</td><td>
|
||||||
|
|
||||||
|
<select name=expires-year>
|
||||||
|
<option value=0 >Jahr
|
||||||
|
<option value=2003 >2003
|
||||||
|
<option value=2004 >2004
|
||||||
|
<option value=2005 >2005
|
||||||
|
<option value=2006 >2006
|
||||||
|
<option value=2007 >2007
|
||||||
|
</select>
|
||||||
|
|
||||||
|
</td></tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<font size=4 face="arial,helvetica"><INPUT type="submit" value="Submit"></font>
|
||||||
|
|
||||||
|
</FORM>
|
||||||
|
|
||||||
|
</TMPL_IF>
|
||||||
|
|
||||||
|
<!-- if the bibitems have already been selected -->
|
||||||
|
<TMPL_IF NAME="item_types_selected">
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Bitte bestätigen Sie die Vorbestellung für diese Medientypen:
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<FORM ACTION="/cgi-bin/koha/opac-reserve.pl" method=post>
|
||||||
|
<input type="hidden" name="place_reserve" value="1">
|
||||||
|
<input type="hidden" name="bib" value="<TMPL_VAR NAME='biblionumber'>">
|
||||||
|
<input type="hidden" name="required_date" value="<TMPL_VAR NAME='required_date'>">
|
||||||
|
<input type="hidden" name="expires_date" value="<TMPL_VAR NAME='expires_date'>">
|
||||||
|
<TABLE border=1>
|
||||||
|
<tr><th bgcolor="#99cccc" background="/default/all/images/background-opac.gif">Medientyp</th></tr>
|
||||||
|
|
||||||
|
<TMPL_LOOP NAME="TYPES">
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<input type="hidden" name="itemtype" value="<TMPL_VAR NAME='itemtype'>"></td>
|
||||||
|
<td><TMPL_VAR NAME="description"></td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
</TMPL_LOOP>
|
||||||
|
|
||||||
|
</table>
|
||||||
|
|
||||||
|
Abholungsort: <b><TMPL_VAR NAME="branchname"></b><br>
|
||||||
|
<input type="hidden" name="branch" value="<TMPL_VAR NAME='branch'>">
|
||||||
|
|
||||||
|
<TMPL_IF NAME="fee">
|
||||||
|
<br>Ihre Vorbestellung ist kostenpflichtig. Die Gebühr beträgt <b>$<TMPL_VAR NAME="fee"></b> Euro.<br><!-- Fixme: Currency hard coded -->
|
||||||
|
</TMPL_IF>
|
||||||
|
|
||||||
|
<font size=4 face="arial,helvetica"><INPUT type="submit" value="Place Reserve"></font>
|
||||||
|
|
||||||
|
</FORM>
|
||||||
|
|
||||||
|
</TMPL_IF>
|
||||||
|
|
79
koha-tmpl/opac-tmpl/default/de/opac-search.tmpl
Normal file
|
@ -0,0 +1,79 @@
|
||||||
|
<!-- opac-search, translation by dnmeid, based on 1.10 -->
|
||||||
|
<TMPL_INCLUDE NAME="opac-top.inc">
|
||||||
|
|
||||||
|
<CENTER>
|
||||||
|
|
||||||
|
<TMPL_INCLUDE NAME="opac-auth.inc">
|
||||||
|
|
||||||
|
<FORM ACTION="/cgi-bin/koha/opac-searchresults.pl" method=get>
|
||||||
|
<TABLE >
|
||||||
|
|
||||||
|
<tr valign=top>
|
||||||
|
<TD></td>
|
||||||
|
<td></td>
|
||||||
|
<td><INPUT TYPE="image" src="/<TMPL_VAR NAME='themelang'>/images/search-button.gif" alt="Suche beginnen" width=164 height=44 border=0 ></td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<TR VALIGN=TOP>
|
||||||
|
<TD>Stichwort</TD>
|
||||||
|
<TD><INPUT TYPE="text" SIZE="25" NAME="keyword"></TD>
|
||||||
|
<td></TD>
|
||||||
|
</TR>
|
||||||
|
|
||||||
|
<TR VALIGN=TOP>
|
||||||
|
<TD colspan=3><B>ODER eine oder mehrere der folgenden Suchkriterien</B></TD>
|
||||||
|
<td></TD></TR>
|
||||||
|
|
||||||
|
<TR VALIGN=TOP>
|
||||||
|
<TD>Titel</TD>
|
||||||
|
<TD><INPUT TYPE="text" SIZE="25" NAME="title"></TD>
|
||||||
|
<td>
|
||||||
|
<input type=radio name=ttype value=normal checked>Normal
|
||||||
|
<input type=radio name=ttype value=exact>Genau
|
||||||
|
</td>
|
||||||
|
</TR>
|
||||||
|
|
||||||
|
<TR VALIGN=TOP>
|
||||||
|
<TD>Autor</TD> <TD><INPUT TYPE="text" SIZE="25" NAME="author"></TD></TR>
|
||||||
|
|
||||||
|
<TR VALIGN=TOP>
|
||||||
|
<TD>Illustrator</TD> <TD><INPUT TYPE="text" SIZE="25" NAME="illustrator"></TD></TR>
|
||||||
|
|
||||||
|
<TR VALIGN=TOP>
|
||||||
|
<TD>Schlagwort</TD> <TD><INPUT TYPE="text" SIZE="25" NAME="subject"></TD></TR>
|
||||||
|
|
||||||
|
<td>Klassifikation</td>
|
||||||
|
<td>
|
||||||
|
<select size="1" name="class">
|
||||||
|
<option value="">Beliebig
|
||||||
|
<!-- fetch class list -->
|
||||||
|
<TMPL_VAR name="classlist">
|
||||||
|
<!--#include virtual="/includes/cat-class-list.inc" -->
|
||||||
|
</select>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
|
||||||
|
<TR VALIGN=TOP>
|
||||||
|
<TD>Strichcode</TD>
|
||||||
|
<TD><INPUT TYPE="text" SIZE="25" NAME="itemnumber"></TD>
|
||||||
|
<td></td>
|
||||||
|
</TR>
|
||||||
|
|
||||||
|
<TR VALIGN=TOP>
|
||||||
|
<td></td>
|
||||||
|
<TD><font size=4 face="arial,helvetica">
|
||||||
|
<INPUT TYPE="reset" value="Löschen"></font>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<TR VALIGN=TOP>
|
||||||
|
<TD colspan=3>Bitte beachten Sie, dass bei Eingabe eines Schlagwortes, zusätzlich zu einem anderen Suchkriterium, nur nach Schlagworten gesucht wird.</TD>
|
||||||
|
</TD></TR>
|
||||||
|
|
||||||
|
</TABLE>
|
||||||
|
</FORM>
|
||||||
|
</CENTER>
|
||||||
|
|
||||||
|
|
||||||
|
<TMPL_INCLUDE NAME="opac-bottom.inc">
|
114
koha-tmpl/opac-tmpl/default/de/opac-searchresults.tmpl
Normal file
|
@ -0,0 +1,114 @@
|
||||||
|
<!-- opac-searchresults, translation by dnmeid, based on 1.10 -->
|
||||||
|
<TMPL_INCLUDE NAME="opac-top.inc">
|
||||||
|
|
||||||
|
<center>
|
||||||
|
|
||||||
|
<TMPL_INCLUDE NAME="opac-auth.inc">
|
||||||
|
|
||||||
|
<TMPL_IF NAME="searchdesc">
|
||||||
|
Ihre Suche nach <b><TMPL_VAR NAME="searchdesc"></b> ergab <TMPL_VAR NAME="numrecords"> Treffer.
|
||||||
|
<TMPL_ELSE>
|
||||||
|
Sie haben kein Suchkriterium angegeben.<br>
|
||||||
|
</TMPL_IF>
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<!-- Row of numbers corresponding to search result pages -->
|
||||||
|
<TMPL_IF NAME="displayprev">
|
||||||
|
<a href=/cgi-bin/koha/opac-searchresults.pl?startfrom=<TMPL_VAR NAME='prevstartfrom'><TMPL_LOOP NAME='FORMINPUTS'>&<TMPL_VAR NAME='field'>=<TMPL_VAR NAME='value' ESCAPE=URL></TMPL_LOOP>><img src="/default/all/images/numbers/prev.gif" border=0></a>
|
||||||
|
<TMPL_ELSE>
|
||||||
|
<img src="/default/all/images/numbers/placeholder.gif" border=0>
|
||||||
|
</TMPL_IF>
|
||||||
|
<TMPL_LOOP NAME="numbers">
|
||||||
|
<TMPL_IF NAME="highlight">
|
||||||
|
<img src="/default/all/images/numbers/<TMPL_VAR NAME=number>-highlight.gif" border=0>
|
||||||
|
<TMPL_ELSE>
|
||||||
|
<a href="/cgi-bin/koha/opac-searchresults.pl?startfrom=<TMPL_VAR NAME="startfrom"><TMPL_LOOP NAME="FORMINPUTS">&<TMPL_VAR NAME="field">=<TMPL_VAR NAME="value" ESCAPE=URL></TMPL_LOOP>"><img src="/default/all/images/numbers/<TMPL_VAR NAME=number>.gif" border=0></a>
|
||||||
|
</TMPL_IF>
|
||||||
|
</TMPL_LOOP>
|
||||||
|
<TMPL_IF NAME="displaynext">
|
||||||
|
<a href="/cgi-bin/koha/opac-searchresults.pl?startfrom=<TMPL_VAR NAME="nextstartfrom"><TMPL_LOOP NAME="FORMINPUTS">&<TMPL_VAR NAME="field">=<TMPL_VAR NAME="value" ESCAPE=URL></TMPL_LOOP>"><img src="/default/all/images/numbers/next.gif" border=0></a>
|
||||||
|
<TMPL_ELSE>
|
||||||
|
<img src="/default/all/images/numbers/placeholder.gif" border=0>
|
||||||
|
</TMPL_IF>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<!-- Search Results Table -->
|
||||||
|
<TMPL_IF NAME="numrecords">
|
||||||
|
|
||||||
|
<!-- If we have a subject table -->
|
||||||
|
<TMPL_IF NAME="subjectsearch">
|
||||||
|
<table border=0 cellspacing=0 cellpadding=2>
|
||||||
|
<tr bgcolor=#99cccc background="/default/all/images/background-opac.gif">
|
||||||
|
<th>Schlagwort</th></tr>
|
||||||
|
<TMPL_LOOP NAME=SEARCH_RESULTS>
|
||||||
|
<tr>
|
||||||
|
<td><a href="/cgi-bin/koha/opac-searchresults.pl?&subjectitems=<TMPL_VAR NAME=subject ESCAPE=URL>"><TMPL_VAR NAME=subject></a></td>
|
||||||
|
</tr>
|
||||||
|
</TMPL_LOOP>
|
||||||
|
<tr bgcolor=#99cccc background="/default/all/images/background-opac.gif"><td colspan=4>
|
||||||
|
</td></tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<!-- Else we have a list of items -->
|
||||||
|
<TMPL_ELSE>
|
||||||
|
|
||||||
|
<table border=0 cellspacing=0 cellpadding=2 width=90%>
|
||||||
|
<tr bgcolor=#99cccc background="/default/all/images/background-opac.gif">
|
||||||
|
<th align=left>Titel</th><th align=left>Autor</th><th>©</th><th>Exemplare</th><th>Standort</th><th> </th>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<!-- Actual Search Results -->
|
||||||
|
|
||||||
|
<TMPL_LOOP NAME="SEARCH_RESULTS">
|
||||||
|
<tr>
|
||||||
|
<td><a href=/cgi-bin/koha/opac-detail.pl?bib=<TMPL_VAR NAME="biblionumber" ESCAPE=URL>><TMPL_VAR NAME="title"></a></td>
|
||||||
|
<td><a href=/cgi-bin/koha/opac-searchresults.pl?author=<TMPL_VAR NAME="author" ESCAPE=URL>><TMPL_VAR NAME="author"></a></td>
|
||||||
|
<td align=center> <TMPL_VAR NAME="copyrightdate"> </td>
|
||||||
|
<td align=center> <TMPL_VAR NAME="itemcount"> </td>
|
||||||
|
<td> <TMPL_VAR NAME="location"> </td>
|
||||||
|
<td>
|
||||||
|
<TMPL_UNLESS NAME="norequests"><a href=/cgi-bin/koha/opac-reserve.pl?bib=<TMPL_VAR NAME="biblionumber" ESCAPE=URL>>Vorbestellen</a>
|
||||||
|
<TMPL_ELSE>
|
||||||
|
Keine Vorbestellung möglich
|
||||||
|
</TMPL_UNLESS>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</TMPL_LOOP>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<tr bgcolor=#99cccc background="/default/all/images/background-opac.gif"><td colspan=6>
|
||||||
|
<table border=0 cellpadding=0 cellspacing=0 width=100%>
|
||||||
|
<tr bgcolor=#99cccc background="/default/all/images/background-opac.gif"><td align=left>
|
||||||
|
<TMPL_IF NAME="displayprev">
|
||||||
|
<a href="/cgi-bin/koha/opac-searchresults.pl?startfrom=<TMPL_VAR NAME="prevstartfrom"><TMPL_LOOP NAME=FORMINPUTS>&<TMPL_VAR NAME="field">=<TMPL_VAR NAME="value" ESCAPE=URL></TMPL_LOOP>">Letzte Treffer</a>
|
||||||
|
<TMPL_ELSE>
|
||||||
|
|
||||||
|
</TMPL_IF>
|
||||||
|
|
||||||
|
|
||||||
|
</td><td align=right>
|
||||||
|
<TMPL_IF NAME="displaynext">
|
||||||
|
<a href="/cgi-bin/koha/opac-searchresults.pl?startfrom=<TMPL_VAR NAME="nextstartfrom"><TMPL_LOOP NAME=FORMINPUTS>&<TMPL_VAR NAME="field">=<TMPL_VAR NAME="value" ESCAPE=URL></TMPL_LOOP>">Weitere Treffer</a>
|
||||||
|
<TMPL_ELSE>
|
||||||
|
|
||||||
|
</TMPL_IF>
|
||||||
|
</td></tr>
|
||||||
|
</table>
|
||||||
|
</td></tr>
|
||||||
|
</table>
|
||||||
|
</TMPL_IF>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
Treffer <TMPL_VAR NAME="startfrom"> bis <TMPL_VAR NAME="endat"> von insgesamt <TMPL_VAR NAME="numrecords"> Treffern.
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
|
||||||
|
<TMPL_ELSE>
|
||||||
|
Leider konnten wir keine Medien zu Ihrer Anfrage finden.<br>
|
||||||
|
</TMPL_IF>
|
||||||
|
<a href=/cgi-bin/koha/opac-search.pl>Neue Suche starten</a>
|
||||||
|
|
||||||
|
|
||||||
|
<TMPL_INCLUDE NAME="opac-bottom.inc">
|
134
koha-tmpl/opac-tmpl/default/de/opac-user.tmpl
Normal file
|
@ -0,0 +1,134 @@
|
||||||
|
<!-- opac-user, translation by dnmeid, based on 1.9 -->
|
||||||
|
<TMPL_INCLUDE NAME="members-top.inc">
|
||||||
|
|
||||||
|
<TMPL_INCLUDE NAME="opac-auth.inc">
|
||||||
|
|
||||||
|
<TMPL_LOOP NAME="BORROWER_INFO">
|
||||||
|
|
||||||
|
<table align=right cellpadding=5 cellspacing=0 border=1 width=200 >
|
||||||
|
<tr bgcolor="#fecc99" >
|
||||||
|
<td><b>Stimmen Ihre Daten noch?</B></td></tr>
|
||||||
|
<tr>
|
||||||
|
<td><font size=2 face="arial,helvetica">
|
||||||
|
Benutzerkartennummer: <TMPL_VAR NAME="cardnumber"> <p>
|
||||||
|
<TMPL_VAR NAME="title"> <TMPL_VAR NAME="firstname"> <TMPL_VAR NAME="surname"><br>
|
||||||
|
<TMPL_VAR NAME="streetaddress"><br>
|
||||||
|
<TMPL_VAR NAME="city"><br>
|
||||||
|
Tel.: <TMPL_VAR NAME="phone"><br>
|
||||||
|
Fax.: <TMPL_VAR NAME="faxnumber"><br>
|
||||||
|
eMail: <a href="mailto:<TMPL_VAR NAME="emailaddress">"><TMPL_VAR NAME="emailaddress"></a><p>
|
||||||
|
|
||||||
|
Sollten Ihre Daten nicht mehr aktuell sein, können Sie hier Ihre <a href="/cgi-bin/koha/opac-userupdate.pl">Angaben berichtigen</a>
|
||||||
|
|
||||||
|
</td></tr></table>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<font size=6><em>Hallo <TMPL_VAR NAME="firstname"> <TMPL_VAR NAME="surname"></em></font>
|
||||||
|
[<a href="/cgi-bin/koha/opac-main.pl?logout.x=1">Abmelden</a>]<p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<TMPL_IF NAME="amountoverfive">
|
||||||
|
<table cellpadding=5 cellspacing=0 border=1>
|
||||||
|
<tr bgcolor="#fecc99">
|
||||||
|
<td>
|
||||||
|
<font face="arial,helvetica" color="red" size=+2><B>Sie haben offene Gebühren in Höhe von <TMPL_VAR NAME="amountoutstanding"> Euro</B></font> <!-- FIXME Currency hard coded -->
|
||||||
|
</td></tr></table>
|
||||||
|
|
||||||
|
</TMPL_IF>
|
||||||
|
|
||||||
|
<TMPL_IF NAME="amountoverzero">
|
||||||
|
<table cellpadding=5 cellspacing=0 border=1>
|
||||||
|
<tr bgcolor="#fecc99">
|
||||||
|
<td><font face="arial,helvetica" size=+2><B>Sie haben offene Gebühren in Höhe von <TMPL_VAR NAME="amountoutstanding"> Euro</B></font> <!-- FIXME Currency hard coded --></td>
|
||||||
|
</tr></table>
|
||||||
|
</TMPL_IF>
|
||||||
|
|
||||||
|
<TMPL_IF NAME"amountlessthanzero">
|
||||||
|
<table cellpadding=5 cellspacing=0 border=1>
|
||||||
|
<tr bgcolor="#fecc99">
|
||||||
|
<td>
|
||||||
|
<td><font face="arial,helvetica" size=+2><B>Sie haben ein Guthaben von <TMPL_VAR NAME="amountoutstanding"> Euro</B></font> <!-- FIXME Currency hard coded -->
|
||||||
|
</td></tr></table>
|
||||||
|
</TMPL_IF>
|
||||||
|
<a href='/cgi-bin/koha/opac-account.pl'>Buchungen einsehen</a>
|
||||||
|
|
||||||
|
</TMPL_LOOP>
|
||||||
|
|
||||||
|
<TMPL_IF NAME="waiting_count">
|
||||||
|
<table cellpadding=5 cellspacing=0 border=0><tr bgcolor="#fecc99" >
|
||||||
|
<td colspan=2><font color="red" face="arial,helvetica" size=+2><B>
|
||||||
|
Abholbereite Vorbestellungen:
|
||||||
|
</B></font><P></td></tr>
|
||||||
|
<TMPL_LOOP NAME="WAITING">
|
||||||
|
<tr><td><b><TMPL_VAR NAME="btitle"></b></td><td>Abholort: <b><TMPL_VAR NAME="branch"></b></td></tr>
|
||||||
|
</TMPL_LOOP>
|
||||||
|
</table>
|
||||||
|
</TMPL_IF>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<TMPL_IF NAME="issues_count">
|
||||||
|
|
||||||
|
Sie haben momentan <TMPL_VAR NAME="issues_count"> Medien entliehen.<br>
|
||||||
|
|
||||||
|
<TABLE CELLPADDING=5 CELLSPACING=0 border=1 >
|
||||||
|
|
||||||
|
<TR VALIGN=TOP bgcolor="#99cccc" background='/default/all/images/background-opac.gif'>
|
||||||
|
<TD><B>Titel</B></TD>
|
||||||
|
<TD><B>Autor</B></TD>
|
||||||
|
<TD><B>Leihfristende</B></TD>
|
||||||
|
<TD><B>Medientyp</B></TD>
|
||||||
|
<TD><B>Gebühr</B></TD>
|
||||||
|
<TD><B>Status</B></TD>
|
||||||
|
</TR>
|
||||||
|
|
||||||
|
<TMPL_LOOP NAME="ISSUES">
|
||||||
|
|
||||||
|
<TR VALIGN=TOP>
|
||||||
|
<TD><TMPL_VAR NAME="title"></TD>
|
||||||
|
<TD><TMPL_VAR NAME="author"></TD>
|
||||||
|
<TD><TMPL_VAR NAME="date_due"></TD>
|
||||||
|
<TD><TMPL_VAR NAME="itemtype"></TD>
|
||||||
|
<TD><TMPL_VAR NAME="charges"></TD>
|
||||||
|
<TD><TMPL_VAR NAME="status"></TD>
|
||||||
|
</TR>
|
||||||
|
|
||||||
|
</TMPL_LOOP>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<TMPL_ELSE>
|
||||||
|
Sie haben momentan keine Medien entliehen.
|
||||||
|
</TMPL_IF>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
|
||||||
|
|
||||||
|
<TMPL_IF NAME="reserves_count">
|
||||||
|
|
||||||
|
Sie haben momentan <TMPL_VAR NAME="reserves_count"> Medien vorbestellt.<br>
|
||||||
|
|
||||||
|
<TABLE CELLPADDING=5 CELLSPACING=0 border=1 >
|
||||||
|
|
||||||
|
<TR VALIGN=TOP bgcolor="#99cccc" background='/default/all/images/background-opac.gif'>
|
||||||
|
<TD><B>Titel</B></TD>
|
||||||
|
<TD><B>Autor</B></TD>
|
||||||
|
<TD><B>Datum</B></TD>
|
||||||
|
</TR>
|
||||||
|
|
||||||
|
<TMPL_LOOP NAME="RESERVES">
|
||||||
|
|
||||||
|
<TR VALIGN=TOP>
|
||||||
|
<TD><TMPL_VAR NAME="btitle"></TD>
|
||||||
|
<TD><TMPL_VAR NAME="author"></TD>
|
||||||
|
<TD><TMPL_VAR NAME="reservedate"></TD>
|
||||||
|
</TR>
|
||||||
|
|
||||||
|
</TMPL_LOOP>
|
||||||
|
</table>
|
||||||
|
</TMPL_IF>
|
||||||
|
|
||||||
|
|
||||||
|
<TMPL_INCLUDE NAME="opac-bottom.inc">
|
||||||
|
|
50
koha-tmpl/opac-tmpl/default/de/opac-userupdate.tmpl
Normal file
|
@ -0,0 +1,50 @@
|
||||||
|
<!-- opac-userupdate, translation by dnmeid, based on 1.8 -->
|
||||||
|
<TMPL_INCLUDE NAME="members-top.inc">
|
||||||
|
|
||||||
|
<TMPL_INCLUDE NAME="opac-auth.inc">
|
||||||
|
|
||||||
|
<TMPL_LOOP NAME="BORROWER_INFO">
|
||||||
|
|
||||||
|
<CENTER>
|
||||||
|
<FORM ACTION="/cgi-bin/koha/opac-userupdate.pl" method=get>
|
||||||
|
<TABLE >
|
||||||
|
|
||||||
|
<TR VALIGN=TOP>
|
||||||
|
<TD>Anrede</TD> <TD><INPUT TYPE="text" SIZE="25" value="<TMPL_VAR NAME='title'>" NAME="title"></TD></TR>
|
||||||
|
|
||||||
|
<TR VALIGN=TOP>
|
||||||
|
<TD>Vorname</TD> <TD><INPUT TYPE="text" SIZE="25" value="<TMPL_VAR NAME='firstname'>" NAME="firstname"></TD></TR>
|
||||||
|
|
||||||
|
<TR VALIGN=TOP>
|
||||||
|
<TD>Name</TD> <TD><INPUT TYPE="text" SIZE="25" value="<TMPL_VAR NAME='surname'>" NAME="surname"></TD></TR>
|
||||||
|
|
||||||
|
<TR VALIGN=TOP>
|
||||||
|
<TD>Straße</TD> <TD><INPUT TYPE="text" SIZE="25" value="<TMPL_VAR NAME='streetaddress'>" NAME="streetaddress"></TD></TR>
|
||||||
|
|
||||||
|
<TR VALIGN=TOP>
|
||||||
|
<TD>Ort</TD> <TD><INPUT TYPE="text" SIZE="25" value="<TMPL_VAR NAME='city'>" NAME="city"></TD></TR>
|
||||||
|
|
||||||
|
|
||||||
|
<TR VALIGN=TOP>
|
||||||
|
<TD>Tel.</TD> <TD><INPUT TYPE="text" SIZE="25" value="<TMPL_VAR NAME='phone'>" NAME="phone"></TD></TR>
|
||||||
|
|
||||||
|
<TR VALIGN=TOP>
|
||||||
|
<TD>Fax.</TD> <TD><INPUT TYPE="text" SIZE="25" value="<TMPL_VAR NAME='faxnumber'>" NAME="faxnumber"></TD></TR>
|
||||||
|
|
||||||
|
<TR VALIGN=TOP>
|
||||||
|
<TD>eMail</TD> <TD><INPUT TYPE="text" SIZE="25" value="<TMPL_VAR NAME='emailaddress'>" NAME="emailaddress"></TD></TR>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<TR VALIGN=TOP>
|
||||||
|
<td><font size=4 face="arial,helvetica"><INPUT type="submit" value="Abschicken"></font></td>
|
||||||
|
<TD><font size=4 face="arial,helvetica">
|
||||||
|
</font></td></tr>
|
||||||
|
|
||||||
|
</TABLE>
|
||||||
|
</FORM>
|
||||||
|
</CENTER>
|
||||||
|
|
||||||
|
</TMPL_LOOP>
|
||||||
|
|
||||||
|
<TMPL_INCLUDE NAME="opac-bottom.inc">
|
43
koha-tmpl/opac-tmpl/default/de/subject.tmpl
Normal file
|
@ -0,0 +1,43 @@
|
||||||
|
<!-- subject, translation by dnmeid, based on 1.3 -->
|
||||||
|
<TMPL_INCLUDE NAME="opac-top.inc">
|
||||||
|
|
||||||
|
|
||||||
|
<TMPL_INCLUDE NAME="opac-auth.inc">
|
||||||
|
|
||||||
|
<center>
|
||||||
|
|
||||||
|
<table border=0 cellspacing=0 cellpadding=2>
|
||||||
|
<tr bgcolor=#99cccc background="/default/all/images/background-opac.gif">
|
||||||
|
<th>Subject</th></tr>
|
||||||
|
<TMPL_LOOP NAME=SEARCH_RESULTS>
|
||||||
|
<tr>
|
||||||
|
<td><a href="/cgi-bin/koha/dosearch.pl?&subjectitems=<TMPL_VAR NAME=subject2 ESCAPE=URL>"><TMPL_VAR NAME=subject></a></td>
|
||||||
|
</tr>
|
||||||
|
</TMPL_LOOP>
|
||||||
|
<tr bgcolor=#99cccc background="/default/all/images/background-opac.gif"><td colspan=4>
|
||||||
|
</td></tr>
|
||||||
|
</table>
|
||||||
|
<br>
|
||||||
|
Treffer <TMPL_VAR NAME="startfrom"> bis <TMPL_VAR NAME="endat"> von insgesamt <TMPL_VAR NAME="numrecords"> Treffern.
|
||||||
|
<br>
|
||||||
|
<TMPL_IF NAME="displayprev">
|
||||||
|
<a href="/cgi-bin/koha/dosearch.pl?startfrom=<TMPL_VAR NAME="prevstartfrom"><TMPL_LOOP NAME="FORMINPUTS">&<TMPL_VAR NAME="field">=<TMPL_VAR NAME="value" ESCAPE=URL></TMPL_LOOP>"><img src="/default/all/images/numbers/prev.gif" border=0></a>
|
||||||
|
<TMPL_ELSE>
|
||||||
|
<img src="/default/all/images/numbers/placeholder.gif" border=0>
|
||||||
|
</TMPL_IF>
|
||||||
|
<TMPL_LOOP NAME="numbers">
|
||||||
|
<TMPL_IF NAME="highlight">
|
||||||
|
<img src="/default/all/images/numbers/<TMPL_VAR NAME=number>-highlight.gif">
|
||||||
|
<TMPL_ELSE>
|
||||||
|
<a href="/cgi-bin/koha/dosearch.pl?startfrom=<TMPL_VAR NAME="startfrom"><TMPL_LOOP NAME="FORMINPUTS">&<TMPL_VAR NAME="field">=<TMPL_VAR NAME="value" ESCAPE=URL></TMPL_LOOP>"><img src="/default/all/images/numbers/<TMPL_VAR NAME=number>.gif" border=0></a>
|
||||||
|
</TMPL_IF>
|
||||||
|
</TMPL_LOOP>
|
||||||
|
<TMPL_IF NAME="displaynext">
|
||||||
|
<a href="/cgi-bin/koha/dosearch.pl?startfrom=<TMPL_VAR NAME="nextstartfrom"><TMPL_LOOP NAME="FORMINPUTS">&<TMPL_VAR NAME="field">=<TMPL_VAR NAME="value" ESCAPE=URL></TMPL_LOOP>"><img src="/default/all/images/numbers/next.gif" border=0></a>
|
||||||
|
<TMPL_ELSE>
|
||||||
|
<img src="/default/all/images/numbers/placeholder.gif" border=0>
|
||||||
|
</TMPL_IF>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<TMPL_INCLUDE NAME="opac-bottom.inc">
|