summaryrefslogtreecommitdiff
path: root/UI
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-11-24 08:05:08 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-11-24 08:05:08 +0000
commit2a2154e7ebac202704a8971babbd6df9591aebed (patch)
tree42cc2eb0bbccdc05fbfd039f017f0538aa80e9dd /UI
parent6a7a141363fc99215e363010e3c7dbe5e4e890c4 (diff)
Moving Customer templates to be generally used by vendors, etc.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1897 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI')
-rw-r--r--UI/Contact/customer.css (renamed from UI/Customer/customer.css)0
-rw-r--r--UI/Contact/customer.html (renamed from UI/Customer/customer.html)0
-rw-r--r--UI/lib/ui-header.html2
-rw-r--r--UI/login.html11
4 files changed, 10 insertions, 3 deletions
diff --git a/UI/Customer/customer.css b/UI/Contact/customer.css
index e93cd0bd..e93cd0bd 100644
--- a/UI/Customer/customer.css
+++ b/UI/Contact/customer.css
diff --git a/UI/Customer/customer.html b/UI/Contact/customer.html
index e39bfdcc..e39bfdcc 100644
--- a/UI/Customer/customer.html
+++ b/UI/Contact/customer.html
diff --git a/UI/lib/ui-header.html b/UI/lib/ui-header.html
index 4f8e6d3e..91fe0c8a 100644
--- a/UI/lib/ui-header.html
+++ b/UI/lib/ui-header.html
@@ -2,7 +2,7 @@
"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 form.titlebar ?></title>
+ <title><?lsmb form.titlebar ? form.titlebar : 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" />
diff --git a/UI/login.html b/UI/login.html
index 6dcf560f..3dbc0bb0 100644
--- a/UI/login.html
+++ b/UI/login.html
@@ -2,6 +2,9 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
+ <!-- TODO: Allow the ui-header to be used for this file
+ Also, move all elements to elements.html
+ CT -->
<title>LedgerSMB <?lsmb VERSION ?></title>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
@@ -58,6 +61,7 @@ function setup_page() {
}
</script>
</head>
+<?lsmb PROCESS elements.html ?>
@@ -67,8 +71,11 @@ function setup_page() {
<center>
<form method="post" action="login.pl" name="login"
onsubmit="return submit_form()">
- <input type="hidden" name="menubar"
- value="<?lsmb menubar ?>">
+ <?lsmb PROCESS input element_data = {
+ type = "hidden",
+ name = "menubar",
+ value = menubar
+ } ?>
<div class="login">
<div class="login" align="center">
<a href="http://www.ledgersmb.org/" target="_top"><img src="images/ledgersmb.png" class="logo" alt="LedgerSMB Logo" /></a>