Koha/koha-tmpl/intranet-tmpl/default/de/suggestion/acceptorreject.tmpl
dnmeid 9539d449b2 First german contribution to 2.2.2
Thanks to Friedrich
2005-05-12 19:26:13 +00:00

51 lines
No EOL
2.1 KiB
Cheetah

<!-- TMPL_INCLUDE NAME="acquisitions-top.inc" -->
<div id="mainbloc">
<!-- TMPL_IF name="op_else" -->
<h1 class="acquisition">Vorschl&auml;ge</h1>
<table>
<tr>
<th class="acquisition">Status</th>
<th class="acquisition">Vorschlag</th>
<th class="acquisition">Vorgeschlagen von</th>
</tr>
<form method="post" action="/cgi-bin/koha/suggestion/acceptorreject.pl">
<input type="hidden" name="op" value="aorr_confirm">
<!-- TMPL_LOOP NAME="suggestions_loop" -->
<tr>
<td>
<select name="aorr">
<option value=""></option>
<option value="R<!--TMPL_VAR name="suggestionid" -->">Reject</option>
<option value="A<!--TMPL_VAR name="suggestionid" -->">Akzeptieren</option>
</select>
</td>
<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
<p><!-- TMPL_VAR NAME="title" --> - <!-- TMPL_VAR NAME="author" --></p>
<p>
<!-- TMPL_IF name="copyrightdate" -->Exemplar. Jahr:<!-- TMPL_VAR name="copyrightdate" --> <!-- /TMPL_IF -->
<!-- TMPL_IF name="volumedesc" -->volume:<i><!-- TMPL_VAR name="volumedesc" --></i> <!-- /TMPL_IF -->
<!-- TMPL_IF name="isbn" -->ISBN :<i><!-- TMPL_VAR name="isbn" --></i> <!-- /TMPL_IF -->
<!-- TMPL_IF name="publishercode" --><br/>verlegt von <!-- TMPL_VAR name="publishercode" --> <!-- /TMPL_IF -->
<!-- TMPL_IF name="publicationyear" --> in <i><!-- TMPL_VAR name="publicationyear" --></i> <!-- /TMPL_IF -->
<!-- TMPL_IF name="place" --> at <i><!-- TMPL_VAR name="place" --></i> <!-- /TMPL_IF -->
<!-- TMPL_IF name="note" --><p><i>(<!-- TMPL_VAR name="copyrightdate" -->)</i></p> <!-- /TMPL_IF -->
</td>
<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
<!-- TMPL_VAR name="surnamesuggestedby" --><!-- TMPL_IF name="firstnamesuggestedby" -->,<!-- /TMPL_IF --> <!-- TMPL_VAR name="firstnamesuggestedby" -->
</td>
</tr>
<!-- /TMPL_LOOP -->
<tr>
<td>
<input type="submit" class="button acquisition" value="&auml;ndere Status">
</td>
<td> &nbsp; </td>
<td> &nbsp; </td>
</tr>
</form>
</table>
<!-- /TMPL_IF -->
</div>
<!-- TMPL_INCLUDE NAME="acquisitions-bottom.inc" -->