AnonSec Shell
Server IP : 54.36.91.62  /  Your IP : 216.73.217.112
Web Server : Apache
System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : coopiak ( 151928)
PHP Version : 8.3.23
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/coopiak/amisdesseniors-fr/components/com_djcatalog2/views/_configurable/tmpl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/coopiak/amisdesseniors-fr/components/com_djcatalog2/views/_configurable/tmpl/steps.php.bak
<?php
/**
 * @package DJ-Catalog2
 * @copyright Copyright (C) DJ-Extensions.com, All rights reserved.
 * @license http://www.gnu.org/licenses GNU/GPL
 * @author url: http://dj-extensions.com
 * @author email contact@dj-extensions.com
 */

defined ('_JEXEC') or die('Restricted access');

?>
<?php 
foreach($this->item->config_conditions as $stepNo => $step) {?>
	<?php 
	$columns = 6;
	$current = 0;
	$count = count($step['options']);
	?>
	<div class="djc_cfg_step_outer">
		<h2 class="djc_cfg_step_heading"><?php echo Text::sprintf('COM_DJCATALOG2_CFGWIZ_SELECT_ITEM', $step['name']); ?></h2>
		
		<?php
		foreach($step['options'] as $stepOpt) {?>
		<?php if ($current % $columns == 0) {?>
			<div class="row row-fluid">
		<?php } ?>
		<div class="span<?php echo floor(12/$columns); ?>">
			<div class="djc_cfg_item djc_cfg_item-step" 
				data-type="steps" 
				data-id="<?php echo $stepOpt['id']; ?>" 
				data-field_id="<?php echo $step['field_id']; ?>" 
				data-value="<?php echo $this->escape($stepOpt['value']); ?>" 
				data-label="<?php echo $this->escape($step['name']); ?>"
				data-dependancies='<?php echo $this->escape(json_encode($stepOpt['dependancies']))?>'>
				<strong><?php echo $stepOpt['value']; ?></strong>
			</div>
		</div>
		<?php if (($current+1) % $columns == 0 || $current+1 >= $count) { ?>
			</div>
		<?php } ?>
		<?php $current++; ?>
	<?php } ?>
	</div>
<?php } ?>

<?php
/*

	echo '<div class="well">';
	echo '<h4>Krok #'. $stepNo.' - ' . $step['name'] .'</h4>';
	echo '<h5>dostępne opcje</h5>';
	
	echo '<ul>';
	foreach($step['options'] as $stepOpt) {
		echo '<li>';
		
		echo $stepOpt['value'];
		if (!empty($stepOpt['dependancies'])) {
			echo '<br />';
			$stepOptDeptList = array();
			foreach($stepOpt['dependancies'] as $stepOptDept) {
				
				$op = $stepOptDept['operator'];
				if ($op == 'eq') {
					$op = '=';
				}
				if ($op == 'not') {
					$op = '!=';
				}
				
				$stepOptLine = $stepOptDept['name'].' <strong>'.$op.'</strong>';
				if (is_array($stepOptDept['match'])) {
					$stepOptLine .= ' '. implode(', ', $stepOptDept['match_values']);
				} else {
					$stepOptLine .= ' '. $stepOptDept['match'];
				}
				
				$stepOptDeptList[] = $stepOptLine;
			}
			
			echo '<ul><li>'.implode('</li><li>', $stepOptDeptList).'</li></ul>';
		}
		
		echo '</li>';
	}
	echo '</ul>';
	
	echo '</div>';

*/
?>

Anon7 - 2022
AnonSec Team