Ejemplo n.º 1
0
			<td><?php 
echo Theme::SelectList('bg_image', Theme::Get('background_image_list'), 'mediaid', 'media', Theme::Get('background_id'), 'onchange="background_button_callback()"');
?>
</td>
			<td rowspan="3"><img id="bg_image_image" src="<?php 
echo Theme::Get('background_thumbnail_url');
?>
" alt="<?php 
echo Theme::Translate('Background thumbnail');
?>
" />
		</tr>
		<tr>
			<td><label for="resolutionid" title="<?php 
echo Theme::Translate('Pick the resolution');
?>
"><?php 
echo Theme::Translate('Resolution');
?>
</label></td>
			<td><?php 
echo Theme::SelectList('resolutionid', Theme::Get('resolution_field_list'), 'resolutionid', 'resolution', Theme::Get('resolutionid'));
?>
</td>
		</tr>
	</table>
</form>



Ejemplo n.º 2
0
 * 	
 */
defined('XIBO') or die("Sorry, you are not allowed to directly access this page.<br /> Please press the back button in your browser.");
?>
<form id="<?php 
echo Theme::Get('form_id');
?>
" class="XiboForm" method="post" action="<?php 
echo Theme::Get('form_action');
?>
">
	<?php 
echo Theme::Get('form_meta');
?>
	<table>
        <tr>
        	<td><label for="homepage" title="<?php 
echo Theme::Translate('The users Homepage. This should not be changed until you want to reset their homepage.');
?>
"><?php 
echo Theme::Translate('Homepage');
?>
</label></td>
        	<td><?php 
echo Theme::SelectList('homepage', Theme::Get('homepage_field_list'), 'homepageid', 'homepage', Theme::Get('homepage'));
?>
</td>
   		</tr>
    </table>
</form>
Ejemplo n.º 3
0
                <?php 
echo Theme::SelectList('datasetcolumntypeid', Theme::Get('datasetcolumntype_field_list'), 'datasetcolumntypeid', 'datasetcolumntype');
?>
            </div>
        </div>
        <div class="control-group">
            <label class="control-label" for="datatypeid" accesskey="d" title="<?php 
echo Theme::Translate('The DataType of the Intended Data');
?>
"><?php 
echo Theme::Translate('Data Type');
?>
</label>
            <div class="controls">
                <?php 
echo Theme::SelectList('datatypeid', Theme::Get('datatype_field_list'), 'datatypeid', 'datatype');
?>
            </div>
        </div>
        <div class="control-group">
            <label class="control-label" for="listcontent" accesskey="l" title="<?php 
echo Theme::Translate('A comma seperated list of items to present in a combo box');
?>
"><?php 
echo Theme::Translate('List Content');
?>
</label>
            <div class="controls">
                <input class="" name="listcontent" type="text" id="listcontent" tabindex="4" />
            </div>
        </div>
Ejemplo n.º 4
0
                        <?php 
echo Theme::SelectList('auditing', Theme::Get('auditing_field_list'), 'auditingid', 'auditing', Theme::Get('auditing'));
?>
                    </div>
                </div>
                <div class="control-group">
                    <label class="control-label" for="email_alert" accesskey="n" title="<?php 
echo Theme::Translate('Do you want to be notified by email if there is a problem with this display?');
?>
"><?php 
echo Theme::Translate('Email Alerts');
?>
</label>
                    <div class="controls">
                        <?php 
echo Theme::SelectList('email_alert', Theme::Get('email_alert_field_list'), 'email_alertid', 'email_alert', Theme::Get('email_alert'));
?>
                    </div>
                </div>
                <div class="control-group">
                    <label class="control-label" for="alert_timeout" accesskey="n" title="<?php 
echo Theme::Translate('How long in minutes after the display last connected to the webservice should we send an alert. Set this value higher than the collection interval on the client. Set to 0 to use global default.');
?>
"><?php 
echo Theme::Translate('Alert Timeout');
?>
</label>
                    <div class="controls">
                        <input class="" name="alert_timeout" type="text" id="alert_timeout" tabindex="1" value="<?php 
echo Theme::Get('alert_timeout');
?>
Ejemplo n.º 5
0
?>
">
		<div class="XiboFilter">
			<div class="FilterDiv" id="Filter">
				<form>
					<?php 
echo Theme::Get('form_meta');
?>
					<table class="filterform" id="sessions_filterform">
						<tr>
							<td><label for="filter_type"><?php 
echo Theme::Translate('Type');
?>
</label></td>
							<td><?php 
echo Theme::SelectList('filter_type', Theme::Get('type_field_list'), 'typeid', 'type', Theme::Get('filter_typeid'));
?>
</td>
							<td><label for="filter_fromdt"><?php 
echo Theme::Translate('From DT');
?>
</label></td>
							<td><input class="date-pick" type="text" id="filter_fromdt" name="filter_fromdt" value="<?php 
echo Theme::Get('filter_fromdt');
?>
"></td>
							<td><label for="<?php 
echo Theme::Get('filter_id');
?>
"><?php 
echo Theme::Translate('Keep filter open');
Ejemplo n.º 6
0
					<table class="user_filterform">
						<tr>
							<td><label for="filter_username"><?php 
echo Theme::Translate('Name');
?>
</label></td>
							<td><input type="text" id="filter_username" name="filter_username" value="<?php 
echo Theme::Get('filter_username');
?>
"></td>
							<td><label for="filter_usertypeid"><?php 
echo Theme::Translate('User Type');
?>
</label></td>
							<td><?php 
echo Theme::SelectList('filter_usertypeid', Theme::Get('usertype_field_list'), 'usertypeID', 'usertype', Theme::Get('filter_usertypeid'));
?>
</td>
		                    <td><label for="<?php 
echo Theme::Get('filter_id');
?>
"><?php 
echo Theme::Translate('Keep filter open');
?>
</label></td>
		                    <td><input type="checkbox" id="<?php 
echo Theme::Get('filter_id');
?>
" name="XiboFilterPinned" class="XiboFilterPinned" <?php 
echo Theme::Get('filter_pinned');
?>
Ejemplo n.º 7
0
					<table class="filterform">
						<tr>
							<td><?php 
echo Theme::Translate('Name');
?>
</td>
							<td><input type="text" name="filter_name" value="<?php 
echo Theme::Get('filter_name');
?>
"></td>
							<td><?php 
echo Theme::Translate('System');
?>
</td>
							<td><?php 
echo Theme::SelectList('filter_is_system', Theme::Get('is_system_field_list'), 'is_systemid', 'is_system', Theme::Get('filter_is_system'));
?>
</td>
							<td><label for="<?php 
echo Theme::Get('filter_id');
?>
"><?php 
echo Theme::Translate('Keep filter open');
?>
</label></td>
		                    <td><input type="checkbox" id="<?php 
echo Theme::Get('filter_id');
?>
" name="XiboFilterPinned" class="XiboFilterPinned" <?php 
echo Theme::Get('filter_pinned');
?>
Ejemplo n.º 8
0
echo Theme::Get('updateInterval');
?>
">
        			</div>
    			</div>
    			<div class="control-group">
                    <label class="control-label" for="takeItemsFrom" title="<?php 
echo Theme::Translate('Take the items from the beginning or the end of the list');
?>
"><?php 
echo Theme::Translate('from the ');
?>
</label>
    	    		<div class="controls">
                    	<?php 
echo Theme::SelectList('takeItemsFrom', Theme::Get('takeitemsfrom_field_list'), 'takeitemsfromid', 'takeitemsfrom', Theme::Get('takeItemsFrom'));
?>
                	</div>
                </div>
                <div class="control-group">
                    <div class="controls">
                        <label class="checkbox" for="durationIsPerItem" title="<?php 
echo Theme::Translate('The duration speficied is per item otherwise it is per feed.');
?>
"><?php 
echo Theme::Translate('Duration is per item');
?>
                		  <input id="durationIsPerItem" name="durationIsPerItem" type="checkbox" <?php 
echo Theme::Get('durationIsPerItemChecked');
?>
 />
 * 	form_meta = Extra form meta that needs to be sent to the CMS to return the list of layouts
 */
defined('XIBO') or die("Sorry, you are not allowed to directly access this page.<br /> Please press the back button in your browser.");
?>
<div class="XiboGrid" id="<?php 
echo Theme::Get('id');
?>
">
	<div class="XiboFilter">
		<div class="FilterDiv" id="Filter">
			<form>
				<?php 
echo Theme::Get('form_meta');
?>
				<table class="filterform">
					<tr>
						<td><label for="filter_menu"><?php 
echo Theme::Translate('Menu');
?>
</label></td>
						<td><?php 
echo Theme::SelectList('filter_menu', Theme::Get('menu_field_list'), 'MenuID', 'Menu');
?>
</td>
					</tr>
				</table>
			</form>
		</div>
	</div>
	<div class="XiboData"></div>
</div>
Ejemplo n.º 10
0
"><?php 
echo Theme::Translate('Exit Transition');
?>
</label></td>
            <td><?php 
echo Theme::SelectList('transitionType', Theme::Get('transition_field_list'), 'code', 'transition', Theme::Get('transition'), null, 'class');
?>
</td>
        </tr>
        <tr class="transitionDuration">
            <td><label for="transitionDuration"><?php 
echo Theme::Translate('The duration for this transition, in milliseconds.');
?>
</label></td>
            <td><input type="text" class="numeric" name="transitionDuration" id="transitionDuration" value="<?php 
echo Theme::Get('duration');
?>
" /></td>
        </tr>
        <tr class="transitionDirection">
            <td><label for="transitionDirection"><?php 
echo Theme::Translate('The direction for this transtion.');
?>
</label></td>
            <td><?php 
echo Theme::SelectList('transitionDirection', Theme::Get('direction_field_list'), 'id', 'name', Theme::Get('direction'));
?>
</td>
        </tr>
    </table>
</form>
Ejemplo n.º 11
0
                if ($field['fieldType'] == 'dropdown') {
                    ?>
                    <div class="form-group">
                        <label class="col-sm-2 control-label" for="<?php 
                    echo $field['name'];
                    ?>
" title="<?php 
                    echo Theme::Translate($field['helpText']);
                    ?>
"><?php 
                    echo Theme::Translate($field['title']);
                    ?>
</label>
                        <div class="col-sm-10">
                            <?php 
                    echo Theme::SelectList($field['name'], $field['options'], 'value', 'value', $field['value']);
                    ?>
                            <span class="help-block"><?php 
                    echo Theme::Translate($field['helpText']);
                    ?>
</span>
                            <span class="help-block"><?php 
                    echo sprintf(Theme::Translate('This setting is referred to as: %s'), $field['name']);
                    ?>
</span>
                        </div>
                    </div>
                <?php 
                } else {
                    if ($field['fieldType'] == 'timezone') {
                        ?>
Ejemplo n.º 12
0
					<label class="select">
						<?php 
echo Theme::Translate('Type');
?>
						<?php 
echo Theme::SelectList('filter_type', Theme::Get('module_field_list'), 'moduleid', 'module', Theme::Get('filter_type'));
?>
					</label>

					<label type="select">
						<?php 
echo Theme::Translate('Retired');
?>
						<?php 
echo Theme::SelectList('filter_retired', Theme::Get('retired_field_list'), 'retiredid', 'retired', Theme::Get('retired'));
?>
					</label>

					<label class="checkbox">
						<?php 
echo Theme::Translate('Duration in Seconds');
?>
						<input type="checkbox" name="filter_duration_in_seconds" <?php 
echo Theme::Get('filter_duration_in_seconds_checked');
?>
 />
					</label>

					<label class="checkbox">
						<?php 
Ejemplo n.º 13
0
        <?php 
echo Theme::Get('form_meta');
?>
        <div class="row-fluid">
        	<div class="span6">
    			<div class="control-group">
    				<label class="control-label" for="direction" accesskey="n" title="<?php 
echo Theme::Translate('Direction to Scroll');
?>
"><?php 
echo Theme::Translate('Direction');
?>
</label>
    			    <div class="controls">
    			        <?php 
echo Theme::SelectList('direction', Theme::Get('direction_field_list'), 'directionid', 'direction');
?>
    			    </div>
    			</div>
        		<div class="control-group">
        			<label class="control-label" for="scrollSpeed" accesskey="n" title="<?php 
echo Theme::Translate('The scroll speed to apply if a direction is specified. Higher is faster.');
?>
"><?php 
echo Theme::Translate('Scroll Speed');
?>
</label>
        		    <div class="controls">
        		        <input class="" name="scrollSpeed" type="text" id="scrollSpeed" tabindex="1" />
        		    </div>
        		</div>
?>
">
    <?php 
echo Theme::Get('form_meta');
?>
    <table>
        <tr>
            <td><label for="mediaid" title="<?php 
echo Theme::Translate('Installer File');
?>
"><?php 
echo Theme::Translate('Installer File');
?>
</label></td>
            <td><?php 
echo Theme::SelectList('mediaid', Theme::Get('media_field_list'), 'mediaid', 'media', Theme::Get('installer_file_id'));
?>
</td>
        </tr>
    </table>
    <table class="table">
    <thead>
        <tr>
            <th><?php 
echo Theme::Translate('Display');
?>
</th> 
            <th><?php 
echo Theme::Translate('Type');
?>
</th>   
Ejemplo n.º 15
0
						<tr>
							<td><label for="filter_function"><?php 
echo Theme::Translate('Function');
?>
</label></td>
							<td><?php 
echo Theme::SelectList('filter_function', Theme::Get('function_field_list'), 'functionid', 'function', Theme::Get('filter_function'));
?>
</td>
						</tr>
						<tr>
							<td><label for="filter_display"><?php 
echo Theme::Translate('Display');
?>
</label></td>
							<td><?php 
echo Theme::SelectList('filter_display', Theme::Get('display_field_list'), 'displayid', 'display', Theme::Get('filter_display'));
?>
</td>
						</tr>
					</table>
				</form>
			</div>
		</div>
		<div class="XiboData"></div>
		<?php 
echo Theme::Get('pager');
?>
	</div>
</div>
Ejemplo n.º 16
0
?>
</label>
			<div class="controls">
				<input name="description" type="text" id="description" tabindex="2" />
			</div>
		</div>
		<div class="control-group">
			<label class="control-label" for="tags" accesskey="t" title="<?php 
echo Theme::Translate('Tags for this layout - used when searching for it. Space delimited. (1 - 250 characters)');
?>
"><?php 
echo Theme::Translate('Tags');
?>
</label>
			<div class="controls">
				<input name="tags" type="text" id="tags" tabindex="3" />
			</div>
		</div>
		<div class="control-group">
        	<label class="control-label" for='templateid'><?php 
echo Theme::Translate('Template');
?>
</label>
        	<div class="controls">
        		<?php 
echo Theme::SelectList('templateid', Theme::Get('template_field_list'), 'templateid', 'template');
?>
    		</div>
        </div>
	</fieldset>
</form>
Ejemplo n.º 17
0
							<td><input type="text" class="date-pick" name="todt" value="<?php 
echo Theme::Get('todt');
?>
"/></td>
						</tr>
						<tr>
							<td><?php 
echo Theme::Translate('Display');
?>
</td>
							<td><?php 
echo Theme::SelectList('displayid', Theme::Get('display_field_list'), 'displayid', 'displaygroup', 0);
?>
</td>
							<td><?php 
echo Theme::Translate('Media');
?>
</td>
							<td><?php 
echo Theme::SelectList('mediaid', Theme::Get('media_field_list'), 'mediaid', 'media', 0);
?>
</td>
						</tr>
					</table>
				</form>
			</div>
		</div>
		<div class="XiboData"></div>
	</div>
</div>
Ejemplo n.º 18
0
?>
			
				<table class="filterform">
					<tr>
						<td><?php 
echo Theme::Translate('Name');
?>
</td>
						<td><input type="text" name="filter_name" value="<?php 
echo Theme::Get('filter_name');
?>
"></td>
						<td><?php 
echo Theme::Translate('Type');
?>
</td>
						<td><?php 
echo Theme::SelectList('filter_type', Theme::Get('module_field_list'), 'moduleid', 'module', Theme::Get('filter_type'));
?>
</td>
					</tr>
				</table>
			</form>
		</div>
	</div>
	<div class="XiboData"></div>
	<?php 
echo Theme::Get('pager');
?>
</div>
Ejemplo n.º 19
0
?>
">
    <?php 
echo Theme::Get('form_meta');
?>
    <div class="control-group">
        <label class="control-label" for="dataset" accesskey="n" title="<?php 
echo Theme::Translate('The DataSet for this View');
?>
"><?php 
echo Theme::Translate('DataSet');
?>
</label>
        <div class="controls">
            <?php 
echo Theme::SelectList('datasetid', Theme::Get('dataset_field_list'), 'datasetid', 'dataset');
?>
        </div>
    </div>
    <div class="control-group">
        <label class="control-label" for="duration" accesskey="n" title="<?php 
echo Theme::Translate('The duration in seconds this data should be displayed');
?>
"><?php 
echo Theme::Translate('Duration');
?>
</label>
        <div class="controls">
            <input class="required number" name="duration" type="text" id="duration" tabindex="1" value="<?php 
echo Theme::Get('duration');
?>
Ejemplo n.º 20
0
 * 	form_meta = Additional META information required by Xibo in the form submit call
 */
defined('XIBO') or die("Sorry, you are not allowed to directly access this page.<br /> Please press the back button in your browser.");
?>
<form id="<?php 
echo Theme::Get('form_id');
?>
" class="XiboForm" method="post" action="<?php 
echo Theme::Get('form_action');
?>
">
	<?php 
echo Theme::Get('form_meta');
?>
	<table>
		<tr>
			<td><label for="defaultlayoutid" accesskey="n" title="<?php 
echo Theme::Translate('Default Layout');
?>
"><?php 
echo Theme::Translate('Default Layout');
?>
</label></td>
			<td><?php 
echo Theme::SelectList('defaultlayoutid', Theme::Get('layout_field_list'), 'layoutid', 'layout', Theme::Get('defaultlayoutid'));
?>
</td>
		</tr>
	</table>
</form>
Ejemplo n.º 21
0
</td>
   		</tr>
        <tr>
            <td><label for="usertypeid" title="<?php 
echo Theme::Translate('What is this users type?');
?>
"><?php 
echo Theme::Translate('User Type');
?>
</label></td>
            <td><?php 
echo Theme::SelectList('usertypeid', Theme::Get('usertype_field_list'), 'usertypeid', 'usertype', 3);
?>
</td>
		</tr>
		 <tr>
		    <td><label for="groupid" title="<?php 
echo Theme::Translate('What is the initial user group for this user?');
?>
"><?php 
echo Theme::Translate('Initial User Group');
?>
</label></td>
		    <td><?php 
echo Theme::SelectList('groupid', Theme::Get('user_group_field_list'), 'GroupID', 'Group');
?>
</td>
		</tr>
    </table>
</form>