summaryrefslogtreecommitdiff
path: root/swat/esptest/index.esp
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-07-19 09:34:11 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:29:42 -0500
commit342d11e3544ec4836cf718f23ea65bee3592fc08 (patch)
treee014a00594b7ca5dbf14e67684f210eb36068884 /swat/esptest/index.esp
parent82f1a9474d85f75291d0af0e51d55fa904d42055 (diff)
downloadsamba-342d11e3544ec4836cf718f23ea65bee3592fc08.tar.gz
samba-342d11e3544ec4836cf718f23ea65bee3592fc08.tar.bz2
samba-342d11e3544ec4836cf718f23ea65bee3592fc08.zip
r8591: - added a simple 2 level menu structure to swat. Deryck, I know this
isn't very pretty, and please feel free to do this much more nicely :-) - added a top level menu listing our main servers - added placeholder pages for the main servers - added NBT server statistics (This used to be commit 1aa658b756903e7cb598302eddd18b7734937c83)
Diffstat (limited to 'swat/esptest/index.esp')
-rw-r--r--swat/esptest/index.esp7
1 files changed, 7 insertions, 0 deletions
diff --git a/swat/esptest/index.esp b/swat/esptest/index.esp
new file mode 100644
index 0000000000..fbbed9b3c4
--- /dev/null
+++ b/swat/esptest/index.esp
@@ -0,0 +1,7 @@
+<% page_header("columns", "ESP Tests", "/esptest/menu.js"); %>
+
+<h1>ESP Test functions</h1>
+
+Please select a menu item from the selection on the left
+
+<% page_footer(); %>