java/sql-vyuka/web/index.jsp
author František Kučera <franta-hg@frantovo.cz>
Tue Jul 21 20:39:12 2009 +0200 (2009-07-21)
changeset 57 6c2933b1d391
parent 49 083966fa9d9d
child 79 aa8c8f51b0cc
permissions -rw-r--r--
Ikonka stránky pro prohlížeč.
     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         <link href="strom.css" type="text/css" rel="StyleSheet"/>
    14         <link rel="shortcut icon" href="grafika/navigace-model.png" type="image/x-icon" />
    15         <script type="text/javaScript" src="hlavni.js"></script>
    16         <script type="text/javaScript" src="vstupniPole.js"></script>
    17         <script type="text/javaScript" src="klavesoveZkratky.js"></script>
    18         <script type="text/javaScript" src="strom.js"></script>
    19         <title><fmt:message key="nazev"/></title>
    20     </head>
    21     <body>
    22 
    23         <jsp:include page="WEB-INF/casti/aplikace.jspx" flush="false"/>
    24 
    25     </body>
    26 </html>