Lines Matching refs:img

180                 [$lat, $lon, $text, $angle, $opacity, $img] = $data;
182 $poi .= ", {lat:$lat,lon:$lon,txt:'$text',angle:$angle,opacity:$opacity,img:'$img',rowId: $rowId}";
195 <td class="icon"><img src="' . DOKU_BASE . 'lib/plugins/openlayersmap/icons/' . $img . '" alt="'
196 . substr($img, 0, -4) . $this->getlang('alt_legend_poi') . '" /></td>
207 <td class="rowId"><img src="' . DOKU_BASE
209 <td class="icon"><img src="' . DOKU_BASE . 'lib/plugins/openlayersmap/toolbar/kml_line.png" alt="'
217 <td class="rowId"><img src="' . DOKU_BASE
219 <td class="icon"><img src="' . DOKU_BASE
228 <td class="rowId"><img src="' . DOKU_BASE
230 <td class="icon"><img src="' . DOKU_BASE
313 [$match, $lat, $lon, $angle, $opacity, $img, $text] = $pt;
318 // TODO validate using exist & set up default img?
319 $img = trim($img);
325 $overlay [] = [$lat, $lon, $text, $angle, $opacity, $img];
375 [$lat, $lon, $text, $angle, $opacity, $img] = $data;
376 $imgUrl .= "&markers=icon%3a" . $sUrl . "lib/plugins/openlayersmap/icons/" . $img . "%7c"
435 // $imgUrl .= DOKU_URL."/".DOKU_PLUGIN."/".getPluginName()."/icons/".$img.",$NUMBER,C,"
440 list ( $lat, $lon, $text, $angle, $opacity, $img ) = $data;
441 // $imgUrl .= $sUrl."lib/plugins/openlayersmap/icons/".$img.",1,C,".$lat.",".$lon.",0,0,0,0,";
442 $imgUrl .= $sUrl . "lib/plugins/openlayersmap/icons/" . $img . ",1,C," . $lat . "," . $lon . ",";
483 [$lat, $lon, $text, $angle, $opacity, $img] = $data;
484 $iconStyle = substr($img, 0, -4);
561 [$lat, $lon, $text, $angle, $opacity, $img] = $data;
619 [$lat, $lon, $text, $angle, $opacity, $img] = $data;
642 * multi-dimensional array of array($lat, $lon, $text, $angle, $opacity, $img)
654 [$lat, $lon, $text, $angle, $opacity, $img] = $data;
830 // $img = $rel ['firstimage'];
831 if (empty($rel ['firstimage']) /* || $img == $_firstimage*/) {
833 // 'olmap::render#rendering image relation metadata for _firstimage as $img was empty or same.',