merging 2.2 branch with head. Sorry for not making it before, many many commits done...
[koha.git] / koha-tmpl / intranet-tmpl / npl / en / modwebsites.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Catalog: Web Site Links<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2 <!-- TMPL_INCLUDE NAME="masthead.inc" -->
3 <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
4
5 <div id="main">
6 <h1>Web Sites</h1>
7 <form action="detail.pl"><input type="hidden" value="intra" name="type" /><input type="hidden" name="bib" value="<!-- TMPL_VAR Name="biblionumber" -->" /><input type="submit" value="Return to Details Page" class="submit" /></form>
8
9 <!-- TMPL_LOOP Name="websitesloop" -->
10
11 <form action="updatewebsite.pl" method="post">
12 <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR Name="biblionumber" -->" />
13 <input type="hidden" name="websitenumber" value="<!-- TMPL_VAR Name="websitenumber" -->" />
14 <table>
15 <tr>
16 <td>Title</td>
17 <td><input type="text" name="title" value="<!-- TMPL_VAR Name="title" -->" /></td>
18 </tr>
19 <tr>
20 <td>Description</td>
21 <td><textarea name="description" cols="40" rows="4"><!-- TMPL_VAR Name="description" --></textarea></td>
22 </tr>
23 <tr>
24 <td>URL</td>
25 <td><input type="text" name="url" value="<!-- TMPL_VAR Name="url" -->" /></td>
26 </tr>
27 </table>
28 <input type="submit" class="submit" value="Update this Website Link" />   <input type="submit" class="cancel" name="delete" value="Delete this Website link" />
29 </form>
30 <!-- /TMPL_LOOP -->
31
32
33 <h3>Add another Website Link</h3>
34 <form action="addwebsite.pl" method="post">
35 <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR Name="biblionumber" -->" />
36 <table>
37 <tr>
38 <td>Title</td>
39 <td><input type="text" name="title" /></td>
40 </tr>
41 <tr>
42 <td>Description</td>
43 <td><textarea name="description" cols="40" rows="4"></textarea></td>
44 </tr>
45 <tr>
46 <td>URL</td>
47 <td><input type="text" name="url" /></td>
48 </tr>
49 </table>
50 <input type="submit" value="Add this Website Link" class="submit" />
51 </form>
52
53 </div>
54 <!-- TMPL_INCLUDE Name="intranet-bottom.inc" -->