# HG changeset patch # User fknauft # Date 1294331080 -3600 # Node ID a0a715552e3a35e2bc17a1079840d28ff6c65255 # Parent 3779ad0ba9c7260a4584f9f75b74cb4ed5837f87 new intro page diff -r 3779ad0ba9c7 -r a0a715552e3a gis_gui/head.pt --- a/gis_gui/head.pt Thu Nov 25 14:08:44 2010 +0100 +++ b/gis_gui/head.pt Thu Jan 06 17:24:40 2011 +0100 @@ -1,4 +1,4 @@
-

ChinaGIS

+

Map Points in Time

\ No newline at end of file diff -r 3779ad0ba9c7 -r a0a715552e3a gis_gui/icons/mappit_state.png Binary file gis_gui/icons/mappit_state.png has changed diff -r 3779ad0ba9c7 -r a0a715552e3a gis_gui/index_html.html --- a/gis_gui/index_html.html Thu Nov 25 14:08:44 2010 +0100 +++ b/gis_gui/index_html.html Thu Jan 06 17:24:40 2011 +0100 @@ -1,6 +1,6 @@ - ChinaGIS + Map Points in Time @@ -13,9 +13,8 @@
- - -
+ +
\ No newline at end of file diff -r 3779ad0ba9c7 -r a0a715552e3a gis_gui/intro.pt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gis_gui/intro.pt Thu Jan 06 17:24:40 2011 +0100 @@ -0,0 +1,23 @@ +
+

Welcome!

+
+

This website offers you a platform for geographical representation and analysis of historical data. The beta version is available for you to test and evaluate.

+

The diagram below shows which functions are already active.

+
+
+

First time here?

+ Login +
+
+
+
+

Introduction for Newbies

+
+

On this platform you can visualize and analyze the geographical aspects of historical data with spatial references.

+

The system works on the basis of the GoogleMaps API.

+

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!

+

In the beta phase, data is accessible to all registered users. To prevent your work from being altered or deleted, please save externally.

+

To test the system, register here and get started!

+
+
diff -r 3779ad0ba9c7 -r a0a715552e3a gis_gui/lib/blocks.css --- a/gis_gui/lib/blocks.css Thu Nov 25 14:08:44 2010 +0100 +++ b/gis_gui/lib/blocks.css Thu Jan 06 17:24:40 2011 +0100 @@ -25,6 +25,7 @@ margin-top:10px; } + div.block div.titlebar { margin:0px; margin-bottom:3px; @@ -125,6 +126,41 @@ } +div.intro { + border: 1px solid black; + background-color: #fff; + text-align: center; + align: center; + height:250px; + padding:10px; + margin-left:50px; + margin-right:50px; + +} + +div.intro div.left_block { + margin:3px; + padding: 2px; + position: relative; + left: 15px; + width: 400px; + height: 150px; + background-color:#bbbbff; + text-align: center; +} + +div.intro div.right_block { + margin:3px; + padding: 2px; + position: relative; + right: -460px; + top: -157px; + width: 400px; + height: 150px; + background-color:#bbbbff; + text-align: center; +} + #login { background-color: #ffcccc; width: 280px;