summaryrefslogtreecommitdiffstats
path: root/syslog-config-html.lsp
Commit message (Collapse)AuthorAgeFilesLines
* Modified for acf-core-0.13.0Ted Trask2011-03-301-7/+0
|
* Removed debug statements.Ted Trask2009-12-311-7/+0
|
* Graphical fix. Modifying <DL> to fix skin issues.Mika Havela2009-10-071-1/+3
|
* Modified viewfunctions displaycommandresults to not delete the error results ↵Ted Trask2008-10-221-1/+3
| | | | | | 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/alpine-baselayout/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions to split displayform, creating displayformstart and ↵Ted Trask2008-10-221-6/+4
| | | | | | 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
* use <% %> instead of <? ?>Natanael Copa2008-07-281-17/+17
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified syslog to use controllerfunctions, modelfunctions, and common lsp ↵Ted Trask2008-07-041-20/+8
| | | | | | files. Changed status->loginfo and basicstatus->status. Stopped expert from adding blank lines to the end. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1274 ab2d0c66-481e-0410-8bed-d214d4d58bed
* For cfe.type='form', use cfe.option as the command to save the form data ↵Ted Trask2008-05-151-1/+1
| | | | | | i.e. can be used as button name. Modified pages that use 'form' to also use 'option'. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1122 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Rewrote syslog to use components and remove view-specific code from controller.Ted Trask2008-05-131-102/+30
| | | | | | Also made sure not to write to conf file unless all variables pass validation. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1116 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified cfe, removing option, errtxt, and name, and adding label - This may ↵Ted Trask2008-04-301-4/+4
| | | | | | | | | | | | break things. Rewrote password module, adding model Modified authenticator to make password module work git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1052 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Showing all configurations (mostly to test how things work).Mika Havela2008-02-011-2/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@680 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Many changes (mostly to use cfe's when sending/receiving things from ↵Mika Havela2008-02-011-29/+37
| | | | | | model/controller/view). git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@676 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Getting management (start/stop/restart) workingMika Havela2008-01-311-9/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@670 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changing things so we use cfe for sending/receiving things from model and ↵Mika Havela2008-01-311-109/+113
| | | | | | | | controller. The view-file is using loops instead to reduce code. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@668 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updating config and expert tab so they show the statusinfo (that now comes ↵Mika Havela2008-01-301-7/+4
| | | | | | as a cfe) git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@667 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Redoing mostly everything trying to present things as cfe (my own fault when ↵Mika Havela2008-01-301-7/+7
| | | | | | not doing this from start) git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@666 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removed (hide) unwanted options.Mika Havela2008-01-301-1/+7
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@664 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Now you can save configs in config-tab.Mika Havela2008-01-291-36/+38
| | | | | | It works but is still unstable. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@660 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Saving work for the weekendMika Havela2008-01-251-15/+14
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@655 ab2d0c66-481e-0410-8bed-d214d4d58bed
* More bugfixes caused by a missing or empty config-fileMika Havela2008-01-251-3/+9
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@646 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed so that acf doesnt brake if the confi-file is missing or is emptyMika Havela2008-01-241-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@641 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Expert-tab works.Mika Havela2008-01-241-46/+64
| | | | | | | Statuspage works. Configpage shows current settings, but saving changes doesnt work (work in progress). git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@640 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed the looks of syslog-view-filesMika Havela2008-01-151-7/+45
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@587 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Current status is now displayed. Apply settings doesn't work!Mika Havela2008-01-101-24/+35
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@528 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removed superexpert tabMika Havela2008-01-101-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@525 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Another try to figure out how to present dataMika Havela2008-01-101-4/+30
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@524 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Trying to figure out what to show and howMika Havela2008-01-091-58/+12
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@521 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Showing current config starting to work (still some problems with RegExpr in ↵Mika Havela2008-01-091-15/+23
| | | | | | model). Saving changes still doesn't work. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@519 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Designing graphics/ideas on syslogMika Havela2008-01-091-0/+63
git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@518 ab2d0c66-481e-0410-8bed-d214d4d58bed