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

SF.net SVN: ledger-smb: [1943] trunk/UI



Revision: 1943
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=1943&view=rev
Author:   einhverfr
Date:     2007-12-04 16:53:35 -0800 (Tue, 04 Dec 2007)

Log Message:
-----------
Moving Voucher and Batch screens to ui-header

Modified Paths:
--------------
    trunk/UI/create_batch.html
    trunk/UI/voucher.html

Modified: trunk/UI/create_batch.html
===================================================================
--- trunk/UI/create_batch.html	2007-12-04 22:13:25 UTC (rev 1942)
+++ trunk/UI/create_batch.html	2007-12-05 00:53:35 UTC (rev 1943)
@@ -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">

Modified: trunk/UI/voucher.html
===================================================================
--- trunk/UI/voucher.html	2007-12-04 22:13:25 UTC (rev 1942)
+++ trunk/UI/voucher.html	2007-12-05 00:53:35 UTC (rev 1943)
@@ -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">


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.