PHP Classes

File: htdocs/themes/xswatch4/modules/system/blocks/system_block_search.tpl

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xswatch4/modules/system/blocks/system_block_search.tpl   Download  
File: htdocs/themes/xswatch4/modules/system/blocks/system_block_search.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 2 months ago
Size: 748 bytes
 

Contents

Class file image Download
<div class="text-center"> <form role="search" action="<{xoAppUrl 'search.php'}>" method="get"> <div class="input-group"> <input class="form-control" type="text" name="query" placeholder="<{$smarty.const.THEME_SEARCH_TEXT}>"> <input type="hidden" name="action" value="results"> <span class="input-group-btn"> <button class="btn btn-primary" type="submit"> <span class="fa-solid fa-magnifying-glass"></span> </button> </span> </div> </form> <p class="text-right"> <a href="<{xoAppUrl 'search.php'}>" title="<{$block.lang_advsearch}>"> <{$block.lang_advsearch}> </a> </p> </div>