33 lines
1.3 KiB
HTML
33 lines
1.3 KiB
HTML
<header class="{$TpStyle.dom_prefix}-h26-wrap">
|
|
|
|
<div class="{$TpStyle.dom_prefix}-h26-center">
|
|
<div class="{$TpStyle.dom_prefix}-h26-logo">
|
|
{$DomainModel->d_name}
|
|
</div>
|
|
<p class="{$TpStyle.dom_prefix}-h26-desc">
|
|
全网影视一站式聚合
|
|
</p>
|
|
</div>
|
|
|
|
<form class="{$TpStyle.dom_prefix}-h26-search" action="{$strSearchListUrlTemp}">
|
|
<input type="text" name="keyword" placeholder="输入想看的影片,一键直达…" />
|
|
</form>
|
|
|
|
<div class="{$TpStyle.dom_prefix}-h26-tags">
|
|
{if $DomainModel->info_id > 0}
|
|
<small><a class="{if $strPageCode == 'info'}active{/if}" href="/">首页</a></small>
|
|
<small><a class="{if $strPageCode == 'home'}active{/if}" href="/vindex">影视首页</a></small>
|
|
{else}
|
|
<small><a class="{if $strPageCode == 'home'}active{/if}" href="/">首页</a></small>
|
|
{/if}
|
|
|
|
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
|
<small>
|
|
<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>
|
|
</small>
|
|
{/video:categorytype}
|
|
</div>
|
|
|
|
</header>
|