list.html
関連タイピング
-
プレイ回数54英語長文187打
-
プレイ回数44英語長文294打
-
プレイ回数56英語長文105打
-
プレイ回数62英語長文815打
-
プレイ回数50英語長文496打
-
プレイ回数56英語長文398打
-
プレイ回数39英語長文184打
-
プレイ回数44英語113打
問題文
(<h2>ToDoitirann</h2>)
<h2>ToDoitirann</h2>
(<p th:if="${message}")
<p th:if="${message}"
(th:text="${message}" style="color: blue;">)
th:text="${message}" style="color: blue;">
(kannryoumesse-ji)
kannryoumesse-ji
(</p>)
</p>
(<p th:if="${errorMessage}")
<p th:if="${errorMessage}"
(th:text="${errorMessage}" style="color: red;">)
th:text="${errorMessage}" style="color: red;">
(era-messe-ji)
era-messe-ji
(</p>)
</p>
(<table border="1" width="300">)
<table border="1" width="300">
(<thead>)
<thead>
(<tr>)
<tr>
(<th>ID</th>)
<th>ID</th>
(<th>ToDo</th>)
<th>ToDo</th>
(<th>syousai</th>)
<th>syousai</th>
(</tr>)
</tr>
(</thead>)
</thead>
(<tbody>)
<tbody>
(<tr th:each="todo : ${todos}">)
<tr th:each="todo : ${todos}">
(<td th:text="${todo.id}"></td>)
<td th:text="${todo.id}"></td>
(<td th:text="${todo.todo}"></td>)
<td th:text="${todo.todo}"></td>
(<td>)
<td>
(<a th:href="@{/todos/{id}(id=${todo.id})}">syousai</a>)
<a th:href="@{/todos/{id}(id=${todo.id})}">syousai</a>
(</td>)
</td>
(</tr>)
</tr>
(</tbody>)
</tbody>
(</table>)
</table>
(<a th:href="@{/todos/form}">sinkitouroku</a>)
<a th:href="@{/todos/form}">sinkitouroku</a>