changeset 84:f9de6c1c352a

intro page
author fknauft
date Wed, 12 Jan 2011 16:54:17 +0100
parents c84536a4993a
children f8c2dfc9025b b401feecead7
files gis_gui/head.pt gis_gui/icons/mappit_state.png gis_gui/intro.pt gis_gui/lib/blocks.css
diffstat 4 files changed, 19 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/gis_gui/head.pt	Wed Jan 12 10:18:28 2011 +0100
+++ b/gis_gui/head.pt	Wed Jan 12 16:54:17 2011 +0100
@@ -1,4 +1,4 @@
 <div class="head">
 <span style="float:right" tal:content="python:'logged in as %s'%request.get('AUTHENTICATED_USER','')"/>
-<h1>Map Points in Time</h1>
+<h1><b>map P</b>laces <b>I</b>n <b>T</b>ime</h1>
 </div>
\ No newline at end of file
Binary file gis_gui/icons/mappit_state.png has changed
--- a/gis_gui/intro.pt	Wed Jan 12 10:18:28 2011 +0100
+++ b/gis_gui/intro.pt	Wed Jan 12 16:54:17 2011 +0100
@@ -1,23 +1,29 @@
-<div class="intro">
-	<h2 >Welcome!</h2>
-	<div class="left_block">
-		<p> This website offers you a platform for geographical representation and analysis of historical data. \n The beta version is available for you to test and evaluate.</p>
-		<p> The diagram below shows which functions are already active.</p>
+      		<div class="intro">
+	<h2>Welcome!</h2>
+	<div class="left_block" align="left">
+		<p> => This website offers you a platform for geographical representation and analysis of historical data.</p>
+		<p> => The beta version is available for you to test and evaluate.</p>
+		<p> => The diagram below shows which functions are already active.</p>
 	</div>
-	<div class="right_block">
-		<p> First time here?</p>
-		<a href="./home">Login</a>
+	<div class="right_block" align="left">
+		<p>=><a href="./home">Login</a></p>
+		<p>=> First time here? <br />
+		   Then go to the<a href="#newbie-intro"> end of this page</a>.</p>
+
 	</div>
 </div>
-<div align="center"><img src="./icons/mappit_state.png" width="400" height="300" ></div>
+<div align="center"><img src="./icons/mappit_state.png" width="600" height="450"></div>
 <div class="intro">
 		<h3>Introduction for Newbies</h3>
+		<a name="newbie-intro"></a>
 		<div align="left" style="padding-left:40px;">
 			<p>On this platform you can visualize and analyze the geographical aspects of historical data with spatial references.</p>
 			<p>The system works on the basis of the GoogleMaps API. </p>
+
 			<p>You can display pre-existing data as maps [Song Yingxing example] or input and process your own data [sample table in Excel]. 
 			Select your desired features for geographical analysis and save for future use!</p>
 			<p>In the beta phase, data is accessible to all registered users. To prevent your work from being altered or deleted, please save externally.</p> 
-			<p>To test the system, login as user <b>test</b> with the password <b>test</b> and get started now!</p>
+			<p>To explore the system, <a href="./home">login</a> as user <b>test</b> with the password <b>test</b> and get started now!</p>
+			<p>To use the system with Your own account, please contact us: <a href="mappit@mpiwg-berlin.mpg.de">mappit@mpiwg-berlin.mpg.de</a>
 		</div>
 </div>
--- a/gis_gui/lib/blocks.css	Wed Jan 12 10:18:28 2011 +0100
+++ b/gis_gui/lib/blocks.css	Wed Jan 12 16:54:17 2011 +0100
@@ -39,7 +39,7 @@
 }
 
 div.block div.titlebar h1 {
-    font-size:20px;
+    font-size:18px;
     padding-top: 10px;
     padding-bottom: 10px;
     margin:0px;
@@ -130,6 +130,7 @@
     border: 1px solid black;
     background-color: #fff;
     text-align: center;
+    font-size: 14px;
     align: center;
     height:250px;
     padding:10px;