Main Koha release repository https://koha-community.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

51 lines
1.5 KiB

<!-- TMPL_INCLUDE Name="acquisitions-top.inc" -->
<p>
<a href="detail.pl?type=intra&amp;bib=<!-- TMPL_VAR NAME="biblionumber" -->">Return to Details Page</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>Title</td>
<td><input type="text" name="title" value="<!-- TMPL_VAR NAME="title" -->"></td>
</tr>
<tr valign="top">
<td>Description</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="Update this Website Link"> <input type="submit" name="delete" value="Delete this Website link">
</form>
<!-- /TMPL_LOOP -->
<p>
<h2><b>Add another Website Link</b></h2>
<form action="addwebsite.pl" method="post">
<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->">
<table>
<tr valign="top">
<td>Title</td>
<td><input type="text" name="title"></td>
</tr>
<tr valign="top">
<td>Description</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="Add this Website Link">
</form>
<!-- TMPL_INCLUDE Name="acquisitions-bottom.inc" -->