\x20\40\x20\40 HEX
HEX
Server: Apache
System: Linux web1.jenscom.net 4.18.0-553.111.1.el8_10.x86_64 #1 SMP Sun Mar 8 20:06:07 EDT 2026 x86_64
User: sps (1059)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: /home/sps/www/wp-content/plugins/nextgen-gallery/templates/AttachToPost/display_tab.php
<div id='ngg_page_content'>

	<div id="errors">	
	</div>

	<div class="ngg_page_content_menu" class="ngg_advanced">

		<?php foreach ( $tabs as $tab ) : ?>
			<a href='javascript:void(0)' data-id='<?php echo esc_attr( $tab['id'] ); ?>'><?php echo esc_html( $tab['title'] ); ?></a>
		<?php endforeach ?>

	</div>

	<div class="ngg_page_content_main">

		<?php foreach ( $tabs as $tab ) : ?>
			<div data-id='<?php echo esc_attr( $tab['id'] ); ?>'>
				<h3 class="accordion_tab" id="<?php echo esc_html( $tab['id'] ); ?>"><?php echo esc_html( $tab['title'] ); ?></h3>
				<?php // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Tab content is already escaped ?>
				<div id="<?php echo esc_attr( $tab['id'] ); ?>_content"><?php echo $tab['content']; ?></div>
			</div>
		<?php endforeach ?>

		<p class="wp-core-ui">
			<input type="button" class="button button-primary button-large ngg_display_tab_save" id="save_displayed_gallery" value="
			<?php
			if ( $displayed_gallery->id() ) {
				esc_html_e( 'Save Changes', 'nggallery' );
			} else {
				esc_html_e( 'Insert Gallery', 'nggallery' ); }
			?>
			"/>
		</p>
		<div class="ngg_igw_video">
			<p class="ngg_igw_video_open button-primary"><?php esc_html_e( 'Need a quick tutorial?', 'nggallery' ); ?></p>
			<div class="ngg_igw_video_inner">
				<span class="ngg_igw_video_close"><?php esc_html_e( 'Click to Close', 'nggallery' ); ?></span>
			</div>
		</div>
	</div>

</div>