Esempio n. 1
0
            }
            ?>
					
					<?php 
            if (the_event_phone()) {
                ?>
					<li><span class="meta">Phone:</span>&nbsp;&nbsp;<?php 
                echo the_event_phone();
                ?>
</li>
					<?php 
            }
            ?>
					
					<?php 
            if (tec_address_exists($post->ID)) {
                ?>
					<li>
						<span class="meta">Address:</span>
						&nbsp;&nbsp;
						<?php 
                echo tec_event_address($post->ID);
                ?>
<br/>
						<?php 
                $mapArgs = array("f" => "q", "source" => "s_q", "geocode" => "");
                ?>
						<a class="gmap" href="<?php 
                event_google_map_link(null, $mapArgs);
                ?>
" title="<?php 
Esempio n. 2
0
				<input tabindex="<?php 
$this->tabIndex();
?>
" type="checkbox" id="EventShowMapLink" name="EventShowMapLink" size="6" value="true" <?php 
if (get_post_meta($postId, '_EventShowMapLink', true) == 'true') {
    echo 'checked="checked"';
}
?>
 />
			</td>
		</tr>
		<?php 
if (eventsGetOptionValue('embedGoogleMaps') == 'on') {
    ?>
			<tr id="google_map_toggle"<?php 
    if (!tec_address_exists($postId)) {
        echo ' class="tec_hide"';
    }
    ?>
>
				<td><?php 
    _e('Show Google Map:', $this->pluginDomain);
    ?>
</td>
				<td><input tabindex="<?php 
    $this->tabIndex();
    ?>
" type="checkbox" id="EventShowMap" name="EventShowMap" size="6" value="true" <?php 
    if (get_post_meta($postId, '_EventShowMap', true) == 'true') {
        echo 'checked="checked"';
    }