芝麻web文件管理V1.00
编辑当前文件:/home/provyohx/public_html/modules__c0c73d1/mod_search/tmpl/default.php
* @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; // Including fallback code for the placeholder attribute in the search field. JHtml::_('jquery.framework'); JHtml::_('script', 'system/html5fallback.js', array('version' => 'auto', 'relative' => true, 'conditional' => 'lt IE 9')); if ($width) { $moduleclass_sfx .= ' ' . 'mod_search' . $module->id; $css = 'div.mod_search' . $module->id . ' input[type="search"]{ width:auto; }'; JFactory::getDocument()->addStyleDeclaration($css); $width = ' size="' . $width . '"'; } else { $width = ''; } ?>
id . '" class="element-invisible">' . $label . ' '; $output .= '
'; if ($button) : if ($imagebutton) : $btn_output = '
'; else : $btn_output = '
' . $button_text . '
'; endif; switch ($button_pos) : case 'top' : $output = $btn_output . '
' . $output; break; case 'bottom' : $output .= '
' . $btn_output; break; case 'right' : $output .= $btn_output; break; case 'left' : default : $output = $btn_output . $output; break; endswitch; endif; echo $output; ?>