2019-04-18 16:12:31 +02:00
|
|
|
|
<div class="modal" id="list-chatrooms-modal" tabindex="-1" role="dialog" aria-labelledby="list-chatrooms-modal-label" aria-hidden="true">
|
2018-02-22 17:39:44 +01:00
|
|
|
|
<div class="modal-dialog" role="document">
|
|
|
|
|
<div class="modal-content">
|
|
|
|
|
<div class="modal-header">
|
|
|
|
|
<h5 class="modal-title"
|
2018-02-23 15:45:44 +01:00
|
|
|
|
id="list-chatrooms-modal-label">{{{o.heading_list_chatrooms}}}</h5>
|
2018-02-22 17:39:44 +01:00
|
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
2018-11-14 18:10:23 +01:00
|
|
|
|
<span aria-hidden="true">×</span>
|
2018-02-22 17:39:44 +01:00
|
|
|
|
</button>
|
|
|
|
|
</div>
|
2019-02-26 11:05:15 +01:00
|
|
|
|
<div class="modal-body d-flex flex-column">
|
2019-02-26 10:34:41 +01:00
|
|
|
|
{[ if (o.show_form) { ]}
|
2018-02-23 15:45:44 +01:00
|
|
|
|
<form class="converse-form list-chatrooms">
|
2018-02-22 17:39:44 +01:00
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label for="chatroom">{{{o.label_server_address}}}:</label>
|
2018-11-14 18:10:23 +01:00
|
|
|
|
<input type="text" value="{{{o.muc_domain}}}" required="required" name="server" class="form-control" placeholder="{{{o.server_placeholder}}}"/>
|
2018-02-22 17:39:44 +01:00
|
|
|
|
</div>
|
2019-02-26 10:34:41 +01:00
|
|
|
|
<input type="submit" class="btn btn-primary" name="list" value="{{{o.label_query}}}"/>
|
2018-02-22 17:39:44 +01:00
|
|
|
|
</form>
|
2019-02-26 10:34:41 +01:00
|
|
|
|
{[ } ]}
|
2018-02-22 17:39:44 +01:00
|
|
|
|
<ul class="available-chatrooms list-group"></ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|