Revize 9644b73e
Přidáno uživatelem stepanekp před téměř 3 roky(ů)
src/main/webapp/WEB-INF/templates/about.html | ||
---|---|---|
1 | 1 |
<!DOCTYPE HTML> |
2 | 2 |
<html xmlns:th="http://www.thymeleaf.org"> |
3 | 3 |
<head> |
4 |
<title>Anti Pattern Detector - About</title>
|
|
4 |
<title>SPAWn – SPADe Web Interface</title>
|
|
5 | 5 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
6 | 6 |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
7 | 7 |
<link rel="stylesheet" th:href="@{/resources/css/style.css}"> |
src/main/webapp/WEB-INF/templates/anti-pattern.html | ||
---|---|---|
2 | 2 |
<html xmlns:th="http://www.thymeleaf.org"> |
3 | 3 |
<head> |
4 | 4 |
<meta charset="UTF-8"> |
5 |
<title>Anti Pattern Detector - Anti Pattern details</title>
|
|
5 |
<title>SPAWn – SPADe Web Interface</title>
|
|
6 | 6 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
7 | 7 |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
8 | 8 |
<link rel="stylesheet" th:href="@{/resources/css/style.css}"> |
src/main/webapp/WEB-INF/templates/configuration.html | ||
---|---|---|
1 | 1 |
<!DOCTYPE HTML> |
2 | 2 |
<html xmlns:th="http://www.thymeleaf.org"> |
3 | 3 |
<head> |
4 |
<title>Anti Pattern Detector - Configuration</title>
|
|
4 |
<title>SPAWn – SPADe Web Interface</title>
|
|
5 | 5 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
6 | 6 |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
7 | 7 |
<link rel="stylesheet" th:href="@{/resources/css/style.css}"> |
src/main/webapp/WEB-INF/templates/index.html | ||
---|---|---|
1 | 1 |
<!DOCTYPE HTML> |
2 | 2 |
<html xmlns:th="http://www.thymeleaf.org"> |
3 | 3 |
<head> |
4 |
<title>Anti Pattern Detector</title>
|
|
4 |
<title>SPAWn – SPADe Web Interface</title>
|
|
5 | 5 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
6 | 6 |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
7 | 7 |
<link rel="stylesheet" th:href="@{/resources/css/style.css}"> |
... | ... | |
33 | 33 |
<!-- Table for selecting projects --> |
34 | 34 |
<table th:if="${not #lists.isEmpty(query.projects)}" class="table"> |
35 | 35 |
<thead> |
36 |
<tr> |
|
37 |
<th scope="col">Project Name</th> |
|
38 |
<th scope="col">Detect?</th> |
|
39 |
</tr> |
|
36 |
|
|
40 | 37 |
</thead> |
41 | 38 |
<tbody> |
42 | 39 |
<tr th:each="project : ${query.projects}"> |
... | ... | |
65 | 62 |
<!-- Table for selecting anti patterns --> |
66 | 63 |
<table th:if="${not #lists.isEmpty(query.antiPatterns)}" class="table"> |
67 | 64 |
<thead> |
68 |
<tr> |
|
69 |
<th scope="col">Anti-pattern</th> |
|
70 |
<th scope="col">Detect?</th> |
|
71 |
</tr> |
|
65 |
|
|
72 | 66 |
</thead> |
73 | 67 |
<tbody> |
74 | 68 |
<tr th:each="antiPattern : ${query.antiPatterns}"> |
src/main/webapp/WEB-INF/templates/login.html | ||
---|---|---|
1 | 1 |
<!DOCTYPE HTML> |
2 | 2 |
<html xmlns:th="http://www.thymeleaf.org"> |
3 | 3 |
<head> |
4 |
<title>Anti Pattern Detector - About</title>
|
|
4 |
<title>SPAWn – SPADe Web Interface</title>
|
|
5 | 5 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
6 | 6 |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
7 | 7 |
<link rel="stylesheet" th:href="@{/resources/css/style.css}"> |
src/main/webapp/WEB-INF/templates/project.html | ||
---|---|---|
2 | 2 |
<html xmlns:th="http://www.thymeleaf.org"> |
3 | 3 |
<head> |
4 | 4 |
<meta charset="UTF-8"> |
5 |
<title>Anti Pattern Detector - Project details</title>
|
|
5 |
<title>SPAWn – SPADe Web Interface</title>
|
|
6 | 6 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
7 | 7 |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
8 | 8 |
<link rel="stylesheet" th:href="@{/resources/css/style.css}"> |
src/main/webapp/WEB-INF/templates/result.html | ||
---|---|---|
1 | 1 |
<!DOCTYPE HTML> |
2 | 2 |
<html xmlns:th="http://www.thymeleaf.org"> |
3 | 3 |
<head> |
4 |
<title>Anti Pattern Detector - Results</title>
|
|
4 |
<title>SPAWn – SPADe Web Interface</title>
|
|
5 | 5 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
6 | 6 |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
7 | 7 |
<link rel="stylesheet" th:href="@{/resources/css/style.css}"> |
Také k dispozici: Unified diff
Title change