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