xmpp.chapril.org-conversejs/src/templates/form_input.html

9 lines
200 B
HTML
Raw Normal View History

{[ if (label) { ]}
<label>
{{label}}
</label>
{[ } ]}
2014-11-24 20:35:00 +01:00
<input name="{{name}}" type="{{type}}"
{[ if (value) { ]} value="{{value}}" {[ } ]}
{[ if (required) { ]} class="required" {[ } ]} >