Page MenuHomeIn-Portal Phabricator

search.elm.tpl
No OneTemporary

File Metadata

Created
Sun, Mar 9, 7:26 PM

search.elm.tpl

<inp2:m_Capture to_var="header">
<inp2:m_phrase name="lu_title_SearchBox"/>
</inp2:m_Capture>
<form method="post" action="<inp2:m_Link template="platform/search/search_results" pass_category="1"/>">
<inp2:m_GetFormHiddens template="platform/search/search_results"/>
<table>
<tr>
<td colspan="2">
<input type="text" name="keywords" id="keywords" style="width: 155px;" class="input-text" value="" />
</td>
</tr>
<!--## Show only when not on home ##-->
<inp2:m_if check="m_GetEquals" var="m_cat_id" value="0" inverse="1">
<tr>
<td>
<input type="radio" name="search_scope" id="search_scope_any" value="any" checked />
</td>
<td>
<label for="search_scope_any"><inp2:m_Phrase name="lu_AllWebsite"/></label>
</td>
</tr>
<tr>
<td>
<input type="radio" name="search_scope" id="search_scope_category" value="category"/>
</td>
<td>
<label for="search_scope_category"><inp2:m_Phrase name="lu_ThisCategory"/></label>
</td>
</tr>
</inp2:m_if>
<!--## // Show only when not on home ##-->
</table>
<br />
<input class="button" type="submit" value="<inp2:m_Phrase label='lu_btn_FindIt' no_editing='1'/>!" />
<!--##
<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" alt="" width="1" height="10" border="0" /><br />
<table>
<tr>
<td width="10">
<input class="button" type="submit" style="width: 40px;" value="<inp2:m_Phrase label="lu_comm_Go" no_editing="1"/>!" />
</td>
<td align="left">
<a href="<inp2:m_Link template="platform/search/advanced_search" />" class="more-link"><inp2:m_Phrase label="lu_btn_AdvancedSearch"/></a> <img src="<inp2:m_TemplatesBase module="In-Portal"/>img/side_link_str.gif" width="6" height="5" alt="" /><br />
</td>
</tr>
</table>
##-->
</form>

Event Timeline