summaryrefslogtreecommitdiffstats
path: root/dhcp-home-html.lsp
Commit message (Collapse)AuthorAgeFilesLines
* Changes to use new htmlviewfunctions functionsTed Trask2014-04-101-8/+5
|
* Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, ↵Ted Trask2014-02-031-7/+6
| | | | 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
|
* 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 for acf-core-0.13.0Ted Trask2011-03-301-5/+1
|
* Modified html.lua and viewlibrary.lua and all html files to html_escape ↵Ted Trask2009-01-151-2/+2
| | | | | | variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions displaycommandresults to not delete the error results ↵Ted Trask2008-10-221-1/+1
| | | | | | of a form so the form can still display it. Modified a bunch of views to display the results of component forms. Also added code to displayform and displayformstart to automatically generate the action if passed page_info. git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions to split displayform, creating displayformstart and ↵Ted Trask2008-10-221-0/+3
| | | | | | 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
* Modified dhcp to add host support.Ted Trask2008-08-121-2/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1376 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Rewrite of dhcp to modify existing config file rather than just generate a ↵Ted Trask2008-08-091-97/+16
| | | | | | 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
* use <% %> instead of <? ?>Natanael Copa2008-07-281-16/+16
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified cfe, removing option, errtxt, and name, and adding label - This may ↵Ted Trask2008-04-301-2/+2
| | | | | | | | | | | | break things. Rewrote password module, adding model Modified authenticator to make password module work git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1052 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Adding a 'status' tab that shows some basic information.Mika Havela2008-04-031-27/+53
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@909 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added sortnumbers to the menu-file.Mika Havela2008-03-031-2/+10
| | | | | | Small graphical updates to the view-files. git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@798 ab2d0c66-481e-0410-8bed-d214d4d58bed
* git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@566 ↵Andreas Brodmann2008-01-141-1/+1
| | | | ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed view-files to reflect modificatsion in the new cssMika Havela2007-12-201-59/+57
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@441 ab2d0c66-481e-0410-8bed-d214d4d58bed
* /acf/dhcp: added global pre/post config generation input for proprietary ↵Andreas Brodmann2007-11-191-0/+7
| | | | | | config code by the user git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@337 ab2d0c66-481e-0410-8bed-d214d4d58bed
* working beta release of dhcp config - special hosts config yet missingAndreas Brodmann2007-11-131-2/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@300 ab2d0c66-481e-0410-8bed-d214d4d58bed
* fixed stdout/stderr redirection for popen / daemon controlAndreas Brodmann2007-11-121-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@299 ab2d0c66-481e-0410-8bed-d214d4d58bed
* update on dhcpAndreas Brodmann2007-11-081-9/+14
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp@278 ab2d0c66-481e-0410-8bed-d214d4d58bed
* updated /acf/dhcp - subnets are now dynamically looked upAndreas Brodmann2007-11-081-17/+19
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp@277 ab2d0c66-481e-0410-8bed-d214d4d58bed
* initial import of /acf/dhcpv1.0_alpha1Andreas Brodmann2007-11-081-0/+61
git-svn-id: svn://svn.alpinelinux.org/acf/dhcp@274 ab2d0c66-481e-0410-8bed-d214d4d58bed