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