Page MenuHomeIn-Portal Phabricator

right_searchbox.tpl
No OneTemporary

File Metadata

Created
Tue, Sep 2, 9:18 AM

right_searchbox.tpl

<!-- simple search box //-->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="login-box-top"><inp:m_language _Phrase="lu_search" /></td>
</tr>
<tr>
<td class="bgr-login">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<FORM method="POST" NAME="search" ACTION="<inp:m_form_action _form="m_simplesearch" _Template="search_results" _ErrorTemplate="search_results/error.tpl" />">
<tr>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><inp:m_form_input type="text" class="input" style="width:135px;" _field="keywords" _Form="m_simplesearch" _Required="1" _ForgetValue="1" /><br /></td>
</tr>
<tr>
<td class="option-txt">
<INPUT type="submit" name="search" value="<inp:m_language _Phrase="lu_button_search" />" class="button">
<a href="<inp:m_template_link _Template="advanced_search" />"><inp:m_language _Phrase="lu_advanced_search_link" /></a>
<img src="img/arr_more.gif" width="16" height="7" alt="" />
</td>
</tr>
</table>
</td>
<td valign="top"><img src="img/magnifier.gif" width="42" height="38" alt="" /><br /></td>
</tr>
</FORM>
</table>
</td>
</tr>
<tr>
<td><img src="img/s.gif" width="218" height="1" alt="" /><br /></td>
</tr>
</table>
<!-- simple search box \\-->

Event Timeline