r19282: make the recent qooxdoo work that Derrell has done available via the
authorAndrew Tridgell <tridge@samba.org>
Sat, 14 Oct 2006 21:02:38 +0000 (21:02 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:21:02 +0000 (14:21 -0500)
main menu
(This used to be commit b0fee976edd35c35b315637253297169afac35ab)

swat/menu.js

index dad11d73600902ba9da2dc6b581e57a508952334..255723b95a87484ab8cb7e7ae15004d1df382723 100644 (file)
@@ -10,7 +10,8 @@ swat_menus.main = simple_menu(
        "Main Menu",
        "Servers",            session_uri("/?menu=servers"),
        "Installation",       session_uri("/install/"),
-       "ESP Tests",          session_uri("/esptest/"));
+       "ESP Tests",          session_uri("/esptest/"),
+       "JSON/qooxdoo",       session_uri("/?menu=json"));
 
 swat_menus.servers = simple_menu(
        "Servers",
@@ -34,6 +35,11 @@ swat_menus.esptest = simple_menu(
        "qooxdoo",               session_uri("/esptest/qooxdoo.esp"),
        "registry",              session_uri("/esptest/registry.esp"));
 
+swat_menus.json = simple_menu(
+       "JSON Tests",
+       "ldb browser",          session_uri("/apps/samba/utils/ldbbrowse.html"),
+       "qooxdoo examples",     session_uri("/apps/qooxdoo-examples/index.html"));
+
 
 swat_menus.install = simple_menu(
        "Installation",