撤销提交

This commit is contained in:
杨丹华
2025-06-04 14:25:24 +08:00
parent ce795402f2
commit 455fdfca87
28 changed files with 329 additions and 566 deletions

View File

@@ -8,13 +8,13 @@
<div class="downloadMain">
<div class="topimg">
<img src="__IMAGES__/banner_01.png" />
<div class="banner_title">{:lang('attachment.software_drives')}</div>
<div class="banner_title">{:lang_i18n('软件和驱动程序')}</div>
</div>
<div class="contact_c">
<!-- 搜索 -->
<form action="{:url('attachment/video')}" method="get">
<div class="search_all">
<input type="text" name="keyword" placeholder="{:lang('attachment.search_placeholder')}" />
<input type="text" name="keyword" placeholder="{:lang_i18n('搜索型号')}" />
<button class="searchbtn" type="submit"><img src="__IMAGES__/search_blue.png" /></button>
</div>
</form>
@@ -29,7 +29,7 @@
</a>
{/volist}
{/notempty}
<div class="tabit on">{:lang('attachment.video')}</div>
<div class="tabit on">{:lang_i18n('视频')}</div>
</div>
<!-- VIDEO 切换 -->
<div class="vidotabs">
@@ -69,7 +69,7 @@
{/volist}
<div class="page-box">{$page|raw}</div>
{else/}
<ul><dl class="video-empty">{:lang('attachment.no_video')}</dl></ul>
<ul><dl class="video-empty">{:lang_i18n('查询无此视频!')}</dl></ul>
{/notempty}
</div>
</div>