36 lines
1.2 KiB
HTML
36 lines
1.2 KiB
HTML
<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>
|