31 lines
1.7 KiB
HTML
31 lines
1.7 KiB
HTML
<header class="{$TpStyle.dom_prefix}-xyo-wrap">
|
|
<div class="{$TpStyle.dom_prefix}-xyo-row1">
|
|
<button type="button"
|
|
class="{$TpStyle.dom_prefix}-xyo-hamb"
|
|
onclick="document.body.classList.toggle('{$TpStyle.dom_prefix}-xyo-nav-open')">☰</button>
|
|
<a href="/" class="{$TpStyle.dom_prefix}-xyo-brand">{$DomainModel->d_name}</a>
|
|
<form class="{$TpStyle.dom_prefix}-xyo-search" action="{$strSearchListUrlTemp}">
|
|
<input type="text" name="keyword" placeholder="想看什么?试试搜索片名">
|
|
<button type="submit" class="{$TpStyle.dom_prefix}-xyo-icon">
|
|
<svg viewBox="0 0 16 16">
|
|
<circle cx="7" cy="7" r="5" stroke="currentColor" stroke-width="2" fill="none"></circle>
|
|
<line x1="11" y1="11" x2="15" y2="15" stroke="currentColor" stroke-width="2"></line>
|
|
</svg>
|
|
</button>
|
|
</form>
|
|
</div>
|
|
<nav class="{$TpStyle.dom_prefix}-xyo-row2">
|
|
<div class="{$TpStyle.dom_prefix}-xyo-pillBar">
|
|
{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> |