french OPAC for 2.2
[koha.git] / koha-tmpl / opac-tmpl / css / en / opac-shelves.tmpl
1 <!-- TMPL_INCLUDE Name="opac-top.inc" -->
2 <div id="mainbloc">
3 <!-- TMPL_IF Name="viewshelf" -->
4 <form>
5     <table>
6                 <tr>
7                         <th colspan=4>
8                                 Contents of <!-- TMPL_VAR Name="shelfname" -->
9                         </th>
10                 </tr>
11                 <!-- TMPL_LOOP Name="itemsloop" -->
12                         <tr>
13                                 <!-- TMPL_IF name="color" -->
14                                         <td class="hilighted"><input type=checkbox name="REM-<!-- TMPL_VAR Name="itemnumber" -->"></td>
15                                         <td class="hilighted"><a href="opac-detail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->"><!-- TMPL_VAR Name="barcode" --></a></td>
16                                         <td class="hilighted"><!-- TMPL_VAR Name="title" --></td>
17                                         <td class="hilighted"><!-- TMPL_VAR Name="author" --></td>
18                                 <!-- TMPL_ELSE -->
19                                         <td><input type=checkbox name="REM-<!-- TMPL_VAR Name="itemnumber" -->"></td>
20                                         <td class="hilighted"><a href="opac-detail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->"><!-- TMPL_VAR Name="barcode" --></a></td>
21                                         <td><!-- TMPL_VAR Name="title" --></td>
22                                         <td><!-- TMPL_VAR Name="author" --></td>
23                                 <!-- /TMPL_IF -->
24                         </tr>
25                 <!-- /TMPL_LOOP -->
26         </table>
27         <br>
28         <a href="opac-shelves.pl" class="button">Shelf list</a>
29         <input type=hidden name=shelfnumber value="<!-- TMPL_VAR Name="shelfnumber" -->">
30         <input type=hidden name=modifyshelfcontents value=1>
31         <input type=hidden name=viewshelf value="<!-- TMPL_VAR Name="shelfnumber" -->">
32         <!-- TMPL_IF name="manageshelf" -->
33                 <input type=submit value="Remove Selected Items" class="button">
34         <!-- /TMPL_IF -->
35 </form>
36 <!-- TMPL_IF name="manageshelf" -->
37 <form>
38         <input type=hidden name=shelfnumber value="<!-- TMPL_VAR Name="shelfnumber" -->">
39         <input type=hidden name=modifyshelfcontents value=1>
40         <input type=hidden name=viewshelf value="<!-- TMPL_VAR Name="shelfnumber" -->">
41         <table>
42                 <tr>
43                         <td>
44                                 Add a book by barcode in <!-- TMPL_VAR name="shelfname" -->:
45                         </td>
46                         <td>
47                                 <input name="addbarcode">
48                                 <input type=hidden name=modifyshelfcontents value=1>
49                                 <input type="hidden" name="shelfnumber" value="<!-- TMPL_VAR Name="shelfnumber" -->">
50                                 <input type="submit" value="Save" class="button">
51                         </td>
52                 </tr>
53         </table>
54 </form>
55 <!-- /TMPL_IF -->
56 <!-- TMPL_ELSE -->
57         <!-- TMPL_IF Name="shelves" -->
58                 <!-- TMPL_IF Name="status1" -->
59                         <font color=red><!-- TMPL_VAR Name="string1" --></font><p>
60                 <!-- /TMPL_IF -->
61                 <!-- TMPL_LOOP Name="paramsloop" -->
62                         <!-- TMPL_IF Name="status" -->
63                                 <font color=red><!-- TMPL_VAR Name="string" --></font><p>
64                         <!-- /TMPL_IF -->
65                 <!-- /TMPL_LOOP -->
66                 <center>
67                 <h1>Bookshelves</h1>
68                 <table border=0 cellpadding=7>
69                         <tr>
70                                 <td align=center valign="bottom">
71                                         <form>
72                                                 <p>
73                                                         <a href="opac-shelves.pl" class="button">Shelf list</a>
74                                                 </p>
75                                         </form>
76                                 </td>
77                                 <td align=center valign="bottom">
78                                         <form method=post>
79                                         <input type="hidden" name="shelves" value=1>
80                                         <table border=0 cellpadding=0 cellspacing=0>
81                                                 <tr>
82                                                         <th>Select Shelves to Delete
83                                                         </th>
84                                                 </tr>
85                                                 <!-- TMPL_LOOP Name="shelvesloop" -->
86                                                 <!-- TMPL_IF name="canmanage" -->
87                                                 <tr>
88                                                         <td bgcolor="<!-- TMPL_VAR Name="color" -->">
89                                                                 <input type=checkbox name="DEL-<!-- TMPL_VAR Name="shelf" -->">
90                                                                 <!-- TMPL_VAR Name="shelfname" --> (<!-- TMPL_VAR Name="shelfbookcount" --> books)
91                                                         </td>
92                                                 </tr>
93                                                 <!-- /TMPL_IF -->
94                                                 <!-- /TMPL_LOOP -->
95                                         </table>
96                                         <p>
97                                                 <input type=submit value="Delete Shelves" class="button"></form>
98                                         </p>
99                                 </td>
100                                 <td align=center valign=bottom>
101                                         <form method=post>
102                                         <input type=hidden name=shelves value=1>
103                                         <table border=0 cellpadding=0 cellspacing=0>
104                                                 <tr>
105                                                         <th>
106                                                                 <font color=white>Add Shelf</font>
107                                                         </th>
108                                                 </tr>
109                                                 <tr>
110                                                         <td>
111                                                                 <p>Name : <input type="text" name="addshelf" size="25"></p>
112                                                                 <p>Owner : <input type="hidden" name="owner" value="<!-- TMPL_VAR name="loggedinuser" -->"><!-- TMPL_VAR name="loggedinusername" --></p>
113                                                                 <p>Category : <select name="category">
114                                                                         <option value="1">Private</option>
115                                                                         <option value="2">Public</option>
116                                                                         <option value="3">Free</option>
117                                                                         </select>
118                                                                 </p>
119                                                                 <p> <li>a private bookshelf is managed by you & can be seen only by you.</li>
120                                                                         <li> A public can be seen by everybody, but managed only by you.</li>
121                                                                         <li> A free can be managed by any user.</li>
122                                                                 </p>
123                                                         </td>
124                                                 </tr>
125                                         </table>
126                                                                 <p><input type=submit value="Add New Shelf" class="button"></p>
127                                         </form>
128                                 </td>
129                         </tr>
130                 </table>
131
132         <!-- TMPL_ELSE -->
133                 <center>
134                 <table border=0 cellpadding=4 cellspacing=0>
135                         <tr>
136                                 <th>
137                                 Shelf List
138                                 </th>
139                         </tr>
140                         <!-- TMPL_LOOP Name="shelvesloop" -->
141                         <tr>
142                                 <!-- TMPL_IF name="color" -->
143                                         <td class="hilighted">
144                                 <!-- TMPL_ELSE -->
145                                         <td>
146                                 <!-- /TMPL_IF -->
147                                         <a href="opac-shelves.pl?viewshelf=<!-- TMPL_VAR Name="shelf" -->">
148                                                 <!-- TMPL_VAR Name="shelfname" -->(<!-- TMPL_VAR Name="shelfbookcount" --> books)
149                                         </a>
150                                 </td>
151                         </tr>
152                         <!-- /TMPL_LOOP -->
153                 </table>
154                 <P>
155                         <a href="opac-shelves.pl?shelves=1" class="button">Add or Remove Book Shelves</a>
156                 </p>
157         <!-- /TMPL_IF -->
158 <!-- /TMPL_IF -->
159 </div>
160 <!-- TMPL_INCLUDE Name="opac-bottom.inc" -->