Minor changes to correct for validity (quoting attributes, encoding entities, etc.)
[koha.git] / koha-tmpl / intranet-tmpl / default / en / maint / catmaintain.tmpl
1 <!-- TMPL_INCLUDE NAME="cat-top.inc" -->
2
3
4 <!-- TMPL_IF name=allsub-p -->
5 <!-- TMPL_LOOP name=loop -->
6 "<a href="/cgi-bin/koha/maint/catmaintain.pl?type=allsub&sub=<!-- TMPL_VAR name=sub escape=url -->" onclick='messenger("/cgi-bin/koha/maint/catmaintain.pl?type=modsub&sub=<!-- TMPL_VAR name=sub2 escape=url -->");window1.focus()'><!-- TMPL_VAR name=subject escape=html -->"</a><br>
7 <!-- /TMPL_LOOP -->
8 <!-- /TMPL_IF -->
9
10
11 <!-- TMPL_IF name=modsub-p -->
12 <form action="/cgi-bin/koha/maint/catmaintain.pl">
13 Subject:<input type=text value="<!-- TMPL_VAR name=sub escape=html -->" name=sub size=40><br>
14 <input type=hidden name=type value=upsub>
15 <input type=hidden name=oldsub value="<!-- TMPL_VAR name=sub escape=html -->">
16 <input type=submit value=modify>
17 </form>
18 <p>This will change the subject headings on all the biblios this subject is applied to.
19 <!-- /TMPL_IF -->
20
21
22 <!-- TMPL_IF name=upsub-p -->
23 Successfully modified <!-- TMPL_VAR name=oldsub escape=html -->
24 is now <!-- TMPL_VAR name=sub escape=html -->
25 <!-- <![ IGNORE [
26 <p><a href="/cgi-bin/koha/maint/catmaintain.pl" onclick="window0.focus()">Back to catalogue maintenance</a><br>
27 <a href=nowhere onclick="self.close()">Close this window</a>
28 ]]> -->
29 <!-- /TMPL_IF -->
30
31
32 <!-- TMPL_IF name=undel-p -->
33 <table border=0>
34 <thead>
35 <tr><th>Title</th><th>Author</th><th>Undelete</th></tr>
36 <tbody>
37 <!-- TMPL_LOOP name=loop -->
38 <tr>
39 <td><!-- TMPL_VAR name=title escape=html --></td>
40 <td><!-- TMPL_VAR name=author escape=html --></td>
41 <td><a href="/cgi-bin/koha/maint/catmaintain.pl?<!-- TMPL_VAR name=undelete escape=url -->">Undelete</a></td>
42 </tr>
43 <!-- /TMPL_LOOP -->
44 </table>
45 <!-- /TMPL_IF -->
46
47
48 <!-- TMPL_IF name=finun-p -->
49 Succesfully undeleted
50 <p><a href="/cgi-bin/koha/maint/catmaintain.pl">Back to Catalogue Maintenance</a>
51 <!-- /TMPL_IF -->
52
53
54 <!-- TMPL_IF name=fixitemtype-p -->
55 <form method=post action="/cgi-bin/koha/maint/catmaintain.pl">
56 <input type=hidden name=bi value="<!-- TMPL_VAR name=bi escape=html>">
57 <input type=hidden name=type value=updatetype>
58 Itemtype:<input type=text name=itemtype value="<!-- TMPL_VAR name=item escape=html>"><br>
59 <input type=submit value=Change>
60 </form>
61 <!-- /TMPL_IF -->
62
63
64 <!-- TMPL_IF name=updatetype-p -->
65 Updated successfully
66 <p><a href="/cgi-bin/koha/maint/catmaintain.pl">Back to Catalogue Maintenance</a>
67 <!-- /TMPL_IF -->
68
69
70 <!-- TMPL_IF name=mainmenu-p -->
71 <B>Subject Maintenance</b><br>
72 <form action="/cgi-bin/koha/maint/catmaintain.pl" method=post>
73 <input type=hidden name=type value=allsub>
74 Show all subjects beginning with <input type=text name=sub><br>
75 <input type=submit value=Show>
76 </form>
77 <p>
78 <B>Group Maintenance</b></br>
79 <form action="/cgi-bin/koha/search.pl" method=post>
80 <input type=hidden name=type value=catmain>
81 Show all Titles beginning with <input type=text name=title><br>
82 Item Number <INPUT TYPE="text" SIZE="25" NAME="item"><br>
83 <input type=submit value=Show>
84 </form>
85 <p>
86 <B>Undelete Biblio</b></br>
87 <form action="/cgi-bin/koha/maint/catmaintain.pl" method=post>
88 <input type=hidden name=type value=undel>
89 Show all Titles beginning with <input type=text name=title><br>
90 <input type=submit value=Show>
91 </form>
92 <!-- /TMPL_IF -->
93
94
95 <!-- TMPL_INCLUDE NAME="cat-bottom.inc" -->