30 lines
1.4 KiB
HTML
30 lines
1.4 KiB
HTML
<header class="{$TpStyle.dom_prefix}-h90-sheet">
|
|
<div class="{$TpStyle.dom_prefix}-h90-bar">
|
|
<a href="/" class="{$TpStyle.dom_prefix}-h90-brand">{$DomainModel->d_name}</a>
|
|
<button type="button" class="{$TpStyle.dom_prefix}-h90-btn"
|
|
onclick="document.body.classList.toggle('{$TpStyle.dom_prefix}-h90-open')">分类</button>
|
|
</div>
|
|
<form class="{$TpStyle.dom_prefix}-h90-search" action="{$strSearchListUrlTemp}">
|
|
<input type="text" name="keyword" placeholder="搜题材 / 地区 / 年份">
|
|
</form>
|
|
|
|
<div class="{$TpStyle.dom_prefix}-h90-mask"
|
|
onclick="document.body.classList.remove('{$TpStyle.dom_prefix}-h90-open')"></div>
|
|
|
|
<section class="{$TpStyle.dom_prefix}-h90-panel">
|
|
|
|
<ul class="{$TpStyle.dom_prefix}-h90-cats">
|
|
{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}
|
|
{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> |