koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/members bo...


From: Bruno Toumi
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/members bo...
Date: Mon, 12 Jun 2006 08:35:58 +0000

CVSROOT:        /sources/koha
Module name:    koha
Changes by:     Bruno Toumi <btoumi>    06/06/12 08:35:58

Modified files:
        koha-tmpl/intranet-tmpl/prog/en/members: borrowers_details.tmpl 
                                                 guarantor_search.tmpl 

Log message:
        add call to doc-head-open.inc and doc-head-close.inc
        delete direct call to common-style.css

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/members/borrowers_details.tmpl?cvsroot=koha&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/members/guarantor_search.tmpl?cvsroot=koha&r1=1.1&r2=1.2

Patches:
Index: borrowers_details.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/members/borrowers_details.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- borrowers_details.tmpl      7 Jun 2006 10:15:58 -0000       1.2
+++ borrowers_details.tmpl      12 Jun 2006 08:35:58 -0000      1.3
@@ -1,12 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<title>BORROWER DETAILS</title>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" 
-->/includes/common-style.css">
-</head>
-
-<body onblur="self.focus()">
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Borrower Details<!-- 
TMPL_INCLUDE NAME="doc-head-close.inc" -->
 <div id="mainbloc">
        <h1>BORROWER DETAILS</h1>
        
@@ -64,5 +56,4 @@
        </form>
 
 
-</body>
-</html>
\ No newline at end of file
+

Index: guarantor_search.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/members/guarantor_search.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- guarantor_search.tmpl       14 Apr 2006 09:35:22 -0000      1.1
+++ guarantor_search.tmpl       12 Jun 2006 08:35:58 -0000      1.2
@@ -1,10 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<title>Guarantor Search</title>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" 
-->/includes/common-style.css">
-</head>
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Guarantor search<!-- 
TMPL_INCLUDE NAME="doc-head-close.inc" -->
 <h1>Search guarantor</h1>
        Search on
        <form action="/cgi-bin/koha/members/guarantor_search.pl" method="post">
@@ -45,6 +39,5 @@
 </div>
 <!--/TMPL_IF-->
 
-</html>
 
 




reply via email to

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