Initial commit

This commit is contained in:
2018-02-16 19:16:53 +01:00
commit ca3ef24912
199 changed files with 17970 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<!-- BEGIN dropdown -->
<select name="{dropdown.FIELD_IDENT}" id="{dropdown.FIELD_IDENT}">
<!-- BEGIN options --><option value="{dropdown.options.OPTION_ID}"{dropdown.options.SELECTED}>{dropdown.options.VALUE}</option><!-- END options -->
</select>
<!-- END dropdown -->