summaryrefslogtreecommitdiffstats
path: root/interfaces-read-html.lsp
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespaceTed Trask2016-08-101-4/+4
|
* Change for new prototype for htmlviewfunctions.displayitemTed Trask2014-04-101-4/+4
|
* Change htmlviewfunctions.displayheader to .displaysectionstart and added ↵Ted Trask2014-03-171-1/+2
| | | | .displaysectionend function
* Modified HTML views to use new htmlviewfunctions functions and replace links ↵Ted Trask2014-03-081-16/+20
| | | | | | with forms created by displayitem Use htmlviewfunctions.displayheader .incrementheader .displayitemstart/middle/end
* Change HTML views to use htmlviewfunctions.displayheaderTed Trask2014-03-041-7/+4
| | | | Modified some models to change labels
* Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, ↵Ted Trask2014-02-031-32/+34
| | | | 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
|
* Some cleanup for form submissionTed Trask2012-05-071-1/+1
|
* Merge ssh://git.alpinelinux.org/gitroot/zelebar/acf-alpine-baselayoutTed Trask2012-04-171-4/+4
|\
| * Change all -controller.lua files to use new handle_form() functions found in ↵Zach LeBar2012-03-211-4/+4
| | | | | | | | acf_www-controller.lua instead of the controllerfunctions.lua version and also instead of redirect_to_referrer(). Made corresponding changes to vmail-model .lua to make everything work.
* | Updates to reflect changes in acf-core-0.15 - viewfunctions becomes ↵Ted Trask2012-02-231-2/+2
|/ | | | htmlviewfunctions
* Added wwwprefix to web path.Ted Trask2010-02-161-1/+1
|
* Updated for skin change in acf-core 0.10.0Ted Trask2010-01-221-1/+1
|
* Removed debug statements.Ted Trask2009-12-311-7/+0
|
* Use viewlibrary.check_permission from acf-core-0.9.0Ted Trask2009-12-171-4/+4
|
* Graphical fix. Displaying WarningMsg inside <DL> to fix skin issuesMika Havela2009-10-071-1/+1
|
* Modified html.lua and viewlibrary.lua and all html files to html_escape ↵Ted Trask2009-01-151-9/+9
| | | | | | variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added networking restart warning.Ted Trask2008-10-301-0/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1569 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions to split displayform, creating displayformstart and ↵Ted Trask2008-10-221-2/+2
| | | | | | 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/alpine-baselayout/trunk@1560 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added Restart Networking function to interfaces. Redirect to read after update.Ted Trask2008-10-131-9/+7
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1553 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use <% %> instead of <? ?>Natanael Copa2008-07-281-35/+35
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed interfaces to use controllerfunctions.Ted Trask2008-07-021-6/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1268 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated interfaces to use new cfe model, add more iface families, add more ↵Ted Trask2008-05-301-31/+49
| | | | | | flexibility to editing, show ip status, bring up/down interfaces, and general cleanup. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1191 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Graphical bugfix - Modifying path to images.v0.3.4Mika Havela2008-05-221-2/+2
| | | | | | version bump on Makefiles git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1175 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Small graphical changes due to change in ice.cssMika Havela2008-05-211-3/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1130 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Created a 'edit' page to edit interfaces.Mika Havela2008-04-091-25/+3
| | | | | | | Fixed so you can delete interfaces (I probably broke this earlier, not knowing it). Added a new tab to create new interface. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@965 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated the looks of the read tab.Mika Havela2008-03-281-4/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@857 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Cleaned up 'read' tab so it only allows read (no edit actions).Mika Havela2008-03-281-42/+74
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@856 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Some small graphical modifications on the viewMika Havela2008-02-141-2/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@720 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed the view-files to reflect updates in cssMika Havela2007-12-201-26/+35
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@426 ab2d0c66-481e-0410-8bed-d214d4d58bed
* new style of acf modulesv2.0Natanael Copa2007-07-271-0/+34
git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@216 ab2d0c66-481e-0410-8bed-d214d4d58bed