[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/catalogue catalogue-home.tmpl,1.11,1.12

Owen Leonard oleonard at users.sourceforge.net
Fri Nov 19 22:37:58 CET 2004


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

Modified Files:
	catalogue-home.tmpl 
Log Message:
Updating for CSS-based design

Index: catalogue-home.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/catalogue-home.tmpl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** catalogue-home.tmpl	19 Jul 2004 19:51:03 -0000	1.11
--- catalogue-home.tmpl	19 Nov 2004 21:37:46 -0000	1.12
***************
*** 5,110 ****
  <!-- /TMPL_IF -->
  
! <!------------------------ MAIN BODY OF PAGE ---------------------------->
  <form action="/cgi-bin/koha/search.pl" method="post">
  
! <h1>Catalogue Search</h1>
  
- <center>
  
! <table align="left" width="40%" cellspacing="0" cellpadding="5" border="0" >
! 	<tr valign="top">
! 		<td>Barcode</td>
! 		<td><input type="text"  size="25"   name="itemnumber"></td>
! 		<td><b> &nbsp; &nbsp; OR</b></td></tr>
! 	<!-- <tr valign="top">
! 	<td>ISBN</td> <td><input type="text"  size="25"   name="isbn"></td></tr>
! 	-->
! 	<tr valign="top">
! 		<td colspan="2" > &nbsp;</td>
! 	</tr>
! 	<tr valign="top">
! 		<td  bgcolor="#ad11ad" colspan="2">
! 			<span style="color:#FFFFFF;">
! 				<b>HELP</b><br>
! 				<b>Search :</b>Using more fields for your search will slow it down.<p>
! 			</span>
! 		</td>
! 	</tr>
! </table>
  
  
  
! <table border="0">
! 	<tr valign="top">
! 		<td>Keywords</td>
! 		<td><input type="text"  size="25"   name="keyword"></td>
! 	</tr>
! 	<tr valign="top">
! 		<td>Title</td>
! 		<td><input type="text"  size="25" name="title"></td>
! 		<td>
! 			<input type="radio" name="ttype" value="normal" checked>Normal
! 			<input type="radio" name="ttype" value="exact">Exact
! 		</td>
! 	</tr>
! 	<tr valign="top">
! 		<td>Author</td>
! 		<td><input type="text"  size="25"   name="author"></td>
! 	</tr>
! 	<tr valign="top">
! 		<td>Illustrator</td>
! 		<td><input type="text"  size="25"   name="illustrator"></td>
! 	</tr>
! 		<tr valign="top">
! 		<td>Dewey</td><td><input type="text"  size="25"   name="dewey"></td>
! 	</tr>
! 
! 	<tr valign="top">
! 	<td>Class</td>
! 		<td>
! 			<select name="class" size="1">
  			<option value=""> Any
  			<!-- TMPL_VAR NAME="classlist" -->
! 			</select>
! 		</td>
! 	</tr>
! 	<!-- <tr valign="top">
! 	<td>Branch</td><td><select name="branch">
! 	<option value="F">Foxton
! 	</select>
! 	</td></tr> -->
! 
! 	<!-- <td>Pub Date (before)</td> <td><input type="text"  size="8"   name="date-before"> &nbsp; &nbsp; (after) <input type="text"  size="8"   name="date-after"></td></tr>
! 	-->
! 	<tr valign="top">
! 	<td><b>OR</b></td>
! 	</tr>
! 
! 	<tr valign="top">
! 		<td>Subject</td>
! 		<td><input type="text"  size="25"   name="subject"></td>
! 	</tr>
! 	<tr>
! 		<td colspan="3">
! 			<table width="100%" cellpadding="0" cellspacing="0">
! 				<tr align="center">
! 					<td>
! 						<input type="hidden" name="type" value="intra">
! 						<input type="submit" class="button" value="Start search">
! 					</td>
! 					<td>
! 						<input type="reset"  value= "Clear" class="button">
! 					</td>
! 					<td>
! 						<a href="/cgi-bin/koha/shelves.pl" class="button">Virtual Bookshelves</a>
! 					</td>
! 				</tr>
! 			</table>
! 		</td>
! 	</tr>
! </table>
  	</form>
! 	<p>
! 	</center>
  <!-- TMPL_INCLUDE NAME="cat-bottom.inc" -->
  
--- 5,52 ----
  <!-- /TMPL_IF -->
  
! <div id="mainbloc">
  <form action="/cgi-bin/koha/search.pl" method="post">
  
! <h1 class="catalogue">Catalogue Search</h1>
  
  
! <div id="bloc25">
! <h2 class="catalogue">Search on</h2>
! 		<p><label class="label100" for="keyword">Keywords:</label><input type="text"  size="25" id="keyword"  name="keyword"></p>
  
+ 		<p><label class="label100" for="title">Title:</label><input type="text" id="title"  size="25" name="title"></p>
  
+ 		<p><label class="label100" for="author">Author:</label><input type="text"  size="25" id="author"  name="author"></p>
  
! 		<p><label class="label100" for="illustrator">Illustrator:</label><input type="text"  size="25" id="illustrator"  name="illustrator"></p>
! 		
! 		<p><label class="label100" for="dewey">Dewey:</label></td><td><input type="text"  size="25" id="dewey"  name="dewey"></p>
! 
! <p>		<label class="label100" for="class">Class:</label><select name="class" id="class" size="1">
  			<option value=""> Any
  			<!-- TMPL_VAR NAME="classlist" -->
! 			</select></p>
! 			
! 					<p><label class="label100">Search Style:</label><input type="radio" name="ttype" id=" ttype" value="normal" checked>Normal
! 			<input type="radio" name="ttype" value="exact">Exact</p>
! 			</div>
! 			
! 	<div id="bloc25">
! 		<h2 class="catalogue">Barcode Search</h2>
! 		<p>
! 		<label class="label100" for="itemnumber">Barcode:</label><input type="text"  size="25" id="itemnumber" name="itemnumber"></p>
! </div>
! 
! <div id="bloc25">
! <h2 class="catalogue">Subject Search</h2>
! <p><label class="label100" for="subject">Subject:</label><input type="text"  size="25"  id="subject" name="subject"><input type="hidden" name="type" value="intra"></p></div>
! 
! <div id="block25"><p><input type="submit" class="button catalogue" value="Start search">
! 						<input type="reset"  value= "Clear" class="button catalogue">
! 						<a href="/cgi-bin/koha/shelves.pl" class="button catalogue">Virtual Bookshelves</a></p></div>
! 
  	</form>
! 
! 	</div>
  <!-- TMPL_INCLUDE NAME="cat-bottom.inc" -->
  





More information about the Koha-cvs mailing list