summaryrefslogtreecommitdiffstats
path: root/dhcp-listsubnets-html.lsp
Commit message (Collapse)AuthorAgeFilesLines
* Changes to use new htmlviewfunctions functionsTed Trask2014-04-101-11/+12
|
* Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, ↵Ted Trask2014-02-031-19/+37
| | | | and use lowercase tags
* Change use of require to work with Lua 5.2Ted Trask2013-10-091-1/+1
|
* Added require statement for html libraryTed Trask2012-10-021-0/+1
|
* Made changes for new handle_form style, remove redirect_to_referrer, and fix ↵Ted Trask2012-07-021-1/+1
| | | | fs library references
* Started work on updating for acf-core-0.15Ted Trask2012-04-181-2/+2
| | | | | | Removed controllerfunctions library (still needs more work and corresponding work in model) Updated startstop functionality and deleted view Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries
* Modified html.lua and viewlibrary.lua and all html files to html_escape ↵Ted Trask2009-01-151-3/+3
| | | | | | variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions to split displayform, creating displayformstart and ↵Ted Trask2008-10-221-2/+5
| | | | | | displayformend, to provide flexibility while still using the library. Also added support for hidden fields - including a common redir field. Removed redirectOnSuccess from controllerfunctions handle_form, and replaced it with the redir field. Removed redirectOnSuccess from controllers that used it and added handlecommandresults and redir entries to links and forms throughout many views. This will cause a redirect to the originating view when a form is successfully completed. acf_www-controller now includes orig_action in page_info to report the original action launched by the user. git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1560 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Rewrite of dhcp to modify existing config file rather than just generate a ↵Ted Trask2008-08-091-0/+27
new one. Still need to add support for hosts, currently only supports globals and subnets. git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1373 ab2d0c66-481e-0410-8bed-d214d4d58bed