Lines 1-122
Link Here
|
1 |
[% INCLUDE 'doc-head-open.inc' %] |
|
|
2 |
<title>Koha › Catalog Maintenance</title> |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
4 |
</head> |
5 |
<body> |
6 |
[% INCLUDE '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 |
[% IF ( allsub_p ) %] |
15 |
<table> |
16 |
<caption>Results</caption> |
17 |
[% FOREACH loo IN loop %] |
18 |
<tr><td><a href="/cgi-bin/koha/maint/catmaintain.pl?type=allsub&sub=[% loo.sub |url %]" onclick="messenger('/cgi-bin/koha/maint/catmaintain.pl?type=modsub&sub=[% loo.sub2 |url %]');window1.focus()">[% loo.subject |html %]</a></td></tr> |
19 |
[% END %] |
20 |
</table> |
21 |
[% END %] |
22 |
|
23 |
|
24 |
[% IF ( 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="[% sub |html %]" name="sub" id="sub" size="40" /><input type="hidden" name="type" value="upsub" /> |
30 |
<input type="hidden" name="oldsub" value="[% sub |html %]" /></td></tr> |
31 |
</table> |
32 |
<input type="submit" value="Modify" /> |
33 |
</form> |
34 |
[% END %] |
35 |
|
36 |
|
37 |
[% IF ( upsub_p ) %] |
38 |
Successfully modified [% oldsub |html %] |
39 |
is now [% sub |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 |
[% END %] |
45 |
|
46 |
|
47 |
[% IF ( undel_p ) %] |
48 |
<table> |
49 |
<thead> |
50 |
<tr><th>Title</th><th>Author</th><th>Undelete</th></tr> |
51 |
[% FOREACH loo IN loop %] |
52 |
<tr> |
53 |
<td>[% loo.title |html %]</td> |
54 |
<td>[% loo.author |html %]</td> |
55 |
<td><a href="/cgi-bin/koha/maint/catmaintain.pl?[% loo.undelete |url %]">Undelete</a></td> |
56 |
</tr> |
57 |
[% END %] |
58 |
</table> |
59 |
[% END %] |
60 |
|
61 |
|
62 |
[% IF ( finun_p ) %] |
63 |
<h3>Successfully undeleted</h3> |
64 |
<p><a href="/cgi-bin/koha/maint/catmaintain.pl">Back to Catalog Maintenance</a></p> |
65 |
[% END %] |
66 |
|
67 |
|
68 |
[% IF ( 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="[% bi |html %]" /> |
72 |
<input type="hidden" name="type" value="updatetype" /> |
73 |
<input type="text" name="itemtype" id="itemtype" value="[% item |html %]" /></td></tr> |
74 |
</table> |
75 |
<input type="submit" value="Change" /> |
76 |
</form> |
77 |
[% END %] |
78 |
|
79 |
|
80 |
[% IF ( updatetype_p ) %] |
81 |
<h3>Updated successfully</h3> |
82 |
<p><a href="/cgi-bin/koha/maint/catmaintain.pl">Back to Catalog Maintenance</a></p> |
83 |
[% END %] |
84 |
|
85 |
|
86 |
[% IF ( 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 |
[% END %] |
115 |
|
116 |
</div> |
117 |
</div> |
118 |
</div> |
119 |
|
120 |
[% INCLUDE 'mainmenu.inc' %] |
121 |
[% INCLUDE 'intranet-bottom.inc' %] |
122 |
|