[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/bull bull-home.tmpl,NONE,1.1 lateissues.tmpl,NONE,1.1 order.tmpl,NONE,1.1 receipt-search-result.tmpl,NONE,1.1 result.tmpl,NONE,1.1 search-supply.tmpl,NONE,1.1 search.tmpl,NONE,1.1 searchresultlist.tmpl,NONE,1.1 serial-issues.tmpl,NONE,1.1 statecollection.tmpl,NONE,1.1 subscription-add.tmpl,NONE,1.1 subscription-bib-search.tmpl,NONE,1.1 subscription-detail.tmpl,NONE,1.1 subscription-renew.tmpl,NONE,1.1

Dorian Meid dnmeid at users.sourceforge.net
Thu May 12 21:26:16 CEST 2005


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/bull
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16198/intranet-tmpl/default/de/bull

Added Files:
	bull-home.tmpl lateissues.tmpl order.tmpl 
	receipt-search-result.tmpl result.tmpl search-supply.tmpl 
	search.tmpl searchresultlist.tmpl serial-issues.tmpl 
	statecollection.tmpl subscription-add.tmpl 
	subscription-bib-search.tmpl subscription-detail.tmpl 
	subscription-renew.tmpl 
Log Message:
First german contribution to 2.2.2
Thanks to Friedrich

--- NEW FILE ---
<!-- TMPL_INCLUDE NAME="bull-top.inc" -->
<!--------------------------MAIN BODY OF PAGE-------------------------->
<div id="mainbloc">
	<h1 class="bull">Serien-Abonnement</h1>
	<table>
		<tr>
			<th class="bull">Titel</th>
			<th class="bull">ISSN</th>
			<th class="bull" colspan=2>&nbsp;</th>
		</tr>
		<tr>
			<form action="bull-home.pl" method="post">
			<td>
				<input type="text" size=40 maxlength=40 name="title" value="<!-- TMPL_VAR name="title" -->">
			</td>
			<td>
				<input type="text" size=11 maxlength=11 name="ISSN" value="<!-- TMPL_VAR name="ISSN" -->">
			</td>
			<td colspan=3>
				<input type="submit" value="Filter" class="button bull">
			</td>
		</tr>
		<!-- TMPL_LOOP name="subscriptions" -->
			<tr>
				<td>
					<!-- TMPL_VAR name="title" --> <!-- TMPL_IF name="notes" -->(<!-- TMPL_VAR name="notes" -->)<!-- /TMPL_IF -->
				</td>
				<td>
					<!-- TMPL_VAR name="ISSN" -->
				</td>
				<td>
					<a href="bull/subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Detail</a>  <a href="bull/statecollection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Recieve</a>
				</td>
			</tr>
		<!-- /TMPL_LOOP -->
	</table>
	<a href="/cgi-bin/koha/bull/subscription-add.pl" class="button bull">Abonnement hinzuf&uuml;gen</a>
</div>
<!-- TMPL_INCLUDE NAME="bull-bottom.inc" -->


--- NEW FILE ---
<!-- TMPL_INCLUDE NAME="bull-top.inc" -->
<!--------------------------MAIN BODY OF PAGE-------------------------->
<div id="mainbloc">
	<h1 class="bull">&Uuml;berf&auml;llige Hefte</h1>
	<table>
		<tr>
			<th class="bull">Lieferant</th>
			<th class="bull">Titel</th>
			<th class="bull">Ausleihnummer</th>
			<th class="bull">&Uuml;berf&auml;llig seit</th>
			<th class="bull" colspan=2>&nbsp;</th>
		</tr>
		<tr>
			<form action="lateissues.pl" method="post">
				<td>
					<!-- TMPL_VAR name="CGIsupplier" -->
				</td>
				<td>
					&nbsp;
				</td>
				<td>
					<input type="submit" value="Filter" class="button bull">
				</td>
			</form>
		</tr>
		<!-- TMPL_LOOP name="lateissues" -->
			<tr>
				<td>
					<!-- TMPL_VAR name="name" -->
				</td>
				<td>
					<!-- TMPL_VAR name="Title" -->
				</td>
				<td>
					<!-- TMPL_VAR name="serialseq" -->
				</td>
				<td>
					<!-- TMPL_VAR name="planneddate" -->
				</td>
				<td>
					<a href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Detail</a>  <a href="statecollection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Recieve</a>
				</td>
			</tr>
		<!-- /TMPL_LOOP -->
	</table>
</div>
<!-- TMPL_INCLUDE NAME="bull-bottom.inc" -->


--- NEW FILE ---
<!-- TMPL_INCLUDE name="popup-top.inc" -->
<div id="mainbloc">
	<h1>Suchergebnis Lieferanten</h1>
	<div id="bloc100">
		<h2>Sie suchten nach dem <b>Lieferanten <!-- TMPL_VAR name="supplier" -->,</b> <!-- TMPL_VAR name="count" --> Treffer gefunden</h2>
		<table>
			<tr>
				<th>Buchh&auml;ndler</th>
				<th>Auswahl</th>
			</tr>
			<!-- TMPL_LOOP name="loop_suppliers" -->
				<tr>
					<td><!-- TMPL_VAR name="name" --></td>
					<td><a href="#" onclick="javascript:GetIt(<!-- TMPL_VAR name="aqbooksellerid" -->,'<!-- TMPL_VAR name="name" -->')">Get It !</td>
				</tr>
			<!-- /TMPL_LOOP -->
		</table>
	</div>
</div>

<script language="Javascript">

function GetIt(aqbooksellerid,name)
{
  opener.document.f.aqbooksellerid.value = aqbooksellerid;
  opener.document.f.aqbooksellername.value = name;
  self.close();
}
</script>
<!-- TMPL_INCLUDE name="popup-bottom.inc" -->

--- NEW FILE ---
<!-- TMPL_INCLUDE NAME="bull-top.inc" -->
<div id="mainbloc">
	<h1 class="authority">Suchergebnis serien</h1>
	<div id="resultnumber">
		<p>
			<!-- TMPL_IF NAME=displayprev -->
				<a href=search.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&<!-- TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search>
					<img src="/intranet-tmpl/default/images/numbers/prev.gif" border=0>
				</a>
			<!-- /TMPL_IF -->
			<!-- TMPL_LOOP NAME=numbers -->
				<!-- TMPL_IF NAME=highlight -->
					<img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME=number -->-highlight.gif">
				<!-- TMPL_ELSE -->
					<a href=search.pl?startfrom=<!-- TMPL_VAR NAME=startfrom -->&<!-- TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search><img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME=number -->.gif" border=0></a>
				<!-- /TMPL_IF -->
			<!-- /TMPL_LOOP -->
			<!-- TMPL_IF NAME=displaynext -->
				<a href=search.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&<!-- TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->&resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search><img src="/intranet-tmpl/default/images/numbers/next.gif" border=0></a>
				<!-- /TMPL_IF -->
		</p>

	</div>
	<div id="resultlist">
		<table>
			<tr>
				<th class="authority">Serie</th>
				<th class="authority">Zeige</th>
				<th class="authority">State of collection</th>
				<th class="authority">L&ouml;schen</th>
			</tr>
			<!-- TMPL_LOOP name="result" -->
				<tr>
					<td><!-- TMPL_VAR name="serial" --></td>

					<td>
		<div align="center">				<a href="subscription-detail.pl?suscr=<!-- TMPL_VAR name="subscriptionid" -->">
							<img src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR name="theme" -->/images/fileopen.png"  width="32" hspace="0" vspace="0" border="0" alt="Authority number <!-- TMPL_VAR name="authid" -->" title="Serial number<!-- TMPL_VAR name="subscriptionid" -->">
						</a> </div>
					</td>
	<td><div align="center"><a href="statecollection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->&serial=<!-- TMPL_VAR name="serial" -->"> 

							<img src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR name="theme" -->/images/Fleche.jpg"  width="32" hspace="0" vspace="0" border="0" alt="Subscribtion serial<!-- TMPL_VAR name="subscriptionid" -->" title="Serial number<!-- TMPL_VAR name="subscriptionid" -->">


</a></td></div>
				</tr>
			<!-- /TMPL_LOOP -->
		</table>
	</div>
	<div id="resultnumber">
		<p>
			<!-- TMPL_IF NAME=displayprev -->
			<a href=search.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&<!-- TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search><img src="/intranet-tmpl/default/images/numbers/prev.gif" border=0></a>
			<!-- /TMPL_IF -->
			<!-- TMPL_LOOP NAME=numbers -->
				<!-- TMPL_IF NAME=highlight -->
				<img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME=number -->-highlight.gif">
				<!-- TMPL_ELSE -->
				<a href=search.pl?startfrom=<!-- TMPL_VAR NAME=startfrom -->&<!-- TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search><img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME=number -->.gif" border=0></a>
				<!-- /TMPL_IF -->
			<!-- /TMPL_LOOP -->
			<!-- TMPL_IF NAME=displaynext -->
			<a href=search.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&<!-- TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->&resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search><img src="/intranet-tmpl/default/images/numbers/next.gif" border=0></a>
				<!-- /TMPL_IF -->
		</p>
	</div>	
</div>
<!-- TMPL_INCLUDE NAME="bull-bottom.inc" -->


<script language="JavaScript" type="text/javascript" >
function do_delete(page)
{
window.location = page;
}
</script>

--- NEW FILE ---
    <!-- TMPL_INCLUDE NAME="neutral-top.inc" -->
<div id="mainbloc">
	<h1 class="catalogue">Suchergebnisse</h1>
	<div id="resultnumber">
		<p>
			<!-- TMPL_IF NAME=displayprev -->
				<a href=subscription-bib-search.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&<!-- TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search>
					<img src="/intranet-tmpl/default/images/numbers/prev.gif" border=0>
				</a>
			<!-- /TMPL_IF -->
			<!-- TMPL_LOOP NAME=numbers -->
				<!-- TMPL_IF NAME=highlight -->
					<img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME=number -->-highlight.gif">
				<!-- TMPL_ELSE -->
					<a href=subscription-bib-search.pl?startfrom=<!-- TMPL_VAR NAME=startfrom -->&<!-- TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search><img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME=number -->.gif" border=0></a>
				<!-- /TMPL_IF -->
			<!-- /TMPL_LOOP -->
			<!-- TMPL_IF NAME=displaynext -->
				<a href=subscription-bib-search.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&<!-- TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->&resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search><img src="/intranet-tmpl/default/images/numbers/next.gif" border=0></a>
				<!-- /TMPL_IF -->
		</p>
		<p>
			<!-- TMPL_IF name=total -->
			&nbsp<b>Treffer <i><!-- TMPL_VAR name="from" --></i> von <i><!-- TMPL_VAR name="to" --></i></b><br><br>
			<!-- TMPL_ELSE -->
			&nbsp; Kein Ergebnis gefunden.<br>
			<!-- /TMPL_IF -->
		</p>
	</div>
	<div id="resultlist">
		<table>
			<tr>
			<th class="catalogue">Zusammenfassung</th>
			<th class="catalogue">&nbsp;</th>
			</tr>
			<!-- TMPL_LOOP name="result" -->
			<tr>
				<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
					<p>
						<p><b><!-- TMPL_VAR NAME="title" --></b></p>
						<p><!-- TMPL_VAR NAME="author" -->
						<!-- TMPL_IF name="publishercode" -->- <!-- TMPL_VAR name="publishercode" --><!-- /TMPL_IF -->
						<!-- TMPL_IF name="place" --> ; <!-- TMPL_VAR name="place" --><!-- /TMPL_IF -->
						<!-- TMPL_IF name="pages" --> - <!-- TMPL_VAR name="pages" --><!-- /TMPL_IF -->
						<!-- TMPL_IF name="notes" --> : <!-- TMPL_VAR name="notes" --><!-- /TMPL_IF -->
						<!-- TMPL_IF name="size" --> ; <!-- TMPL_VAR name="size" --><!-- /TMPL_IF -->
					</p>
				</td>
				<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
						<a class="transparent" href="#" onclick="GetIt('<!-- TMPL_VAR NAME="biblionumber" -->','<!-- TMPL_VAR name="title" escape="URL" -->') ">Get it!</a>
				</td>
			</tr>
			<!-- /TMPL_LOOP -->
		</table>
	</div>
	<div id="resultnumber">
		<p>
			<!-- TMPL_IF NAME=displayprev -->
			<a href=subscription-bib-search.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&<!-- TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search><img src="/intranet-tmpl/default/images/numbers/prev.gif" border=0></a>
			<!-- /TMPL_IF -->
			<!-- TMPL_LOOP NAME=numbers -->
				<!-- TMPL_IF NAME=highlight -->
				<img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME=number -->-highlight.gif">
				<!-- TMPL_ELSE -->
				<a href=subscription-bib-search.pl?startfrom=<!-- TMPL_VAR NAME=startfrom -->&<!-- TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search><img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME=number -->.gif" border=0></a>
				<!-- /TMPL_IF -->
			<!-- /TMPL_LOOP -->
			<!-- TMPL_IF NAME=displaynext -->
			<a href=subscription-bib-search.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&<!-- TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->&resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search><img src="/intranet-tmpl/default/images/numbers/next.gif" border=0></a>
				<!-- /TMPL_IF -->
		</p>
	</div>	
</div>


<script language="Javascript">

function GetIt(bibno,title)
{
  opener.document.f.biblionumber.value = bibno;
  opener.document.f.title.value = title;
  self.close();
}
</script>
--- NEW FILE ---
<!-- TMPL_INCLUDE name="popup-top.inc" -->

<div id="mainbloc">
<h1 class="bull">Lieferanten f&uuml;r Serien-Abo suchen</h1>
<div id="bloc25">
	<form action="/cgi-bin/koha/bull/order.pl" method=post>
		Lieferantenname: <input type="text"  size="25"   name="supplier">
		<input type="submit" class="button bull" value="OK">
	</form>
</div>
<!-- TMPL_INCLUDE name="popup-bottom.inc" -->
--- NEW FILE ---
    <!-- TMPL_INCLUDE NAME="popup-top.inc" -->
<div id="mainbloc">

<h1 class="catalogue">Suche im Katalog</h1>

<form name="f" method="post">
	<input type="hidden" name="op" value="do_search">
	<input type="hidden" name="type" value="intranet">
	<input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->">
	<div id="bloc25">
		<h2 class="catalogue">Suche nach</h2>
		<p>
			<label class="label20">Stichwort</label>
			<input type="hidden" name="marclist" value="">
			<input type="hidden" name="and_or" value="and">
			<input type="hidden" name="excluding" value="">
			<input type="hidden" name="operator" value="contains">
			<input type="text" name="value" onchange="sql_update()">
		</p>
	</div>
	<div id="bloc25">
		<p>Ergebnisse pro Seite
			<select align="right" name="resultsperpage" size="1">
				<option value="20">20</option>
				<option value="50">50</option>
				<option value="100">100</option>
			</select>
		bestellt von
			<select name="orderby" size="1">
				<option value="biblio.title">Titel</option>
				<option value="biblio.author">Verfasser</option>
				<option value="biblioitems.dewey">Dewey</option>
				<option value="biblioitems.publicationyear">Erscheinungsjahr</option>
				<option value="biblioitems.publishercode">Verlag</option>
			</select>
		</p>
		<p>
			<input type="submit" value="Suche starten" class="button catalogue">
			<a href="javascript:PopupSuggestion()" class="button catalogue">Vorschl&auml;ge</a>
		</p>
	</div>
</form>

<script>
function sql_update() {
document.f.sql.value="";
	for (i=0 ; i<document.f.marclist.length ; i++) {
		if (document.f.value[i].value.length>0) {
			document.f.sql.value = document.f.sql.value+
										document.f.and_or[i].value + ' (' +
										document.f.excluding[i].value + ' ' +
										document.f.marclist[i].value + ' ' +
										document.f.operator[i].value + ' ' +
										'\''+document.f.value[i].value + '\') ';
		}
	}
}

function AddStatement() {

	document.forms[0].op.value="AddStatement";
	document.f.submit();
}

function PopupSuggestion() {
    var strQuery="";
	for (i=0 ; i<document.f.marclist.length ; i++) {
		if (document.f.value[i].value.length>0) {
		    strQuery += " "+document.f.value[i].value;
		}
	}
	newin=window.open("suggest.pl?Q="+strQuery,"Suggestions",'width=500,height=400,toolbar=false,scrollbars=yes');
}

</script>
</div>

--- NEW FILE ---
<!-- TMPL_INCLUDE NAME="auth-top.inc" -->
<div id="mainbloc">
	<h1 class="authority">Authority search results</h1>
	<div id="resultnumber">
		<p>
			<!-- TMPL_IF NAME=displayprev -->
				<a href=search.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&<!-- TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search>
					<img src="/intranet-tmpl/default/images/numbers/prev.gif" border=0>
				</a>
			<!-- /TMPL_IF -->
			<!-- TMPL_LOOP NAME=numbers -->
				<!-- TMPL_IF NAME=highlight -->
					<img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME=number -->-highlight.gif">
				<!-- TMPL_ELSE -->
					<a href=search.pl?startfrom=<!-- TMPL_VAR NAME=startfrom -->&<!-- TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search><img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME=number -->.gif" border=0></a>
				<!-- /TMPL_IF -->
			<!-- /TMPL_LOOP -->
			<!-- TMPL_IF NAME=displaynext -->
				<a href=search.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&<!-- TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->&resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search><img src="/intranet-tmpl/default/images/numbers/next.gif" border=0></a>
				<!-- /TMPL_IF -->
		</p>
		<p>
			<!-- TMPL_IF name=total -->
			&nbsp<b>Treffer <i><!-- TMPL_VAR name="from" --></i> von <i><!-- TMPL_VAR name="to" --></i></b><br><br>
			<!-- TMPL_ELSE -->
			&nbsp; Kein Ergebnis gefunden.<br>
			<!-- /TMPL_IF -->
		</p>
	</div>
	<div id="resultlist">
		<table>
			<tr>
				<th class="authority">Zusammenfassung</th>
				<th class="authority">Used</th>
				<th class="authority">Zeige</th>
				<th class="authority">L&ouml;schen</th>
			</tr>
			<!-- TMPL_LOOP name="result" -->
				<tr>
					<td><!-- TMPL_VAR name="summary" --></td>
					<td><!-- TMPL_VAR name="used" --> <a href="../search.marc/search.pl?type=intranet&op=do_search&marclist=<!-- TMPL_VAR name="biblio_fields" -->&operator==&value=<!-- TMPL_VAR name="authid" -->&and_or=&excluding=">...</a></td>
					<td>
						<a href="detail.pl?authid=<!-- TMPL_VAR name="authid" -->">
							<img src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR name="theme" -->/images/fileopen.png"  width="32" hspace="0" vspace="0" border="0" alt="Authority number <!-- TMPL_VAR name="authid" -->" title="Authority number<!-- TMPL_VAR name="authid" -->">
						</a>
					</td>
					<td>
						<!-- TMPL_UNLESS name="used" -->
						<a href="javascript:do_delete('authorities-home.pl?op=delete&authid=<!-- TMPL_VAR name="authid" -->')">
							<img src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR name="theme" -->/images/edittrash.png" width="32" hspace="0" vspace="0" border="0">
						</a>
						<!-- /TMPL_UNLESS -->
					</td>
				</tr>
			<!-- /TMPL_LOOP -->
		</table>
	</div>
	<div id="resultnumber">
		<p>
			<!-- TMPL_IF NAME=displayprev -->
			<a href=search.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&<!-- TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search><img src="/intranet-tmpl/default/images/numbers/prev.gif" border=0></a>
			<!-- /TMPL_IF -->
			<!-- TMPL_LOOP NAME=numbers -->
				<!-- TMPL_IF NAME=highlight -->
				<img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME=number -->-highlight.gif">
				<!-- TMPL_ELSE -->
				<a href=search.pl?startfrom=<!-- TMPL_VAR NAME=startfrom -->&<!-- TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search><img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME=number -->.gif" border=0></a>
				<!-- /TMPL_IF -->
			<!-- /TMPL_LOOP -->
			<!-- TMPL_IF NAME=displaynext -->
			<a href=search.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&<!-- TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->&resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search><img src="/intranet-tmpl/default/images/numbers/next.gif" border=0></a>
				<!-- /TMPL_IF -->
		</p>
	</div>	
</div>
<!-- TMPL_INCLUDE NAME="auth-bottom.inc" -->


<script language="JavaScript" type="text/javascript" >
function do_delete(page)
{
window.location = page;
}
</script>
--- NEW FILE ---
<!-- TMPL_INCLUDE NAME="cat-top.inc" -->
<!--------------------------MAIN BODY OF PAGE-------------------------->
<div id="mainbloc">
<h1 class="catalogue">Ausleihen f&uuml;r eine Abo</h1>
<a href="/cgi-bin/koha/MARCdetail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->" class="button catalogue">Biblio</a>
<form method="post" name="f">
<div id="bloc25">
	<h2 class="catalogue">Abo-Informationen</h2>
		<p>For <b><!-- TMPL_VAR name="bibliotitle" --></b> that began on <b><!-- TMPL_VAR name="startdate" --></b> and is issued every  <b>
		<!--TMPL_IF name="periodicity1" -->
				Tag
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="periodicity2" -->
				Woche
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="periodicity3" -->
				2 Wochen
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="periodicity4" -->
				3 Wochen
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="periodicity5" -->
				Monat
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="periodicity6" -->
				2 Monate
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="periodicity7" -->
				3 Monate
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="periodicity8" -->
				quarter
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="periodicity9" -->
				2 Quartale
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="periodicity10" -->
				Jahr
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="periodicity11" -->
				2 Jahre
		<!-- /TMPL_IF -->
		</b>
		on
		<b>
		<!--TMPL_IF name="arrival1" -->
			Montag
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="arrival2" -->
				Dienstag
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="arrival3" -->
				Mittwoch
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="arrival4" -->
				Donnerstag
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="arrival5" -->
				Freitag
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="arrival6" -->
				Samstag
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="arrival7" -->
				Sonntag
		<!-- /TMPL_IF -->
		</b>
		</p>
		<p>(Abonnement f&uuml;r 
			<!-- TMPL_IF name="numberlength" -->Ausleihen<!-- /TMPL_IF -->
			<!-- TMPL_IF name="weeklength" --><!-- TMPL_VAR name="weeklength" --> Wochen<!-- /TMPL_IF -->
			<!-- TMPL_IF name="monthlength" --><!-- TMPL_VAR name="monthlength" --> Monate<!-- /TMPL_IF -->
			)
		</p>
		<p><!-- TMPL_VAR name="notes" --></p>
</div>
<div id="bloc25">
	<h2 class="catalogue">Gesamtausleihe</h2>
	<p>
		<!-- TMPL_VAR name="librariannote" -->
	</p>
</div>

</div>

<!-- TMPL_INCLUDE NAME="bull-bottom.inc" -->
--- NEW FILE ---

<!-- TMPL_INCLUDE name="bull-top.inc" -->
<!--------------------------MAIN BODY OF PAGE-------------------------->
<div id="mainbloc">
<h1 class="bull">Abonnement f&uuml;r <!-- TMPL_VAR name="bibliotitle" --></h1>
<a href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Abonnement</a>

<div id="bloc25">
<h2 class="bull">waited or late numbers</h2>
	<form method="post" name="f" action="statecollection.pl">
		<input type="hidden" name="op" value="serialchangestatus">
		<input type="hidden" name="serial" value="<!-- TMPL_VAR name="serial" -->">
		<input type="hidden" name="subscriptionid" value="<!-- TMPL_VAR name="subscriptionid" -->">
		<input type="hidden" name="user" value="<!-- TMPL_VAR name="user" -->">
	<table class="small">
	<tr>
		<th class="bull">
			Numbered
		</th>
		<th class="bull">
			geplant f&uuml;r
		</th>
		<th class="bull">
			Status
		</th>
	</tr>
	<!-- TMPL_LOOP name="serialslist" -->
		<tr>
			<td>
				<input type="text" name="serialseq" value="<!-- TMPL_VAR name="serialseq" -->" size=50 maxlength=100>
			</td>
			<td>
				<input type="text" name="planneddate" value="<!-- TMPL_VAR name="planneddate" -->" size=10 maxlength=15>
			</td>
			<td>
				<input type="hidden" name="serialid" value="<!-- TMPL_VAR name="serialid" -->">
				<select name="status" size="1">
					<!--TMPL_IF name="status1" -->
						<option value="1" selected>Waited</option>
					<!-- /TMPL_IF -->
					<!--TMPL_IF name="status2" -->
						<option value="2" selected>Eingegangen</option>
					<!-- TMPL_ELSE -->
						<option value="2">Eingegangen</option>
					<!-- /TMPL_IF -->
					<!--TMPL_IF name="status3" -->
						<option value="3" selected>Late</option>
					<!-- TMPL_ELSE -->
						<option value="3">Late</option>
					<!-- /TMPL_IF -->
					<!--TMPL_IF name="status4" -->
						<option value="4" selected>&Uuml;berf&auml;llig</option>
					<!-- TMPL_ELSE -->
						<option value="4">&Uuml;berf&auml;llig</option>
					<!-- /TMPL_IF -->
				</select>
			</td>
		</tr>
	<!-- /TMPL_LOOP -->
	<!-- TMPL_UNLESS name="hassubscriptionexpired" -->
		<tr>
			<td>
				Manual issue <input type="text" name="serialseq" size=30 maxlength=100>
			</td>
			<td>
				<input type="text" name="planneddate" size=10 maxlength=15>
			</td>
			<td>
				<input type="hidden" name="serialid" value="0">
				<select name="status" size="1">
						<option value="2">Eingegangen</option>
						<option value="3" selected>Late</option>
						<option value="4">&Uuml;berf&auml;llig</option>
				</select>
			</td>
		</tr>
	<!-- /TMPL_UNLESS -->
	</table>
	<input type="submit" value="&Auml;nderungen speichern" accesskey="w" class="button bull">
	<!-- TMPL_IF name="hassubscriptionexpired" -->
		<p>Abonnement ist abgelaufen. Der Staus des letzten Exemplars kann nicht ge&auml;ndert werden. <a href="#" onClick="popup()" class="button bull">Erneuern</a> Sie das Abo</p>
	<!-- /TMPL_IF -->
	</form>
</div>

<div id="bloc25">
	<h2 class="bull">Abo-Zusammenfassung</h2>
	<form method="post" name="f" action="statecollection.pl">
		<input type="hidden" name="op" value="modsubscriptionhistory">
		<input type="hidden" name="serial" value="<!-- TMPL_VAR name="serial" -->">
		<input type="hidden" name="subscriptionid" value="<!-- TMPL_VAR name="subscriptionid" -->">
		<input type="hidden" name="user" value="<!-- TMPL_VAR name="user" -->">
		<p><label>Bibliothekar</label><!-- TMPL_VAR name="user" --></p>
		<p><label class="label100">Anfangsdatum (*)</label><input type="text" name="histstartdate" value="<!-- TMPL_VAR name="histstartdate" -->"></p>
		<p><label class="label100">Enddatum</label><input type="text" name="enddate" value="<!-- TMPL_VAR name="enddate" -->"></p>
		<p>Recieved issues</p>
		<p>&nbsp;<textarea name="recievedlist" COLS=60 ROWS=5><!-- TMPL_VAR name="recievedlist" --></textarea></p>
		<p>&uuml;berf&auml;llige Medien</p>
		<p>&nbsp;<textarea name="missinglist" COLS=60 ROWS=2><!-- TMPL_VAR name="missinglist" --></textarea></p>
		<p>Opac's note</p>
		<p>&nbsp;<textarea name="opacnote" COLS=60 ROWS=5><!-- TMPL_VAR name="opacnote" --></textarea></p>
		<input type="submit" value="&Auml;nderungen speichern" class="button bull">
	</form>
</div>

</table>
<script language="JavaScript" type="text/javascript">

function popup()
{
	 window.open("subscription-renew.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid">","subscription renewal",'width=700,height=400,toolbar=false,scrollbars=yes');
}
</script>

<!-- TMPL_INCLUDE name="bull-bottom.inc" -->
--- NEW FILE ---
<!-- TMPL_INCLUDE NAME="bull-top.inc" -->
<!--------------------------MAIN BODY OF PAGE-------------------------->
<div id="mainbloc">
<!-- TMPL_IF name="mod" -->
	<h1 class="bull">Abos bearbeiten</h1>
	<form method="post" name="f" action="subscription-detail.pl">
		<input type="hidden" name="op" value="modsubscription">
		<input type="hidden" name="subscriptionid" value="<!-- TMPL_VAR name="subscriptionid" -->">
<!-- TMPL_ELSE -->
	<h1 class="bull">Abonnement hinzuf&uuml;gen</h1>
	<form method="post" name="f">
<!-- /TMPL_IF -->
<div id="bloc25">
	<h2 class="bull">Abo-Informationen</h2>
		<input type="hidden" name="op" value="addsubscription">
		<input type="hidden" name="user" value="<!-- TMPL_VAR name="user" -->">
		<p>Bibliothekar</td><td> <!-- TMPL_VAR name="user" --></p>
		<p><label>Lieferant</label><input type="text" name="aqbooksellerid" value="<!-- TMPL_VAR name="aqbooksellerid" -->" size=4> (<input type="text" name="aqbooksellername" value="<!-- TMPL_VAR name="aqbooksellername" -->" disabled readonly>)<a href="#" onClick="FindAcqui(f)">...</a></p>
		<p><label>Biblio</label><input type="text" name="biblionumber" value="<!-- TMPL_VAR name="biblionumber" -->" size=4> (<input type="text" name="title" value="<!-- TMPL_VAR name="bibliotitle" -->" disabled readonly>)<a href="#" onClick="Plugin(f)">...</a></p>
		<p><label>Bemerkung</label><textarea name="notes" cols="30" rows="2"><!-- TMPL_VAR name="notes" --></textarea></p>
		<p class="problem">Warnung</p>
		<ul>
			<li>Denken Sie daran, da&szlig; vor dem Anlegen eines Abos ein Biblio angelegt sein mu&szlig;</li>
			<li>Ebenfalls m&uuml;ssen Sie einen Lieferanten ausgew&auml;hlt haben, wenn Sie versp&auml;tete Lieferungen sehen wollen</li>
		</ul>
</div>
<div id="bloc25">
	<h2 class="bull">Planung</h2>
	<p><label class="label100">Anfangsdatum</label> <input type="text" name="startdate" value="<!-- TMPL_VAR name="startdate" -->" size=13 maxlength=10></p>
	<p><label class="label100">Frequenz (*)</label>
			<select name="periodicity" size="1">
				<option value="" selected>Unbekannt</option>
				<!-- TMPL_IF name="periodicity1" -->
					<option value="1" selected>1/Tag</option>
				<!-- TMPL_ELSE -->
					<option value="1">1/Tag</option>
				<!-- /TMPL_IF -->
				<!-- TMPL_IF name="periodicity2" -->
					<option value="2" selected>1/Woche</option>
				<!-- TMPL_ELSE -->
					<option value="2">1/Woche</option>
				<!-- /TMPL_IF -->
				<!-- TMPL_IF name="periodicity3" -->
					<option value="3" selected>1/2 weeks (2/month)</option>
				<!-- TMPL_ELSE -->
					<option value="3">1/2 weeks (2/months)</option>
				<!-- /TMPL_IF -->
				<!-- TMPL_IF name="periodicity4" -->
					<option value="4" selected>1/3 Wochen</option>
				<!-- TMPL_ELSE -->
					<option value="4">1/3 Wochen</option>
				<!-- /TMPL_IF -->
				<!-- TMPL_IF name="periodicity5" -->
					<option value="5" selected>1/Monat</option>
				<!-- TMPL_ELSE -->
					<option value="5">1/Monat</option>
				<!-- /TMPL_IF -->
				<!-- TMPL_IF name="periodicity6" -->
					<option value="6" selected>1/2 months (6/year)</option>
				<!-- TMPL_ELSE -->
					<option value="6">1/2 months (6/year)</option>
				<!-- /TMPL_IF -->
				<!-- TMPL_IF name="periodicity7" -->
					<option value="7" selected>1/3 months (1/quarter)</option>
				<!-- TMPL_ELSE -->
					<option value="7">1/3 months (1/quarter)</option>
				<!-- /TMPL_IF -->
				<!-- periodicity8 is 1/quarter, exactly like periodicity7 -->
				<!-- TMPL_IF name="periodicity9" -->
					<option value="9" selected>2/years</option>
				<!-- TMPL_ELSE -->
					<option value="9">2/years</option>
				<!-- /TMPL_IF -->
				<!-- TMPL_IF name="periodicity10" -->
					<option value="10" selected>1/Jahr</option>
				<!-- TMPL_ELSE -->
					<option value="10">1/Jahr</option>
				<!-- /TMPL_IF -->
				<!-- TMPL_IF name="periodicity11" -->
					<option value="11" selected>1/2 Jahre</option>
				<!-- TMPL_ELSE -->
					<option value="11">1/2 Jahre</option>
				<!-- /TMPL_IF -->
			</select>
	</p>
	<p><label class="label100">Lieferung am</label>
			<select name="dow" size="1">
				<option value="">Keine</option>
				<!-- TMPL_IF name="dow1" -->
					<option value="1" selected>Montag</option>
				<!-- TMPL_ELSE -->
					<option value="1">Montag</option>
				<!-- /TMPL_IF -->
				<!-- TMPL_IF name="dow2" -->
					<option value="2" selected>Dienstag</option>
				<!-- TMPL_ELSE -->
					<option value="2">Dienstag</option>
				<!-- /TMPL_IF -->
				<!-- TMPL_IF name="dow3" -->
					<option value="3" selected>Mittwoch</option>
				<!-- TMPL_ELSE -->
					<option value="3">Mittwoch</option>
				<!-- /TMPL_IF -->
				<!-- TMPL_IF name="dow4" -->
					<option value="4" selected>Donnerstag</option>
				<!-- TMPL_ELSE -->
					<option value="4">Donnerstag</option>
				<!-- /TMPL_IF -->
				<!-- TMPL_IF name="dow5" -->
					<option value="5" selected>Freitag</option>
				<!-- TMPL_ELSE -->
					<option value="5">Freitag</option>
				<!-- /TMPL_IF -->
				<!-- TMPL_IF name="dow6" -->
					<option value="6" selected>Samstag</option>
				<!-- TMPL_ELSE -->
					<option value="6">Samstag</option>
				<!-- /TMPL_IF -->
				<!-- TMPL_IF name="dow7" -->
					<option value="7" selected>Sonntag</option>
				<!-- TMPL_ELSE -->
					<option value="7">Sonntag</option>
				<!-- /TMPL_IF -->
			</select>
</div>
<div id="bloc25">
	<h2 class="bull">Abo-Dauer</h2>
	<p>* 1 Feld ausf&uuml;llen</p>
	<ul>
		<p><label class="label100">Anzahl der Hefte</label><input type="text" name="numberlength" value="<!-- TMPL_VAR name="numberlength" -->"></p>
		<p><label class="label100">Anzahl der Wochen</label><input type="text" name="weeklength" value="<!-- TMPL_VAR name="weeklength" -->"></p>
		<p><label class="label100">Anzahl der Monate</label><input type="text" name="monthlength" value="<!-- TMPL_VAR name="monthlength" -->"></p>
	</ul>
</div>
<div id="bloc25">
	<h2 class="bull">Numbering calculation</h2>
	<p>
		<p>Numbering formula: <input type="text" name="numberingmethod" value="<!-- TMPL_VAR name="numberingmethod" -->"></p>
		<table class="small">
			<tr>
				<th class="bull">&nbsp;</th>
				<th class="bull">X</th>
				<th class="bull">Y</th>
				<th class="bull">Z</th>
			</tr>
			<tr>
				<td class="bull">Hinzuf&uuml;gen</td>
				<td>
					<input type="text" name="add1" value="<!-- TMPL_VAR name="add1" -->">
				</td>
				<td>
					<input type="text" name="add2" value="<!-- TMPL_VAR name="add2" -->">
				</td>
				<td>
					<input type="text" name="add3" value="<!-- TMPL_VAR name="add3" -->">
				</td>
			</tr>
			<tr>
				<td class="bull">Einmal alle</td>
				<td><input type="text" name="every1" value="<!-- TMPL_VAR name="every1" -->"></td>
				<td><input type="text" name="every2" value="<!-- TMPL_VAR name="every2" -->"></td>
				<td><input type="text" name="every3" value="<!-- TMPL_VAR name="every3" -->"></td>
			</tr>
			<tr>
				<td class="bull">Wenn mehr als</td>
				<td><input type="text" name="whenmorethan1" value="<!-- TMPL_VAR name="whenmorethan1" -->"></td>
				<td><input type="text" name="whenmorethan2" value="<!-- TMPL_VAR name="whenmorethan2" -->"></td>
				<td><input type="text" name="whenmorethan3" value="<!-- TMPL_VAR name="whenmorethan3" -->"></td>
			</tr>
			<!-- TMPL_IF name="mod" -->
			<tr>
				<td class="bull">The loop is for instance</td>
				<td><input type="text" name="innerloop1" value="<!-- TMPL_VAR name="innerloop1" -->"></td>
				<td><input type="text" name="innerloop2" value="<!-- TMPL_VAR name="innerloop2" -->"></td>
				<td><input type="text" name="innerloop3" value="<!-- TMPL_VAR name="innerloop3" -->"></td>
			</tr>
			<!-- /TMPL_IF -->
			<tr>
				<td class="bull">Zur&uuml;cksetzen auf</td>
				<td><input type="text" name="setto1" value="<!-- TMPL_VAR name="setto1" -->"></td>
				<td><input type="text" name="setto2" value="<!-- TMPL_VAR name="setto2" -->"></td>
				<td><input type="text" name="setto3" value="<!-- TMPL_VAR name="setto3" -->"></td>
			</tr>
			<tr>
				<td class="bull">
					<!-- TMPL_IF name="mod" -->
						Last value
					<!-- TMPL_ELSE -->
						Beginnt mit
					<!-- /TMPL_IF -->
				</td>
				<td><input type="text" name="lastvalue1" value="<!-- TMPL_VAR name="lastvalue1" -->"></td>
				<td><input type="text" name="lastvalue2" value="<!-- TMPL_VAR name="lastvalue2" -->"></td>
				<td><input type="text" name="lastvalue3" value="<!-- TMPL_VAR name="lastvalue3" -->"></td>
			</tr>
		</table>
	</p>
</div>
<!-- TMPL_IF name="mod" -->
	<input type="button" value="Abonnement speichern" onclick="Check(this.form)" accesskey="w" class="button bull">
<!-- TMPL_ELSE -->
	<input type="button" value="Abonnement hinzuf&uuml;gen" onclick="Check(this.form)" accesskey="w" class="button bull">
<!-- /TMPL_IF -->
</div>

</form>
<!-- TMPL_INCLUDE NAME="bull-bottom.inc" -->

<script language="JavaScript" type="text/javascript">

function Plugin(f)
{
	 window.open("subscription-bib-search.pl","Find a bib index",'width=500,height=400,toolbar=false,scrollbars=yes');
}

function FindAcqui(f)
{
	 window.open("acqui-search.pl","Find a supplier",'width=500,height=400,toolbar=false,scrollbars=yes');
}


function Check(f)
{
	if (f.startdate.value.length != 0 && 
			f.numberlength.value+f.weeklength.value+f.monthlength.value > 0)
		{
			document.f.submit();
		}
else
{
 	alert('field marked with * are mandatory');
}
	return false;
}
</script>
--- NEW FILE ---
    <!-- TMPL_INCLUDE NAME="popup-top.inc" -->
<div id="mainbloc">

<h1 class="authority">Bib search</h1>

<form name="f" method="post">
	<input type="hidden" name="op" value="do_search">
	<input type="hidden" name="type" value="intranet">
	<input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->">
	<div id="bloc25">
		<h2 class="authority">Suche nach</h2>
		<p>
			<label class="label100">Name oder ISSN</label>
			<!-- TMPL_VAR name="category" -->
		</p>
		<p>
			<label class="label100">Search value</label>
			<input type="text" name="value" value="<!-- TMPL_VAR name="value" -->">
			<input type="hidden" name="authtypecode" value="<!-- TMPL_VAR name="category" -->">
			<input type="hidden" name="marclist" value="">
			<input type="hidden" name="and_or" value="and">
			<input type="hidden" name="excluding" value="">
			<input type="hidden" name="operator" value="contains">
			<input type="hidden" name="index" value="<!-- TMPL_VAR name="index" -->">
		</p>
		<p>
			<input type="submit" value="Suche starten" class="button authority">
		</p>
	</div>
</form>
</div>
<!-- TMPL_INCLUDE NAME="popup-bottom.inc" -->


--- NEW FILE ---
<!-- TMPL_INCLUDE NAME="bull-top.inc" -->
<!--------------------------MAIN BODY OF PAGE-------------------------->
<div id="mainbloc">
<h1 class="bull">Abonnement</h1>
<a href="subscription-add.pl?op=mod&subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Edit</a> <a href="statecollection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Issues</a> <a href="/cgi-bin/koha/MARCdetail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->" class="button bull">Biblio</a>
<!-- TMPL_UNLESS name="totalissues" -->
		<a href="javascript:confirm_deletion()" class="button bull">
			l&ouml;schen
		</a>
<!-- /TMPL_UNLESS -->
<form method="post" name="f">
<div id="bloc25">
	<h2 class="bull">Abo-Informationen</h2>
		<p>Librarian identity :</td><td> <!-- TMPL_VAR name="librarian" --></p>
		<p><label>Lieferant </label><!-- TMPL_VAR name="aqbooksellername" --></p>
		<p><label>Cost</label><!-- TMPL_VAR name="cost" --></p>
		<p><label>Etat </label><!-- TMPL_VAR name="bookfundid" --></p>
		<p><label>Biblio</label><i>(<!-- TMPL_VAR name="biblionumber" -->)</i> <!-- TMPL_VAR name="bibliotitle" --></p>
		<p><label>Bemerkung:</label><!-- TMPL_VAR name="notes" --></p>
</div>
<div id="bloc25">
	<h2 class="bull">Planung</h2>
	<p><label class="label100">Anfangsdatum</label> <!-- TMPL_VAR name="startdate" --></p>
	<p><label class="label100">Frequenz (*):</label>
		<!--TMPL_IF name="periodicity1" -->
				1/Tag
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="periodicity2" -->
				1/Woche
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="periodicity3" -->
				1/2 Wochen
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="periodicity4" -->
				1/3 Wochen
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="periodicity5" -->
				1/Monat
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="periodicity6" -->
				1/2 Months (6/year)
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="periodicity7" -->
				1/Quartal
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="periodicity8" -->
				1/Quartal
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="periodicity9" -->
				2/year
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="periodicity10" -->
				1/Jahr
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="periodicity11" -->
				1/2 Jahre
		<!-- /TMPL_IF -->
	</p>
	<p><label class="label100">Lieferung am:</label>
		<!--TMPL_IF name="arrival1" -->
			Montag
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="arrival2" -->
				Dienstag
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="arrival3" -->
				Mittwoch
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="arrival4" -->
				Donnerstag
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="arrival5" -->
				Freitag
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="arrival6" -->
				Samstag
		<!-- /TMPL_IF -->
		<!--TMPL_IF name="arrival7" -->
				Sonntag
		<!-- /TMPL_IF -->
</div>
<div id="bloc25">
	<h2 class="bull">Abo-Dauer</h2>
	<p><label class="label100">Anzahl der Hefte</label><!-- TMPL_VAR name="numberlength" --></p>
	<p><label class="label100">Anzahl der Wochen</label><!-- TMPL_VAR name="weeklength" --></p>
	<p><label class="label100">Anzahl der Monate</label><!-- TMPL_VAR name="monthlength" --></p>

</div>
<div id="bloc25">
	<h2 class="bull">Numbering calculation</h2>
	<p>
		<p>Numbering formula: <!-- TMPL_VAR name="numberingmethod" --></p>
		<table class="small" width="20%">
			<tr>
				<th class="bull">&nbsp;</th>
				<th class="bull">&nbsp;&nbsp;&nbsp;&nbsp;X&nbsp;&nbsp;&nbsp;&nbsp;</th>
				<th class="bull">&nbsp;&nbsp;&nbsp;&nbsp;Y&nbsp;&nbsp;&nbsp;&nbsp;</th>
				<th class="bull">&nbsp;&nbsp;&nbsp;&nbsp;Z&nbsp;&nbsp;&nbsp;&nbsp;</th>
			</tr>
			<tr>
				<td class="bull">Hinzuf&uuml;gen</td>
				<td>
					<!-- TMPL_VAR name="add1" -->
				</td>
				<td>
					<!-- TMPL_VAR name="add2" -->
				</td>
				<td>
					<!-- TMPL_VAR name="add3" -->
				</td>
			</tr>
			<tr>
				<td class="bull">Einmal alle</td>
				<td><!-- TMPL_VAR name="every1" --></td>
				<td><!-- TMPL_VAR name="every2" --></td>
				<td><!-- TMPL_VAR name="every3" --></td>
			</tr>
			<tr>
				<td class="bull">Wenn mehr als</td>
				<td><!-- TMPL_VAR name="whenmorethan1" --> <!-- TMPL_IF name="innerloop1" --><br/>
					<i>(ist <!-- TMPL_VAR name="innerloop1" -->)</i><!-- /TMPL_IF --></td>
				<td><!-- TMPL_VAR name="whenmorethan2" --> <!-- TMPL_IF name="innerloop2" --><br/>
					<i>(ist <!-- TMPL_VAR name="innerloop2" -->)</i><!-- /TMPL_IF --></td>
				<td><!-- TMPL_VAR name="whenmorethan3" --> <!-- TMPL_IF name="innerloop3" --><br/>
					<i>(ist <!-- TMPL_VAR name="innerloop3" -->)</i><!-- /TMPL_IF --></td>
			</tr>
			<tr>
				<td class="bull">Zur&uuml;cksetzen auf</td>
				<td><!-- TMPL_VAR name="setto1" --></td>
				<td><!-- TMPL_VAR name="setto2" --></td>
				<td><!-- TMPL_VAR name="setto3" --></td>
			</tr>
			<tr>
				<td class="bull">
						Last value
				</td>
				<td><!-- TMPL_VAR name="lastvalue1" --></td>
				<td><!-- TMPL_VAR name="lastvalue2" --></td>
				<td><!-- TMPL_VAR name="lastvalue3" --></td>
			</tr>
		</table>
</div>
<div id="bloc25">
	<h2 class="bull">Ausleihen</h2>
	<table class="small">
	<tr>
		<th class="bull">&nbsp;&nbsp;&nbsp;&nbsp;Heftnummer&nbsp;&nbsp;&nbsp;&nbsp;</th>
		<th class="bull">&nbsp;&nbsp;&nbsp;&nbsp;Planned date&nbsp;&nbsp;&nbsp;&nbsp;</th>
		<th class="bull">&nbsp;&nbsp;&nbsp;&nbsp;Status&nbsp;&nbsp;&nbsp;&nbsp;</th>
	</tr>
	<!-- TMPL_LOOP name="serialslist" -->
		<tr>
			<td>
				<!-- TMPL_VAR name="serialseq" -->
			</td>
			<td>
				<!-- TMPL_VAR name="planneddate" -->
			</td>
			<td>
					<!--TMPL_IF name="status1" -->
						Waited
					<!-- /TMPL_IF -->
					<!--TMPL_IF name="status2" -->
						Eingegangen
					<!-- /TMPL_IF -->
					<!--TMPL_IF name="status3" -->
						Late
					<!-- /TMPL_IF -->
					<!--TMPL_IF name="status4" -->
						&Uuml;berf&auml;llig
					<!-- /TMPL_IF -->
				</select>
			</td>
		</tr>
	<!-- /TMPL_LOOP -->
	</table>
</div>
</div>
<script>
function _(s) { return s } // dummy function for gettext
function confirm_deletion() {
	var is_confirmed = confirm(_('Are you sure you want to delete this subscription?'));
	if (is_confirmed) {
		window.location="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->&op=del";
	}
}
</script>
<!-- TMPL_INCLUDE NAME="bull-bottom.inc" -->
--- NEW FILE ---
<!-- TMPL_INCLUDE NAME="popup-top.inc" -->
<div id="mainbloc">

<h1 class="bull">Abo-Verl&auml;ngerung f&uuml;r <!-- TMPL_VAR name="bibliotitle" --></h1>

<form name="f" method="post">
	<div id="bloc25">
		<input type="hidden" name="op" value="renew">
		<input type="hidden" name="subscriptionid" value="<!-- TMPL_VAR name="subscriptionid" -->">
		<p><label class="label100">Anfangsdatum</label><input type="text" name="startdate" value="<!-- TMPL_VAR name="startdate" -->"></p>
		<p>Abo-Dauer :</p>
		<p><label class="label100">Number of num</label><input type="text" name="numberlength" value="<!-- TMPL_VAR name="numberlength" -->"></p>
		<p><label class="label100">Anzahl der Wochen</label><input type="text" name="weeklength" value="<!-- TMPL_VAR name="weeklength" -->"></p>
		<p><label class="label100">Anzahl der Monate</label><input type="text" name="monthlength" value="<!-- TMPL_VAR name="monthlength" -->"></p>
		<p>Note for the librarian that will manage your renewal request</p>
		<ul><textarea name="note" rows="10" cols="60"></textarea></ul>
		<input type="submit" value="bestellen oder verl&auml;ngern" class="button bull">
	</div>
</form>
</div>
<!-- TMPL_INCLUDE NAME="popup-bottom.inc" -->






More information about the Koha-cvs mailing list