PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
themes
/
rehub
/
vafpress-framework
/
views
/
control
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?> <?php if(!$is_compact) echo VP_View::instance()->load('control/template_control_head', $head_info); ?> <?php foreach ($items as $item): ?> <label> <?php $checked = ($item->value == $value); ?> <input type="radio" <?php if($checked) echo 'checked'; ?> class="vp-input<?php if($checked) echo " checked"; ?>" name="<?php echo ''.$name; ?>" value="<?php echo ''.$item->value; ?>" /> <img src="<?php echo VP_Util_Res::img($item->img); ?>" alt="<?php echo ''.$item->label; ?>" class="vp-js-tipsy image-item" style="<?php VP_Util_Text::print_if_exists($item_max_width, 'max-width: %spx; '); ?><?php VP_Util_Text::print_if_exists($item_max_height, 'max-height: %spx; '); ?>" original-title="<?php echo ''.$item->label; ?>" /> </label> <?php endforeach; ?> <?php if(!$is_compact) echo VP_View::instance()->load('control/template_control_foot', $head_info); ?>
[+]
..
[-] textarea.php
[edit]
[-] radioimage.php
[edit]
[-] wpeditor.php
[edit]
[-] textbox.php
[edit]
[-] fontawesome.php
[edit]
[-] codeeditor.php
[edit]
[-] color.php
[edit]
[-] upload.php
[edit]
[-] sorter.php
[edit]
[-] notebox.php
[edit]
[-] toggle.php
[edit]
[-] date.php
[edit]
[-] html.php
[edit]
[-] slider.php
[edit]
[-] checkbox.php
[edit]
[-] template_control_head.php
[edit]
[-] multiselect.php
[edit]
[-] select.php
[edit]
[-] template_control_foot.php
[edit]
[-] checkimage.php
[edit]
[-] radiobutton.php
[edit]