1.1 --- a/java/nekurak.net-web/web/index.jsp Wed Jan 26 03:23:32 2011 +0100
1.2 +++ b/java/nekurak.net-web/web/index.jsp Wed Jul 20 18:55:25 2011 +0200
1.3 @@ -23,16 +23,10 @@
1.4 </c:when>
1.5 <c:when test="${param.akce == 'registrovatUzivatele'}">
1.6 <jsp:include page="/WEB-INF/casti/registrovatUzivatele.jsp" flush="false"/>
1.7 - </c:when>
1.8 - <c:when test="${param.akce == 'prihlaseni'}">
1.9 - <jsp:include page="/WEB-INF/casti/prihlaseni.jsp" flush="false"/>
1.10 - </c:when>
1.11 + </c:when>
1.12 <c:when test="${param.akce == 'odeslatKomentar'}">
1.13 <jsp:include page="/WEB-INF/casti/odeslatKomentar.jsp" flush="false"/>
1.14 - </c:when>
1.15 - <c:when test="${param.akce == 'chat'}">
1.16 - <jsp:include page="/WEB-INF/casti/chat.jsp" flush="false"/>
1.17 - </c:when>
1.18 + </c:when>
1.19 <c:otherwise>
1.20 <jsp:include page="/WEB-INF/casti/uvod.jsp" flush="false"/>
1.21 </c:otherwise>