changeset 118:4d284b6fe0c5

Unify layout and heads to make bootstrap stuff work on community page.
author Tom Gottfried <tom@intevation.de>
date Tue, 01 Apr 2014 18:24:13 +0200
parents 47202d38cf4f
children b217e51c15b7
files community.html devel_body.html download_body.html
diffstat 3 files changed, 4 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/community.html	Tue Apr 01 18:04:44 2014 +0200
+++ b/community.html	Tue Apr 01 18:24:13 2014 +0200
@@ -7,12 +7,9 @@
         <meta name="description" content="">
         <meta name="author" content="Ariane Brörmann">
 
-        <script src="https://code.jquery.com/jquery.js"></script>
         <!-- Bootstrap -->
         <link href="bootstrap-3.1.0/dist/css/bootstrap.min.css" rel="stylesheet">
 
-        <!-- Leaflet CSS -->
-        <link href="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.css" rel="stylesheet">
 
         <!-- Custom styles for this template -->
         <link href="css/style.css" rel="stylesheet">
@@ -20,6 +17,9 @@
         <!-- Bootstrap core JavaScript
         ================================================== -->
         <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+        <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
+        <!-- Include all compiled plugins (below), or include individual files as needed -->
+        <script src="bootstrap-3.1.0/dist/js/bootstrap.min.js"></script>
         <script src="js/dive4elements.js"></script>
 
         <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
--- a/devel_body.html	Tue Apr 01 18:04:44 2014 +0200
+++ b/devel_body.html	Tue Apr 01 18:24:13 2014 +0200
@@ -1,6 +1,6 @@
 <div class="col-xs-12">
     <div class="jumbotron">
-        <h4>Entwicklungsversion</h4>
+        <h3>Entwicklung</h3>
         <p class="lead">Der aktuelle Entwicklungsstand der Software ist in
         <a href="https://wald.intevation.org/scm/?group_id=57" 
            target="_blank">Mercurial Repositories</a>
--- a/download_body.html	Tue Apr 01 18:04:44 2014 +0200
+++ b/download_body.html	Tue Apr 01 18:24:13 2014 +0200
@@ -1,8 +1,4 @@
 <div class="col-xs-12">
-    <p class="pull-right visible-xs">
-        <button type="button" class="btn btn-primary btn-xs"
-            data-toggle="dive4elements">News Feed</button>
-    </p>
     <div class="jumbotron">
         <h4><a name="live">Live-System</a></h4>
         <p class="lead">Ein komfortabler Weg, Dive4Elements River
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)