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