[mod] logging
This commit is contained in:
parent
41d9e081b5
commit
55fef63678
6 changed files with 54 additions and 42 deletions
|
|
@ -16,8 +16,13 @@
|
|||
</li>
|
||||
</ul>
|
||||
<hr />
|
||||
<div th:text="${file1}">doc</div>
|
||||
<div th:text="${doc}">doc</div>
|
||||
<div th:text="${file1}">doc</div>
|
||||
|
||||
<div th:text="${doc.uri}">doc</div>
|
||||
<div th:text="${doc.languageId}">doc</div>
|
||||
<div th:text="${doc.version}">doc</div>
|
||||
<hr />
|
||||
<pre th:text="${doc.text}" style="height:16em;overflow:scroll;">doc</pre>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue