示例#1
0
文件: single.php 项目: Jougito/DynWeb
                </div>
                <div class="joms-tab__content">
                <div id="community-event-map" >
                    <div class="app-box-content event-description">
                        <!-- begin: dynamic map -->
                        <?php 
        // echo CMapping::drawMap('event-map', $event->location);
        ?>
                        <div id="event-map" style="height:210px;width:100%;">
                            <?php 
        echo JText::_('COM_COMMUNITY_MAPS_LOADING');
        ?>
                        </div>
                        <!-- end: dynamic map -->
                        <div class="joms-text--small"><?php 
        echo CMapping::getFormatedAdd($event->location);
        ?>
</div>
                    </div>
                    <div class="joms-module__footer">
                        <a href="http://maps.google.com/?q=<?php 
        echo urlencode($event->location);
        ?>
" target="_blank" class="joms-button--link"><?php 
        echo JText::_('COM_COMMUNITY_EVENTS_FULL_MAP');
        ?>
</a>
                    </div>
                </div>
                <script>
                    (function( w ) {
示例#2
0
            echo JText::_('COM_COMMUNITY_PHOTOS_ALBUM_TAKEN_AT_DESC');
            ?>
</a>
                        </div>
                        <div class="joms-tab__content">
                            <div class="joms-js--album-map-wrapper">
                                <div class="app-box-content event-description">
                                    <!-- begin: dynamic map -->
                                    <div class="joms-js--album-map" style="height:210px;width:100%;">
                                        <?php 
            echo JText::_('COM_COMMUNITY_MAPS_LOADING');
            ?>
                                    </div>
                                    <!-- end: dynamic map -->
                                    <div class="joms-text--small"><?php 
            echo CMapping::getFormatedAdd($album->location);
            ?>
</div>
                                </div>
                                <div class="joms-module__footer">
                                    <a href="http://maps.google.com/?q=<?php 
            echo urlencode($album->location);
            ?>
" target="_blank" class="joms-button--link"><?php 
            echo JText::_('COM_COMMUNITY_EVENTS_FULL_MAP');
            ?>
</a>
                                </div>
                            </div>
                            <script>
                                (function( w ) {
示例#3
0
文件: single.php 项目: Jougito/DynWeb
        </div>
        <div class="joms-tab__content">
            <div class="joms-js--video-map-wrapper">
                <div class="app-box-content event-description">
                    <!-- begin: dynamic map -->
                    <?php 
    // echo CMapping::drawMap('event-map', $event->location);
    ?>
                    <div class="joms-js--video-map" style="height:210px;width:100%;">
                        <?php 
    echo JText::_('COM_COMMUNITY_MAPS_LOADING');
    ?>
                    </div>
                    <!-- end: dynamic map -->
                    <div class="joms-text--small"><?php 
    echo CMapping::getFormatedAdd($video->location);
    ?>
</div>
                </div>
                <div class="joms-module__footer">
                    <a href="http://maps.google.com/?q=<?php 
    echo urlencode($video->location);
    ?>
" target="_blank" class="joms-button--link"><?php 
    echo JText::_('COM_COMMUNITY_EVENTS_FULL_MAP');
    ?>
</a>
                </div>
            </div>
            <script>
                (function( w ) {