is anyone reading these commit msgs
This commit is contained in:
parent
dabbc7d862
commit
40f9c219b8
9 changed files with 66 additions and 10 deletions
|
@ -7,8 +7,14 @@
|
|||
<% for (let elem of data) { %>
|
||||
<span class='form-entry'> <span class='form-key'>
|
||||
<%= elem.label %>
|
||||
</span> <input type='<%= elem.type %>' name='<%= elem.name %>'></span>
|
||||
</span>
|
||||
<% if (elem.type=='textarea' ) { %>
|
||||
<textarea name='<%= elem.name %>'></textarea>
|
||||
<% } else { %>
|
||||
<input type='<%= elem.type %>' name='<%= elem.name %>'>
|
||||
</span>
|
||||
<% } %>
|
||||
<input type='Submit' name='Submit'>
|
||||
<% } %>
|
||||
<input type='Submit' name='Submit'>
|
||||
</form>
|
||||
<%- include('footer.ejs') -%>
|
Loading…
Add table
Add a link
Reference in a new issue