24 lines
No EOL
694 B
HTML
24 lines
No EOL
694 B
HTML
<!DOCTYPE HTML5>
|
|
<html lang="en" xmlns:th="http://www.thymeleaf.org" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
|
|
layout:decorate="~{layout.htm}">
|
|
|
|
<head>
|
|
<title th:text="${wsid}">socket</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div layout:fragment="content" class='ProfileIndex'>
|
|
<h2><span th:text="${wsid}">#</span> @ <span th:text="${connectTime}">#</span></h2>
|
|
<ul>
|
|
<li th:each="file: ${files}">
|
|
<a th:href="@{~/app/socket/{soc}}" href="#socket"><small th:text="${soc}">socket</small></a>
|
|
<span th:text="${file}">soc</span>
|
|
</li>
|
|
</ul>
|
|
<hr />
|
|
<div th:text="${file1}">doc</div>
|
|
<div th:text="${doc}">doc</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |