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/includes doc-he... [rel_2_2]


From: Joshua Ferraro
Subject: [Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en/includes doc-he... [rel_2_2]
Date: Fri, 03 Mar 2006 16:22:47 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Joshua Ferraro <address@hidden> 06/03/03 16:22:47

Modified files:
        koha-tmpl/opac-tmpl/npl/en/includes: 
                                             doc-head-close-basket-print.inc 
                                             doc-head-close-basket.inc 
                                             doc-head-close.inc 
                                             opac-top.inc 

Log message:
        Switch to utf-8 as default in OPAC

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket-print.inc.diff?only_with_tag=rel_2_2&tr1=1.1.2.1&tr2=1.1.2.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket.inc.diff?only_with_tag=rel_2_2&tr1=1.1.2.3&tr2=1.1.2.4&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close.inc.diff?only_with_tag=rel_2_2&tr1=1.1.2.9&tr2=1.1.2.10&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/opac-top.inc.diff?only_with_tag=rel_2_2&tr1=1.1&tr2=1.1.2.1&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket-print.inc
diff -u 
koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket-print.inc:1.1.2.1
 
koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket-print.inc:1.1.2.2
--- 
koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket-print.inc:1.1.2.1
    Thu Mar 17 21:40:49 2005
+++ koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket-print.inc    
Fri Mar  3 16:22:47 2006
@@ -1,5 +1,5 @@
 </title>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <link rel="shortcut icon" href="<!-- TMPL_VAR NAME="themelang" 
-->/includes/favicon.ico" type="image/x-icon" />
 <meta http-equiv="Content-Language" content="en-us" />
 <style type="text/css"> 
@@ -14,4 +14,4 @@
                var MSG_CONFIRM_DEL_RECORDS = "Are you sure you want to remove 
the selected items?";
        </script>
 </head>
-<body onload="print();">
\ No newline at end of file
+<body onload="print();">
Index: koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket.inc
diff -u 
koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket.inc:1.1.2.3 
koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket.inc:1.1.2.4
--- koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket.inc:1.1.2.3  
Wed Mar  1 22:45:57 2006
+++ koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket.inc  Fri Mar 
 3 16:22:47 2006
@@ -1,5 +1,5 @@
 </title>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <meta http-equiv="Content-Language" content="en-us" />
 <link rel="shortcut icon" href="<!-- TMPL_VAR NAME="themelang" 
-->/includes/favicon.ico" type="image/x-icon" />
        <!-- TMPL_IF name="opacstylesheet" -->
@@ -21,4 +21,4 @@
                var MSG_CONFIRM_DEL_RECORDS = "Are you sure you want to remove 
the selected items?";
        </script>
 </head>
-<body>
\ No newline at end of file
+<body>
Index: koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close.inc
diff -u koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close.inc:1.1.2.9 
koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close.inc:1.1.2.10
--- koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close.inc:1.1.2.9 Wed Mar 
 1 22:45:57 2006
+++ koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close.inc Fri Mar  3 
16:22:47 2006
@@ -1,5 +1,5 @@
 </title>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <meta http-equiv="Content-Language" content="en-us" />
 <link rel="shortcut icon" href="<TMPL_VAR 
NAME="themelang">/includes/favicon.ico" type="image/x-icon" />
        <!-- TMPL_IF name="opacstylesheet" -->
Index: koha/koha-tmpl/opac-tmpl/npl/en/includes/opac-top.inc
diff -u /dev/null koha/koha-tmpl/opac-tmpl/npl/en/includes/opac-top.inc:1.1.2.1
--- /dev/null   Fri Mar  3 16:22:47 2006
+++ koha/koha-tmpl/opac-tmpl/npl/en/includes/opac-top.inc       Fri Mar  3 
16:22:47 2006
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+<head>
+       <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR 
name="themelang" -->/includes/opac.css" />
+       <title><!--TMPL_VAR name="LibraryName"--></title>
+</head>
+<body>
+       <!-- MENUS -->
+       <div id="menuline">
+               <div class="SmallLibraryName"><!--TMPL_VAR 
name="LibraryName"--></div>
+               <span class="spacer">&nbsp;</span>
+               <span class="spacer">&nbsp;</span>
+               <a class="menu" href="/cgi-bin/koha/opac-main.pl" title="Koha 
home page">Home</a>
+               <span class="spacer">&nbsp;</span>
+               <a class="menu" href="/cgi-bin/koha/opac-search.pl" 
title="Advanced search">Advanced search</a>
+               <span class="spacer">&nbsp;</span>
+               <a class="menu" href="/cgi-bin/koha/opac-user.pl" title="Member 
Home page" >Members</a>
+       </div>
+       <!-- MAIN BODY OF PAGE -->




reply via email to

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