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)
commitca6b9f370bbd37b58dbec55c7b369d72a4684918
tree0717452f97a0cb4a556a5c94b13e02949a52e84d
parentbb2a811bf4c05013aa5b3dbe437d7caf1fea4974
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
(This used to be commit 86d2ecf0f2a8de8abfdcc5f2aae7d4d969d19339)
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]