Licence Affero GPL.
1 <!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <%@page contentType="text/html" pageEncoding="UTF-8"%>
3 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
4 <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
6 <fmt:setBundle basename="cz.frantovo.sql.vyuka.preklady" scope="application"/>
8 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs">
10 <meta http-equiv="content-language" content="cs"/>
11 <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
12 <link href="styl.css" type="text/css" rel="StyleSheet"/>
13 <script type="text/javaScript" src="hlavni.js"></script>
14 <script type="text/javaScript" src="vstupniPole.js"></script>
15 <script type="text/javaScript" src="klavesoveZkratky.js"></script>
16 <title><fmt:message key="nazev"/></title>
20 <jsp:include page="WEB-INF/casti/aplikace.jspx" flush="false"/>