22 lines
908 B
HTML
22 lines
908 B
HTML
<header class="{$TpStyle.dom_prefix}-h73-block">
|
|
<div class="{$TpStyle.dom_prefix}-h73-left">
|
|
<a href="/" class="{$TpStyle.dom_prefix}-h73-brand">{$DomainModel->d_name}</a>
|
|
<button type="button"
|
|
onclick="document.body.classList.toggle('{$TpStyle.dom_prefix}-h73-open')">
|
|
搜索
|
|
</button>
|
|
</div>
|
|
<div class="{$TpStyle.dom_prefix}-h73-right">
|
|
<nav class="{$TpStyle.dom_prefix}-h73-nav">
|
|
{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}
|
|
</nav>
|
|
<form class="{$TpStyle.dom_prefix}-h73-search" action="{$strSearchListUrlTemp}">
|
|
<input type="text" name="keyword" placeholder="关键词搜索">
|
|
</form>
|
|
</div>
|
|
</header> |