Searched refs:mapID (Results 1 – 4 of 4) sorted by relevance
/plugin/siteexport/action/ |
H A D | startup.php | 109 $mapID = array_shift($mapIDs); 110 if ( !empty($mapID) ) { 111 …. tpl_link('', '<span>Copy Map-ID: <span class="mapID" data-done="Done.">'.$mapID.'</span></span>', 112 …'class="action siteexport_mapid" title="Show Map-ID"" data-mapid="'.$mapID.'" onclick="copyMapIDTo…
|
/plugin/googlemaps3/ |
H A D | syntax.php | 22 private $mapID = 0; variable in syntax_plugin_googlemaps3 172 list($mapID, $style, $lang, $jsData) = $data; 180 …$renderer->doc .= "<div id='googlemaps3map".$mapID."' class='googlemaps3'".($style ? ' '.$style : … 199 $map['mapID'] = ++$this->mapID;
|
/plugin/siteexport/inc/ |
H A D | functions.php | 700 $mapID = $this->getMapID($existingPageID, null, $check); 701 $offsiteTemplate = str_replace('CONTEXTID', array_pop($mapID), $offsiteTemplate); 726 $mapID = explode('|', $meta['id']); 727 array_walk($mapID, array($this, 'mapIDWithAnchor'), $postfix); 729 return $mapID;
|
/plugin/siteexport/ |
H A D | style.css | 150 .mapID {
|