summaryrefslogtreecommitdiff
path: root/swat/docs
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r7171: Just learning my way around the new SWAT, and updating someDeryck Hodge1-5/+7
docs/specs in the menu... Linking to XHTML specs since we're sending the pages as XHTML. Also, added a link to CSS specs to go along with the CSS quick reference card. (This used to be commit 95337ad27bd0bb9bf45d03427eb7ec5422dca270)
2007-10-10r7134: a number of small changes to make the pages HTML compliant. TheAndrew Tridgell1-2/+2
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-8/+21
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-10r7105: fixed a typoAndrew Tridgell1-1/+1
(This used to be commit 790f861538c490fab0ab1028cef6ae1797dd2c15)
2007-10-10r7091: added some more useful linksAndrew Tridgell1-1/+4
(This used to be commit d1d82686755e44ffd389114880a6ae2109595ccc)
2007-10-10r7088: start on some real structure for the SWAT web pagesAndrew Tridgell1-0/+6
- 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)