Вход Регистрация
Файл: assets/plugins/markerclusterer/1.0.1/examples/speed_test_example.html
Строк: 66
<?php
<!DOCTYPE>
<
html>
  <
head>
    <
meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <
title>MarkerClusterer v3 Example</title>

    <
style type="text/css">
      
body {
        
margin0;
        
padding0;
        
font-familyArial;
        
font-size14px;
      }

      
#panel {
        
floatleft;
        
width300px;
        
height550px;
      }

      
#map-container {
        
margin-left300px;
      }

      
#map {
        
width100%;
        
height550px;
      }

      
#markerlist {
        
height400px;
        
margin10px 5px 0 10px;
        
overflowauto;
      }

      .
title {
        
border-bottom1px solid #e0ecff;
        
overflowhidden;
        
width256px;
        
cursorpointer;
        
padding2px 0;
        
displayblock;
        
color#000;
        
text-decorationnone;
      }

      .
title:visited {
        
color#000;
      
}

      .
title:hover {
        
background#e0ecff;
      
}

      
#timetaken {
        
color#f00;
      
}

      .
info {
        
width200px;
      }

      .
info img {
        
border0;
      }

      .
info-body {
        
width200px;
        
height200px;
        
line-height200px;
        
margin2px 0;
        
text-aligncenter;
        
overflowhidden;
      }

      .
info-img {
        
height220px;
        
width200px;
      }

    </
style>
    
    <
script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false"></script>
    <
script src="../src/data.json" type="text/javascript"></script>
    <
script type="text/javascript">
      var 
script '<script type="text/javascript" src="../src/markerclusterer';
      if (
document.location.search.indexOf('compiled') !== -1) {
        
script += '_compiled';
      }
      
script += '.js"><' '/script>';
      
document.write(script);
    </
script>
    <
script type="text/javascript" src="speed_test.js"></script>
  </
head>
  <
body onload="speedTest.init();">
    <
div id="panel">
      <
h3>An example of MarkerClusterer v3</h3>
      <
p>
        <
a href="?compiled">Compiled</a> |
        <
a href="?">Standard</aversion of the script.
      </
p>

      <
div>
        <
input type="checkbox" checked="checked" id="usegmm"/>
        <
span>Use MarkerClusterer</span>
      </
div>

      <
div>
        
Markers:
        <
select id="nummarkers">
          <
option value="10">10</option>
          <
option value="50">50</option>
          <
option value="100" selected="selected">100</option>
          <
option value="500">500</option>
          <
option value="1000">1000</option>
        </
select>

        <
span>Time used: <span id="timetaken"></spanms</span>
      </
div>

      <
strong>Marker List</strong>
      <
div id="markerlist">

      </
div>
    </
div>
    <
div id="map-container">
      <
div id="map"></div>
    </
div>
  </
body>
</
html>
?>
Онлайн: 1
Реклама