mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-03 08:01:38 +02:00
updated examples
This commit is contained in:
+33
-7
@@ -55,37 +55,63 @@
|
|||||||
|
|
||||||
<h2>Minimal example (France)</h2>
|
<h2>Minimal example (France)</h2>
|
||||||
<div class="maparea1">
|
<div class="maparea1">
|
||||||
<span>Alternative content</span>
|
<div class="map">
|
||||||
|
<span>Alternative content for the map</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>Map with some plotted cities and area labels (France)</h2>
|
<h2>Map with some plotted cities and area labels (France)</h2>
|
||||||
<div class="maparea2">
|
<div class="maparea2">
|
||||||
<span>Alternative content</span>
|
<div class="map">
|
||||||
|
<span>Alternative content for the map</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>Map with some overloaded parameters and 'onclick' callback on areas (France)</h2>
|
<h2>Map with some overloaded parameters and 'onclick' callback on areas (France)</h2>
|
||||||
<div class="maparea3">
|
<div class="maparea3">
|
||||||
<span>Alternative content</span>
|
<div class="map">
|
||||||
|
<span>Alternative content for the map</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>Population of France by department with a legend</h2>
|
<h2>Population of France by department with a legend</h2>
|
||||||
<div class="maparea4">
|
<div class="maparea4">
|
||||||
<span>Alternative content</span>
|
<div class="map">
|
||||||
|
<span>Alternative content for the map</span>
|
||||||
|
</div>
|
||||||
|
<div class="areaLegend">
|
||||||
|
<span>Alternative content for the legend</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>Population of the 1000 more populated french cities with a legend</h2>
|
<h2>Population of the 1000 more populated french cities with a legend</h2>
|
||||||
<div class="maparea5">
|
<div class="maparea5">
|
||||||
<span>Alternative content</span>
|
<div class="map">
|
||||||
|
<span>Alternative content for the map</span>
|
||||||
|
</div>
|
||||||
|
<div class="cityFrance">
|
||||||
|
<span>Alternative content for the legend</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>Map of the world with the population by country</h2>
|
<h2>Map of the world with the population by country</h2>
|
||||||
<div class="maparea6">
|
<div class="maparea6">
|
||||||
<span>Alternative content</span>
|
<div class="map">
|
||||||
|
<span>Alternative content for the map</span>
|
||||||
|
</div>
|
||||||
|
<div class="areaLegend">
|
||||||
|
<span>Alternative content for the legend</span>
|
||||||
|
</div>
|
||||||
|
<div class="plotLegend">
|
||||||
|
<span>Alternative content for the legend</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>Map of USA with some plotted cities</h2>
|
<h2>Map of USA with some plotted cities</h2>
|
||||||
<div class="maparea7">
|
<div class="maparea7">
|
||||||
<span>Alternative content</span>
|
<div class="map">
|
||||||
|
<span>Alternative content for the map</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
+2481
-1748
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user