summaryrefslogtreecommitdiff
path: root/swat/index.esp
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r7088: start on some real structure for the SWAT web pagesAndrew Tridgell1-20/+7
- 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)
2007-10-10r7070: fix redirection when the clientStefan Metzmacher1-1/+5
doesn't send a 'Host' header metze (This used to be commit ccc4d51927eb1564c6f5de07dda83dd008bb8a9e)
2007-10-10r7018: take advantage of the server[TLS_SUPPORT] variable to auto-redirect ↵Andrew Tridgell1-1/+6
the home page of swat to https:// if TLS is initialised OK (This used to be commit 519bdcac966755b18990ec5382838b2130394daf)
2007-10-10r6999: - renamed our html files to espAndrew Tridgell1-0/+11
- added a favicon.ico so bookmarks show a samba icon - added a session.esp demonstration of session variables (This used to be commit 092ffc733916f8091c8ff1e7a1306810e516d613)