42 lines
1.6 KiB
HTML
42 lines
1.6 KiB
HTML
<header class="{$TpStyle.dom_prefix}-h22-wrap">
|
|
|
|
<div class="{$TpStyle.dom_prefix}-h22-main">
|
|
<div class="{$TpStyle.dom_prefix}-h22-logo">
|
|
{$DomainModel->d_name}
|
|
</div>
|
|
|
|
<form class="{$TpStyle.dom_prefix}-h22-search" action="{$strSearchListUrlTemp}">
|
|
<input type="text" name="keyword" placeholder="想看什么?试试输入关键词…" />
|
|
<button type="submit" class="{$TpStyle.dom_prefix}-h22-iconBtn">
|
|
<svg viewBox="0 0 16 16" width="16" height="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>
|
|
|
|
<section class="{$TpStyle.dom_prefix}-h22-tabs">
|
|
{if $DomainModel->info_id > 0}
|
|
<span>
|
|
<a class="{if $strPageCode == 'info'}active{/if}" href="/">首页</a>
|
|
</span>
|
|
<span>
|
|
<a class="{if $strPageCode == 'home'}active{/if}" href="/vindex">影视首页</a>
|
|
</span>
|
|
{else}
|
|
<span>
|
|
<a class="{if $strPageCode == 'home'}active{/if}" href="/">首页</a>
|
|
</span>
|
|
{/if}
|
|
|
|
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
|
<span>
|
|
<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>
|
|
</span>
|
|
{/video:categorytype}
|
|
</section>
|
|
|
|
</header>
|