author | František Kučera <franta-hg@frantovo.cz> |
Thu, 12 Feb 2009 10:44:12 +0100 | |
changeset 13 | 850caaac1c42 |
parent 12 | 2d8e8d9df773 |
child 20 | 90dc76051e56 |
permissions | -rw-r--r-- |
franta-hg@0 | 1 |
<%@page contentType="text/html" pageEncoding="UTF-8"%> |
franta-hg@4 | 2 |
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> |
franta-hg@12 | 3 |
<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
franta-hg@0 | 4 |
|
franta-hg@12 | 5 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs"> |
franta-hg@0 | 6 |
<head> |
franta-hg@12 | 7 |
<meta http-equiv="content-language" content="cs"/> |
franta-hg@12 | 8 |
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8"/> |
franta-hg@12 | 9 |
<link href="styl.css" type="text/css" rel="StyleSheet"/> |
franta-hg@7 | 10 |
<script type="text/javascript" src="tridenitabulky.js"></script> |
franta-hg@4 | 11 |
<title>Hříšníci spameři</title> |
franta-hg@0 | 12 |
</head> |
franta-hg@0 | 13 |
<body> |
franta-hg@4 | 14 |
<h1>Hříšníci spameři</h1> |
franta-hg@4 | 15 |
|
franta-hg@4 | 16 |
|
franta-hg@4 | 17 |
<c:choose> |
franta-hg@4 | 18 |
<c:when test="${param.s == 'ucitele'}"> |
franta-hg@4 | 19 |
<jsp:include page="souhrn.jspx"/> |
franta-hg@4 | 20 |
</c:when> |
franta-hg@4 | 21 |
<c:when test="${param.s == 'komise'}"> |
franta-hg@4 | 22 |
<jsp:include page="souhrn.jspx"/> |
franta-hg@4 | 23 |
</c:when> |
franta-hg@4 | 24 |
<c:otherwise> |
franta-hg@4 | 25 |
<jsp:include page="souhrn.jspx"/> |
franta-hg@4 | 26 |
</c:otherwise> |
franta-hg@4 | 27 |
</c:choose> |
franta-hg@9 | 28 |
|
franta-hg@13 | 29 |
<div id="licence">Program je vydán pod licencí: <a href="licence.txt">GNU Affero GPL</a>. A zdrojové kódy jsou ke stažení: <a href="HrisniciSpameri-src.zip">HrisniciSpameri-src.zip</a><a href="HrisniciSpameri-src.zip.SHA-512">.</a></div> |
franta-hg@9 | 30 |
|
franta-hg@0 | 31 |
</body> |
franta-hg@0 | 32 |
</html> |