示例#1
0
?>
</label>

			<div class="fitsc-controls">
				<input ng-model="background_image" type="url">
			</div>
		</div>

		<div class="fitsc-field">
			<label class="fitsc-label"><?php 
_e('Background Color', 'constructent');
?>
</label>
			<div class="fitsc-controls">
				<?php 
FITSC_Helper::color_schemes('background_color');
?>
			</div>
		</div>

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

			<div class="fitsc-controls">
				<select ng-model="fluid">
					<?php 
FITSC_Helper::options(array('' => __('No Fluid', 'constructent'), 'row' => __('Fluid Row', 'constructent'), 'row-content' => __('Fluid Row and Content', 'constructent')));
?>
示例#2
0
			<label class="fitsc-label"><?php 
_e('Link', 'fitsc');
?>
</label>
			<div class="fitsc-controls">
				<input ng-model="button2_link" type="text">
			</div>
		</div>
		<div class="fitsc-field">
			<label class="fitsc-label"><?php 
_e('Color', 'fitsc');
?>
</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>
示例#3
0
</label>
		<div class="fitsc-controls">
			<?php 
FITSC_Helper::icons('icon');
?>
		</div>
	</div>

	<div class="fitsc-field">
		<label class="fitsc-label"><?php 
_e('Icon color', 'fitsc');
?>
</label>
		<div class="fitsc-controls">
			<?php 
FITSC_Helper::color_schemes('icon_color');
?>
		</div>
	</div>

	<div class="fitsc-field">
		<label class="fitsc-label"></label>
		<div class="fitsc-controls">
			<strong><?php 
_e('Note', 'constructent');
?>
: </strong>
			<?php 
_e('After inserting shortcode, you must enter your list as shortcode content.', 'constructent');
?>
		</div>
示例#4
0
			<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>
	</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('class', 'size', 'type', 'color');
$text .= ']';