More templates and a pile of images as well. Nearly there now
[koha.git] / koha-tmpl / intranet-tmpl / default / es / modwebsites.tmpl
1 <TMPL_INCLUDE Name="acquisitions-top.inc">
2 <p>
3 <a href="detail.pl?type=intra&bib=<TMPL_VAR Name="biblionumber">">Volver a la página de detalles</a>
4 EOF
5
6 <TMPL_LOOP Name="websitesloop">
7 <p>
8 <form action="updatewebsite.pl" method="post">
9 <input type="hidden" name="biblionumber" value="<TMPL_VAR Name="biblionumber">">
10 <input type="hidden" name="websitenumber" value="<TMPL_VAR Name="websitenumber">">
11 <table>
12 <tr valign="top">
13 <td>Título</td>
14 <td><input type="text" name="title" value="<TMPL_VAR Name="title">"></td>
15 </tr>
16 <tr valign="top">
17 <td>Descripcion</td>
18 <td><textarea name="description" cols="40" rows="4"><TMPL_VAR Name="description"></textarea></td>
19 </tr>
20 <tr valign="top">
21 <td>URL</td>
22 <td><input type="text" name="url" value="<TMPL_VAR Name="url">"></td>
23 </tr>
24 </table>
25 <input type="submit" value="Actualizar el link">   <input type="submit" name="delete" value="Delete this Website link">
26 </form>
27 </TMPL_LOOP>
28
29 <p>
30 <h2><b>Agregar otro link</b></h2>
31 <form action="addwebsite.pl" method="post">
32 <input type="hidden" name="biblionumber" value="<TMPL_VAR Name="biblionumber">">
33 <table>
34 <tr valign="top">
35 <td>Titulo</td>
36 <td><input type="text" name="title"></td>
37 </tr>
38 <tr valign="top">
39 <td>Descripcion</td>
40 <td><textarea name="description" cols="40" rows="4"></textarea></td>
41 </tr>
42 <tr valign="top">
43 <td>URL</td>
44 <td><input type="text" name="url"></td>
45 </tr>
46 </table>
47 <input type="submit" value="Agregar este Link">
48 </form>
49 EOF
50
51 <TMPL_INCLUDE Name="acquisitions-bottom.inc">