gpttemp
This commit is contained in:
22
code/app/home/view/videoGpt1/head/head_73.html
Normal file
22
code/app/home/view/videoGpt1/head/head_73.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user