root/java/sql-vyuka/web/index.jsp @ 10:5d6592e753c0

Revision 10:5d6592e753c0, 0.8 KB (checked in by František Kučera <franta-hg@…>, 15 years ago)

HTML → JSP: Přechod k aplikaci.

RevLine 
[10]1<%@page contentType="text/html" pageEncoding="UTF-8"%>
2<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
3<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
4<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
[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        <title><fmt:message key="nazev"/></title>
[8]15    </head>
16    <body>
[10]17
18        <jsp:include page="WEB-INF/casti/aplikace.jspx" flush="false"/>
19
[8]20    </body>
21</html>
Note: See TracBrowser for help on using the browser.