summaryrefslogtreecommitdiffstats
path: root/app/filedetails-html.lsp
Commit message (Collapse)AuthorAgeFilesLines
* Cleaning and refining the HTML.HEADmasterZach LeBar1980-02-231-18/+19
|
* Changed viewfunctions.lua to htmlviewfunctions.lua and made it an actual moduleTed Trask2012-02-021-6/+6
| | | | | It should have been a module all along, but wasn't Unfortunately, this means changes to pretty much every view file
* UI fix, bumped to 0.8.5v0.8.5Ted Trask2009-12-101-1/+4
|
* Graphical fix. Adding <DL> to welcome screen.Mika Havela2009-10-071-1/+0
| | | | | Removing <H3> from file-edit form to present the [Save] button next to the textarea which the button controls.
* 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/core/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions to split displayform, creating displayformstart and ↵Ted Trask2008-10-221-4/+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/core/trunk@1560 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added parser library. Display filecontent descr in filedetails.Ted Trask2008-09-181-0/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1474 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified filedetails view to HTML escape the filecontent before displaying it.Ted Trask2008-09-031-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1443 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added description to savebuttonMika Havela2008-08-221-1/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1392 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use <% %> instead of <? ?>Natanael Copa2008-07-281-16/+16
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added hidden filename field to common filedetails lsp. Modified ↵Ted Trask2008-07-081-0/+1
| | | | | | acf_www-controller to allow views without actions. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1289 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed logfiles to use controllerfunctions and standard html-lsp files.Ted Trask2008-07-021-0/+6
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1270 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified core to create model and controller function libraries and some ↵Ted Trask2008-07-021-0/+25
common html views. Moved cfe to a library. Modified redirect_to_referrer function - may break some pages. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1267 ab2d0c66-481e-0410-8bed-d214d4d58bed