26 lines
1.4 KiB
HTML
26 lines
1.4 KiB
HTML
<header class="{$TpStyle.dom_prefix}-bvp-wrap">
|
|
<div class="{$TpStyle.dom_prefix}-bvp-top">
|
|
<a href="/" class="{$TpStyle.dom_prefix}-bvp-title">{$DomainModel->d_name}</a>
|
|
<button type="button"
|
|
class="{$TpStyle.dom_prefix}-bvp-menu"
|
|
onclick="document.body.classList.toggle('{$TpStyle.dom_prefix}-bvp-open')">☰</button>
|
|
</div>
|
|
<form class="{$TpStyle.dom_prefix}-bvp-search" action="{$strSearchListUrlTemp}">
|
|
<input type="text" name="keyword" placeholder="输入关键字,秒速联想好片">
|
|
<button type="submit" class="{$TpStyle.dom_prefix}-bvp-sbtn">找片</button>
|
|
</form>
|
|
<nav class="{$TpStyle.dom_prefix}-bvp-nav">
|
|
<div class="{$TpStyle.dom_prefix}-bvp-links">
|
|
{if $DomainModel->info_id > 0}
|
|
<a class="{if $strPageCode == 'info'}active{/if}" href="/">首页</a>
|
|
<a class="{if $strPageCode == 'home'}active{/if}" href="/vindex">影视首页</a>
|
|
{else}
|
|
<a class="{if $strPageCode == 'home'}active{/if}" href="/">首页</a>
|
|
{/if}
|
|
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
|
<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>
|
|
{/video:categorytype}
|
|
</div>
|
|
</nav>
|
|
</header> |