Koha/koha-tmpl/intranet-tmpl/default/en/maint/catmaintain.tmpl

95 lines
3.3 KiB
Cheetah
Executable file

<!-- TMPL_INCLUDE NAME="cat-top.inc" -->
<!-- TMPL_IF NAME=allsub-p -->
<!-- TMPL_LOOP NAME="loop" -->
"<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><br>
<!-- /TMPL_LOOP -->
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME=modsub-p -->
<form action="/cgi-bin/koha/maint/catmaintain.pl" method="post">
Subject:<input type="text" value="<!-- TMPL_VAR NAME="sub" escape=html -->" name="sub" size="40"><br>
<input type="hidden" name="type" value="upsub">
<input type="hidden" name="oldsub" value="<!-- TMPL_VAR NAME="sub" escape=html -->">
<input type="submit" value="modify">
</form>
<p>This will change the subject headings on all the biblios this subject is applied to.
<!-- /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 border="0">
<thead>
<tr><th>Title</th><th>Author</th><th>Undelete</th></tr>
<tbody>
<!-- 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 -->
Succesfully undeleted
<p><a href="/cgi-bin/koha/maint/catmaintain.pl">Back to Catalogue Maintenance</a>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME=fixitemtype-p -->
<form method="post" action="/cgi-bin/koha/maint/catmaintain.pl">
<input type="hidden" name="bi" value="<!-- TMPL_VAR NAME="bi" escape=html>">
<input type="hidden" name="type" value="updatetype">
Itemtype:<input type="text" name="itemtype" value="<!-- TMPL_VAR NAME="item" escape=html>"><br>
<input type="submit" value="Change">
</form>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME=updatetype-p -->
Updated successfully
<p><a href="/cgi-bin/koha/maint/catmaintain.pl">Back to Catalogue Maintenance</a>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME=mainmenu-p -->
<b>Subject Maintenance</b><br>
<form action="/cgi-bin/koha/maint/catmaintain.pl" method="post">
<input type="hidden" name="type" value="allsub">
Show all subjects beginning with <input type="text" name="sub"><br>
<input type="submit" value="Show">
</form>
<p>
<b>Group Maintenance</b></br>
<form action="/cgi-bin/koha/search.pl" method="post">
<input type="hidden" name="type" value="catmain">
Show all Titles beginning with <input type="text" name="title"><br>
Item Number <input type="text" size="25" name="item"><br>
<input type="submit" value="Show">
</form>
<p>
<b>Undelete Biblio</b></br>
<form action="/cgi-bin/koha/maint/catmaintain.pl" method="post">
<input type="hidden" name="type" value="undel">
Show all Titles beginning with <input type="text" name="title"><br>
<input type="submit" value="Show">
</form>
<!-- /TMPL_IF -->
<!-- TMPL_INCLUDE NAME="cat-bottom.inc" -->