
<center><h2><strong>Ubuntu</strong></h2>
­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php if(!$is_compact) echo VP_View::instance()->load('control/template_control_head', $head_info); ?>

<label class="indicator" for="<?php echo esc_attr($name); ?>"><span style="background-color: <?php echo esc_attr($value); ?>;"></span></label>
<input id="<?php echo esc_attr($name); ?>" class="vp-input vp-js-colorpicker"
	type="text" name="<?php echo esc_attr($name) ?>" value="<?php echo esc_attr($value); ?>" data-vp-opt="<?php echo esc_attr($opt); ?>" />

<?php if(!$is_compact) echo VP_View::instance()->load('control/template_control_foot'); ?>