root/java/sql-vyuka/web/index.jsp @ 23:6bbbd371e813

Revision 23:6bbbd371e813, 1.0 KB (checked in by František Kučera <franta-hg@…>, 15 years ago)

Licence Affero GPL.

RevLine 
[23]1<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
[10]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" %>
[8]5
[10]6<fmt:setBundle basename="cz.frantovo.sql.vyuka.preklady" scope="application"/>
[8]7
[10]8<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs">
[8]9    <head>
[10]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]14        <script type="text/javaScript" src="vstupniPole.js"></script>
15        <script type="text/javaScript" src="klavesoveZkratky.js"></script>
[10]16        <title><fmt:message key="nazev"/></title>
[8]17    </head>
18    <body>
[10]19
20        <jsp:include page="WEB-INF/casti/aplikace.jspx" flush="false"/>
21
[8]22    </body>
23</html>
Note: See TracBrowser for help on using the browser.