Beispiel #1
0
				<?php 
FITSC_Helper::checkbox_angular('parallax');
?>
			</div>
		</div>

		<div class="fitsc-field">
			<label><?php 
_e('Overlay', 'constructent');
?>
</label>

			<div class="fitsc-controls">
				<select ng-model="overlay">
					<?php 
FITSC_Helper::options(array('' => __('None', 'constructent'), 'primary-color' => __('Primary Color', 'constructent'), 'secondary-color' => __('Secondary Color', 'constructent'), 'primary-color pattern' => __('Primary Color with Pattern', 'constructent'), 'secondary-color pattern' => __('Secondary Color with Pattern', 'constructent')));
?>
				</select>
			</div>
		</div>

		<div class="fitsc-field">
			<label class="fitsc-label"><?php 
_e('Custom Class', 'constructent');
?>
</label>

			<div class="fitsc-controls">
				<input ng-model="class" type="text">
			</div>
		</div>
Beispiel #2
0
				<?php 
FITSC_Helper::options(array('' => __('Date', 'constructent'), 'name' => __('Name', 'constructent'), 'completion' => __('Completion', 'constructent')));
?>
			</select>
		</div>
	</div>
	<div class="fitsc-field">
		<label class="fitsc-label"><?php 
_e('Order', 'constructent');
?>
</label>

		<div class="fitsc-controls">
			<select ng-model="order">
				<?php 
FITSC_Helper::options(array('' => __('Descending', 'constructent'), 'asc' => __('Ascending', 'constructent')));
?>
			</select>
		</div>
	</div>
</div>

<div class="fitsc-preview">
	<div class="fitsc-preview-shortcode">
		<h4 class="fitsc-heading"><?php 
_e('Shortcode Preview', 'constructent');
?>
</h4>
		<pre class="fitsc-preview-content fitsc-shortcode"><?php 
$text = "[{$shortcode}";
$text .= FITSC_Helper::shortcode_atts('number', 'columns', 'type', 'orderby', 'order');
Beispiel #3
0
</label>
			<div class="fitsc-controls">
				<?php 
FITSC_Helper::color_schemes('button2_color');
?>
			</div>
		</div>
		<div class="fitsc-field">
			<label class="fitsc-label"><?php 
_e('Link Target', 'fitsc');
?>
</label>
			<div class="fitsc-controls">
				<select ng-model="button2_target">
					<?php 
FITSC_Helper::options(array('' => __('Default', 'fitsc'), '_blank' => __('New window/tab', 'fitsc')));
?>
				</select>
			</div>
		</div>
		<div class="fitsc-field">
			<label class="fitsc-label"><?php 
_e('Nofollow', 'fitsc');
?>
</label>
			<div class="fitsc-controls">
				<?php 
FITSC_Helper::checkbox_angular('button2_nofollow');
?>
			</div>
		</div>
			<div class="fitsc-controls">
				<input ng-model="visible" type="number" ng-init="visible = '6'"> <?php 
_e('items', 'constructent');
?>
			</div>
		</div>

		<div class="fitsc-field">
			<label class="fitsc-label"><?php 
_e('Type', 'constructent');
?>
</label>
			<div class="fitsc-controls">
				<select ng-model="type">
					<?php 
FITSC_Helper::options(array('' => __('Box', 'constructent'), 'plain' => __('Plain', 'constructent')));
?>
				</select>
			</div>
		</div>

		<div ng-repeat="block in blocks">
			<h3><?php 
_e('Edit Client', 'constructent');
?>
</h3>

			<div class="fitsc-field">
				<label class="fitsc-label"><?php 
_e('Name', 'constructent');
?>
Beispiel #5
0
<div class="fitsc-config">
	<div class="fitsc-field">
		<label class="fitsc-label"><?php 
_e('Type', 'fitsc');
?>
</label>
		<div class="fitsc-controls">
			<select ng-model="type">
				<?php 
FITSC_Helper::options(array('' => __('Alert', 'fitsc'), 'success' => __('Success', 'fitsc'), 'error' => __('Error', 'fitsc'), 'info' => __('Info', 'fitsc')));
?>
			</select>
		</div>
	</div>
	<div class="fitsc-field">
		<label class="fitsc-label"><?php 
_e('Content', 'fitsc');
?>
</label>
		<div class="fitsc-controls">
			<textarea ng-model="content"></textarea>
		</div>
	</div>
	<div class="fitsc-field">
		<label class="fitsc-label"><?php 
_e('Close Icon?', 'fitsc');
?>
</label>
		<div class="fitsc-controls">
			<?php 
FITSC_Helper::checkbox_angular('close', true);
Beispiel #6
0
</label>

		<div class="fitsc-controls">
			<input ng-model="size" size="3" ng-init="size = '24'"> px
		</div>
	</div>
	<div class="fitsc-field">
		<label class="fitsc-label"><?php 
_e('Type', 'constructent');
?>
</label>

		<div class="fitsc-controls">
			<select ng-model="type">
				<?php 
FITSC_Helper::options(array('' => __('Normal', 'constructent'), 'box' => __('Box', 'constructent')));
?>
			</select>
		</div>
	</div>
	<div class="fitsc-field">
		<label class="fitsc-label"><?php 
_e('Color', 'constructent');
?>
</label>

		<div class="fitsc-controls">
			<?php 
FITSC_Helper::color_schemes('color');
?>
		</div>
Beispiel #7
0
<div class="fitsc-config">
	<div class="fitsc-field">
		<label class="fitsc-label"><?php 
_e('Type', 'constructent');
?>
</label>

		<div class="fitsc-controls">
			<select ng-model="type">
				<?php 
FITSC_Helper::options(array('' => __('Full Circle', 'constructent'), 'half' => __('Half Circle', 'constructent')));
?>
			</select>
		</div>
	</div>
	<div class="fitsc-field">
		<label class="fitsc-label"><?php 
_e('Demension', 'constructent');
?>
</label>

		<div class="fitsc-controls">
			<input ng-model="dimension" size="3" ng-init="dimension = 200" type="number"> px
		</div>
	</div>
	<div class="fitsc-field">
		<label class="fitsc-label"><?php 
_e('Bar Width', 'constructent');
?>
</label>
Beispiel #8
0
			<select ng-model="columns">
				<?php 
FITSC_Helper::options(array('' => __('5 columns', 'constructent'), '4' => __('4 columns', 'constructent'), '3' => __('3 columns', 'constructent')));
?>
			</select>
		</div>
	</div>
	<div class="fitsc-field">
		<label class="fitsc-label"><?php 
_e('Image Size', 'constructent');
?>
</label>
		<div class="fitsc-controls">
			<select ng-model="image_size">
				<?php 
FITSC_Helper::options(array('' => __('Square', 'constructent'), 'rectangle' => __('Rectangle', 'constructent')));
?>
			</select>
		</div>
	</div>
</div>

<div class="fitsc-preview">
	<div class="fitsc-preview-shortcode">
		<h4 class="fitsc-heading"><?php 
_e('Shortcode Preview', 'constructent');
?>
</h4>
		<pre class="fitsc-preview-content fitsc-shortcode"><?php 
$text = "[{$shortcode}";
$text .= FITSC_Helper::shortcode_atts('number', 'type', 'category', 'filter', 'layout', 'columns', 'orderby', 'order', 'image_size');
Beispiel #9
0
				<div class="fitsc-controls">
					<label ng-repeat="control in controls">
						<input type="checkbox" ng-model="control.checked" value="{{control.value}}"> {{control.name}}<br>
					</label>
				</div>
			</div>
			<div class="fitsc-field">
				<label class="fitsc-label"><?php 
_e('Zoom', 'fitsc');
?>
</label>

				<div class="fitsc-controls">
					<select ng-model="zoom">
						<?php 
FITSC_Helper::options(array(6 => 6, 7 => 7, 8 => 8, 9 => 9, 10 => 10, 11 => 11, 12 => 12, 13 => 13, 14 => 14, 15 => 15, 16 => 16));
?>
					</select>
				</div>
			</div>
			<div class="fitsc-field">
				<label class="fitsc-label"><?php 
_e('Scrollwheel', 'fitsc');
?>
</label>

				<div class="fitsc-controls">
					<?php 
FITSC_Helper::checkbox_angular('scrollwheel');
?>
				</div>
Beispiel #10
0
</label>
		<div class="fitsc-controls">
			<?php 
FITSC_Helper::color_schemes('color');
?>
		</div>
	</div>
	<div class="fitsc-field">
		<label class="fitsc-label"><?php 
_e('Size', 'constructent');
?>
</label>
		<div class="fitsc-controls">
			<select ng-model="size">
				<?php 
FITSC_Helper::options(array('' => __('Small', 'constructent'), 'large' => __('Large', 'constructent')));
?>
			</select>
		</div>
	</div>
</div>

<div class="fitsc-preview">
	<div class="fitsc-preview-shortcode">
		<h4 class="fitsc-heading"><?php 
_e('Shortcode Preview', 'constructent');
?>
</h4>
		<pre class="fitsc-preview-content fitsc-shortcode"><?php 
$text = "[{$shortcode}";
$text .= FITSC_Helper::shortcode_atts('text', 'percent', 'color', 'size');
Beispiel #11
0
				<?php 
FITSC_Helper::options(array('' => __('Default', 'constructent'), 'light' => __('Light', 'constructent'), 'normal' => __('Normal', 'constructent'), 'medium' => __('Medium', 'constructent'), 'bold' => __('Bold', 'constructent')));
?>
			</select>
		</div>
	</div>

	<div class="fitsc-field">
		<label class="fitsc-label"><?php 
_e('Text Alignment', 'fitsc');
?>
</label>
		<div class="fitsc-controls">
			<select ng-model="align">
				<?php 
FITSC_Helper::options(array('' => __('Left', 'constructent'), 'center' => __('Center', 'constructent'), 'right' => __('Right', 'constructent')));
?>
			</select>
		</div>
	</div>

	<div class="fitsc-field">
		<label class="fitsc-label"><?php 
_e('Custom CSS Class', 'constructent');
?>
</label>

		<div class="fitsc-controls">
			<input ng-model="class" type="text">
		</div>
	</div>
Beispiel #12
0
_e('Custom Text Color', 'constructent');
?>
</label>
			<div class="fitsc-controls">
				<input ng-model="text_color" type="text" colorpicker>
			</div>
		</div>
		<div class="fitsc-field">
			<label class="fitsc-label"><?php 
_e('Link Target', 'constructent');
?>
</label>
			<div class="fitsc-controls">
				<select ng-model="target">
					<?php 
FITSC_Helper::options(array('' => __('Default', 'constructent'), '_blank' => __('New window/tab', 'constructent')));
?>
				</select>
			</div>
		</div>
		<div class="fitsc-field">
			<label class="fitsc-label"><?php 
_e('Nofollow', 'constructent');
?>
</label>
			<div class="fitsc-controls">
				<?php 
FITSC_Helper::checkbox_angular('nofollow');
?>
			</div>
		</div>
Beispiel #13
0
		<div class="fitsc-controls">
			<?php 
FITSC_Helper::icons('icon');
?>
		</div>
	</div>
	<div class="fitsc-field">
		<label class="fitsc-label"><?php 
_e('Icon Position', 'constructent');
?>
</label>

		<div class="fitsc-controls">
			<select ng-model="icon_position">
				<?php 
FITSC_Helper::options(array('' => __('Top', 'constructent'), 'left' => __('Left', 'constructent'), 'right' => __('Right', 'constructent')));
?>
			</select>
		</div>
	</div>
	<div class="fitsc-field">
		<label class="fitsc-label"><?php 
_e('Title', 'constructent');
?>
</label>

		<div class="fitsc-controls">
			<input ng-model="title" type="text">
		</div>
	</div>
	<div class="fitsc-field">