Corrections to make markup more valid (quoting attributes, encoding ampersands, etc.)
authoroleonard <oleonard>
Mon, 19 Jul 2004 20:13:59 +0000 (20:13 +0000)
committeroleonard <oleonard>
Mon, 19 Jul 2004 20:13:59 +0000 (20:13 +0000)
koha-tmpl/intranet-tmpl/default/en/maint/catmaintain.tmpl

index 07fa795..5b58920 100755 (executable)
@@ -1,27 +1,27 @@
 <!-- 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_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">
-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>
+<!-- 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 -->
+<!-- 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>
@@ -29,65 +29,65 @@ is now <!-- TMPL_VAR name=sub escape=html -->
 <!-- /TMPL_IF -->
 
 
-<!-- TMPL_IF name=undel-p -->
-<table border=0>
+<!-- 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 -->
+<!-- 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>
+<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 -->
+<!-- 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>
+<!-- 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 -->
+<!-- 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>
+<!-- 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>
+<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>
+<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 -->