Minor display changes.
[koha.git] / koha-tmpl / intranet-tmpl / default / zh-TW / shelves.tmpl
1 <!-- TMPL_INCLUDE Name="cat-top.inc" -->
2
3 <!-- TMPL_IF Name="viewshelf" -->
4 <center>
5 <form>
6     <table border=0 cellpadding=2 cellspacing=0>
7                 <tr>
8                         <th colspan=4 bgcolor="<!-- TMPL_VAR Name="headerbackgroundcolor" -->">
9                                 <font color=white><!-- TMPL_VAR Name="shelfname" --> 的內容</font>
10                         </th>
11                 </tr>
12                 <!-- TMPL_LOOP Name="itemsloop" -->
13                         <tr>
14                                 <td bgcolor="<!-- TMPL_VAR Name="color" -->"><input type=checkbox name="REM-<!-- TMPL_VAR Name="itemnumber" -->"></td>
15                                 <td bgcolor="<!-- TMPL_VAR Name="color" -->"><!-- TMPL_VAR Name="barcode" --></td>
16                                 <td bgcolor="<!-- TMPL_VAR Name="color" -->"><!-- TMPL_VAR Name="title" --></td>
17                                 <td bgcolor="<!-- TMPL_VAR Name="color" -->"><!-- TMPL_VAR Name="author" --></td>
18                         </tr>
19                 <!-- /TMPL_LOOP -->
20         </table>
21         <br>
22         <a href="shelves.pl" class="button">虛擬書架一覽</a>
23         <input type=hidden name=shelfnumber value="<!-- TMPL_VAR Name="shelfnumber" -->">
24         <input type=hidden name=modifyshelfcontents value=1>
25         <input type=hidden name=viewshelf value="<!-- TMPL_VAR Name="shelfnumber" -->">
26         <input type=submit value="移除點選的圖書資料" class="button">
27 </form>
28 <form>
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         <table>
33                 <tr>
34                         <td>
35                                 在 <!-- TMPL_VAR name="shelfname" --> 以條碼新增:
36                         </td>
37                         <td>
38                                 <input name="addbarcode">
39                                 <input type=hidden name=modifyshelfcontents value=1>
40                                 <input type="hidden" name="shelfnumber" value="<!-- TMPL_VAR Name="shelfnumber" -->">
41                                 <input type="submit" value="儲存" class="button">
42                         </td>
43                 </tr>
44         </table>
45 </form>
46 <!-- TMPL_ELSE -->
47         <!-- TMPL_IF Name="shelves" -->
48                 <!-- TMPL_IF Name="status1" -->
49                         <font color=red><!-- TMPL_VAR Name="string1" --></font><p>
50                 <!-- /TMPL_IF -->
51                 <!-- TMPL_LOOP Name="paramsloop" -->
52                         <!-- TMPL_IF Name="status" -->
53                                 <font color=red><!-- TMPL_VAR Name="string" --></font><p>
54                         <!-- /TMPL_IF -->
55                 <!-- /TMPL_LOOP -->
56                 <center>
57                 <h1>虛擬書架</h1>
58                 <table border=0 cellpadding=7>
59                         <tr>
60                                 <td align=center valign="bottom">
61                                         <form>
62                                                 <p>
63                                                         <a href="shelves.pl" class="button">虛擬書架一覽</a>
64                                                 </p>
65                                         </form>
66                                 </td>
67                                 <td align=center valign="bottom">
68                                         <form method=post>
69                                         <input type="hidden" name="shelves" value=1>
70                                         <table border=0 cellpadding=0 cellspacing=0>
71                                                 <tr>
72                                                         <th bgcolor="<!-- TMPL_VAR Name="headerbackgroundcolor" -->">
73                                                                 <font color=white>選擇要移除的虛擬書架</font>
74                                                         </th>
75                                                 </tr>
76                                                 <!-- TMPL_LOOP Name="shelvesloop" -->
77                                                 <tr>
78                                                         <td bgcolor="<!-- TMPL_VAR Name="color" -->">
79                                                                 <input type=checkbox name="DEL-<!-- TMPL_VAR Name="shelf" -->">
80                                                                 <!-- TMPL_VAR Name="shelfname" --> (<!-- TMPL_VAR Name="shelfbookcount" --> 本書)
81                                                         </td>
82                                                 </tr>
83                                                 <!-- /TMPL_LOOP -->
84                                         </table>
85                                         <p>
86                                                 <input type=submit value="移除虛擬書架" class="button"></form>
87                                         </p>
88                                 </td>
89                                 <td align=center valign=bottom>
90                                         <form method=post>
91                                         <input type=hidden name=shelves value=1>
92                                         <table border=0 cellpadding=0 cellspacing=0>
93                                                 <tr>
94                                                         <th bgcolor="<!-- TMPL_VAR Name="headerbackgroundcolor" -->">
95                                                                 <font color=white>新增虛擬書架</font>
96                                                         </th>
97                                                 </tr>
98                                                 <tr>
99                                                         <td>
100                                                                 <p><input name=addshelf size=25></p>
101                                                         </td>
102                                                 </tr>
103                                         </table>
104                                                                 <p><input type=submit value="新增虛擬書架" class="button"></p>
105                                         </form>
106                                 </td>
107                         </tr>
108                 </table>
109
110         <!-- TMPL_ELSE -->
111                 <center>
112                 <table border=0 cellpadding=4 cellspacing=0>
113                         <tr>
114                                 <td bgcolor="<!-- TMPL_VAR Name="headerbackgroundcolor" -->">
115                                         <table border=0 cellpadding=5 cellspacing=0 width=100%>
116                                                 <tr>
117                                                         <th bgcolor="<!-- TMPL_VAR Name="headerbackgroundcolor" -->">
118                                                                 <font color=white>虛擬書架一覽</font>
119                                                         </th>
120                                                 </tr>
121                                         </table>
122                                 </td>
123                         </tr>
124                         <!-- TMPL_LOOP Name="shelvesloop" -->
125                         <tr>
126                                 <td bgcolor="<!-- TMPL_VAR Name="color" -->">
127                                         <a href="shelves.pl?viewshelf=<!-- TMPL_VAR Name="shelf" -->">
128                                                 <!-- TMPL_VAR Name="shelfname" -->(<!-- TMPL_VAR Name="shelfbookcount" -->本書)
129                                         </a>
130                                 </td>
131                         </tr>
132                         <!-- /TMPL_LOOP -->
133                 </table>
134                 <P>
135                         <a href="shelves.pl?shelves=1" class="button">新增或移除虛擬書架</a>
136                 </p>
137         <!-- /TMPL_IF -->
138 <!-- /TMPL_IF -->
139 <!-- TMPL_INCLUDE Name="cat-bottom.inc" -->