java/sql-vyuka/web/index.jsp
author František Kučera <franta-hg@frantovo.cz>
Thu May 28 21:19:06 2009 +0200 (2009-05-28)
changeset 10 5d6592e753c0
parent 8 4795d9bf6827
child 14 d08769933940
permissions -rw-r--r--
HTML → JSP: Přechod k aplikaci.
franta-hg@10
     1
<%@page contentType="text/html" pageEncoding="UTF-8"%>
franta-hg@10
     2
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
franta-hg@10
     3
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
franta-hg@10
     4
<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
franta-hg@8
     5
franta-hg@10
     6
<fmt:setBundle basename="cz.frantovo.sql.vyuka.preklady" scope="application"/>
franta-hg@8
     7
franta-hg@10
     8
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs">
franta-hg@8
     9
    <head>
franta-hg@10
    10
        <meta http-equiv="content-language" content="cs"/>
franta-hg@10
    11
        <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
franta-hg@10
    12
        <link href="styl.css" type="text/css" rel="StyleSheet"/>
franta-hg@10
    13
        <script type="text/javaScript" src="hlavni.js"></script>
franta-hg@10
    14
        <title><fmt:message key="nazev"/></title>
franta-hg@8
    15
    </head>
franta-hg@8
    16
    <body>
franta-hg@10
    17
franta-hg@10
    18
        <jsp:include page="WEB-INF/casti/aplikace.jspx" flush="false"/>
franta-hg@10
    19
franta-hg@8
    20
    </body>
franta-hg@8
    21
</html>