summaryrefslogtreecommitdiff
path: root/swat/esptest/index.esp
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r8722: make the menu handling considerably saner and easier to follow. The wholeAndrew Tridgell1-1/+1
menu hierarchy is now in /menu.js (This used to be commit c2a450bb9967caa666628f067a8e732227854ce2)
2007-10-10r8591: - added a simple 2 level menu structure to swat. Deryck, I know thisAndrew Tridgell1-0/+7
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)
2007-10-10r7088: start on some real structure for the SWAT web pagesAndrew Tridgell1-32/+0
- 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-10r7058: Add experimenthal pam authentication for web pagesSimo Sorce1-1/+1
(This used to be commit 36d905407465cb9d8950da86322531e3c3102642)
2007-10-10r7056: added links to ejs and esp info pagesAndrew Tridgell1-1/+8
(This used to be commit 624c7a76e848a0fd8296fd7afceeb9f22c803b12)
2007-10-10r7054: added a example script showing ldbSearch() usageAndrew Tridgell1-1/+2
(This used to be commit 0fe835b16c8e8c4fbd801a447aca1f077934e84c)
2007-10-10r7044: vance is right that mixing http and https elements gives a warning in IEAndrew Tridgell1-5/+1
(This used to be commit 5912cf2cd4405185fb40833d896c640c7d24a87a)
2007-10-10r7015: use a scripting trick to force images to be sent with http instead of ↵Andrew Tridgell1-1/+5
https, which should make the server more responsive (This used to be commit 814c3674f8e0aa20fb3ee3657173bab05d7f3ded)
2007-10-10r7005: added a esp page to demonstrate exception handlingAndrew Tridgell1-1/+2
(This used to be commit 96c15646d2f29dd2839a2bab4b9e57bddfd2cee1)
2007-10-10r7003: added an example script for fetching smb.conf parameters from esp scriptsAndrew Tridgell1-1/+1
(This used to be commit a9f0caaaf3c72548e61311fe071c6158177bc7f4)
2007-10-10r6999: - renamed our html files to espAndrew Tridgell1-0/+23
- added a favicon.ico so bookmarks show a samba icon - added a session.esp demonstration of session variables (This used to be commit 092ffc733916f8091c8ff1e7a1306810e516d613)