Koha/koha-tmpl/intranet-tmpl/prog/en/modules/maint/catmaintain.tmpl
2008-09-02 15:43:29 -05:00

121 lines
No EOL
4.3 KiB
Cheetah

<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
<title>Koha &rsaquo; Catalog Maintenance</title>
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
</head>
<body>
<!-- TMPL_INCLUDE NAME="header.inc" -->
<div id="doc3" class="yui-t2">
<div id="bd">
<div id="yui-main">
<div class="yui-b"><div class="yui-g">
<!-- TMPL_IF NAME="allsub-p" -->
<table>
<caption>Results</caption>
<!-- TMPL_LOOP NAME="loop" -->
<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>
<!-- /TMPL_LOOP -->
</table>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="modsub-p" -->
<form action="/cgi-bin/koha/maint/catmaintain.pl" method="post">
This will change the subject headings on <strong>all</strong> the records this subject is applied to.
<table>
<caption>Subject Heading Global Update</caption>
<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" />
<input type="hidden" name="oldsub" value="<!-- TMPL_VAR NAME="sub" ESCAPE="HTML" -->" /></td></tr>
</table>
<input type="submit" value="Modify" />
</form>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="upsub-p" -->
Successfully modified <!-- TMPL_VAR NAME="oldsub" ESCAPE="HTML" -->
is now <!-- TMPL_VAR NAME="sub" ESCAPE="HTML" -->
<!-- <![ IGNORE [
<p><a href="/cgi-bin/koha/maint/catmaintain.pl" onclick="window0.focus()">Back to catalogue maintenance</a><br />
<a href=nowhere onclick="self.close()">Close this window</a>
]]> -->
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="undel-p" -->
<table>
<thead>
<tr><th>Title</th><th>Author</th><th>Undelete</th></tr>
<!-- TMPL_LOOP NAME="loop" -->
<tr>
<td><!-- TMPL_VAR NAME="title" ESCAPE="HTML" --></td>
<td><!-- TMPL_VAR NAME="author" ESCAPE="HTML" --></td>
<td><a href="/cgi-bin/koha/maint/catmaintain.pl?<!-- TMPL_VAR NAME="undelete" escape="url" -->">Undelete</a></td>
</tr>
<!-- /TMPL_LOOP -->
</table>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="finun-p" -->
<h3>Succesfully undeleted</h3>
<p><a href="/cgi-bin/koha/maint/catmaintain.pl">Back to Catalog Maintenance</a></p>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="fixitemtype-p" -->
<form method="post" action="/cgi-bin/koha/maint/catmaintain.pl">
<table>
<tr><th scope="row"><label for="itemtype">Itemtype:</label></th><td><input type="hidden" name="bi" value="<!-- TMPL_VAR NAME="bi" ESCAPE="HTML">" />
<input type="hidden" name="type" value="updatetype" />
<input type="text" name="itemtype" id="itemtype" value="<!-- TMPL_VAR NAME="item" ESCAPE="HTML">" /></td></tr>
</table>
<input type="submit" value="Change" />
</form>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="updatetype-p" -->
<h3>Updated successfully</h3>
<p><a href="/cgi-bin/koha/maint/catmaintain.pl">Back to Catalog Maintenance</a></p>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="mainmenu-p" -->
<h1>Catalog Maintenance</h1>
<form action="/cgi-bin/koha/maint/catmaintain.pl" method="post">
<table>
<caption>Subject Maintenance</caption>
<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>
</table>
<input type="submit" value="Show" />
</form>
<form action="/cgi-bin/koha/search.pl" method="post">
<table>
<caption>Group Maintenance</caption>
<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>
<tr><th scope="row"><label for="item">Item Number:</label></th><td><input type="text" size="25" id="item" name="item" /></td></tr>
</table>
<input type="submit" value="Show" />
</form>
<form action="/cgi-bin/koha/maint/catmaintain.pl" method="post">
<table>
<caption>Undelete Biblio</caption>
<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>
</table>
<input type="submit" value="Show" />
</form>
<!-- /TMPL_IF -->
</div>
</div>
</div>
<!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->