Files
2025-12-31 00:49:32 +08:00

13 lines
473 B
HTML

<header class="{$TpStyle.dom_prefix}-h17-wrap">
<div class="{$TpStyle.dom_prefix}-h17-row">
<div class="{$TpStyle.dom_prefix}-h17-logo">{$DomainModel->d_name}</div>
<form class="{$TpStyle.dom_prefix}-h17-search" action="{$strSearchListUrlTemp}">
<input type="text" name="keyword" placeholder="搜点什么?" />
<button type="submit" class="{$TpStyle.dom_prefix}-h17-btn">搜索</button>
</form>
</div>
</header>