franta-hg@3: <?xml version="1.0" encoding="UTF-8"?>
franta-hg@10: <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
franta-hg@145: 		  xmlns:c="http://java.sun.com/jsp/jstl/core"
franta-hg@145: 		  xmlns:fmt="http://java.sun.com/jsp/jstl/fmt"
franta-hg@145: 		  xmlns:nk="urn:jsptagdir:/WEB-INF/tags/nekurak"
franta-hg@145: 		  version="2.0">
franta-hg@145: 	<jsp:directive.page contentType="application/xhtml+xml"/>
franta-hg@74: 
franta-hg@179: 	<!--
franta-hg@179: 			TODO: index.jsp po přechodu na servlety přijde vyhodit.
franta-hg@179: 	-->
franta-hg@179: 
franta-hg@145: 	<!-- <lokalizace> -->
franta-hg@145: 	<c:if test="${param.jazyk != null}">
franta-hg@145: 		<fmt:setLocale value="${param.jazyk}" scope="session"/>
franta-hg@145: 	</c:if>
franta-hg@145: 	<!-- </lokalizace> -->
franta-hg@30: 
franta-hg@145: 	<!-- <výběrStránky> -->
franta-hg@145: 	<c:choose>
franta-hg@145: 		<c:when test="${param.akce == 'pridatPodnik'}">
franta-hg@145: 			<jsp:include page="/WEB-INF/casti/pridatPodnik.jsp" flush="false"/>
franta-hg@145: 		</c:when>
franta-hg@145: 		<c:when test="${param.akce == 'registrovatUzivatele'}">
franta-hg@145: 			<jsp:include page="/WEB-INF/casti/registrovatUzivatele.jsp" flush="false"/>
franta-hg@145: 		</c:when>
franta-hg@145: 		<c:when test="${param.akce == 'prihlaseni'}">
franta-hg@145: 			<jsp:include page="/WEB-INF/casti/prihlaseni.jsp" flush="false"/>
franta-hg@145: 		</c:when>
franta-hg@145: 		<c:when test="${param.akce == 'odeslatKomentar'}">
franta-hg@145: 			<jsp:include page="/WEB-INF/casti/odeslatKomentar.jsp" flush="false"/>
franta-hg@145: 		</c:when>
franta-hg@149: 		<c:when test="${param.akce == 'chat'}">
franta-hg@149: 			<jsp:include page="/WEB-INF/casti/chat.jsp" flush="false"/>
franta-hg@149: 		</c:when>
franta-hg@145: 		<c:otherwise>
franta-hg@145: 			<jsp:include page="/WEB-INF/casti/uvod.jsp" flush="false"/>
franta-hg@145: 		</c:otherwise>
franta-hg@145: 	</c:choose>
franta-hg@145: 	<!-- </výběrStránky> -->
franta-hg@3: 
franta-hg@3: </jsp:root>