[add] server
This commit is contained in:
parent
1a6be470ee
commit
41d9e081b5
19 changed files with 88 additions and 693 deletions
24
webapp/lsp-manager/views/socket.htm
Normal file
24
webapp/lsp-manager/views/socket.htm
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<!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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue