Searched refs:mapID (Results 1 – 4 of 4) sorted by relevance
| /plugin/siteexport/action/ |
| D | startup.php | 108 $mapID = array_shift($mapIDs); 109 if ( !empty($mapID) ) { 110 …. tpl_link('', '<span>Copy Map-ID: <span class="mapID" data-done="Done.">'.$mapID.'</span></span>', 111 …'class="action siteexport_mapid" title="Show Map-ID"" data-mapid="'.$mapID.'" onclick="copyMapIDTo…
|
| /plugin/googlemaps3/ |
| 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/ |
| D | functions.php | 706 $mapID = $this->getMapID($existingPageID, null, $check); 707 $offsiteTemplate = str_replace('CONTEXTID', array_pop($mapID), $offsiteTemplate); 732 $mapID = explode('|', $meta['id']); 733 array_walk($mapID, array($this, 'mapIDWithAnchor'), $postfix); 735 return $mapID;
|
| /plugin/siteexport/ |
| D | style.css | 150 .mapID {
|