Your IP : 10.10.0.253


Current Path : /var/www/modules/mod_yendifvideoshare_search/tmpl/
Upload File :
Current File : /var/www/modules/mod_yendifvideoshare_search/tmpl/default.php

<?php 
/**
 * @version    1.2.9
 * @package    Com_YendifVideoShare
 * @author     PluginsWare Interactive Pvt. Ltd <admin@yendifplayer.com>
 * @copyright  Copyright (c) 2012 - 2021 PluginsWare Interactive Pvt. Ltd. All Rights Reserved.
 * @license    GNU General Public License version 2 or later; see LICENSE.txt
 */
 
// Prevent direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
?>

<div class="yendif-video-share search <?php echo $moduleclass_sfx; ?>">
	<form action="<?php echo JRoute::_( 'index.php?option=com_yendifvideoshare&view=search&Itemid=' . $itemId ); ?>" method="post" class="form-validate" >
    	<input type="hidden" name="option" value="com_yendifvideoshare" />
    	<input type="hidden" name="view" value="search" />
    	<input type="hidden" name="Itemid" value="<?php echo $itemId; ?>" />
        <div class="input-append">
   			<input type="text" name="search" class="required" placeholder="<?php echo JText::_( 'JSEARCH_FILTER' ); ?>" value="<?php echo htmlspecialchars( $search_key ); ?>" />
   			<button type="submit" class="btn btn-default"><?php echo JText::_( 'YENDIF_VIDEO_SHARE_GO' ); ?></button>
        </div>
  	</form>
</div>