summaryrefslogtreecommitdiff
path: root/swat/login.esp
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r7267: REMOTE_HOST is a better choiceSimo Sorce1-1/+7
(This used to be commit 41bae267e29614d300ec2505c927ab17ccbbe64f)
2007-10-10r7238: Add pam auth support in swatSimo Sorce1-14/+25
(This used to be commit 8a98572a3b5dba58181dc402dbebae5452656012)
2007-10-10r7134: a number of small changes to make the pages HTML compliant. TheAndrew Tridgell1-1/+1
builtin web validator in firefox sure is useful! (This used to be commit aa43111aa5f9a183395ebd840d8f77867730ab23)
2007-10-10r7132: - start a convention of making object constructors end in Obj, so weAndrew Tridgell1-1/+1
now have FormObj(). This follows the style in the ejs manual - make a new MenuObj object type, with a display_menu() to display it. This will make it easier to make different types of menus. Currently only veritical simple menus are supported. (This used to be commit ac978d4124f773d872dd15205d90a41dcec8a38f)
2007-10-10r7108: display a session expired messageAndrew Tridgell1-0/+5
(This used to be commit 3f87d53d6614b514f1725b09e9964629b91dbbcc)
2007-10-10r7106: the web interface now works completely with or without cookies. If ↵Andrew Tridgell1-2/+4
you have cookies they will be used, otherwise you will see URLs with ?SwatSessionId=XXX on the end. (This used to be commit 104d47a7458ecf03c0d5f969eaf2a98346928679)
2007-10-10r7099: make the password field a password field...Stefan Metzmacher1-0/+1
metze (This used to be commit ad2d3991ba56d2779df66ff88ccbeb165ac23376)
2007-10-10r7093: - added a new Form() ejs object for producing simple forms.Andrew Tridgell1-6/+8
- tidied up the html generation a bit (This used to be commit ddccf6d2f5c4757111010e3116b41e379a7dc2dd)
2007-10-10r7088: start on some real structure for the SWAT web pagesAndrew Tridgell1-0/+29
- 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)