PHP Classes

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

Recommend this page to a friend!
  Packages 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: Merge branch 'master' into feature/fix_font_awesome_icons
Merge pull request #1388 from mambax7/feature/array_merge_resources_greedy_construction

Update htdocs/themes/xbootstrap/modules/publisher/blocks/publisher_search_block.tpl

Co-authored-by: ZySpec Development <zyspec@users.noreply.github.com>
add PHP8 defaults in templates
Merge xswatch4
Date: 2 months ago
Size: 1,268 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;"> <{if !empty($block.category_select)}> <{$block.category_select|default:''}> <{/if}> </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 !empty($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>