Main Koha release repository https://koha-community.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

95 lines
3.1 KiB

<!-- 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&sub=<!-- TMPL_VAR name=sub escape=url -->" onclick='messenger("/cgi-bin/koha/maint/catmaintain.pl?type=modsub&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">
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" -->