[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/acqui.simple add
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple addbooks.tmpl,1.3,1.4 isbnsearch.tmpl,1.2,1.3 |
Date: |
Thu, 23 Jan 2003 04:27:08 -0800 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple
In directory
sc8-pr-cvs1:/tmp/cvs-serv8144/koha-tmpl/intranet-tmpl/default/en/acqui.simple
Modified Files:
addbooks.tmpl isbnsearch.tmpl
Log Message:
upgrading import in breeding farm (you can now search on ISBN or on title) AND
character encoding.
Index: addbooks.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/addbooks.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** addbooks.tmpl 10 Dec 2002 13:42:35 -0000 1.3
--- addbooks.tmpl 23 Jan 2003 12:27:05 -0000 1.4
***************
*** 23,40 ****
</tr>
</table>
! <table cellpadding="3" border=0 width="100%">
! <tr valign="top">
! <form action="isbnsearch.pl">
! <td width="5%">ISBN:</td>
! <td width="20%"><input type="text" name="isbn" /></td>
! <td width="10%"><input type="submit" value="Go" /></td>
! <td>If the ISBN is found into the biblio table, it will be
retrieved and can be modified.<br/>
! If the ISBN is found into the breeding farm, it
will be retrieved. and a biblio added.<br/>
! Otherwise, a biblio can be added from
scratch.</td>
! </form>
! </tr>
! <tr><td> </td>
! <td colspan=2><a href=addbiblio.pl>Add biblio without
ISBN/ISSN</a></td></tr>
! </table>
<p />
--- 23,43 ----
</tr>
</table>
! <form action="isbnsearch.pl">
! <table cellpadding="3" border=0 width="100%">
! <tr valign="top">
! <td width="5%">ISBN:</td>
! <td width="20%"><input type="text" name="isbn" /></td>
! <td width="10%" rowspan=2 valign="middle"><input
type="submit" value="Go" /></td>
! <td rowspan=2>If the ISBN is found into the biblio
table, it will be retrieved and can be modified.<br/>
! If the ISBN is found into the breeding
farm, it will be retrieved. and a biblio added.<br/>
! Otherwise, a biblio can be added from
scratch.</td>
! </tr>
! <td width="5%">Title</td>
! <td width="20%"><input type="text" name="title" /></td>
! </tr>
! <tr><td> </td>
! <td colspan=2><a href=addbiblio.pl>Add biblio without
ISBN/ISSN</a></td></tr>
! </table>
! </form>
<p />
***************
*** 84,104 ****
</table>
</FORM>
-
- <p />
- <table bgcolor="#ffcc00" width="80%" cellpadding="3">
- <tr valign="center">
- <td><FONT SIZE=4>Help</font></td>
- </tr>
- </table>
- <FONT SIZE=5>Koha stores data in three sections</font>
- <p />
- <h2>Biblio</h2>
- The first section records bibliographic data such as title, author and
copyright for a particular work.
- <p />
- <h2>Group</h2>
- The second records bibliographic data for a particular publication of that
work, such as ISBN number, physical description, publisher information, etc
- <p />
- <h2>Item</h2>
- The third section holds specific item information, such as the bar code number
<p />
<TMPL_INCLUDE NAME="acquisitions-bottom.inc">
--- 87,90 ----
Index: isbnsearch.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/isbnsearch.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** isbnsearch.tmpl 27 Nov 2002 10:29:58 -0000 1.2
--- isbnsearch.tmpl 23 Jan 2003 12:27:05 -0000 1.3
***************
*** 3,30 ****
<font size="6"><em>Biblio Search Results</em></font><br />
<CENTER>
! You searched on <b>ISBN <TMPL_VAR name="isbn">,</b> <TMPL_VAR name="count">
results found <br />
Results <TMPL_VAR name="showoffset"> to <TMPL_VAR name="total"> displayed
- <div align="right">
- <h2><a href="addbiblio.pl?isbn=<TMPL_VAR name="isbn">">Add New Biblio</a></h2>
- </div>
<p />
- <table border="0" cellspacing="0" cellpadding="5">
- <tr valign=top bgcolor=#ffcc00>
- <td><b>TITLE</b></td>
- <td><b>AUTHOR</b></td>
- <td><b>©</b></td>
- <td><b>Items</b></td>
! </tr>
!
! <TMPL_LOOP name="loop">
! <tr valign="top" bgcolor="<TMPL_VAR name="toggle">">
! <td><TMPL_VAR name="title"></a>
! <td><TMPL_VAR name="author"></td>
! <td><TMPL_VAR name="copyrightdate"></td>
! <td><a href="addbiblio.pl?oldbiblionumber=<TMPL_VAR
name="biblionumber">">Edit...</a></td>
</tr>
- </TMPL_LOOP>
</table>
<br />
<TMPL_LOOP name="loop_links">
--- 3,64 ----
<font size="6"><em>Biblio Search Results</em></font><br />
<CENTER>
! You searched on <b><TMPL_IF name="isbn">ISBN <TMPL_VAR
name="isbn"></TMPL_IF><TMPL_IF name="title">title <TMPL_VAR
name="title"></TMPL_IF></b><br />
! <TMPL_VAR name="count"> results
found <br />
Results <TMPL_VAR name="showoffset"> to <TMPL_VAR name="total"> displayed
<p />
! <table width="80%" cellpadding="3">
! <tr valign="center">
! <td><font size="4">Biblios in koha</font></td>
! </tr>
! </table>
! <table border="0" cellspacing="0" cellpadding="5" width="80%">
! <tr valign=top bgcolor=#ffcc00>
! <td><b>Title</b></td>
! <td><b>Author</b></td>
! <td><b>©</b></td>
! <td> </td>
! </tr>
! <TMPL_LOOP name="loop">
! <tr valign="top" bgcolor="<TMPL_VAR name="toggle">">
! <td><TMPL_VAR name="title"></a>
! <td><TMPL_VAR name="author"></td>
! <td><TMPL_VAR name="copyrightdate"></td>
! <td><a href="addbiblio.pl?oldbiblionumber=<TMPL_VAR
name="biblionumber">">Edit...</a></td>
! </tr>
! </TMPL_LOOP>
! </table>
! <br />
! <table width="80%" cellpadding="3">
! <tr valign="center">
! <td><font size="4">Biblios in breeding farm</font></td>
</tr>
</table>
+ <table border="0" cellspacing="0" cellpadding="5" width="80%">
+ <tr valign=top bgcolor=#ffcc00>
+ <td><b>Title</b></td>
+ <td><b>Author</b></td>
+ <td><b>ISBN</b></td>
+ <td><b>coming from</b></td>
+ <td><b> </b></td>
+ <td> </td>
+ </tr>
+ <TMPL_LOOP name="breeding_loop">
+ <tr valign="top" bgcolor="<TMPL_VAR name="toggle">">
+ <td><TMPL_VAR name="title"></a>
+ <td><TMPL_VAR name="author"></td>
+ <td><TMPL_VAR name="isbn"></td>
+ <td><TMPL_VAR name="file"></td>
+ <td><a href="addbiblio.pl?breedingid=<TMPL_VAR
name="id">">Add biblio</a></td>
+ </tr>
+ </TMPL_LOOP>
+ <tr>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+ <td><a href="addbiblio.pl?isbn=<TMPL_VAR name="isbn">">Add New
Biblio</a></td>
+ </tr>
+ </table>
+
<br />
<TMPL_LOOP name="loop_links">
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple addbooks.tmpl,1.3,1.4 isbnsearch.tmpl,1.2,1.3,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/acqui.simple addbiblio.pl,1.14,1.15 isbnsearch.pl,1.7,1.8 marcimport.pl,1.25,1.26
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters checkmarc.tmpl,NONE,1.1 admin-home.tmpl,1.10,1.11 aqbookfund.tmpl,1.5,1.6 aqbudget.tmpl,1.2,1.3 authorised_values.tmpl,1.3,1.4 branches.tmpl,1.7,1.8 koha2marclinks.tmpl,1.3,1.4 marc_subfields_structure.tmpl,1.11,1.12 marctagstructure.tmpl,1.5,1.6 systempreferences.tmpl,1.4,1.5 thesaurus.tmpl,1.5,1.6
- Previous by thread:
[Koha-cvs] CVS: koha/acqui.simple addbiblio.pl,1.14,1.15 isbnsearch.pl,1.7,1.8 marcimport.pl,1.25,1.26
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters checkmarc.tmpl,NONE,1.1 admin-home.tmpl,1.10,1.11 aqbookfund.tmpl,1.5,1.6 aqbudget.tmpl,1.2,1.3 authorised_values.tmpl,1.3,1.4 branches.tmpl,1.7,1.8 koha2marclinks.tmpl,1.3,1.4 marc_subfields_structure.tmpl,1.11,1.12 marctagstructure.tmpl,1.5,1.6 systempreferences.tmpl,1.4,1.5 thesaurus.tmpl,1.5,1.6
- Index(es):