% title $self->l('ADMINISTRATION');
%=include 'header'
%=include 'public_toolbar'
%= include 'noscript'
<%=l 'EXISTING_ROOMS' %>
<%=l 'ROOM_ID' %>
|
<%=l 'ROOM_NAME' %>
|
<%=l 'MANAGE' %>
|
<%
my @rooms = $self->get_all_rooms();
foreach my $room (@rooms){
my $data = $self->get_room($room);
%>
<%= $data->{id} %>
|
<%= $room %>
|
<%=l 'MANAGE' %>
|
<% } %>
%=include 'js_common'
%=include 'footer'