This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a change to branch feature/WW-5444-html5
in repository https://gitbox.apache.org/repos/asf/struts.git
from e5f884a10 feat(html5-theme): WW-5444 replace FreeMarker compress with
Struts compress tag
add 07a1f7fdc feat(html5-theme): WW-5444 simplifies tags templates and
extends example
No new revisions were added by this update.
Summary of changes:
.../src/main/webapp/WEB-INF/html5/index.jsp | 210 ++++++++++++++++-
core/src/main/resources/template/html5/a-close.ftl | 30 ++-
.../main/resources/template/html5/actionerror.ftl | 45 ++--
.../resources/template/html5/actionmessage.ftl | 45 ++--
.../src/main/resources/template/html5/checkbox.ftl | 34 ++-
.../main/resources/template/html5/checkboxlist.ftl | 135 ++++++-----
.../src/main/resources/template/html5/combobox.ftl | 159 +++++++------
.../resources/template/html5/common-attributes.ftl | 4 +-
core/src/main/resources/template/html5/css.ftl | 14 +-
.../template/html5/dynamic-attributes.ftl | 4 +-
.../main/resources/template/html5/fielderror.ftl | 124 +++++-----
core/src/main/resources/template/html5/file.ftl | 32 ++-
.../main/resources/template/html5/form-close.ftl | 4 +-
core/src/main/resources/template/html5/form.ftl | 44 ++--
core/src/main/resources/template/html5/head.ftl | 4 +-
core/src/main/resources/template/html5/hidden.ftl | 22 +-
core/src/main/resources/template/html5/label.ftl | 26 +--
core/src/main/resources/template/html5/link.ftl | 106 +++++----
core/src/main/resources/template/html5/nonce.ftl | 4 +-
.../src/main/resources/template/html5/optgroup.ftl | 100 ++++----
.../src/main/resources/template/html5/password.ftl | 34 ++-
.../template/html5/prefixed-dynamic-attributes.ftl | 6 +-
.../src/main/resources/template/html5/radiomap.ftl | 172 +++++++-------
core/src/main/resources/template/html5/reset.ftl | 129 +++++------
.../main/resources/template/html5/script-close.ftl | 2 +-
core/src/main/resources/template/html5/script.ftl | 65 +++---
.../resources/template/html5/scripting-events.ftl | 30 ++-
core/src/main/resources/template/html5/select.ftl | 254 ++++++++++-----------
.../main/resources/template/html5/submit-close.ftl | 8 +-
core/src/main/resources/template/html5/submit.ftl | 140 ++++++------
core/src/main/resources/template/html5/text.ftl | 38 ++-
.../src/main/resources/template/html5/textarea.ftl | 84 ++++---
core/src/main/resources/template/html5/token.ftl | 6 +-
33 files changed, 1129 insertions(+), 985 deletions(-)