2014-01-19 05:21:49 +01:00
|
|
|
<form class="add-chatroom" action="" method="post">
|
2014-12-13 00:15:19 +01:00
|
|
|
<label>{{label_room_name}}</label>
|
2014-01-19 05:21:49 +01:00
|
|
|
<input type="text" name="chatroom" class="new-chatroom-name"
|
|
|
|
placeholder="{{label_room_name}}"/>
|
2014-12-13 00:15:19 +01:00
|
|
|
<label>{{label_nickname}}</label>
|
2014-01-19 05:21:49 +01:00
|
|
|
<input type="text" name="nick" class="new-chatroom-nick"
|
|
|
|
placeholder="{{label_nickname}}"/>
|
2014-12-13 00:15:19 +01:00
|
|
|
<label>{{label_server}}</label>
|
2014-01-19 05:21:49 +01:00
|
|
|
<input type="{{server_input_type}}" name="server" class="new-chatroom-server"
|
|
|
|
placeholder="{{label_server}}"/>
|
|
|
|
<input type="submit" name="join" value="{{label_join}}"/>
|
|
|
|
<input type="button" name="show" id="show-rooms" value="{{label_show_rooms}}"/>
|
|
|
|
</form>
|
|
|
|
<dl id="available-chatrooms"></dl>
|