gpttemp
This commit is contained in:
35
code/app/home/view/videoGpt1/head/head_28.html
Normal file
35
code/app/home/view/videoGpt1/head/head_28.html
Normal file
@@ -0,0 +1,35 @@
|
||||
<header class="{$TpStyle.dom_prefix}-h28-wrap">
|
||||
|
||||
<div class="{$TpStyle.dom_prefix}-h28-logoBlk">
|
||||
<span class="{$TpStyle.dom_prefix}-h28-logo">
|
||||
{$DomainModel->d_name}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<form class="{$TpStyle.dom_prefix}-h28-search" action="{$strSearchListUrlTemp}">
|
||||
<input type="text" name="keyword" placeholder="全站资源智能搜索…" />
|
||||
</form>
|
||||
|
||||
<div class="{$TpStyle.dom_prefix}-h28-catrow">
|
||||
{if $DomainModel->info_id > 0}
|
||||
<button>
|
||||
<a class="{if $strPageCode == 'info'}active{/if}" href="/">首页</a>
|
||||
</button>
|
||||
<button>
|
||||
<a class="{if $strPageCode == 'home'}active{/if}" href="/vindex">影视首页</a>
|
||||
</button>
|
||||
{else}
|
||||
<button>
|
||||
<a class="{if $strPageCode == 'home'}active{/if}" href="/">首页</a>
|
||||
</button>
|
||||
{/if}
|
||||
|
||||
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
||||
<button>
|
||||
<a class="{if $val.v_category_en == $Request.route.strParentCategory}active{/if}"
|
||||
href='{site:vciurl parent_category="$val.v_category_en" /}'>{$val.v_category}</a>
|
||||
</button>
|
||||
{/video:categorytype}
|
||||
</div>
|
||||
|
||||
</header>
|
||||
Reference in New Issue
Block a user