* Fix bug introduced by html5 addition
* Added html5 text type NUMBER field, html5 text types:
- NUMBER
- DATE
- DATETIME (may not be supported by any browser)
- DATETIME-LOCAL
- TIME
- WEEK
- MONTH
* Changed case independent search and replace for
form tags.
* Added extended string class based on std::string
- ufind find matching string independent of case
- ureplace replace matching string indepedent of case
* Modified custom.cxx to use extended string class
* added code to allow each instance of flmsg to have
a unique web socket port assignment, max of 50
simultaneous instances.
* removed file contents case sensitivity of custom form
search in the sub directory CUSTOM
* Addition of support for editable custom html forms
Form elements allowed:
- <FORM> ... </FORM>
- <INPUT
- NAME
- TYPE (text, password, radio, checkbox)
- <SELECT ...>
- <OPTION
- <TEXTAREA ...>...</TEXTAREA>
* Controls are all DISABLED for viewing