|
|
@ -18,7 +18,7 @@ |
|
|
|
<%= $data->{id} %> |
|
|
|
<%= $data->{id} %> |
|
|
|
</th> |
|
|
|
</th> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<th> |
|
|
|
<th> |
|
|
|
<%=l 'CREATION_DATE' %> |
|
|
|
<%=l 'CREATION_DATE' %> |
|
|
|
</th> |
|
|
|
</th> |
|
|
@ -34,15 +34,7 @@ |
|
|
|
<%= $data->{activity_timestamp} %> |
|
|
|
<%= $data->{activity_timestamp} %> |
|
|
|
</th> |
|
|
|
</th> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<th> |
|
|
|
|
|
|
|
<%=l 'AUTH_TOKEN' %> |
|
|
|
|
|
|
|
</th> |
|
|
|
|
|
|
|
<th> |
|
|
|
|
|
|
|
<%= $data->{token} %> |
|
|
|
|
|
|
|
</th> |
|
|
|
|
|
|
|
</tr> |
|
|
|
|
|
|
|
</tr> |
|
|
|
|
|
|
|
<th> |
|
|
|
<th> |
|
|
|
<%=l 'LOCKED' %> |
|
|
|
<%=l 'LOCKED' %> |
|
|
|
</th> |
|
|
|
</th> |
|
|
@ -50,7 +42,7 @@ |
|
|
|
<input class="bs-switch" type="checkbox" id="lock" data-room="<%= $room %>" <%= ($data->{locked} eq '1') ? 'checked':''%>> |
|
|
|
<input class="bs-switch" type="checkbox" id="lock" data-room="<%= $room %>" <%= ($data->{locked} eq '1') ? 'checked':''%>> |
|
|
|
</th> |
|
|
|
</th> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<th> |
|
|
|
<th> |
|
|
|
<%=l 'ASK_FOR_NAME' %> |
|
|
|
<%=l 'ASK_FOR_NAME' %> |
|
|
|
</th> |
|
|
|
</th> |
|
|
@ -58,7 +50,7 @@ |
|
|
|
<input class="bs-switch" type="checkbox" id="askForName" data-room="<%= $room %>" <%= ($data->{ask_for_name} eq '1') ? 'checked':''%>> |
|
|
|
<input class="bs-switch" type="checkbox" id="askForName" data-room="<%= $room %>" <%= ($data->{ask_for_name} eq '1') ? 'checked':''%>> |
|
|
|
</th> |
|
|
|
</th> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<th> |
|
|
|
<th> |
|
|
|
<%=l 'PASSWORD_PROTECTED' %> |
|
|
|
<%=l 'PASSWORD_PROTECTED' %> |
|
|
|
</th> |
|
|
|
</th> |
|
|
@ -66,7 +58,7 @@ |
|
|
|
<input class="bs-switch" type="checkbox" id="joinPass" data-room="<%= $room %>" <%= ($data->{join_password}) ? 'checked':''%>> |
|
|
|
<input class="bs-switch" type="checkbox" id="joinPass" data-room="<%= $room %>" <%= ($data->{join_password}) ? 'checked':''%>> |
|
|
|
</th> |
|
|
|
</th> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<th> |
|
|
|
<th> |
|
|
|
<%=l 'OWNER_PASSWORD' %> |
|
|
|
<%=l 'OWNER_PASSWORD' %> |
|
|
|
</th> |
|
|
|
</th> |
|
|
@ -74,14 +66,6 @@ |
|
|
|
<input class="bs-switch" type="checkbox" id="joinPass" data-room="<%= $room %>" <%= ($data->{owner_password}) ? 'checked':''%>> |
|
|
|
<input class="bs-switch" type="checkbox" id="joinPass" data-room="<%= $room %>" <%= ($data->{owner_password}) ? 'checked':''%>> |
|
|
|
</th> |
|
|
|
</th> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
|
|
|
|
<th> |
|
|
|
|
|
|
|
<%=l 'PERSISTENT_ROOM' %> |
|
|
|
|
|
|
|
</th> |
|
|
|
|
|
|
|
<th> |
|
|
|
|
|
|
|
<input class="bs-switch" type="checkbox" id="persistent" data-room="<%= $room %>" <%= ($data->{persistent} eq '1') ? 'checked':''%>> |
|
|
|
|
|
|
|
</th> |
|
|
|
|
|
|
|
</tr> |
|
|
|
|
|
|
|
</tbody> |
|
|
|
</tbody> |
|
|
|
</table> |
|
|
|
</table> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|