% title $self->l('OOOPS'); %= include 'header' %= include 'public_toolbar'

<%=l 'ERROR_OCCURRED' %>

<%= $msg %>

<% if ($err eq 'ERROR_NAME_CONFLICT'){ %> <%=l 'JOIN_THIS_ROOM' %> <% } elsif ($err eq 'WRONG_PASSWORD'){ %> <%=l 'TRY_AGAIN' %> <% } elsif ($err eq 'ERROR_ROOM_s_LOCKED' && stash 'ownerPass'){ %> <%=l 'AUTH_IF_OWNER' %> <% } elsif ($err eq 'ERROR_ROOM_s_DOESNT_EXIST'){ %> <% } %>
<% if ($err eq 'ERROR_ROOM_s_DOESNT_EXIST'){ %>
<% } %>
%= include 'js_common' %= include 'footer'