franta-hg@41: <?xml version="1.0" encoding="UTF-8"?>
franta-hg@41: <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
franta-hg@41: 	  xmlns:c="http://java.sun.com/jsp/jstl/core"
franta-hg@41: 	  xmlns:fmt="http://java.sun.com/jsp/jstl/fmt"
franta-hg@41: 	  version="2.0">
franta-hg@41:     <jsp:directive.page contentType="application/xhtml+xml"/>
franta-hg@41:     <jsp:output doctype-system="http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg-flat.dtd"
franta-hg@41: 		doctype-root-element="html"
franta-hg@41: 		omit-xml-declaration="false"/>
franta-hg@41: 
franta-hg@41:     <!-- <lokalizace> -->
franta-hg@41:     <c:if test="${param.jazyk != null}">
franta-hg@41: 	<fmt:setLocale value="${param.jazyk}"/>
franta-hg@41:     </c:if>
franta-hg@41:     <fmt:setBundle basename="cz.frantovo.nekurak.preklady" scope="application"/>
franta-hg@41:     <!-- </lokalizace> -->
franta-hg@41: 
franta-hg@41:     <html xmlns="http://www.w3.org/1999/xhtml"
franta-hg@41: 	  xmlns:svg="http://www.w3.org/2000/svg"
franta-hg@41: 	  xmlns:xlink="http://www.w3.org/1999/xlink">
franta-hg@41: 	<head>
franta-hg@41: 	    <title><fmt:message key="nazev"/></title>
franta-hg@41: 	    <link href="styl.css" type="text/css" rel="StyleSheet"/>
franta-hg@41: 	</head>
franta-hg@41: 	<body>
franta-hg@41: 	    <h1>Správa</h1>
franta-hg@41: 	    <p>Nějaká chráněná část aplikace, kam se nepřihlášený uživatel nedostane.</p>
franta-hg@41: 	</body>
franta-hg@41:     </html>
franta-hg@41: 
franta-hg@41: </jsp:root>