PHP Classes

File: htdocs/themes/xbootstrap/modules/publisher/blocks/publisher_search_block.tpl

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/themes/xbootstrap/modules/publisher/blocks/publisher_search_block.tpl   Download  
File: htdocs/themes/xbootstrap/modules/publisher/blocks/publisher_search_block.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: 7 years ago
Size: 1,187 bytes
 

Contents

Class file image Download
<style> .publisher-search-block select { width: 100% !important; } </style> <form class="publisher-search-block" name="search" action="<{$block.publisher_url}>/search.php" method="post"> <div class="input-group input-group-sm col-xs-12 col-sm-12 col-md-12 col-lg-12" style="margin-top:8px;"> <input type="text" class="form-control" placeholder="<{$smarty.const._SR_KEYWORDS}>" name="term" value="<{$block.search_term}>"> </div> <div style="margin-top:8px;"> <{$block.category_select}> </div> <div class="input-group input-group-sm col-xs-12 col-sm-12 col-md-12 col-lg-12" style="margin-top:8px;"> <input type="text" class="form-control" placeholder="<{$smarty.const._CO_PUBLISHER_UID}>" name="uname" value="<{$block.search_user}>"> </div> <{if $block.search_rule}> <div style="margin-top:8px;"> <strong><{$smarty.const._SR_SEARCHRULE}></strong>&nbsp; <{$block.search_rule}> </div> <{/if}> <button type="submit" class="btn btn-primary btn-sm" name="submit" value="<{$smarty.const._SEARCH}>" style="margin-top:8px;"> <{$smarty.const._SEARCH}> </button> </form>