[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/maint catmaintai
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/maint catmaintain.tmpl,1.2,1.3 |
Date: |
Mon, 19 Jul 2004 13:14:02 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/maint
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12104/koha-tmpl/intranet-tmpl/default/en/maint
Modified Files:
catmaintain.tmpl
Log Message:
Corrections to make markup more valid (quoting attributes, encoding ampersands,
etc.)
Index: catmaintain.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/maint/catmaintain.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** catmaintain.tmpl 7 Mar 2004 05:49:49 -0000 1.2
--- catmaintain.tmpl 19 Jul 2004 20:13:59 -0000 1.3
***************
*** 2,18 ****
! <!-- 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.
--- 2,18 ----
! <!-- 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" 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.
***************
*** 20,26 ****
! <!-- 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>
--- 20,26 ----
! <!-- 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>
***************
*** 30,43 ****
! <!-- 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 -->
--- 30,43 ----
! <!-- 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 -->
***************
*** 46,50 ****
! <!-- TMPL_IF name=finun-p -->
Succesfully undeleted
<p><a href="/cgi-bin/koha/maint/catmaintain.pl">Back to Catalogue
Maintenance</a>
--- 46,50 ----
! <!-- TMPL_IF NAME=finun-p -->
Succesfully undeleted
<p><a href="/cgi-bin/koha/maint/catmaintain.pl">Back to Catalogue
Maintenance</a>
***************
*** 52,66 ****
! <!-- 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>
--- 52,66 ----
! <!-- 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>
***************
*** 68,92 ****
! <!-- 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 -->
--- 68,92 ----
! <!-- 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 -->
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/maint catmaintain.tmpl,1.2,1.3,
Owen Leonard <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/import breeding.tmpl,1.5,1.6
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/marcimport AcceptBiblioitem.tmpl,1.3,1.4 AcceptItemCopy.tmpl,1.4,1.5 AcceptMarcUpload.tmpl,1.4,1.5 ListFileRecords.tmpl,1.3,1.4 mainmenu.tmpl,1.2,1.3 marcimportdetail.tmpl,1.5,1.6 uploadmarc.tmpl,1.2,1.3
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/import breeding.tmpl,1.5,1.6
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/marcimport AcceptBiblioitem.tmpl,1.3,1.4 AcceptItemCopy.tmpl,1.4,1.5 AcceptMarcUpload.tmpl,1.4,1.5 ListFileRecords.tmpl,1.3,1.4 mainmenu.tmpl,1.2,1.3 marcimportdetail.tmpl,1.5,1.6 uploadmarc.tmpl,1.2,1.3
- Index(es):