| Current Path : /var/www/iplanru/data/old/www/i-plan.ru/media/zoo/elements/rating/tmpl/ |
| Current File : /var/www/iplanru/data/old/www/i-plan.ru/media/zoo/elements/rating/tmpl/edit.php |
<?php
/**
* @package ZOO
* @author YOOtheme http://www.yootheme.com
* @copyright Copyright (C) YOOtheme GmbH
* @license http://www.gnu.org/licenses/gpl.html GNU/GPL
*/
// no direct access
defined('_JEXEC') or die('Restricted access');
?>
<div id="<?php echo $this->identifier; ?>">
<table>
<?php echo $this->app->html->_('zoo.editrow', JText::_('Rating'), $this->getRating()); ?>
<?php echo $this->app->html->_('zoo.editrow', JText::_('Votes'), (int) $this->get('votes', 0)); ?>
</table>
<?php if ($this->get('votes', 0)) : ?>
<input name="reset-rating" type="button" class="button" value="<?php echo JText::_('Reset'); ?>"/>
<script type="text/javascript">
jQuery('#<?php echo $this->identifier; ?>').EditElementRating({ url: '<?php echo $url; ?>' });
</script>
<?php endif; ?>
</div>