diff options
-rw-r--r-- | UI/create_batch.html | 23 | ||||
-rw-r--r-- | UI/voucher.html | 21 |
2 files changed, 13 insertions, 31 deletions
diff --git a/UI/create_batch.html b/UI/create_batch.html index cb01d62b..26500b7c 100644 --- a/UI/create_batch.html +++ b/UI/create_batch.html @@ -1,19 +1,10 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> -<head> - <title>LedgerSMB Version SVN Trunk</title> - <meta http-equiv="Pragma" content="no-cache" /> - <meta http-equiv="Expires" content="-1" /> - <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> - - <link rel="stylesheet" href="css/ledgersmb.css" type="text/css" title="LedgerSMB stylesheet" /> - <link rel="stylesheet" href="css/scripts/create_batch.css" type="text/css" title="LedgerSMB stylesheet" /> - <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - - <meta name="robots" content="noindex,nofollow" /> -</head> - +<?lsmb INCLUDE ui-header.html + titlebar = text('Create Batch') # ' + include_stylesheet = [ + stylesheet + "css/scripts/create_batch.css" + ] +?> <body> <form name="create_batch" method="post"> <div class="labelledinput"> diff --git a/UI/voucher.html b/UI/voucher.html index c0c6aa6a..9979f5c9 100644 --- a/UI/voucher.html +++ b/UI/voucher.html @@ -1,18 +1,9 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> -<head> - <title><?lsmb titlebar ?></title> - <meta http-equiv="Pragma" content="no-cache" /> - <meta http-equiv="Expires" content="-1" /> - <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> - <link rel="stylesheet" href="css/<?lsmb stylesheet ?>" type="text/css" /> - <link rel="stylesheet" href="UI/employee.css" type="text/css" /> - - <meta http-equiv="content-type" - content="text/html; charset=<?lsmb charset ?>" /> - <meta name="robots" content="noindex,nofollow" /> -</head> +<?lsmb INCLUDE ui-header.html + titlebar = titlebar + include_stylesheet = [ + stylesheet + "css/global.css" + 'UI/employee.css' ] -?> <body> <div id="title" class="pageheader"><span>GL Voucher Reports</span></div> <div id="filter"> |