撤销提交
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
<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/index')}" method="get">
|
||||
<div class="search_all">
|
||||
<input type="hidden" name="id" value="{$Request.get.id}" />
|
||||
<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>
|
||||
@@ -34,7 +34,7 @@
|
||||
</a>
|
||||
{/volist}
|
||||
{/notempty}
|
||||
<a href="{:url('attachment/video')}"><div class="tabit">{:lang('attachment.video')}</div></a>
|
||||
<a href="{:url('attachment/video')}"><div class="tabit">{:lang_i18n('视频')}</div></a>
|
||||
</div>
|
||||
<!-- 切换的内容 -->
|
||||
<div class="softlist">
|
||||
@@ -46,9 +46,9 @@
|
||||
</div>
|
||||
<div>
|
||||
<p class="title">{$att.name}</p>
|
||||
<p class="sub_title">{:lang('attachment.support_model')}: </p>
|
||||
<p class="sub_title">{:lang_i18n('支持型号')}: </p>
|
||||
<p class="des">{$att.applicable_to}</p>
|
||||
<p class="sub_title">{:lang('attachment.support_platform')}: </p>
|
||||
<p class="sub_title">{:lang_i18n('支持系统')}: </p>
|
||||
<p class="des">{$att.support_platform}</p>
|
||||
<p>
|
||||
{notempty name="att.attach"}
|
||||
@@ -64,7 +64,7 @@
|
||||
{/volist}
|
||||
<div class="page-box">{$page|raw}</div>
|
||||
{else/}
|
||||
<div class="softit">{:lang('attachment.no_data')}</div>
|
||||
<div class="softit">{:lang_i18n('查询无结果!')}</div>
|
||||
{/notempty}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user