gpttemp
This commit is contained in:
25
code/app/home/view/videoGpt1/head/head_65.html
Normal file
25
code/app/home/view/videoGpt1/head/head_65.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<header class="{$TpStyle.dom_prefix}-h65-minibar">
|
||||
<a href="/" class="{$TpStyle.dom_prefix}-h65-brand">
|
||||
{$DomainModel->d_name}
|
||||
</a>
|
||||
|
||||
<button class="{$TpStyle.dom_prefix}-h65-menu-btn" aria-label="Menu">
|
||||
☰
|
||||
</button>
|
||||
|
||||
<div class="{$TpStyle.dom_prefix}-h65-panel">
|
||||
<nav class="{$TpStyle.dom_prefix}-h65-nav">
|
||||
<a class=""
|
||||
href="{$strRankUrlTemp}">排行榜</a>
|
||||
{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}-h65-search" action="/search">
|
||||
<input type="text" name="wd" placeholder="搜索影片 / 演员" />
|
||||
<button type="submit">搜索</button>
|
||||
</form>
|
||||
</div>
|
||||
</header>
|
||||
Reference in New Issue
Block a user