r7088: start on some real structure for the SWAT web pages
authorAndrew Tridgell <tridge@samba.org>
Mon, 30 May 2005 06:15:01 +0000 (06:15 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:17:14 +0000 (13:17 -0500)
commit86d2ecf0f2a8de8abfdcc5f2aae7d4d969d19339
tree030c0035310416d80d3dd7da4e95c4ecc4993d56
parent6a876d66119a79f7922f44d36c116eee72dd76f9
r7088: start on some real structure for the SWAT web pages

- this imports the basic css pages from samba.org

- i have created some useful ejs scripts in common.js that will be included by all pages

- added a real login page, and a logout button showing who you are logged in as

- added page_header() and page_footer() functions that take a page type, allowing
  for "plain" or "columms" pages

- added some simple menus on the left of the columns page type, with links to the esp
  tests and some useful links for samba4 developers
26 files changed:
swat/docs/menu.js [new file with mode: 0644]
swat/esptest/auth.esp
swat/esptest/exception.esp
swat/esptest/formtest.esp
swat/esptest/include.esp
swat/esptest/index.esp [deleted file]
swat/esptest/index.html [deleted file]
swat/esptest/ldb.esp
swat/esptest/loadparm.esp
swat/esptest/menu.js [new file with mode: 0644]
swat/esptest/session.esp
swat/esptest/showvars.esp
swat/images/linkpad.gif [new file with mode: 0755]
swat/index.esp
swat/login.esp [new file with mode: 0644]
swat/logout.esp [new file with mode: 0644]
swat/scripting/common.js [new file with mode: 0644]
swat/scripting/footer.esp [new file with mode: 0644]
swat/scripting/footer_columns.esp [new file with mode: 0644]
swat/scripting/footer_plain.esp [new file with mode: 0644]
swat/scripting/header.esp [new file with mode: 0644]
swat/scripting/header_columns.esp [new file with mode: 0644]
swat/scripting/header_plain.esp [new file with mode: 0644]
swat/scripting/preauth.esp [new file with mode: 0644]
swat/style/common.css [new file with mode: 0644]
swat/style/main.css [new file with mode: 0644]