7 lines
366 B
HTML
7 lines
366 B
HTML
<section class="{$TpStyle.dom_prefix}-h66-searchcore">
|
|
<h1 class="{$TpStyle.dom_prefix}-h66-title">{$DomainModel->d_name}</h1>
|
|
<form action="{$strSearchListUrlTemp}" class="{$TpStyle.dom_prefix}-h66-search">
|
|
<input type="text" name="keyword" placeholder="直接搜索你想看的">
|
|
<button type="submit">搜索</button>
|
|
</form>
|
|
</section> |