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,8 @@
<header class="{$TpStyle.dom_prefix}-head1">
<div class="{$TpStyle.dom_prefix}-head1-inner">
<a href="/" class="{$TpStyle.dom_prefix}-head1-logo">Movie</a>
<form class="{$TpStyle.dom_prefix}-head1-search" action="/search.html">
<input type="text" name="wd" placeholder="搜索影片…">
</form>
</div>
</header>

View File

@@ -0,0 +1,8 @@
<header class="{$TpStyle.dom_prefix}-head2">
<div class="{$TpStyle.dom_prefix}-head2-inner">
<a href="/" class="{$TpStyle.dom_prefix}-head2-logo">VideoBox</a>
<form class="{$TpStyle.dom_prefix}-head2-search" action="/search.html">
<input type="text" name="wd" placeholder="搜索影片…">
</form>
</div>
</header>

View File

@@ -0,0 +1,8 @@
<header class="{$TpStyle.dom_prefix}-head3">
<div class="{$TpStyle.dom_prefix}-head3-inner">
<a href="/" class="{$TpStyle.dom_prefix}-head3-logo">FilmHub</a>
<form class="{$TpStyle.dom_prefix}-head3-search" action="/search.html">
<input type="text" name="wd" placeholder="搜索影片…">
</form>
</div>
</header>

View File

@@ -0,0 +1,8 @@
<header class="{$TpStyle.dom_prefix}-head4">
<div class="{$TpStyle.dom_prefix}-head4-inner">
<a href="/" class="{$TpStyle.dom_prefix}-head4-logo">PlayNow</a>
<form class="{$TpStyle.dom_prefix}-head4-search" action="/search.html">
<input type="text" name="wd" placeholder="搜索影片…">
</form>
</div>
</header>

View File

@@ -0,0 +1,8 @@
<header class="{$TpStyle.dom_prefix}-head5">
<div class="{$TpStyle.dom_prefix}-head5-inner">
<a href="/" class="{$TpStyle.dom_prefix}-head5-logo">LiteCinema</a>
<form class="{$TpStyle.dom_prefix}-head5-search" action="/search.html">
<input type="text" name="wd" placeholder="搜索影片…">
</form>
</div>
</header>