質問編集履歴

2

指摘

2019/12/07 03:42

投稿

takahiro00
takahiro00

スコア84

test CHANGED
File without changes
test CHANGED
@@ -11,6 +11,10 @@
11
11
  ご教授いただければと思います。
12
12
 
13
13
  ![イメージ説明](791d32e906a148853d00fe39665e375e.png)
14
+
15
+ 完成イメージは以下のような感じです。
16
+
17
+ ![イメージ説明](11d9cce6b55a00ce5095db4a933748cd.png)
14
18
 
15
19
 
16
20
 

1

HTMLを編集

2019/12/07 03:42

投稿

takahiro00
takahiro00

スコア84

test CHANGED
File without changes
test CHANGED
@@ -22,11 +22,9 @@
22
22
 
23
23
  <!DOCTYPE html>
24
24
 
25
- <html lang="ja" xmlns:th="http://www.thymeleaf.org"
25
+ <html lang="ja" xmlns:sec="http://www.thymeleaf.org/extras/spring-security4">
26
26
 
27
- xmlns:sec="http://www.thymeleaf.org/extras/spring-security4">
28
-
29
- <link href="/css/top.css" th:href="@{/css/top.css}" rel="stylesheet"></link>
27
+ <link href="/css/top.css" rel="stylesheet"></link>
30
28
 
31
29
  <head>
32
30
 
@@ -38,15 +36,15 @@
38
36
 
39
37
  <div id="contents">
40
38
 
41
- <a th:href="@{/history/__${userId}__/2019}" th:text="2019年"></a><br>
39
+ <a href="/history/4/2019">2019年</a><br>
42
40
 
43
- <a th:href="@{/history/__${userId}__/2020}" th:text="2020年"></a><br>
41
+ <a href="/history/4/2020">2020年</a><br>
44
42
 
45
- <table class="user_data_table">
43
+ <table class="user_data_table">
46
44
 
47
- <tr><th>A</th><th>B</th><th>C</th><th>D</th></tr>
45
+ <tr><th>A</th><th>B</th><th>C</th><th>D</th></tr>
48
46
 
49
- </table>
47
+ </table>
50
48
 
51
49
  </div>
52
50