Revize 8766d436
Přidáno uživatelem Jan Čarnogurský před téměř 5 roky(ů)
src/main/webapp/WEB-INF/templates/index.html | ||
---|---|---|
1 |
<html lang="en" xmlns:th="http://www.w3.org/1999/xhtml"><head> |
|
2 |
<meta charset="utf-8"> |
|
3 |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
|
4 |
<meta name="description" content=""> |
|
5 |
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors"> |
|
6 |
<meta name="generator" content="Jekyll v3.8.6"> |
|
7 |
<title>Album example · Bootstrap</title> |
|
8 |
|
|
9 |
<link rel="canonical" href="https://getbootstrap.com/docs/4.4/examples/album/"> |
|
10 |
|
|
11 |
<!-- Bootstrap core CSS --> |
|
12 |
<link href="css/bootstrap.min.css" rel="stylesheet"> |
|
13 |
<link href="css/fontawesome.min.css" rel="stylesheet"> |
|
14 |
<link href="css/style.css" rel="stylesheet"> |
|
15 |
|
|
16 |
<link href="//code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.css" rel="stylesheet"> |
|
17 |
|
|
18 |
<script type="text/javascript" src="js/jquery.js"></script> |
|
19 |
<script src="//code.jquery.com/jquery-1.11.1.js"></script> |
|
20 |
<script src="//code.jquery.com/ui/1.11.1/jquery-ui.js"></script> |
|
21 |
</head> |
|
22 |
<body> |
|
23 |
<meta id="_csrf" name="_csrf" th:content="${_csrf.token}"/> |
|
24 |
<meta id="_csrf_header" name="_csrf_header" th:content="${_csrf.headerName}"/> |
|
25 |
|
|
26 |
<div id="test"></div> |
|
27 |
<main role="main"> |
|
1 |
<html xmlns:th="http://www.thymeleaf.org" |
|
2 |
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" |
|
3 |
layout:decorator="~{/layouts/layout}"> |
|
28 | 4 |
|
5 |
<div layout:fragment="content"> |
|
6 |
<meta id="_csrf" name="_csrf" th:content="${_csrf.token}"/> |
|
7 |
<meta id="_csrf_header" name="_csrf_header" th:content="${_csrf.headerName}"/> |
|
29 | 8 |
<div class="container"> |
30 | 9 |
<h1> |
31 | 10 |
Výběr sestavy |
... | ... | |
90 | 69 |
</tbody> |
91 | 70 |
</table> |
92 | 71 |
</div> |
93 |
</main> |
|
94 |
|
|
95 |
<footer class="text-muted"> |
|
96 |
<div class="container"> |
|
97 |
|
|
98 |
</div> |
|
99 |
</footer> |
|
72 |
</div> |
|
100 | 73 |
|
101 |
<script type="text/javascript" src="js/app.js"></script>
|
|
102 |
</body>
|
|
103 |
</html>
|
|
74 |
<div layout:fragment="scripts">
|
|
75 |
<script type="text/javascript" src="js/indexScripts.js" th:inline="javascript"></script>
|
|
76 |
</div>
|
|
104 | 77 |
|
105 |
<script type="text/javascript" src="js/indexScripts.js" th:inline="javascript"></script> |
|
78 |
</html> |
Také k dispozici: Unified diff
re #7975 - added flash message style, create one layout for all templates, refactoring