add call to doc-head-open.inc and doc-head-close.inc

delete direct call to common-style.css
This commit is contained in:
btoumi 2006-06-12 08:35:58 +00:00
parent 2d6202d4d1
commit 17063b55e1
2 changed files with 3 additions and 19 deletions

View file

@ -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>

View file

@ -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>