15 lines
582 B
HTML
15 lines
582 B
HTML
<section class="{$TpStyle.dom_prefix}-h77-island">
|
|
<div class="{$TpStyle.dom_prefix}-h77-core">
|
|
<a href="/" class="{$TpStyle.dom_prefix}-h77-brand">{$DomainModel->d_name}</a>
|
|
<form action="{$strSearchListUrlTemp}">
|
|
<input type="text" name="keyword" placeholder="你想看什么?">
|
|
</form>
|
|
</div>
|
|
<nav class="{$TpStyle.dom_prefix}-h77-cats">
|
|
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
|
<a href="{site:vciurl parent_category='$val.v_category_en' /}">
|
|
{$val.v_category}
|
|
</a>
|
|
{/video:categorytype}
|
|
</nav>
|
|
</section> |