Changeset 10:5d6592e753c0
- Timestamp:
- 05/28/09 21:19:06 (16 years ago)
- Author:
- František Kučera <franta-hg@…>
- Branch:
- default
- Message:
-
HTML → JSP: Přechod k aplikaci.
- Location:
- java/sql-vyuka
- Files:
-
- 2 added
- 5 modified
- 14 copied
Legend:
- Unmodified
- Added
- Removed
-
r8
|
r10
|
|
1 | | build.xml.data.CRC32=567829be |
| 1 | build.xml.data.CRC32=781cf957 |
2 | 2 | build.xml.script.CRC32=0f264e43 |
3 | 3 | build.xml.stylesheet.CRC32=c0ebde35 |
4 | 4 | # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. |
5 | 5 | # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. |
6 | | nbproject/build-impl.xml.data.CRC32=567829be |
| 6 | nbproject/build-impl.xml.data.CRC32=781cf957 |
7 | 7 | nbproject/build-impl.xml.script.CRC32=b0e42421 |
8 | 8 | nbproject/build-impl.xml.stylesheet.CRC32=174458fc |
-
r8
|
r10
|
|
13 | 13 | debug.test.classpath=\ |
14 | 14 | ${run.test.classpath} |
15 | | display.browser=true |
| 15 | display.browser=false |
16 | 16 | dist.dir=dist |
17 | 17 | dist.ear.war=${dist.dir}/${war.ear.name} |
… |
… |
|
50 | 50 | jspcompilation.classpath=${jspc.classpath}:${javac.classpath} |
51 | 51 | lib.dir=${web.docbase.dir}/WEB-INF/lib |
52 | | no.dependencies=false |
53 | 52 | persistence.xml.dir=${conf.dir} |
54 | 53 | platform.active=default_platform |
-
r8
|
r10
|
|
9 | 9 | <web-module-additional-libraries/> |
10 | 10 | <source-roots> |
11 | | <root id="src.dir" name="Source Packages"/> |
| 11 | <root id="src.dir"/> |
12 | 12 | </source-roots> |
13 | 13 | <test-roots> |
14 | | <root id="test.src.dir" name="Test Packages"/> |
| 14 | <root id="test.src.dir"/> |
15 | 15 | </test-roots> |
16 | 16 | </data> |
-
r9
|
r10
|
|
9 | 9 | tlacitko.historie.tip=Vyp\u00ED\u0161e historii SQL p\u0159\u00EDkaz\u016F. |
10 | 10 | tlacitko.vykonat.tip=Vykon\u00E1 zadan\u00FD SQL p\u0159\u00EDkaz. |
| 11 | |
| 12 | vychozi.sql=SELECT * FROM tabulka; |
| 13 | vychozi.vysledek=V\u00EDtejte v programu SQL v\u00FDuka! |
| 14 | vychozi.napoveda=Tady bude n\u00E1pov\u011Bda |
-
r8
|
r10
|
|
1 | | <%-- |
2 | | Document : index |
3 | | Created on : 24.5.2009, 16:54:56 |
4 | | Author : fiki |
5 | | --%> |
| 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"> |
6 | 5 | |
7 | | <%@page contentType="text/html" pageEncoding="UTF-8"%> |
8 | | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
9 | | "http://www.w3.org/TR/html4/loose.dtd"> |
| 6 | <fmt:setBundle basename="cz.frantovo.sql.vyuka.preklady" scope="application"/> |
10 | 7 | |
11 | | <html> |
| 8 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs"> |
12 | 9 | <head> |
13 | | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
14 | | <title>JSP Page</title> |
| 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> |
15 | 15 | </head> |
16 | 16 | <body> |
17 | | <h1>Hello World!</h1> |
| 17 | |
| 18 | <jsp:include page="WEB-INF/casti/aplikace.jspx" flush="false"/> |
| 19 | |
18 | 20 | </body> |
19 | 21 | </html> |
-
r7
|
r10
|
|
75 | 75 | |
76 | 76 | #vstup button.zobrazitHistorii { |
77 | | background-image: url('grafika/historie.png'); |
| 77 | background-image: url('grafika/tlacitko-historie.png'); |
78 | 78 | background-color: transparent; |
79 | 79 | background-position: center; |