[Koha-cvs] koha/koha-tmpl/opac-tmpl/prog/en/includes doc-h... [rel_3_0]

paul poulain paul at koha-fr.org
Mon Oct 30 11:09:54 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	paul poulain <tipaul>	06/10/30 10:09:54

Modified files:
	koha-tmpl/opac-tmpl/prog/en/includes: doc-head-close.inc 

Log message:
	indenting with spaces

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1&r2=1.1.2.1

Patches:
Index: doc-head-close.inc
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -b -r1.1 -r1.1.2.1
--- doc-head-close.inc	3 Mar 2006 20:10:26 -0000	1.1
+++ doc-head-close.inc	30 Oct 2006 10:09:54 -0000	1.1.2.1
@@ -1,16 +1,20 @@
 </title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <meta http-equiv="Content-Language" content="en-us" />
-	<!-- TMPL_IF name="opacstylesheet" -->
-<style type="text/css"> 
+<!-- TMPL_IF name="opacstylesheet" -->
+        <style type="text/css"> 
 	@import url(<!-- TMPL_VAR NAME="opacstylesheet" -->);
-</style>
+        </style>
+<!-- TMPL_ELSE -->
+    <!-- TMPL_IF name="opaccolorstylesheet" -->
+        <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" -->/includes/<!-- TMPL_VAR NAME="opaccolorstylesheet" -->" />
 	<!-- TMPL_ELSE -->
-<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" -->/includes/<!-- TMPL_VAR NAME="opaccolorstylesheet" -->" />
-<style type="text/css"> 
-	@import url(<!-- TMPL_VAR NAME="themelang" -->/includes/<!-- TMPL_VAR NAME="opaclayoutstylesheet" -->);
-</style>
+        <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" -->/includes/opac.css" />
 	<!-- /TMPL_IF -->
+    <style type="text/css"> 
+        @import url(<!-- TMPL_VAR NAME="themelang" -->/includes/<!-- TMPL_VAR NAME="opaclayoutstylesheet" -->);
+    </style>
+<!-- /TMPL_IF -->
 <script type="text/javascript" language="javascript" src="<TMPL_VAR NAME="themelang">/includes/main.js"></script>
 <!-- TMPL_IF NAME="AmazonContent" -->
 <script type="text/javascript" language="javascript" src="<TMPL_VAR NAME="themelang">/includes/amazonimages.js"></script>





More information about the Koha-cvs mailing list