31 lines
1.5 KiB
HTML
31 lines
1.5 KiB
HTML
<header class="{$TpStyle.dom_prefix}-h84-sheet">
|
|
<div class="{$TpStyle.dom_prefix}-h84-bar">
|
|
<a href="/" class="{$TpStyle.dom_prefix}-h84-brand">{$DomainModel->d_name}</a>
|
|
<button type="button" class="{$TpStyle.dom_prefix}-h84-btn"
|
|
onclick="document.body.classList.toggle('{$TpStyle.dom_prefix}-h84-open')">分类</button>
|
|
</div>
|
|
<form class="{$TpStyle.dom_prefix}-h84-search" action="{$strSearchListUrlTemp}">
|
|
<input type="text" name="keyword" placeholder="搜题材 / 地区 / 年份">
|
|
</form>
|
|
|
|
<div class="{$TpStyle.dom_prefix}-h84-mask"
|
|
onclick="document.body.classList.remove('{$TpStyle.dom_prefix}-h84-open')"></div>
|
|
|
|
<section class="{$TpStyle.dom_prefix}-h84-panel">
|
|
<ul class="{$TpStyle.dom_prefix}-h84-home">
|
|
{if $DomainModel->info_id > 0}
|
|
<li class="{if $strPageCode == 'info'}active{/if}"><a href="/">首页</a></li>
|
|
<li class="{if $strPageCode == 'home'}active{/if}"><a href="/vindex">影视首页</a></li>
|
|
{else}
|
|
<li class="{if $strPageCode == 'home'}active{/if}"><a href="/">首页</a></li>
|
|
{/if}
|
|
</ul>
|
|
<ul class="{$TpStyle.dom_prefix}-h84-cats">
|
|
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
|
<li class="{if $val.v_category_en==$Request.route.strParentCategory}active{/if}">
|
|
<a href="{site:vciurl parent_category='$val.v_category_en' /}">{$val.v_category}</a>
|
|
</li>
|
|
{/video:categorytype}
|
|
</ul>
|
|
</section>
|
|
</header> |