2016-06-27 23:50:38 +02:00
|
|
|
<div class="chatroom-form-container">
|
|
|
|
<form class="pure-form converse-form chatroom-form">
|
|
|
|
<fieldset>
|
2017-11-05 18:47:30 +01:00
|
|
|
<legend>{{{o.heading}}}</legend>
|
|
|
|
<label>{{{o.label_name}}}</label>
|
2016-06-27 23:50:38 +02:00
|
|
|
<input type="text" name="name" required="required"/>
|
2017-11-05 18:47:30 +01:00
|
|
|
<label>{{{o.label_autojoin}}}</label>
|
2016-06-27 23:50:38 +02:00
|
|
|
<input type="checkbox" name="autojoin"/>
|
2017-11-05 18:47:30 +01:00
|
|
|
<label>{{{o.label_nick}}}</label>
|
|
|
|
<input type="text" name="nick" value="{{{o.default_nick}}}"/>
|
2016-06-27 23:50:38 +02:00
|
|
|
</fieldset>
|
|
|
|
<fieldset>
|
2017-11-05 18:47:30 +01:00
|
|
|
<input class="pure-button button-primary" type="submit" value="{{{o.label_submit}}}"/>
|
|
|
|
<input class="pure-button button-cancel" type="button" value="{{{o.label_cancel}}}"/>
|
2016-06-27 23:50:38 +02:00
|
|
|
</fieldset>
|
|
|
|
</form>
|
|
|
|
</div>
|