summaryrefslogtreecommitdiff
path: root/swat/esptest/exception.esp
AgeCommit message (Collapse)AuthorFilesLines
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-10r7094: use the Form() object in a few more placesAndrew Tridgell1-4/+6
(This used to be commit 9b8546f92179dba826e7ca5ed009b24486ef7a2c)
2007-10-10r7093: - added a new Form() ejs object for producing simple forms.Andrew Tridgell1-6/+0
- 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-8/+5
- 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-10r7005: added a esp page to demonstrate exception handlingAndrew Tridgell1-0/+37
(This used to be commit 96c15646d2f29dd2839a2bab4b9e57bddfd2cee1)