Projekt

Obecné

Profil

« Předchozí | Další » 

Revize f09d9a1f

Přidáno uživatelem Jan Čarnogurský před téměř 5 roky(ů)

re #8099 added page titles

Zobrazit rozdíly:

src/main/webapp/WEB-INF/templates/assembly.html
2 2
      xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
3 3
      layout:decorator="~{/layouts/layout}">
4 4

  
5
    <head>
6
        <title>Konfigurace</title>
7
    </head>
8

  
5 9
    <div layout:fragment="content">
6 10

  
7 11
        <div class="container">
src/main/webapp/WEB-INF/templates/assembly_manage.html
2 2
      xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
3 3
      layout:decorator="~{/layouts/layout}">
4 4

  
5
    <head>
6
      <title>Editace</title>
7
    </head>
8

  
5 9
    <div layout:fragment="content">
6 10

  
7 11
      <select class="hidden" id="allParametersHiddenSelect">
......
19 23
      </select>
20 24

  
21 25
      <div class="container">
22
        <h1 th:text="${title}"></h1>
26
        <h1>Editace sestavy - <span th:text="${title}"></span></h1>
23 27
        <a href="/" class="btn btn-success mb-2">Zpět</a>
24 28
      </div>
25 29

  
src/main/webapp/WEB-INF/templates/index.html
2 2
	  xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" xmlns:sec="http://www.w3.org/1999/xhtml"
3 3
	  layout:decorator="~{/layouts/layout}">
4 4

  
5
	<head>
6
		<title>Výběr sestavy</title>
7
	</head>
8

  
5 9
	<div layout:fragment="content">
6 10
		<meta id="_csrf" name="_csrf" th:content="${_csrf.token}"/>
7 11
		<meta id="_csrf_header" name="_csrf_header" th:content="${_csrf.headerName}"/>
src/main/webapp/WEB-INF/templates/layouts/layout.html
5 5
        <meta charset="utf-8">
6 6
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7 7
        <meta name="description" content="">
8
        <title>Export dat</title>
9 8

  
9
        <title layout:title-pattern="$DECORATOR_TITLE - $CONTENT_TITLE">Export dat</title>
10 10
        <link rel="canonical" href="https://getbootstrap.com/docs/4.4/examples/album/">
11 11

  
12 12
        <!-- Bootstrap core CSS -->
src/main/webapp/WEB-INF/templates/login.html
1 1
<html xmlns:th="http://www.thymeleaf.org"
2 2
	  xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
3 3
	  layout:decorator="~{/layouts/layout}">
4
	<head>
5
		<title>Login</title>
6
	</head>
4 7

  
5 8
	<div layout:fragment="content">
6 9

  

Také k dispozici: Unified diff