From c8dfaec28a470c09430454a52bf3f4206ebf7037 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 8 Aug 2005 03:23:20 +0000 Subject: r9212: the beginnings of a registry editor in SWAT, using client side javascript and AJAJ This doesn't work at all well yet, mostly because of my inexperience with client side javascript and what events are available (This used to be commit 8073e84c7a5fd8d483685d769661c790a803ff49) --- swat/esptest/registry.esp | 120 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 swat/esptest/registry.esp (limited to 'swat/esptest/registry.esp') diff --git a/swat/esptest/registry.esp b/swat/esptest/registry.esp new file mode 100644 index 0000000000..85843c41d9 --- /dev/null +++ b/swat/esptest/registry.esp @@ -0,0 +1,120 @@ +<% + page_header("columns", "ESP registry edit", "esptest"); +%> + + + + +

Registry Editor

+ + + + +
+ +<% page_footer(); %> -- cgit