[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/unido/en/catalogue detail.tmpl,1.14,1.15

Chris Cormack rangi at users.sourceforge.net
Tue Jun 17 20:06:09 CEST 2003


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

Modified Files:
	detail.tmpl 
Log Message:
Getting web links going


Index: detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/unido/en/catalogue/detail.tmpl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** detail.tmpl	17 Jun 2003 17:59:07 -0000	1.14
--- detail.tmpl	17 Jun 2003 18:06:07 -0000	1.15
***************
*** 128,135 ****
  	</TMPL_IF>	
  	
! 	
! 	<TMPL_LOOP NAME="SITE_RESULTS">
! <tr>
! <td class="label">Website Links<td><td class="result"><a href="http://<TMPL_VAR name="url">"><TMPL_VAR name="title"></a><br>
  <TMPL_VAR name="description"><br>
  <b>URL:</b><a href="http://<TMPL_VAR name="url">">http://<TMPL_VAR name="url"></a><p>
--- 128,135 ----
  	</TMPL_IF>	
  	
! </TMPL_LOOP>	
! <TMPL_LOOP NAME="SITE_RESULTS">
! <tr valign="top">
! <td class="label">Additional Web Links<td><td class="result"><a href="http://<TMPL_VAR name="url">"><TMPL_VAR name="title"></a><br>
  <TMPL_VAR name="description"><br>
  <b>URL:</b><a href="http://<TMPL_VAR name="url">">http://<TMPL_VAR name="url"></a><p>
***************
*** 153,157 ****
  <h2>Holdings Information (<TMPL_VAR NAME="count"> items)</h2>
  
! </TMPL_LOOP>
  <table class="data" cellspacing=0 cellpadding=0>
  	
--- 153,157 ----
  <h2>Holdings Information (<TMPL_VAR NAME="count"> items)</h2>
  
! 
  <table class="data" cellspacing=0 cellpadding=0>
  	





More information about the Koha-cvs mailing list