From 28b6ae90765bc83446f42fade34105e479eff2d5 Mon Sep 17 00:00:00 2001 From: Derrell Lipman Date: Fri, 13 Oct 2006 02:49:16 +0000 Subject: [PATCH] r19259: An ldb browser. This has the layout complete so anyone interested can see what a qooxdoo application might look like. It doesn't yet issue any JSON-RPC calls to do anything useful (that's next), and it still has the appearance of a qooxdoo test rather than something unique to Samba. I'll adjust the appearance later. This layout is loosely (or not so loosely) based on 'gq'. A few things in this layout won't apply to an ldb browser, but they're there for the time being anyway until I decide exactly what to do with them. Derrell (This used to be commit 0780cbcdcc7672932b055966a9d0480d2cd705b4) --- swat/apps/samba/utils/ldbbrowse.html | 555 +++++++++++++++++++++++++++ 1 file changed, 555 insertions(+) create mode 100644 swat/apps/samba/utils/ldbbrowse.html diff --git a/swat/apps/samba/utils/ldbbrowse.html b/swat/apps/samba/utils/ldbbrowse.html new file mode 100644 index 00000000000..adfe78e7540 --- /dev/null +++ b/swat/apps/samba/utils/ldbbrowse.html @@ -0,0 +1,555 @@ + + + + qooxdoo » Demo + + + + + + + + +
+

+ A simple LDB browser. +

+ + + + + + -- 2.34.1