Koha/koha-tmpl/intranet-tmpl/default/pl/modwebsites.tmpl

51 lines
1.5 KiB
Cheetah

<!-- TMPL_INCLUDE Name="acquisitions-top.inc" -->
<p>
<a href="detail.pl?type=intra&bib=<!-- TMPL_VAR Name="biblionumber" -->">Powrót do strony szczegółów</a>
<!-- TMPL_LOOP Name="websitesloop" -->
<p>
<form action="updatewebsite.pl" method="post">
<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR Name="biblionumber" -->">
<input type="hidden" name="websitenumber" value="<!-- TMPL_VAR Name="websitenumber" -->">
<table>
<tr valign="top">
<td>Tytuł</td>
<td><input type="text" name="title" value="<!-- TMPL_VAR Name="title" -->"></td>
</tr>
<tr valign="top">
<td>Wyjaśnienie</td>
<td><textarea name="description" cols="40" rows="4"><!-- TMPL_VAR Name="description" --></textarea></td>
</tr>
<tr valign="top">
<td>URL</td>
<td><input type="text" name="url" value="<!-- TMPL_VAR Name="url" -->"></td>
</tr>
</table>
<input type="submit" value="Aktualizuj ten link witryny"> <input type="submit" name="delete" value="Wymaż link tej witryny">
</form>
<!-- /TMPL_LOOP -->
<p>
<h2><b>Dodaj nowy link witryny</b></h2>
<form action="addwebsite.pl" method="post">
<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR Name="biblionumber" -->">
<table>
<tr valign="top">
<td>Tytuł</td>
<td><input type="text" name="title"></td>
</tr>
<tr valign="top">
<td>Wyjaśnienie</td>
<td><textarea name="description" cols="40" rows="4"></textarea></td>
</tr>
<tr valign="top">
<td>URL</td>
<td><input type="text" name="url"></td>
</tr>
</table>
<input type="submit" value="Dodaj link tej witryny">
</form>
<!-- TMPL_INCLUDE Name="acquisitions-bottom.inc" -->