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@10: 	  xmlns:c="http://java.sun.com/jsp/jstl/core"
franta-hg@30: 	  xmlns:fmt="http://java.sun.com/jsp/jstl/fmt"
franta-hg@10: 	  version="2.0">
franta-hg@3:     <jsp:directive.page contentType="application/xhtml+xml"/>
franta-hg@37:     <jsp:output doctype-system="http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg-flat.dtd"
franta-hg@3: 		doctype-root-element="html"
franta-hg@3: 		omit-xml-declaration="false"/>
franta-hg@3: 
franta-hg@37:     <!-- <lokalizace> -->
franta-hg@37:     <c:if test="${param.jazyk != null}">
franta-hg@37: 	<fmt:setLocale value="${param.jazyk}"/>
franta-hg@31:     </c:if>
franta-hg@30:     <fmt:setBundle basename="cz.frantovo.nekurak.preklady" scope="application"/>
franta-hg@37:     <!-- </lokalizace> -->
franta-hg@30: 
franta-hg@37:     <html xmlns="http://www.w3.org/1999/xhtml"
franta-hg@37: 	  xmlns:svg="http://www.w3.org/2000/svg"
franta-hg@37: 	  xmlns:xlink="http://www.w3.org/1999/xlink">
franta-hg@3: 	<head>
franta-hg@30: 	    <title><fmt:message key="nazev"/></title>
franta-hg@26: 	    <link href="styl.css" type="text/css" rel="StyleSheet"/>
franta-hg@3: 	</head>
franta-hg@3: 	<body>
franta-hg@37: 	    <div class="body">
franta-hg@8: 
franta-hg@37: 		<div id="horniPruh">
franta-hg@37: 		    <h1><fmt:message key="nazev"/></h1>
franta-hg@37: 		</div>
franta-hg@31: 
franta-hg@37: 		<div id="obsah">
franta-hg@10: 
franta-hg@37: 		    <c:choose>
franta-hg@37: 			<c:when test="${param.akce == 'detail'}">
franta-hg@10: 
franta-hg@37: 			</c:when>
franta-hg@37: 			<c:otherwise>
franta-hg@37: 			    <jsp:include page="WEB-INF/casti/uvod.jsp" flush="false"/>
franta-hg@37: 			</c:otherwise>
franta-hg@37: 		    </c:choose>
franta-hg@10: 
franta-hg@37: 		</div>
franta-hg@37: 
franta-hg@37: 		<div id="paticka">
franta-hg@37: 		    <p>
franta-hg@37: 			© 2010 nekurak.net. Licence: Affero GPL.
franta-hg@37: 			<a href="nekurak.net-src.zip">nekurak.net-src.zip</a>
franta-hg@37: 			<a href="nekurak.net-src.zip.SHA-512">.</a>
franta-hg@37: 		    </p>
franta-hg@37: 		</div>
franta-hg@37: 
franta-hg@37: 	    </div>
franta-hg@3: 	</body>
franta-hg@3:     </html>
franta-hg@3: 
franta-hg@3: </jsp:root>