From 7f2547ce1bd013310aaa60a4996d6c8412a5e16a Mon Sep 17 00:00:00 2001 From: tetragon Date: Fri, 14 Sep 2007 00:32:13 +0000 Subject: Getting rid of the last print HTML from bin/ca.pl git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1592 4979c152-3d1c-0410-bac9-87ea11338e46 --- UI/am-list-accounts.html | 7 +--- UI/ca-list-selector.html | 79 +++++++++++++++++++++++++++++++++++++ UI/ca-list-transactions.csv | 3 ++ UI/ca-list-transactions.html | 94 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 178 insertions(+), 5 deletions(-) create mode 100644 UI/ca-list-selector.html create mode 100644 UI/ca-list-transactions.csv create mode 100644 UI/ca-list-transactions.html (limited to 'UI') diff --git a/UI/am-list-accounts.html b/UI/am-list-accounts.html index 286f550e..31563563 100644 --- a/UI/am-list-accounts.html +++ b/UI/am-list-accounts.html @@ -12,7 +12,6 @@ - @@ -54,10 +53,8 @@
- - - 'hidden', name => hidden.0, value => hidden.1} ?> - + + 'hidden', name => hidden.0, value => hidden.1} ?> 'hidden', name => 'callback', value => form.callback} ?> diff --git a/UI/ca-list-selector.html b/UI/ca-list-selector.html new file mode 100644 index 00000000..0931dcdc --- /dev/null +++ b/UI/ca-list-selector.html @@ -0,0 +1,79 @@ + + + + <?lsmb form.titlebar ?> + + + + + + + + + + + + + + + + 'hidden', name => hidden, value => form.$hidden}; END ?> + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
'date', name => 'fromdate' size => '11', title="yyyy-mm-dd"} ?> 'date', name => 'todate' size => '11', title="yyyy-mm-dd"} ?>
+
+ + + + + +
+ +
+

+ + 'hidden', name => hidden, value => form.$hidden}; END ?> + +
+ "submit", name => "action", value => "list_transactions", text => text('List Transactions')} ?> +
+ + + diff --git a/UI/ca-list-transactions.csv b/UI/ca-list-transactions.csv new file mode 100644 index 00000000..1b62b75c --- /dev/null +++ b/UI/ca-list-transactions.csv @@ -0,0 +1,3 @@ +, +, +, diff --git a/UI/ca-list-transactions.html b/UI/ca-list-transactions.html new file mode 100644 index 00000000..01647731 --- /dev/null +++ b/UI/ca-list-transactions.html @@ -0,0 +1,94 @@ + + + + <?lsmb form.titlebar ?> + + + + + + + + + + + + + + + + + + + + + + + + + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+

+ +
+ +
+ + + 'hidden', name => hidden.0, value => hidden.1} ?> + + 'hidden', name => 'callback', value => form.callback} ?> + + +
+ + + -- cgit v1.2.3