HEX
Server: Apache
System: Linux scp1.abinfocom.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: confeduphaar (1010)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/confeduphaar/backip-old-files/libraries/astroid/framework/layouts/fields/astroidgradient.php
<?php
/**
 * @package   Astroid Framework
 * @author    JoomDev https://www.joomdev.com
 * @copyright Copyright (C) 2009 - 2020 JoomDev.
 * @license https://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */
defined('JPATH_BASE') or die;
extract($displayData);
?>
<div class="astroid-gradient">
   <textarea class="d-none" astroidgradient ng-model="<?php echo $fieldname; ?>" name="<?php echo $name; ?>"><?php echo $value; ?></textarea>
   <div class="gradient-preview-container"><div class="gradient-preview"></div></div>
   <div class="gradient-toolbar">
      <div class="gradient-type">
         <label><input type="radio" class="gradient-type" value="linear" name="<?php echo $name; ?>[gradient_type]" /><img src="<?php echo JURI::root(); ?>media/astroid/assets/images/linear-gradient.png" /></label>
         <label><input type="radio" class="gradient-type" value="radial" name="<?php echo $name; ?>[gradient_type]" /><img src="<?php echo JURI::root(); ?>media/astroid/assets/images/radial-gradient.png" /></label>
      </div>
      <div class="gradient-colors">
         <div class=""><input class="start-color" type="text" name="<?php echo $name; ?>[start_color]" color-selector /></div>
         <div class=""><input name="<?php echo $name; ?>[stop_color]" class="stop-color" type="text" color-selector /></div>
      </div>
   </div>
</div>