22 lines
832 B
HTML
22 lines
832 B
HTML
<header class="{$TpStyle.dom_prefix}-h78-vertical">
|
|
<div class="{$TpStyle.dom_prefix}-h78-head">
|
|
<a href="/" class="{$TpStyle.dom_prefix}-h78-brand">{$DomainModel->d_name}</a>
|
|
<button type="button"
|
|
onclick="document.body.classList.toggle('{$TpStyle.dom_prefix}-h78-open')">
|
|
展开
|
|
</button>
|
|
</div>
|
|
|
|
<nav class="{$TpStyle.dom_prefix}-h78-cats">
|
|
{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}-h78-search" action="{$strSearchListUrlTemp}">
|
|
<input type="text" name="keyword" placeholder="搜索内容">
|
|
</form>
|
|
</header> |