[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/unido/en/acqui.simple addbooks.tmpl,NONE,1.1 addperiodical-nomarc.tmpl,1.1,1.2

Chris Cormack rangi at users.sourceforge.net
Mon Jun 16 11:32:38 CEST 2003


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/unido/en/acqui.simple
In directory sc8-pr-cvs1:/tmp/cvs-serv24555

Modified Files:
	addperiodical-nomarc.tmpl 
Added Files:
	addbooks.tmpl 
Log Message:
More templating changes


--- NEW FILE ---
<html><TMPL_INCLUDE NAME="acquisitions-top.inc">

	
<div class="crumb"><a href="/cgi-bin/koha/mainpage.pl">Home</a> > Add New Items</div>



<h1>Add New Items</h1>
<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 />




<form action="isbnsearch.pl">

<table cellpadding="3" border=0>

<tr><td colspan="3">
<h2>Add Item</h2>

</TD></TR>

<tr valign="top">
			<td class="lable">Title</td>
			<td><input type="text" name="title" class="mid-field" /></td>
<td><input type="submit" value="Go" class="go"/></td>
		</tr>
		<tr valign="top">
			<td  class="lable">ISBN:</td>
			<td ><input type="text" name="isbn" class="mid-field"/></td>
<td><input type="submit" value="Go" class="go"/></td>
			
		</tr>

</form>

<tr><td colspan="3"><br><h2>Add Periodical</h2></td>
	</tr>

<form action="periodicalsearch.pl" method="post">

	<tr>
		<td>Title:</td>
		<td><input type="text" name="title" class="mid-field" /></td>
		<td><input type="submit" value="Go" class="go" /></td>
	</tr>
	
</FORM>



<tr><td colspan="3"><br><h2>Add New Website</H2></td>
	</tr>

<form action="websitesearch.pl" method="post">
	
	<tr>
		<td>Keyword:</td>
		<td><input type="text" name="keyword" class="mid-field" /></td>
		<td><input type="submit" value="Go" class="go" /></td>
	</tr>
	</table>
</FORM>
<p />

<div class="tip">
<span class="tip-big">tip</span><span class="tip-text">
If the ISBN or title is found in the biblio table, it will be retrieved and you can add another copy to it.</span>
<TMPL_INCLUDE NAME="acquisitions-bottom.inc">
Index: addperiodical-nomarc.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/unido/en/acqui.simple/addperiodical-nomarc.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** addperiodical-nomarc.tmpl	16 Jun 2003 08:18:35 -0000	1.1
--- addperiodical-nomarc.tmpl	16 Jun 2003 09:32:35 -0000	1.2
***************
*** 1,2 ****
--- 1,5 ----
+ <html>
+ 
+ 
  <TMPL_INCLUDE NAME="acquisitions-top.inc">
  
***************
*** 37,42 ****
  <table border="0" cellspacing="0" cellpadding="5">
  <tr valign="top" >
! <td colspan="2"><h2>ADD NEW
! ITEM</h2>
  </td>
  </tr>
--- 40,44 ----
  <table border="0" cellspacing="0" cellpadding="5">
  <tr valign="top" >
! <td colspan="2"><h2>Item Details</h2>
  </td>
  </tr>
***************
*** 62,67 ****
  
  <tr valign="top">
! <td colspan="2" ><h2>Add  a new
! Issue/Volume</h2></td>
  </tr>
  <tr valign="top">
--- 64,68 ----
  
  <tr valign="top">
! <td colspan="2" ><h2>New Issue/Volume Details</h2></td>
  </tr>
  <tr valign="top">
***************
*** 119,131 ****
  
  
- 
- <tr valign="top">
- <td>Pages:</td>
- <td><input name="pages" size="40"></td>
- </tr>
- <tr valign="top">
- <td>Size:</td>
- <td><input name="size" size="40"></td>
- </tr>
  <tr valign="top">
  <td>Notes:</td>
--- 120,123 ----





More information about the Koha-cvs mailing list