HEX
Server: Apache/2.4.59 (Debian)
System: Linux skycube.cz 4.19.0-25-amd64 #1 SMP Debian 4.19.289-2 (2023-08-08) x86_64
User: ilya (534)
PHP: 7.3.31-1~deb10u7
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: /var/www/ilya/data/www/jirik.beer/wp-content/plugins/intergeo-maps/templates/iframe/form.php
<form id="intergeo_frm"
      method="post"<?php echo ! $post_id ? ' origtarget="_parent" target="_parent"' : 'origtarget="self"'; ?>>
	<input type="hidden" id="intergeo_map_lat" name="lat"
		   value="<?php echo isset( $json['lat'] ) ? esc_attr( $json['lat'] ) : 48.1366069; ?>">
	<input type="hidden" id="intergeo_map_lng" name="lng"
		   value="<?php echo isset( $json['lng'] ) ? esc_attr( $json['lng'] ) : 11.577085099999977; ?>">
	<input type="hidden" id="intergeo_map_zoom" name="zoom"
		   value="<?php echo isset( $json['zoom'] ) ? esc_attr( $json['zoom'] ) : 5; ?>">

	<div id="intergeo_tlbr">
		<div id="intergeo_tlbr_ttl">Inter<span style="color:#4067dc">g</span><span style="color:#e21b31">e</span><span
					style="color:#fcaa08">o</span> <?php esc_html_e( 'Maps', 'intergeo-maps' ); ?></div>
		<ul id="intergeo_tlbr_ul">
			<li class="intergeo_tlbr_ul_li open">
				<?php include INTERGEO_ABSPATH . '/templates/iframe/overlays.php'; ?>
			</li>
			<li class="intergeo_tlbr_ul_li">
				<?php include INTERGEO_ABSPATH . '/templates/iframe/positioning.php'; ?>
			</li>
			<li class="intergeo_tlbr_ul_li">
				<?php include INTERGEO_ABSPATH . '/templates/iframe/controls.php'; ?>
			</li>
			<li class="intergeo_tlbr_ul_li">
				<?php include INTERGEO_ABSPATH . '/templates/iframe/styles.php'; ?>
			</li>
			<li class="intergeo_tlbr_ul_li">
				<?php include INTERGEO_ABSPATH . '/templates/iframe/directions.php'; ?>
			</li>
			<li class="intergeo_tlbr_ul_li">
				<?php include INTERGEO_ABSPATH . '/templates/iframe/layers.php'; ?>
			</li>
			<li class="intergeo_tlbr_ul_li">
				<?php include INTERGEO_ABSPATH . '/templates/iframe/adsense.php'; ?>
			</li>
			<?php
			include INTERGEO_ABSPATH . '/templates/iframe/extra.php';
			?>
		</ul>
	</div>
	<div id="intergeo_canvas_wrapper">
		<div id="intergeo_canvas"></div>
		<div id="intergeo_canvas_center"
			 title="<?php esc_attr_e( 'The center of the map', 'intergeo-maps' ); ?>"<?php echo ! $show_map_center ? ' style="display:none;"' : ''; ?>></div>
	</div>
	<div id="intergeo_footer">
		<a id="intergeo_go_to_address" class="button button-large"
		   href="javascript:;"><?php esc_html_e( 'Go to address', 'intergeo-maps' ); ?></a>

			<input type="submit" class="button button-primary button-large" value="<?php echo $submit_text; ?>">

	</div>
</form>

<?php include INTERGEO_ABSPATH . '/templates/iframe/popups.php'; ?>