Mercurial > dive4elements > website
comparison index_body.html @ 93:200a4c2b3bc3
Made river carousel an SSI.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Thu, 27 Mar 2014 08:14:29 +0100 |
parents | 90fc71ec565e |
children | 0fc002c05e24 |
comparison
equal
deleted
inserted
replaced
92:63987dc46a5f | 93:200a4c2b3bc3 |
---|---|
23 wird mit Dive4Elements/River betrieben. Er stellt die Datenbanken der BfG und | 23 wird mit Dive4Elements/River betrieben. Er stellt die Datenbanken der BfG und |
24 der Wasser- und Schifffahrtsverwaltung zur Verfügung. | 24 der Wasser- und Schifffahrtsverwaltung zur Verfügung. |
25 <a href="river.html">Mehr...</a> | 25 <a href="river.html">Mehr...</a> |
26 </p> | 26 </p> |
27 <!-- Carousel --> | 27 <!-- Carousel --> |
28 <div id="myCarousel" class="carousel slide" data-ride="carousel" data-interval="10000"> | 28 <!--#include file="river_carousel.html" --> |
29 <ol class="carousel-indicators"> | |
30 <li data-target="#myCarousel" data-slide-to="0" class="active"></li> | |
31 <li data-target="#myCarousel" data-slide-to="1"></li> | |
32 <li data-target="#myCarousel" data-slide-to="2"></li> | |
33 <li data-target="#myCarousel" data-slide-to="3"></li> | |
34 </ol> | |
35 <!-- Carousel items --> | |
36 <div class="carousel-inner"> | |
37 <div class="item active"> | |
38 <img src="img/einstieg.png" alt="Einstiegsseite" class="img-responsive"> | |
39 <div class="carousel-caption"> | |
40 <p>Einstiegsseite der Anwendung.</p> | |
41 </div> | |
42 </div> | |
43 <div class="item"> | |
44 <img src="img/w-info_lang.png" alt="w-info" class="img-responsive"> | |
45 <div class="carousel-caption"> | |
46 <p>Das Modul W-Info mit Wasserspiegellage bei HQ100 der Elbe, einem Wasserstand von HQ500 und dem Talweg(2004).</p> | |
47 </div> | |
48 </div> | |
49 <div class="item"> | |
50 <img src="img/m-info_fliess.png" alt="m-info" class="img-responsive"> | |
51 <div class="carousel-caption"> | |
52 <p>Das Modul M-Info mit der Fließgeschwindigkeit der Elbe bei HQ100 als Gesamtrinne.</p> | |
53 </div> | |
54 </div> | |
55 <div class="item"> | |
56 <img src="img/karte.png" alt="karte" class="img-responsive"> | |
57 <div class="carousel-caption"> | |
58 <p>Die Flußachse der Elbe mit aktuellen Querprofilspuren und der neuen OSM Hintergrundkarte.</p> | |
59 </div> | |
60 </div> | |
61 </div> | |
62 <!-- Carousel nav --> | |
63 <a class="left carousel-control" data-slide="prev" href="#myCarousel"><span class="glyphicon glyphicon-chevron-left"></span></a> | |
64 <a class="right carousel-control" data-slide="next" href="#myCarousel"><span class="glyphicon glyphicon-chevron-right"></span></a> | |
65 </div><!-- /myCarousel --> | |
66 </div><!-- /jumbobutton--> | 29 </div><!-- /jumbobutton--> |
67 | 30 |
68 <div class="jumbotron"> | 31 <div class="jumbotron"> |
69 <h3>Dive4Elements Ocean (GNV)</h3> | 32 <h3>Dive4Elements Ocean (GNV)</h3> |
70 <a href="gnv/gnv.html">Mehr...</a> | 33 <a href="gnv/gnv.html">Mehr...</a> |