[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/unido/en/catalogue detail.tmpl,1.9,1.10 moredetail.tmpl,1.2,1.3 searchresults.tmpl,1.4,1.5

Chris Cormack rangi at users.sourceforge.net
Tue Jun 17 09:07:58 CEST 2003


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/unido/en/catalogue
In directory sc8-pr-cvs1:/tmp/cvs-serv11337

Modified Files:
	detail.tmpl moredetail.tmpl searchresults.tmpl 
Log Message:
Continuing the templating


Index: detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/unido/en/catalogue/detail.tmpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** detail.tmpl	16 Jun 2003 14:50:33 -0000	1.9
--- detail.tmpl	17 Jun 2003 07:07:56 -0000	1.10
***************
*** 3,8 ****
  <HTML>
  
- 
- 
  	<TMPL_INCLUDE NAME="general-top.inc">
  
--- 3,6 ----
***************
*** 19,28 ****
  	<TMPL_IF NAME="norequests">
  	<TMPL_ELSE>
! 		<table align="right"><tr><td>
  				<a class="button" href=request.pl?bib=<TMPL_VAR NAME="biblionumber">>Requests</a>
  		</td></tr></table>
  	</TMPL_IF>
! 	<h1><TMPL_VAR NAME="title"><br>
! 	 (<TMPL_VAR NAME="author">)</h1>
  	 
  	 
--- 17,26 ----
  	<TMPL_IF NAME="norequests">
  	<TMPL_ELSE>
! 		<table align="right"><tr valign="top"><td>
  				<a class="button" href=request.pl?bib=<TMPL_VAR NAME="biblionumber">>Requests</a>
  		</td></tr></table>
  	</TMPL_IF>
! 	<h1><TMPL_VAR NAME="title">
! 	<TMPL_IF NAME="author"> (<TMPL_VAR NAME="author">)</h1></TMPL_IF>
  	 
  	 
***************
*** 42,48 ****
  		
  			<input type="hidden" name="bibnum" value="<TMPL_VAR NAME="biblionumber">">
! 						<input type="submit" name="submit" value="Edit">
  					
! 					<input type="submit" name="delete" value="Delete">
  					
  			</form></td>
--- 40,46 ----
  		
  			<input type="hidden" name="bibnum" value="<TMPL_VAR NAME="biblionumber">">
! 						<input type="submit" name="submit" value="Edit" class="go">
  					
! 					<input type="submit" name="delete" value="Delete" class="delete">
  					
  			</form></td>
***************
*** 50,54 ****
  			</tr>
  			<TMPL_IF NAME="abstract">		
! 	<tr>
  			<td class="result" colspan=2>		
  			<TMPL_VAR NAME="abstract"></td></tr>
--- 48,52 ----
  			</tr>
  			<TMPL_IF NAME="abstract">		
! 	<tr valign="top">
  			<td class="result" colspan=2>		
  			<TMPL_VAR NAME="abstract"></td></tr>
***************
*** 61,65 ****
  	
  	<TMPL_IF NAME="subtitle">		
! 	<tr>
  			<td class="label">		
  			Subtitle</td><td class="result"> <TMPL_VAR NAME="subtitle"></td></tr>
--- 59,63 ----
  	
  	<TMPL_IF NAME="subtitle">		
! 	<tr valign="top">
  			<td class="label">		
  			Subtitle</td><td class="result"> <TMPL_VAR NAME="subtitle"></td></tr>
***************
*** 67,71 ****
  	</TMPL_IF>	
  			<TMPL_IF NAME="seriestitle">
! 		<tr>	
  			<td class="label">
  			Series Title</td><td class="result"> <TMPL_VAR NAME="seriestitle"></td></tr>
--- 65,69 ----
  	</TMPL_IF>	
  			<TMPL_IF NAME="seriestitle">
! 		<tr valign="top">	
  			<td class="label">
  			Series Title</td><td class="result"> <TMPL_VAR NAME="seriestitle"></td></tr>
***************
*** 74,83 ****
  	
  	<TMPL_IF NAME="conference">
! 		<tr>	
  			<td class="label">
  			Conference Title</td><td class="result"> <TMPL_VAR NAME="conference"></td></tr>
  	</TMPL_IF>	
  	<TMPL_IF NAME="unititle">		
! 			<tr>
  			<td class="label">
  			Unititle</td><td class="result"><TMPL_VAR NAME="unititle"></td></tr>
--- 72,81 ----
  	
  	<TMPL_IF NAME="conference">
! 		<tr valign="top">	
  			<td class="label">
  			Conference Title</td><td class="result"> <TMPL_VAR NAME="conference"></td></tr>
  	</TMPL_IF>	
  	<TMPL_IF NAME="unititle">		
! 			<tr valign="top">
  			<td class="label">
  			Unititle</td><td class="result"><TMPL_VAR NAME="unititle"></td></tr>
***************
*** 86,100 ****
  	</TMPL_IF>
  	<TMPL_IF NAME="author">	
! 		<tr>	
  			<td class="label">Author</td><td class="result"> <a href=/cgi-bin/koha/search.pl?author=<TMPL_VAR
  			NAME="author" ESCAPE=URL>><TMPL_VAR NAME="author"></a></td></tr>
  	</TMPL_IF>	
  	<TMPL_IF NAME="additional">		
! 			<tr>
  			<td class="label">
  			Additional Author</td><td class="result"> <TMPL_VAR NAME="additional"></td></tr>
  	</TMPL_IF>	
  	<TMPL_IF NAME="copyrightdate">		
! 			<tr>
  			<td class="label">
  			Copyright</td><td class="result"> <TMPL_VAR NAME="copyrightdate"></td></tr>
--- 84,98 ----
  	</TMPL_IF>
  	<TMPL_IF NAME="author">	
! 		<tr valign="top">	
  			<td class="label">Author</td><td class="result"> <a href=/cgi-bin/koha/search.pl?author=<TMPL_VAR
  			NAME="author" ESCAPE=URL>><TMPL_VAR NAME="author"></a></td></tr>
  	</TMPL_IF>	
  	<TMPL_IF NAME="additional">		
! 			<tr valign="top">
  			<td class="label">
  			Additional Author</td><td class="result"> <TMPL_VAR NAME="additional"></td></tr>
  	</TMPL_IF>	
  	<TMPL_IF NAME="copyrightdate">		
! 			<tr valign="top">
  			<td class="label">
  			Copyright</td><td class="result"> <TMPL_VAR NAME="copyrightdate"></td></tr>
***************
*** 102,106 ****
  	
  	<TMPL_IF NAME="language">		
! 			<tr>
  			<td class="label">
  			Language</td><td class="result"> <TMPL_VAR NAME="language"></td></tr>
--- 100,104 ----
  	
  	<TMPL_IF NAME="language">		
! 			<tr valign="top">
  			<td class="label">
  			Language</td><td class="result"> <TMPL_VAR NAME="language"></td></tr>
***************
*** 108,119 ****
  	
  	<TMPL_IF NAME="subject">	
! 			<tr>
  			<td class="label">
! 			Subjects</td><td class="result"> <TMPL_VAR NAME="subject"></td></tr>
  			
  	</TMPL_IF>	
  	<TMPL_IF NAME="notes">		
  			
! 			<tr>
  			<td class="label">
  			Notes</td><td class="result"> <TMPL_VAR NAME="notes"></td></tr>
--- 106,117 ----
  	
  	<TMPL_IF NAME="subject">	
! 			<tr valign="top">
  			<td class="label">
! 			Subjects</td><td class="result"><TMPL_VAR NAME="subject"></td></tr>
  			
  	</TMPL_IF>	
  	<TMPL_IF NAME="notes">		
  			
! 			<tr valign="top">
  			<td class="label">
  			Notes</td><td class="result"> <TMPL_VAR NAME="notes"></td></tr>
***************
*** 121,125 ****
  	
  	<TMPL_IF NAME=serial">		
! 			<tr>
  			<td class="label">
  			Serial</td><td class="result"> <TMPL_VAR NAME="serial"></td></tr>
--- 119,123 ----
  	
  	<TMPL_IF NAME=serial">		
! 			<tr valign="top">
  			<td class="label">
  			Serial</td><td class="result"> <TMPL_VAR NAME="serial"></td></tr>
***************
*** 127,133 ****
  	</TMPL_IF>	
  	
! 			<tr>
  			<td class="label">
! 			<a href="MARCdetail.pl?bib=<TMPL_VAR name="biblionumber">">Show MARC Tags</a>
  		
  		</td>
--- 125,131 ----
  	</TMPL_IF>	
  	
! 			<tr valign="top">
  			<td class="label">
! 			<a href="MARCdetail.pl?bib=<TMPL_VAR name="biblionumber">">Show MARC </a>
  		
  		</td>
***************
*** 136,140 ****
  	
  	</table>
! 
  
  <h2>Holidings Information (<TMPL_VAR NAME="count"> items)</h2>
--- 134,139 ----
  	
  	</table>
! 	
! <p>&nbsp;</p>
  
  <h2>Holidings Information (<TMPL_VAR NAME="count"> items)</h2>
***************
*** 143,194 ****
  <table class="data" cellspacing=0 cellpadding=0>
  	
! 	<tr class="data-header">
! 	<td class="column-first">Item Type</td>
! 		<td class="column-middle">Class</td>
! 		<td class="column-middle">Location</td>
! 		<td class="column-middle">Date Due</td>
! 		<td class="column-middle">Last Seen</td>
! 		<td class="column-middle">Barcode</td>
! 		<td class="column-middle">Volume</td>
  		
- 		<td class="column-last"></td>
  		
  	</tr>
  	<TMPL_LOOP NAME="ITEM_RESULTS">
! 		<tr>
  			
! 			<td class="column-first"><TMPL_VAR NAME="itemtype"></td>
! 			<td class="column-middle"><a href=/cgi-bin/koha/search.pl?dewey=<TMPL_VAR NAME="dewey" ESCAPE=URL>><TMPL_VAR NAME="class"></a></td>
! 			<td class="column-middle"><TMPL_VAR NAME="branchname"></td>
! 			<td class="column-middle"><TMPL_VAR NAME="datedue"></td>
! 			<td class="column-middle"><TMPL_VAR NAME="datelastseen"></td>
! 			<td class="column-middle"><TMPL_VAR NAME="barcode"></td>
! 			<td class="column-middle"><TMPL_VAR NAME="volumeddesc"></td>
! 		    <td class="column-last"><a href="/cgi-bin/koha/moredetail.pl?type=<TMPL_VAR NAME="type">&item=<TMPL_VAR NAME="itemnumber>&bib=<TMPL_VAR NAME="biblionumber">&bi=<TMPL_VAR NAME="biblioitemnumber">">More ></a></td>
! 		
! 			<TMPL_IF NAME="type">
! 				<td class="column-last">
! 					<a href=/cgi-bin/koha/maint/catmaintain.pl?type=fixitemtype&bi=<TMPL_VAR NAME="biblioitemnumber">&item=<TMPL_VAR NAME="itemtype">>Fix Itemtype</a>
  				</td>
  			</TMPL_IF>
  		</tr>
  	</TMPL_LOOP>
  	<TMPL_LOOP NAME="WEB_RESULTS">
! 		<tr>
! 		<td  class="column-first"><TMPL_VAR NAME="itemtype"></td>
! 			<td class="column-middle">Website</td>
! 			<td class="column-middle">Online</td>
! 			<td class="column-middle">Available</td>
! 			<td class="column-middle"></td>
  		
! 			<td class="column-last">
  				<a href="http://<TMPL_VAR NAME="url">"><TMPL_VAR NAME="url"></a>
  			
  			</td>
! 				<td class="column-middle"></td>
! 			<td class="column-last">
! 				<a href="/cgi-bin/koha/moredetail.pl?item=<TMPL_VAR NAME="itemnumber>&bib=<TMPL_VAR NAME="biblionumber">&bi=<TMPL_VAR NAME="biblioitemnumber">">More ></a>
! 			</td>
! 		</tr>
  	</TMPL_LOOP>
  </table>
--- 142,198 ----
  <table class="data" cellspacing=0 cellpadding=0>
  	
! 	<tr class="data-header" valign="top">
! 	<td class="column-first">&nbsp;Item Type</td>
! 		<td class="column-middle">&nbsp;Class</td>
! 		<td class="column-middle">&nbsp;Location</td>
! 		<td class="column-middle">&nbsp;Date Due</td>
! 		<td class="column-middle">&nbsp;Last Seen</td>
! 		<td class="column-middle">&nbsp;Barcode</td>
! 		<td class="column-middle">&nbsp;Volume</td>		
! 		<td class="column-last">&nbsp;Action</td>		
  		
  		
  	</tr>
  	<TMPL_LOOP NAME="ITEM_RESULTS">
! 		<tr valign="top">
! 			
! 			<td class="column-first">&nbsp;<TMPL_VAR NAME="itemtype"> &nbsp;</td>
! 			<td class="column-middle">&nbsp;<a href=/cgi-bin/koha/search.pl?dewey=<TMPL_VAR NAME="dewey" ESCAPE=URL>><TMPL_VAR NAME="class"></a> &nbsp;</td>
! 			<td class="column-middle">&nbsp;<TMPL_VAR NAME="branchname"> &nbsp;</td>
! 			<td class="column-middle">&nbsp;<b><TMPL_VAR NAME="datedue"></b> &nbsp;</td>
! 			<td class="column-middle">&nbsp;<TMPL_VAR NAME="datelastseen"> &nbsp;</td>
! 			<td class="column-middle">&nbsp;<TMPL_VAR NAME="barcode"> &nbsp;</td>
! 			<td class="column-middle">&nbsp;<TMPL_VAR NAME="volumeddesc"> &nbsp;</td>
  			
! 		    <td class="column-last">&nbsp;<a href="/cgi-bin/koha/moredetail.pl?type=<TMPL_VAR NAME="type">&item=<TMPL_VAR NAME="itemnumber>&bib=<TMPL_VAR NAME="biblionumber">&bi=<TMPL_VAR NAME="biblioitemnumber">">More</a>
! 			
! <TMPL_IF NAME="type">
! 			&nbsp;	|  &nbsp;<a href=/cgi-bin/koha/maint/catmaintain.pl?type=fixitemtype&bi=<TMPL_VAR NAME="biblioitemnumber">&item=<TMPL_VAR NAME="itemtype">>Fix Itemtype</a>
  				</td>
+ 				
+ 				<TMPL_ELSE></td>
+ 
+ 			
+ 		
+ 			
  			</TMPL_IF>
  		</tr>
  	</TMPL_LOOP>
  	<TMPL_LOOP NAME="WEB_RESULTS">
! > 		<tr >
! 		<td  class="column-first">&nbsp;<TMPL_VAR NAME="itemtype"></td>
! 			<td class="column-middle">&nbsp;Website</td>
! 			<td class="column-middle">&nbsp;Online</td>
! 			<td class="column-middle">&nbsp;<a href="http://<TMPL_VAR NAME="url">">Available</a></td>
! 			<td class="column-middle">&nbsp;</td>
  		
! 			<td class="column-middle">&nbsp;
  				<a href="http://<TMPL_VAR NAME="url">"><TMPL_VAR NAME="url"></a>
  			
  			</td>
! 				<td class="column-middle">&nbsp;</td>
! 				<td class="column-last">&nbsp;<a href="/cgi-bin/koha/moredetail.pl?item=<TMPL_VAR NAME="itemnumber>&bib=<TMPL_VAR NAME="biblionumber">&bi=<TMPL_VAR NAME="biblioitemnumber">">More</a></td>
! 	
! 				</tr>
  	</TMPL_LOOP>
  </table>
***************
*** 198,206 ****
  	<div class="tip">
  	<Span class="tip-big">tip</span>
! 	<span class="tip-text"> to <b>view or edit</b> the rest of the record for an item, 
  	click on <b>More </b>. You will see the group and item information together.
! 	<br>
  			<b>Editing the biblio</b>  will update
! 			the record for <b>all</b> the items. <br>
  			
  			
--- 202,210 ----
  	<div class="tip">
  	<Span class="tip-big">tip</span>
! 	<span class="tip-text"> to <b>view or edit the rest of the record</b> for an item, 
  	click on <b>More </b>. You will see the group and item information together.
! 	
  			<b>Editing the biblio</b>  will update
! 			the record for <b>all</b> the items. 
  			
  			

Index: moredetail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/unido/en/catalogue/moredetail.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** moredetail.tmpl	16 Jun 2003 12:40:23 -0000	1.2
--- moredetail.tmpl	17 Jun 2003 07:07:56 -0000	1.3
***************
*** 25,29 ****
  <a
  href=/cgi-bin/koha/detail.pl?bib=<TMPL_VAR NAME="biblionumber">&type=intra><TMPL_VAR NAME="title">
! (<TMPL_VAR NAME="author">)</a></h1>
  
  <form action=/cgi-bin/koha/modbibitem.pl>
--- 25,29 ----
  <a
  href=/cgi-bin/koha/detail.pl?bib=<TMPL_VAR NAME="biblionumber">&type=intra><TMPL_VAR NAME="title">
! <TMPL_IF NAME="author">(<TMPL_VAR NAME="author">)</TMPL_IF></a></h1>
  
  <form action=/cgi-bin/koha/modbibitem.pl>
***************
*** 40,49 ****
  <TR class="more-details">
  <td  class="more-details-header">
! <H3> GROUP <TMPL_VAR NAME="biblioitemnumber"> - <TMPL_VAR NAME="description"></h3> </TD>
  </TR>
  <tr>
  <TD class="more-details-data">
! <INPUT TYPE="submit" name="submit"  VALUE="Edit" >
! <INPUT TYPE="submit" name="delete"  VALUE="Delete">
  <br>
  <b>Biblionumber:</b> <TMPL_VAR NAME="biblionumber"><br>
--- 40,49 ----
  <TR class="more-details">
  <td  class="more-details-header">
! <H3> Group <TMPL_VAR NAME="biblioitemnumber"> - <TMPL_VAR NAME="description"></h3> </TD>
  </TR>
  <tr>
  <TD class="more-details-data">
! <INPUT TYPE="submit" name="submit"  VALUE="Edit" class="go">
! <INPUT TYPE="submit" name="delete"  VALUE="Delete" class="delete">
  <br>
  <b>Biblionumber:</b> <TMPL_VAR NAME="biblionumber"><br>
***************
*** 86,90 ****
  <TABLE class="more-details-item" align="left">
  <TR VALIGN=TOP>
! <td  class="more-details-header"><h3>Item - Barcode
  <TMPL_VAR NAME="barcode"></h3></TD>
  </TR>
--- 86,90 ----
  <TABLE class="more-details-item" align="left">
  <TR VALIGN=TOP>
! <td  class="more-details-header"><h3>Item Barcode
  <TMPL_VAR NAME="barcode"></h3></TD>
  </TR>
***************
*** 95,100 ****
  <input type=hidden name=item value=<TMPL_VAR NAME="itemnumber">>
  <input type=hidden name=type value=<TMPL_VAR NAME="type">>
! <INPUT TYPE="submit" name="submit"  VALUE="Edit">
! <INPUT TYPE="submit" name="delete"  VALUE="Delete">
  <br>
  <TMPL_IF NAME="homebranch"><b>Home Branch:</b> <TMPL_VAR NAME="homebranch"><br></TMPL_IF>
--- 95,100 ----
  <input type=hidden name=item value=<TMPL_VAR NAME="itemnumber">>
  <input type=hidden name=type value=<TMPL_VAR NAME="type">>
! <INPUT TYPE="submit" name="submit"  VALUE="Edit" class="go">
! <INPUT TYPE="submit" name="delete"  VALUE="Delete" class="delete">
  <br>
  <TMPL_IF NAME="homebranch"><b>Home Branch:</b> <TMPL_VAR NAME="homebranch"><br></TMPL_IF>
***************
*** 130,134 ****
  </form>
  
! <TMPL_INCLUDE NAME="general-end.inc">
  	
  
--- 130,134 ----
  </form>
  
! <TMPL_INCLUDE NAME="cat-bottom.inc">
  	
  

Index: searchresults.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/unido/en/catalogue/searchresults.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** searchresults.tmpl	16 Jun 2003 12:40:23 -0000	1.4
--- searchresults.tmpl	17 Jun 2003 07:07:56 -0000	1.5
***************
*** 58,61 ****
--- 58,63 ----
  	</TMPL_IF>
  </tr>
+ 
+ 
  <!-- Actual Search Results -->
  <TMPL_LOOP NAME=SEARCH_RESULTS>
***************
*** 100,109 ****
  Results <TMPL_VAR NAME="startfrom"> through <TMPL_VAR NAME="endat"> of <TMPL_VAR NAME="numrecords"> records.
  
- </TMPL_IF>
  
  
  
  
! <TMPL_INCLUDE NAME="cat-bottom.inc">
  <TMPL_INCLUDE NAME="general-end.inc">
  	
--- 102,111 ----
  Results <TMPL_VAR NAME="startfrom"> through <TMPL_VAR NAME="endat"> of <TMPL_VAR NAME="numrecords"> records.
  
  
  
  
  
! 
! <TMPL_INCLUDE NAME="cat-end.inc">
  <TMPL_INCLUDE NAME="general-end.inc">
  	





More information about the Koha-cvs mailing list