?>
<br />
				<?php 
_e('If you are newbie - check all features on that page, if you are guru - please correct us.', GMP_LANG_CODE);
?>
 
			</div>
			<div class="clear"></div>
			<div class="spacer"></div>

			<h2>Where did you find us?</h2>
			<?php 
foreach ($this->askOptions as $askId => $askOpt) {
    ?>
				<label><?php 
    echo htmlGmp::radiobutton('where_find_us', array('value' => $askId));
    ?>
&nbsp;<?php 
    echo $askOpt['label'];
    ?>
</label>
				<?php 
    if ($askId == 4) {
        ?>
					<label id="toeFindUsUrlShell" style="display: none;"><?php 
        _e('Please, post url', GMP_LANG_CODE);
        ?>
: <?php 
        echo htmlGmp::text('find_on_web_url');
        ?>
</label>
Exemple #2
0
?>
											</label>
											<label
												for="map_opts_marker_infownd_height_units"
												class="supsystic-tooltip"
												title="<?php 
_e('Pixels', GMP_LANG_CODE);
?>
"
												style="margin-right: 15px; position: relative; top: <?php 
echo $markersInfoWndHeightUnitsLabelStyle;
?>
;"
												>
												<?php 
echo htmlGmp::radiobutton('map_opts[marker_infownd_height_units]', array('value' => 'px', 'checked' => $this->editMap && $markersInfoWndHeightUnits ? htmlGmp::checkedOpt($this->map['params'], 'marker_infownd_height_units', 'px') : false));
?>
&nbsp;<?php 
_e('Px', GMP_LANG_CODE);
?>
											</label>
										</div>
										<div class="sup-col sup-w-25">
											<?php 
echo htmlGmp::text('map_opts[marker_infownd_height]', array('value' => $this->editMap && $markersInfoWndHeightInput ? $this->map['params']['marker_infownd_height'] : '100', 'attrs' => 'style="width: 100%; display: ' . $markersInfoWndHeightInputViewStyle . ';"'));
?>
										</div>
									</td>
								</tr>
								<tr>
									<th scope="row">