[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/maint catmaintain.tmpl,1.3,1.4

Owen Leonard oleonard at users.sourceforge.net
Thu Jan 13 21:24:09 CET 2005


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/maint
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21139/koha-tmpl/intranet-tmpl/npl/en/maint

Modified Files:
	catmaintain.tmpl 
Log Message:
Synching with default tempalte

Index: catmaintain.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/maint/catmaintain.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** catmaintain.tmpl	19 Jul 2004 20:13:59 -0000	1.3
--- catmaintain.tmpl	13 Jan 2005 20:24:06 -0000	1.4
***************
*** 1,9 ****
! <!-- 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 -->
  
--- 1,15 ----
! <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Catalog Maintenance<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
! <!-- TMPL_INCLUDE NAME="masthead.inc" -->
! <!-- TMPL_INCLUDE NAME="acqui-topmenu.inc" -->
! <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
  
+ <div id="main">
  <!-- 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 -->
  
***************
*** 11,20 ****
  <!-- 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 -->
  
--- 17,28 ----
  <!-- TMPL_IF NAME=modsub-p -->
  <form action="/cgi-bin/koha/maint/catmaintain.pl" method="post">
! <div class="error">This will change the subject headings on <strong>all</strong> the records this subject is applied to.</div>
! <table>
! <caption>Subject Heading Global Update</caption>
! <tr><td><label for="sub">Subject:</label></td><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" class="submit" />
  </form>
  <!-- /TMPL_IF -->
  
***************
*** 31,38 ****
  
  <!-- 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>
--- 39,45 ----
  
  <!-- TMPL_IF NAME=undel-p -->
! <table>
  <thead>
  <tr><th>Title</th><th>Author</th><th>Undelete</th></tr>
  <!-- TMPL_LOOP NAME="loop" -->
  <tr>
***************
*** 47,52 ****
  
  <!-- TMPL_IF NAME=finun-p -->
! Succesfully undeleted
! <p><a href="/cgi-bin/koha/maint/catmaintain.pl">Back to Catalogue Maintenance</a>
  <!-- /TMPL_IF -->
  
--- 54,59 ----
  
  <!-- TMPL_IF NAME=finun-p -->
! <h3>Succesfully undeleted</h3>
! <p><a href="/cgi-bin/koha/maint/catmaintain.pl">Back to Catalogue Maintenance</a></p>
  <!-- /TMPL_IF -->
  
***************
*** 54,61 ****
  <!-- 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 -->
--- 61,70 ----
  <!-- TMPL_IF NAME=fixitemtype-p -->
  <form method="post" action="/cgi-bin/koha/maint/catmaintain.pl">
! <table>
! <tr><td><label for="itemtype">Itemtype:</label></td><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" class="submit" />
  </form>
  <!-- /TMPL_IF -->
***************
*** 63,95 ****
  
  <!-- 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" -->
--- 72,110 ----
  
  <!-- TMPL_IF NAME=updatetype-p -->
! <h3>Updated successfully</h3>
! <p><a href="/cgi-bin/koha/maint/catmaintain.pl">Back to Catalogue Maintenance</a></p>
  <!-- /TMPL_IF -->
  
  
  <!-- TMPL_IF NAME=mainmenu-p -->
! <div class="menu">
! <h1>Catalog Maintenance</h1>
  <form action="/cgi-bin/koha/maint/catmaintain.pl" method="post">
! <table>
! <caption>Subject Maintenance</caption>
! <tr><td><label for="sub">Show all subjects beginning with: </label></td><td><input type="text" name="sub" id="sub"><input type="hidden" name="type" value="allsub" /></td></tr>
! </table>
! <input type="submit" value="Show" class="submit" />
  </form>
! 
  <form action="/cgi-bin/koha/search.pl" method="post">
! <table>
! <caption>Group Maintenance</caption>
! <tr><td><label for="title">Show all Titles beginning with:</label></td><td><input type="hidden" name="type" value="catmain"><input type="text" name="title" id="title" /></td></tr>
! <tr><td><label for="item">Item Number:</label></td><td><input type="text" size="25" id="item" name="item" /></td></tr>
! </table>
! <input type="submit" value="Show" class="submit" />
  </form>
! 
  <form action="/cgi-bin/koha/maint/catmaintain.pl" method="post">
! <table>
! <caption>Undelete Biblio</caption>
! <tr><td><label for="title">Show all Titles beginning with</label></td><td><input type="text" name="title" id="title" /><input type="hidden" name="type" value="undel" /></td></tr>
! </table>
! <input type="submit" value="Show" class="submit" />
  </form>
+ </div>
  <!-- /TMPL_IF -->
  
! </div>
! <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->





More information about the Koha-cvs mailing list