This commit is contained in:
make
2025-12-31 00:49:32 +08:00
parent ae57b68f99
commit eb8c097777
709 changed files with 39727 additions and 1041 deletions

View File

@@ -0,0 +1,15 @@
<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>