koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en opac-detail.tmpl [dev_week]


From: Joshua Ferraro
Subject: [Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en opac-detail.tmpl [dev_week]
Date: Tue, 22 Aug 2006 12:36:39 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Joshua Ferraro <kados>  06/08/22 12:36:39

Modified files:
        koha-tmpl/opac-tmpl/npl/en: opac-detail.tmpl 

Log message:
        added MARCURLS loop to the top of the page ... for some reason the
        one farther down wasn't displaying ... after looking through this
        file a bit it seems like we should probably re-organize it a bit,
        seems a bit disorderly.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/opac-detail.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.19.2.6&r2=1.1.2.19.2.7

Patches:
Index: opac-detail.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-detail.tmpl,v
retrieving revision 1.1.2.19.2.6
retrieving revision 1.1.2.19.2.7
diff -u -b -r1.1.2.19.2.6 -r1.1.2.19.2.7
--- opac-detail.tmpl    22 Aug 2006 12:08:28 -0000      1.1.2.19.2.6
+++ opac-detail.tmpl    22 Aug 2006 12:36:38 -0000      1.1.2.19.2.7
@@ -28,6 +28,10 @@
 <h2><!-- TMPL_VAR NAME="title" --><!-- TMPL_IF NAME="subtitle" --> <span 
class="subtitle"><!-- TMPL_VAR NAME="subtitle" --></span><!-- /TMPL_IF --></h2>
 <!-- TMPL_IF NAME="author" --><h3 class="author">By <a href="/search?q=au:<!-- 
TMPL_VAR NAME="author" -->"><!-- TMPL_VAR NAME="author" --></a></h3><!-- 
/TMPL_IF --> 
 
+<!-- TMPL_IF NAME="MARCURLS" -->
+        <dt>Related URLs: </dt><ul><!-- TMPL_LOOP NAME="MARCURLS" --><li><a 
href="<!-- TMPL_VAR NAME="MARCURL" -->"><!-- TMPL_VAR NAME="MARCURL" 
--></a></li><!-- /TMPL_LOOP --></ul>
+<!-- /TMPL_IF -->
+
 
 
 <dl class="details">
@@ -97,7 +101,7 @@
 
 <!-- TMPL_IF NAME="MARCURLS" -->
                <h4>Related URLs: </h4><ul><!-- TMPL_LOOP NAME="MARCURLS" 
--><li><a href="<!-- TMPL_VAR NAME="MARCURL" -->"><!-- TMPL_VAR NAME="MARCURL" 
--></a></li><!-- /TMPL_LOOP --></ul>
-       <!-- /TMPL_IF -->
+<!-- /TMPL_IF -->
 
 <br clear="right" />
 </div>




reply via email to

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