Merge branch 'dev' of https://gitea.f2b211.com/jsasg/orico-official-website into dev
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
<h3>{$ar.title}</h3>
|
||||
<p>{$ar.desc|raw}</p>
|
||||
</a>
|
||||
<span class="blue">{$ar.release_time|default=''|date='Y-m-d'}</span>
|
||||
<span class="blue">{$ar.release_time|date_format_i18n}</span>
|
||||
</li>
|
||||
{/volist}
|
||||
</ul>
|
||||
|
||||
@@ -19,19 +19,19 @@
|
||||
<div class="theit">
|
||||
<div class="bditem">
|
||||
<label class="itlable">{:lang_i18n('公司名称')}<span class="redtag">*</span></label>
|
||||
<input type="text" class="form-control itinp companyName" placeholder="{:lang_i18n('请输入公司名称')}" />
|
||||
<input type="text" name="corp_name" class="form-control itinp companyName" placeholder="{:lang_i18n('请输入公司名称')}" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="theit">
|
||||
<div class="bditem">
|
||||
<label class="itlable">{:lang_i18n('电子邮件')}<span class="redtag">*</span></label>
|
||||
<input type="text" class="form-control itinp email" placeholder="{:lang_i18n('请输入邮箱')}" />
|
||||
<input type="text" name="email" class="form-control itinp email" placeholder="{:lang_i18n('请输入邮箱')}" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="theit">
|
||||
<div class="bditem bditem1">
|
||||
<label class="itlable">{:lang_i18n('电话号码')}<span class="redtag">*</span></label>
|
||||
<input type="text" class="form-control itinp mphone" placeholder="{:lang_i18n('请输入电话号码')}" />
|
||||
<input type="text" name="phone" class="form-control itinp mphone" placeholder="{:lang_i18n('请输入电话号码')}" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="theit">
|
||||
@@ -47,7 +47,7 @@
|
||||
<div class="theit">
|
||||
<div class="bditem">
|
||||
<label class="itlable">{:lang_i18n('在线商店网址')}</label>
|
||||
<input type="text" class="form-control itinp url" placeholder="{:lang_i18n('请输入网址')}" />
|
||||
<input type="text" name="website_url" class="form-control itinp url" placeholder="{:lang_i18n('请输入网址')}" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="theit">
|
||||
@@ -63,13 +63,13 @@
|
||||
<div class="theit">
|
||||
<div class="bditem bditem1">
|
||||
<label class="itlable">{:lang_i18n('公司地址')}<span class="redtag">*</span></label>
|
||||
<input type="text" class="form-control itinp address" placeholder="{:lang_i18n('请输入地址')}">
|
||||
<input type="text" name="address" class="form-control itinp address" placeholder="{:lang_i18n('请输入地址')}">
|
||||
</div>
|
||||
</div>
|
||||
<div class="theit">
|
||||
<div class="bditem bditem1">
|
||||
<label class="itlable">{:lang_i18n('留言')}<span class="redtag">*</span></label>
|
||||
<textarea class="ittextarea message" placeholder="{:lang_i18n('请输入留言')}"></textarea>
|
||||
<textarea name="message" class="ittextarea message" placeholder="{:lang_i18n('请输入留言')}"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
{notempty name="products"}
|
||||
<div class="prlist">
|
||||
{volist name="products" id="pro"}
|
||||
<a class="pritem">
|
||||
<a class="pritem" href="{:url('product/detail',['id'=>$pro.id])}">
|
||||
<img src="{$pro.cover_image}" class="primg"/>
|
||||
<div class="prinfo">
|
||||
<span class="t1">{$pro.name|raw}</span>
|
||||
|
||||
Reference in New Issue
Block a user