summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html5
-rw-r--r--index.html.in5
2 files changed, 8 insertions, 2 deletions
diff --git a/index.html b/index.html
index 52c4238..393f9db 100644
--- a/index.html
+++ b/index.html
@@ -92,7 +92,10 @@ the data: </p>
<h2>Content</h2>
<div>
<div id="map" class="map" style="float: left;"></div>
- <div id="details" style="height: 600px; overflow-y: scroll;"></div>
+ <div id="details" style="height: 600px; overflow-y: scroll;">
+ Click on the map to display the names of the files under the pointer,
+ and get the values of the shift(s).
+ </div>
<div style="clear: both;"></div>
</div>
<div id="popup" class="ol-popup">
diff --git a/index.html.in b/index.html.in
index 42f8d63..1fa1268 100644
--- a/index.html.in
+++ b/index.html.in
@@ -90,7 +90,10 @@ the data: </p>
<h2>Content</h2>
<div>
<div id="map" class="map" style="float: left;"></div>
- <div id="details" style="height: 600px; overflow-y: scroll;"></div>
+ <div id="details" style="height: 600px; overflow-y: scroll;">
+ Click on the map to display the names of the files under the pointer,
+ and get the values of the shift(s).
+ </div>
<div style="clear: both;"></div>
</div>
<div id="popup" class="ol-popup">