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

<%=l 'ERROR_OCCURED' %>

<%= $msg %>

<%=l 'BACK_TO_MAIN_MENU' %> <% if ($err eq 'ERROR_NAME_CONFLICT'){ %> <%=l 'JOIN_THIS_ROOM' %> <% } elsif ($err eq 'WRONG_PASSWORD'){ %> <%=l 'TRY_AGAIN' %> <% } %>
%= include 'footer'