summaryrefslogtreecommitdiff
path: root/UI/Reconciliation/list.html
diff options
context:
space:
mode:
authoraurynn_cmd <aurynn_cmd@4979c152-3d1c-0410-bac9-87ea11338e46>2008-07-01 20:30:05 +0000
committeraurynn_cmd <aurynn_cmd@4979c152-3d1c-0410-bac9-87ea11338e46>2008-07-01 20:30:05 +0000
commitd6f5e7b43d9d0adba0f6161dbdd7f07985b25bd4 (patch)
tree771d303d20f2d2abc53de9f59d8ad191cd9f5d6d /UI/Reconciliation/list.html
parent411e61879b0efad2c5bfdcd209b46e01a33e0f35 (diff)
Bulk updarte for the entirety of Reconciliation code to date. All code, SQL, and templates as provided.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2180 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/Reconciliation/list.html')
-rw-r--r--UI/Reconciliation/list.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/UI/Reconciliation/list.html b/UI/Reconciliation/list.html
new file mode 100644
index 00000000..48d9bb31
--- /dev/null
+++ b/UI/Reconciliation/list.html
@@ -0,0 +1,12 @@
+<div>
+ <table>
+ <td>
+ <tr>ID</tr>
+ <tr>Account</tr>
+ <tr></tr>
+ </td>
+ <?lsmb FOR result IN results?>
+
+ <?lsmb END?>
+ </table>
+</div> \ No newline at end of file