java/sql-vyuka/web/index.jsp
author František Kučera <franta-hg@frantovo.cz>
Sat, 30 May 2009 22:54:44 +0200
changeset 23 6bbbd371e813
parent 14 d08769933940
child 49 083966fa9d9d
permissions -rw-r--r--
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" %>
     5 
     6 <fmt:setBundle basename="cz.frantovo.sql.vyuka.preklady" scope="application"/>
     7 
     8 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs">
     9     <head>
    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>
    17     </head>
    18     <body>
    19 
    20         <jsp:include page="WEB-INF/casti/aplikace.jspx" flush="false"/>
    21 
    22     </body>
    23 </html>