summaryrefslogtreecommitdiffstats
path: root/lib/htmlviewfunctions.lua
Commit message (Collapse)AuthorAgeFilesLines
* Cleaning and refining the HTML.HEADmasterZach LeBar1980-02-231-7/+3
|
* Cleaned up HTML in 'status-html.lsp' and 'displayitem()'.Zach LeBar1980-02-121-7/+7
| | | | Began removing the use of <dl>, <dd>, and <dt> tags for more semantic choices.
* Cleaned up HTML being output by 'displaycommandresults()'.Zach LeBar1980-02-121-5/+5
|
* Modified htmlviewfunctions to allow disabled options for multi-select boxesTed Trask2012-04-231-0/+1
|
* Changed forms to always use 'submit' as name of submit button, plus allow ↵Ted Trask2012-02-221-1/+10
| | | | multiple submit buttons
* Changed viewfunctions.lua to htmlviewfunctions.lua and made it an actual moduleTed Trask2012-02-021-0/+362
It should have been a module all along, but wasn't Unfortunately, this means changes to pretty much every view file