mirror of
https://gitee.com/270580156/weiyu.git
synced 2025-12-30 10:52:26 +00:00
update starter/src: add 3 mod 5 files
This commit is contained in:
BIN
images/nin1.png
BIN
images/nin1.png
Binary file not shown.
|
Before Width: | Height: | Size: 436 KiB After Width: | Height: | Size: 380 KiB |
@@ -81,8 +81,8 @@
|
||||
<span th:text="${#dates.format(new java.util.Date(file.lastModified), 'yyyy-MM-dd HH:mm:ss')}"></span>
|
||||
</td>
|
||||
<td>
|
||||
<a th:href="@{'/excel/download/' + ${file.name}}" class="file-link">下载</a>
|
||||
<a th:href="@{'/excel/' + ${file.name}}" class="file-link" target="_blank" style="margin-left: 10px;">查看</a>
|
||||
<a th:href="@{'/downloads/excel/download/' + ${file.name}}" class="file-link">下载</a>
|
||||
<a th:href="@{'/downloads/excel/' + ${file.name}}" class="file-link" target="_blank" style="margin-left: 10px;">查看</a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@@ -85,8 +85,8 @@
|
||||
<span th:text="${#dates.format(new java.util.Date(file.lastModified), 'yyyy-MM-dd HH:mm:ss')}"></span>
|
||||
</td>
|
||||
<td>
|
||||
<a th:href="@{'/file/download/' + ${file.name}}" class="file-link">下载</a>
|
||||
<a th:href="@{'/file/' + ${file.name}}" class="file-link" target="_blank" style="margin-left: 10px;">查看</a>
|
||||
<a th:href="@{'/downloads/file/download/' + ${file.name}}" class="file-link">下载</a>
|
||||
<a th:href="@{'/downloads/file/' + ${file.name}}" class="file-link" target="_blank" style="margin-left: 10px;">查看</a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user