Clean up before final commits
[koha.git] / koha-tmpl / intranet-tmpl / default / es / shelves.tmpl
1 <TMPL_INCLUDE Name="cat-top.inc">
2
3 <p align=left>Identificado como: <TMPL_VAR Name="loggedinuser"> [<a href="/cgi-bin/koha/logout.pl">Salir</a>]</p>
4
5
6 <TMPL_IF Name="viewshelf">
7     <center>
8     <form>
9     <a href=shelves.pl>Shelf List</a><p>
10     <table border=0 cellpadding=0 cellspacing=0>
11                 <tr><td colspan=7>
12                         <table>
13                         <tr><td>Agregar un libro por código de barras:</td><td><input name=addbarcode></td></tr>
14                         </table>
15                         <br>
16                         <table border=0 cellpadding=5 cellspacing=0 width=100%>
17                         <tr><th bgcolor="<TMPL_VAR Name="headerbackgroundcolor">">
18                         <font color=white>Contenido de <TMPL_VAR Name="shelfname"> shelf</font>
19                         </th></tr>
20                         </table>
21                 </td></tr>
22                 <TMPL_LOOP Name="itemsloop">
23                         <tr>
24                                 <td bgcolor="<TMPL_VAR Name="color">"><input type=checkbox name="REM-<TMPL_VAR Name="itemnumber">"></td>
25                                 <td bgcolor="<TMPL_VAR Name="color">" width=10 align=center><img src=/images/blankdot.gif></td>
26                                 <td bgcolor="<TMPL_VAR Name="color">"><TMPL_VAR Name="barcode"></td>
27                                 <td bgcolor="<TMPL_VAR Name="color">" width=10 align=center><img src=/images/blankdot.gif></td>
28                                 <td bgcolor="<TMPL_VAR Name="color">"><TMPL_VAR Name="title"></td>
29                                 <td bgcolor="<TMPL_VAR Name="color">" width=10 align=center><img src=/images/blankdot.gif></td>
30                                 <td bgcolor="<TMPL_VAR Name="color">"><TMPL_VAR Name="author"></td>
31                         </tr>
32                 </TMPL_LOOP>
33     </table>
34     <br>
35     <input type=hidden name=shelfnumber value="<TMPL_VAR Name="shelfnumber">">
36     <input type=hidden name=modifyshelfcontents value=1>
37     <input type=hidden name=viewshelf value="<TMPL_VAR Name="shelfnumber">">
38     <input type=submit value="Eliminar los items seleccionados">
39     </form>
40 <TMPL_ELSE>
41         <TMPL_IF Name="shelves">
42                 <TMPL_IF Name="status1">
43                         <font color=red><TMPL_VAR Name="string1"></font><p>
44                 </TMPL_IF>
45                 <TMPL_LOOP Name="paramsloop">
46                         <TMPL_IF Name="status">
47                                 <font color=red><TMPL_VAR Name="string"></font><p>
48                         </TMPL_IF>
49                 </TMPL_LOOP>
50                 <center>
51                 <a href=shelves.pl>Modificar contenidos de Shelves</a><p>
52                 <h1>Bookshelves</h1>
53                 <table border=0 cellpadding=7>
54                         <tr><td align=center>
55                                 <form method=post>
56                                 <input type=hidden name=shelves value=1>
57                                 <table border=0 cellpadding=0 cellspacing=0>
58                                 <tr><th bgcolor="<TMPL_VAR Name="headerbackgroundcolor">">
59                                 <font color=white>Seleccione Shelves para eliminar</font>
60                         </th></tr>
61                         <TMPL_LOOP Name="shelvesloop">
62                                 <tr>
63                                         <td bgcolor="<TMPL_VAR Name="color">">
64                                                 <input type=checkbox name="DEL-<TMPL_VAR Name="shelf">">
65                                                 <TMPL_VAR Name="shelfname"> (<TMPL_VAR Name="shelfbookcount"> libros)
66                                         </td>
67                                 </tr>
68                         </TMPL_LOOP>
69     </table>
70     <p><input type=submit value="Eliminar Shelves"><p>
71     </td><td align=center valign=top>
72     <form method=post>
73     <input type=hidden name=shelves value=1>
74     <p>Add Shelf: <input name=addshelf size=25><p>
75     <p><input type=submit value="Agregar Shelf"><p>
76     </form>
77     </td></tr></table>
78
79         <TMPL_ELSE>
80                 <center>
81                 <table border=0 cellpadding=4 cellspacing=0>
82                         <tr><td bgcolor="<TMPL_VAR Name="headerbackgroundcolor">">
83                                 <table border=0 cellpadding=5 cellspacing=0 width=100%>
84                                         <tr><th bgcolor="<TMPL_VAR Name="headerbackgroundcolor">">
85                                         <font color=white>Lista de Shelf</font>
86                                         </th></tr>
87                                 </table>
88                         </td></tr>
89                         <TMPL_LOOP Name="shelvesloop">
90                                 <tr><td bgcolor="<TMPL_VAR Name="color">">
91                                         <a href="shelves.pl?viewshelf=<TMPL_VAR Name="shelf">">
92                                                 <TMPL_VAR Name="shelfname">(<TMPL_VAR Name="shelfbookcount"> libros)
93                                         </a>
94                                 </td></tr>
95                         </TMPL_LOOP>
96                 </table>
97                 <P><a href=shelves.pl?shelves=1>Agregar o remover libros Shelves</a>
98         </TMPL_IF>
99
100 </TMPL_IF>
101
102 <TMPL_INCLUDE Name="cat-bottom.inc">