kohabug 2507 Fixing labels search to indicate keyword rather than title search
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / maint / catmaintain.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Catalog Maintenance</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7
8 <div id="doc3" class="yui-t2">
9    
10    <div id="bd">
11         <div id="yui-main">
12         <div class="yui-b"><div class="yui-g">
13
14 <!-- TMPL_IF NAME="allsub-p" -->
15 <table>
16 <caption>Results</caption>
17 <!-- TMPL_LOOP NAME="loop" -->
18 <tr><td><a href="/cgi-bin/koha/maint/catmaintain.pl?type=allsub&amp;sub=<!-- TMPL_VAR NAME="sub" ESCAPE="URL" -->" onclick="messenger('/cgi-bin/koha/maint/catmaintain.pl?type=modsub&amp;sub=<!-- TMPL_VAR NAME="sub2" ESCAPE="URL" -->');window1.focus()"><!-- TMPL_VAR NAME="subject" ESCAPE="HTML" --></a></td></tr>
19 <!-- /TMPL_LOOP -->
20 </table>
21 <!-- /TMPL_IF -->
22
23
24 <!-- TMPL_IF NAME="modsub-p" -->
25 <form action="/cgi-bin/koha/maint/catmaintain.pl" method="post">
26 This will change the subject headings on <strong>all</strong> the records this subject is applied to.
27 <table>
28 <caption>Subject Heading Global Update</caption>
29 <tr><th scope="row"><label for="sub">Subject:</label></th><td><input type="text" value="<!-- TMPL_VAR NAME="sub" ESCAPE="HTML" -->" name="sub" id="sub" size="40" /><input type="hidden" name="type" value="upsub" />
30 <input type="hidden" name="oldsub" value="<!-- TMPL_VAR NAME="sub" ESCAPE="HTML" -->" /></td></tr>
31 </table>
32 <input type="submit" value="Modify" />
33 </form>
34 <!-- /TMPL_IF -->
35
36
37 <!-- TMPL_IF NAME="upsub-p" -->
38 Successfully modified <!-- TMPL_VAR NAME="oldsub" ESCAPE="HTML" -->
39 is now <!-- TMPL_VAR NAME="sub" ESCAPE="HTML" -->
40 <!-- <![ IGNORE [
41 <p><a href="/cgi-bin/koha/maint/catmaintain.pl" onclick="window0.focus()">Back to catalogue maintenance</a><br />
42 <a href=nowhere onclick="self.close()">Close this window</a>
43 ]]> -->
44 <!-- /TMPL_IF -->
45
46
47 <!-- TMPL_IF NAME="undel-p" -->
48 <table>
49 <thead>
50 <tr><th>Title</th><th>Author</th><th>Undelete</th></tr>
51 <!-- TMPL_LOOP NAME="loop" -->
52 <tr>
53 <td><!-- TMPL_VAR NAME="title" ESCAPE="HTML" --></td>
54 <td><!-- TMPL_VAR NAME="author" ESCAPE="HTML" --></td>
55 <td><a href="/cgi-bin/koha/maint/catmaintain.pl?<!-- TMPL_VAR NAME="undelete" escape="url" -->">Undelete</a></td>
56 </tr>
57 <!-- /TMPL_LOOP -->
58 </table>
59 <!-- /TMPL_IF -->
60
61
62 <!-- TMPL_IF NAME="finun-p" -->
63 <h3>Succesfully undeleted</h3>
64 <p><a href="/cgi-bin/koha/maint/catmaintain.pl">Back to Catalogue Maintenance</a></p>
65 <!-- /TMPL_IF -->
66
67
68 <!-- TMPL_IF NAME="fixitemtype-p" -->
69 <form method="post" action="/cgi-bin/koha/maint/catmaintain.pl">
70 <table>
71 <tr><th scope="row"><label for="itemtype">Itemtype:</label></th><td><input type="hidden" name="bi" value="<!-- TMPL_VAR NAME="bi" ESCAPE="HTML">" />
72 <input type="hidden" name="type" value="updatetype" />
73 <input type="text" name="itemtype" id="itemtype" value="<!-- TMPL_VAR NAME="item" ESCAPE="HTML">" /></td></tr>
74 </table>
75 <input type="submit" value="Change" />
76 </form>
77 <!-- /TMPL_IF -->
78
79
80 <!-- TMPL_IF NAME="updatetype-p" -->
81 <h3>Updated successfully</h3>
82 <p><a href="/cgi-bin/koha/maint/catmaintain.pl">Back to Catalogue Maintenance</a></p>
83 <!-- /TMPL_IF -->
84
85
86 <!-- TMPL_IF NAME="mainmenu-p" -->
87
88 <h1>Catalog Maintenance</h1>
89 <form action="/cgi-bin/koha/maint/catmaintain.pl" method="post">
90 <table>
91 <caption>Subject Maintenance</caption>
92 <tr><th scope="row"><label for="sub">Show all subjects beginning with: </label></th><td><input type="text" name="sub" id="sub"><input type="hidden" name="type" value="allsub" /></td></tr>
93 </table>
94 <input type="submit" value="Show" />
95 </form>
96
97 <form action="/cgi-bin/koha/search.pl" method="post">
98 <table>
99 <caption>Group Maintenance</caption>
100 <tr><th scope="row"><label for="title">Show all Titles beginning with:</label></th><td><input type="hidden" name="type" value="catmain"><input type="text" name="title" id="title" /></td></tr>
101 <tr><th scope="row"><label for="item">Item Number:</label></th><td><input type="text" size="25" id="item" name="item" /></td></tr>
102 </table>
103 <input type="submit" value="Show" />
104 </form>
105
106 <form action="/cgi-bin/koha/maint/catmaintain.pl" method="post">
107 <table>
108 <caption>Undelete Biblio</caption>
109 <tr><th scope="row"><label for="title">Show all Titles beginning with</label></th><td><input type="text" name="title" id="title" /><input type="hidden" name="type" value="undel" /></td></tr>
110 </table>
111 <input type="submit" value="Show" />
112 </form>
113
114 <!-- /TMPL_IF -->
115
116 </div>
117 </div>
118 </div>
119
120 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
121 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->