koha-cvs
[Top][All Lists]
Advanced

[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.13,1.14
Date: Fri, 02 Apr 2004 07:22:09 -0800

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9395/koha-tmpl/intranet-tmpl/default/en/acqui.simple

Modified Files:
        addbooks.tmpl 
Log Message:
css'ing

Index: addbooks.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/addbooks.tmpl,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** addbooks.tmpl       11 Feb 2004 09:03:47 -0000      1.13
--- addbooks.tmpl       2 Apr 2004 15:22:07 -0000       1.14
***************
*** 1,59 ****
  <!-- TMPL_INCLUDE NAME="acquisitions-top.inc" -->
! 
! <font size="5"><em>MARC biblio management</em></font>
  <!-- TMPL_IF name="noitemsfound" -->
-       <p />
        <font color="red" size="4">No items found</font>
  <!-- /TMPL_IF -->
  <!-- TMPL_IF name="websiteadded" -->
-       <p />
        <font color="red" size="4">Website Biblioitem Added</font>
  <!-- /TMPL_IF -->
  
- <p />
- <table bgcolor="#ffcc00" width="80%" cellpadding="3">
-       <tr valign="center">
-       <td><font size="4">To add a new biblio/item, scan or type the ISBN/ISSN 
number:</font></td>
-       </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" class="button"/></td>
                        <td rowspan=2>If the ISBN or title is found in the 
biblio table, it will be retrieved and can be modified.<br/>
                                        If the ISBN or title is found in the 
breeding farm, it will be retrieved and a biblio will be 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>&nbsp;</td>
                <!-- TMPL_IF NAME="NOTMARC" -->
!                       <td colspan=2><a href="addbiblio-nomarc.pl" 
class="button">Create Empty biblio</a></td></tr>
                <!-- TMPL_ELSE -->
!                       <td colspan=2><a href="addbiblio.pl" 
class="button">Create Empty biblio</a></td></tr>
                <!-- /TMPL_IF -->
        </table>
  </form>
- 
- <p />
- <p />
- 
- <table bgcolor="#ffcc00" width="80%" cellpadding="3">
-       <tr valign="center">
-               <td><FONT SIZE=4>Add New Website</font></td>
-       </tr>
- </table>
- <form action="websitesearch.pl" method="post">
-       <table>
-       <tr>
-               <td>Keyword:</td>
-               <td><input type="text" name="keyword" /></td>
-               <td><input type="submit" value="Go" class="button"/></td>
-       </tr>
-       </table>
- </FORM>
- <p />
  <!-- TMPL_INCLUDE NAME="acquisitions-bottom.inc" -->
--- 1,36 ----
  <!-- TMPL_INCLUDE NAME="acquisitions-top.inc" -->
! <div id="mainbloc">
! <h1>MARC biblio management</h1>
  <!-- TMPL_IF name="noitemsfound" -->
        <font color="red" size="4">No items found</font>
  <!-- /TMPL_IF -->
  <!-- TMPL_IF name="websiteadded" -->
        <font color="red" size="4">Website Biblioitem Added</font>
  <!-- /TMPL_IF -->
  
  <form action="isbnsearch.pl">
!       <table>
!               <tr>
!                       <th colspan=4>To add a new biblio/item, scan or type 
the ISBN/ISSN number:</th>
!               </tr>
                <tr valign="top">
!                       <td>ISBN:</td>
!                       <td><input type="text" name="isbn" /></td>
!                       <td rowspan=2 valign="middle"><input type="submit" 
value="Go" class="button"/></td>
                        <td rowspan=2>If the ISBN or title is found in the 
biblio table, it will be retrieved and can be modified.<br/>
                                        If the ISBN or title is found in the 
breeding farm, it will be retrieved and a biblio will be added.<br/>
                                        Otherwise, a biblio can be added from 
scratch.</td>
                </tr>
!               <tr>
!                       <td>Title</td>
!                       <td><input type="text" name="title" /></td>
                </tr>
                <tr><td>&nbsp;</td>
                <!-- TMPL_IF NAME="NOTMARC" -->
!                       <td colspan=2><br/><a href="addbiblio-nomarc.pl" 
class="button">Create Empty biblio</a></td></tr>
                <!-- TMPL_ELSE -->
!                       <td colspan=2><br/><a href="addbiblio.pl" 
class="button">Create Empty biblio</a></td></tr>
                <!-- /TMPL_IF -->
        </table>
  </form>
  <!-- TMPL_INCLUDE NAME="acquisitions-bottom.inc" -->




reply via email to

[Prev in Thread] Current Thread [Next in Thread]