From f491cc2d328791ca9b1b5812a35959e7cfead77e Mon Sep 17 00:00:00 2001 From: einhverfr Date: Sun, 18 Nov 2007 00:36:36 +0000 Subject: Payments changes committed, through QA git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1873 4979c152-3d1c-0410-bac9-87ea11338e46 --- UI/login.js | 3 +- UI/payment1.html | 124 +++++++++++++++++++++++++++++++++++ UI/payment2.html | 161 ++++++++++++++++++++++++++++++++++++++++++++++ UI/payments/payment1.html | 2 +- UI/payments/payment2.html | 4 +- 5 files changed, 289 insertions(+), 5 deletions(-) create mode 100644 UI/payment1.html create mode 100644 UI/payment2.html (limited to 'UI') diff --git a/UI/login.js b/UI/login.js index aa2af97c..5f5eed63 100644 --- a/UI/login.js +++ b/UI/login.js @@ -17,7 +17,6 @@ function submit_form() { + document.login.company.value, false, username, password); http.send(""); - alert(http.status); if (http.status != 200){ alert("Access Denied: Bad username/Password"); return false; @@ -36,4 +35,4 @@ function check_auth() { + document.login.company.value, false, username, password ); -} \ No newline at end of file +} diff --git a/UI/payment1.html b/UI/payment1.html new file mode 100644 index 00000000..d064ad0e --- /dev/null +++ b/UI/payment1.html @@ -0,0 +1,124 @@ + + + + <?lsmb titlebar ?> + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ + + + + + + + + +
+ + + + +
>= + + <= + +
+ +
+ + + +
+ + diff --git a/UI/payment2.html b/UI/payment2.html new file mode 100644 index 00000000..1b53d6da --- /dev/null +++ b/UI/payment2.html @@ -0,0 +1,161 @@ + + + + <?lsmb titlebar ?> + + + + + + + + + +
+ + + + + + + +
+ + + + + +
+ + + + + + + + + + + + + +
+ + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
: + + +
: + + +
:
: + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + +
+
">
"> +
+ + "> + + + + + "> + + + + + + +
">">
">">" type="checkbox" class="checkbox">
+
+ +
+
+ + + + +
+ + diff --git a/UI/payments/payment1.html b/UI/payments/payment1.html index d064ad0e..50fa1ca9 100644 --- a/UI/payments/payment1.html +++ b/UI/payments/payment1.html @@ -17,7 +17,7 @@
- + diff --git a/UI/payments/payment2.html b/UI/payments/payment2.html index 502cb859..d395b170 100644 --- a/UI/payments/payment2.html +++ b/UI/payments/payment2.html @@ -14,7 +14,7 @@ - + @@ -158,4 +158,4 @@ - \ No newline at end of file + -- cgit v1.2.3