Mercurial > hg > ChinaGisRestApi
changeset 79:a0a715552e3a
new intro page
author | fknauft |
---|---|
date | Thu, 06 Jan 2011 17:24:40 +0100 |
parents | 3779ad0ba9c7 |
children | 68f210a19435 |
files | gis_gui/head.pt gis_gui/icons/mappit_state.png gis_gui/index_html.html gis_gui/intro.pt gis_gui/lib/blocks.css |
diffstat | 5 files changed, 63 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ <div class="head"> <span style="float:right" tal:content="python:'logged in as %s'%request.get('AUTHENTICATED_USER','')"/> -<h1> ChinaGIS </h1> +<h1>Map Points in Time</h1> </div> \ No newline at end of file
--- 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 @@ <html> <head> - <title tal:content="template/title">ChinaGIS</title> + <title tal:content="template/title">Map Points in Time</title> <script language="JavaScript" src="lib/jquery-1.4.min.js"> </script> <script language="JavaScript" src="lib/blocks.js"> </script> <script language="JavaScript" src="lib/jquery.clickmenu.pack.js"> </script> @@ -13,9 +13,8 @@ <div id="rail"> <tal:block tal:replace="structure here/head"/> <div id="moduleslot"> - - <tal:block tal:replace="structure here/intro"/> - </div> + <tal:block tal:replace="structure here/intro"/> + </div> </div> </body> </html> \ No newline at end of file
--- /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 @@ +<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. 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> +</div> +<div align="center"><img src="./icons/mappit_state.png" width="400" height="300" ></div> +<div class="intro"> + <h3>Introduction for Newbies</h3> + <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, register <a href="">here</a> and get started!</p> + </div> +</div>
--- 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;