41 lines
1.9 KiB
HTML
41 lines
1.9 KiB
HTML
<header class="{$TpStyle.dom_prefix}-h64-shelf">
|
|
<div class="{$TpStyle.dom_prefix}-h64-top">
|
|
<div class="{$TpStyle.dom_prefix}-h64-l">
|
|
<a href="/" class="{$TpStyle.dom_prefix}-h64-brand">{$DomainModel->d_name}</a>
|
|
<span class="{$TpStyle.dom_prefix}-h64-dot">·</span>
|
|
<span class="{$TpStyle.dom_prefix}-h64-tip">轻量导航</span>
|
|
</div>
|
|
|
|
<div class="{$TpStyle.dom_prefix}-h64-r">
|
|
<button type="button"
|
|
class="{$TpStyle.dom_prefix}-h64-k"
|
|
onclick="document.body.classList.toggle('{$TpStyle.dom_prefix}-h64-open')">导航</button>
|
|
</div>
|
|
</div>
|
|
|
|
<form class="{$TpStyle.dom_prefix}-h64-search" action="{$strSearchListUrlTemp}">
|
|
<input type="text" name="keyword" placeholder="想看什么?直接搜">
|
|
<button type="submit" class="{$TpStyle.dom_prefix}-h64-btn">搜索</button>
|
|
</form>
|
|
|
|
<section class="{$TpStyle.dom_prefix}-h64-panel">
|
|
<div class="{$TpStyle.dom_prefix}-h64-home">
|
|
{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}
|
|
</div>
|
|
|
|
<nav class="{$TpStyle.dom_prefix}-h64-nav">
|
|
<div class="{$TpStyle.dom_prefix}-h64-tags">
|
|
{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>
|
|
</section>
|
|
</header>
|