summaryrefslogtreecommitdiff
path: root/swat/esptest/loadparm.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-10r7095: more html tidyingAndrew Tridgell1-8/+7
(This used to be commit 314bc44afe44ac6e9fcb194d54b8e1848adf94ed)
2007-10-10r7088: start on some real structure for the SWAT web pagesAndrew Tridgell1-8/+4
- 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-10r7019: - added esp call lpServices() which returns a list of services in ↵Andrew Tridgell1-0/+3
smb.conf. - added a test of lpServices() in the esptest scripts (This used to be commit 94308d8fed7796ddfc32883a1c27ec8ebfff842d)
2007-10-10r7003: added an example script for fetching smb.conf parameters from esp scriptsAndrew Tridgell1-0/+74
(This used to be commit a9f0caaaf3c72548e61311fe071c6158177bc7f4)