Exemple #1
0
 * You should have received a copy of the GNU General Public License along 
 * with Hotaru CMS. If not, see http://www.gnu.org/licenses/.
 * 
 * @category  Content Management System
 * @package   HotaruCMS
 * @author    Hotaru CMS Team
 * @copyright Copyright (c) 2009 - 2013, Hotaru CMS
 * @license   http://www.gnu.org/copyleft/gpl.html GNU General Public License
 * @link      http://www.hotarucms.org/
 */
$search = $h->cage->post->testAlnumLines('plugin_search');
$sysinfo = new \Libs\SystemInfo();
if ($search) {
    $plugins = $sysinfo->themeSearch($h, $search);
} else {
    $tags = $sysinfo->themeTagCloud($h, 40);
    $plugins = null;
}
?>

<div id ="plugin_search_form" style="margin-top:10px;">
    <?php 
if (1 == 0) {
    ?>
    <form name='plugin_search_form' class='form-inline text-right' action='<?php 
    echo SITEURL;
    ?>
admin_index.php?page=plugin_search#tab_search' method='post'>
	
		<input id='admin_plugin_search' type='text' name='plugin_search' value='<?php 
    echo $search;