[Commits] r1198 - in apps/opengeo/geoexplorer/trunk/src: html script/app script/app/GeoExplorer theme/app
commits at geoext.org
commits at geoext.org
Wed Jul 1 20:22:25 CEST 2009
Author: tschaub
Date: 2009-07-01 20:22:24 +0200 (Wed, 01 Jul 2009)
New Revision: 1198
Modified:
apps/opengeo/geoexplorer/trunk/src/html/about.html
apps/opengeo/geoexplorer/trunk/src/html/embed.html
apps/opengeo/geoexplorer/trunk/src/html/index.html
apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer.js
apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/CapabilitiesGrid.js
apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/Full.js
apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/LayerMenuItem.js
apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/Wizard.js
apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/util.js
apps/opengeo/geoexplorer/trunk/src/theme/app/geoexplorer.css
Log:
Contact info updated.
Modified: apps/opengeo/geoexplorer/trunk/src/html/about.html
===================================================================
--- apps/opengeo/geoexplorer/trunk/src/html/about.html 2009-07-01 17:55:52 UTC (rev 1197)
+++ apps/opengeo/geoexplorer/trunk/src/html/about.html 2009-07-01 18:22:24 UTC (rev 1198)
@@ -6,7 +6,7 @@
<body>
<div class="logo"></div>
<h2> GeoExplorer </h2>
- <div class="versioninfo">Version 0.1</div>
+ <div class="versioninfo">Version 0.2</div>
<h3> Engineering & Design by OpenGeo </h3>
<a href="http://opengeo.org/">http://opengeo.org/</a>
© 2009, OpenGeo under the BSD license.
Modified: apps/opengeo/geoexplorer/trunk/src/html/embed.html
===================================================================
--- apps/opengeo/geoexplorer/trunk/src/html/embed.html 2009-07-01 17:55:52 UTC (rev 1197)
+++ apps/opengeo/geoexplorer/trunk/src/html/embed.html 2009-07-01 18:22:24 UTC (rev 1198)
@@ -31,10 +31,11 @@
var app = new GeoExplorer.Embed({
proxy: "/proxy/?url=",
about: {
- title: "Example Map",
- "abstract": "A description of the map's contents",
- keywords: "example, test, development",
- contact: "Georj the Robot, Outreach Tribe Leader, OpenGeo, http://opengeo.org/"
+ title: "GeoExplorer Demo Map",
+ "abstract": "This is a demonstration of GeoExplorer, " +
+ "an application for assmebling and publishing web " +
+ "based maps.",
+ contact: "For more information, contact <a href='http://opengeo.org'>OpenGeo</a>."
},
ows: {
"demo": "http://demo.opengeo.org/geoserver/ows"
Modified: apps/opengeo/geoexplorer/trunk/src/html/index.html
===================================================================
--- apps/opengeo/geoexplorer/trunk/src/html/index.html 2009-07-01 17:55:52 UTC (rev 1197)
+++ apps/opengeo/geoexplorer/trunk/src/html/index.html 2009-07-01 18:22:24 UTC (rev 1198)
@@ -32,10 +32,13 @@
var app = new GeoExplorer.Full({
proxy: "/proxy/?url=",
about: {
- title: "Example Map",
- "abstract": "A description of the map's contents",
- keywords: "example, test, development",
- contact: "Georj the Robot, Representative, OpenGeo, http://opengeo.org/"
+ title: "GeoExplorer Demo Map",
+ "abstract": "This is a demonstration of GeoExplorer, " +
+ "an application for assmebling and publishing web " +
+ "based maps. After adding layer to the map, find " +
+ "the 'Publish Map' button above to embed this map " +
+ "in any web page.",
+ contact: "For more information, contact <a href='http://opengeo.org'>OpenGeo</a>."
},
ows: {
"demo": "http://demo.opengeo.org/geoserver/ows/"
Modified: apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/CapabilitiesGrid.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/CapabilitiesGrid.js 2009-07-01 17:55:52 UTC (rev 1197)
+++ apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/CapabilitiesGrid.js 2009-07-01 18:22:24 UTC (rev 1198)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008 The Open Planning Project
+ * Copyright (c) 2008 OpenGeo
*
*/
Modified: apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/Full.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/Full.js 2009-07-01 17:55:52 UTC (rev 1197)
+++ apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/Full.js 2009-07-01 18:22:24 UTC (rev 1198)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2009 The Open Planning Project
+ * Copyright (c) 2009 OpenGeo
*/
/*
Modified: apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/LayerMenuItem.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/LayerMenuItem.js 2009-07-01 17:55:52 UTC (rev 1197)
+++ apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/LayerMenuItem.js 2009-07-01 18:22:24 UTC (rev 1198)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2009 The Open Planning Project
+ * Copyright (c) 2009 OpenGeo
*/
/**
Modified: apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/Wizard.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/Wizard.js 2009-07-01 17:55:52 UTC (rev 1197)
+++ apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/Wizard.js 2009-07-01 18:22:24 UTC (rev 1198)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2009 The Open Planning Project
+ * Copyright (c) 2009 OpenGeo
*/
Ext.namespace("GeoExplorer");
Modified: apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/util.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/util.js 2009-07-01 17:55:52 UTC (rev 1197)
+++ apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/util.js 2009-07-01 18:22:24 UTC (rev 1198)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008 The Open Planning Project
+ * Copyright (c) 2008 OpenGeo
*/
/**
Modified: apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer.js 2009-07-01 17:55:52 UTC (rev 1197)
+++ apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer.js 2009-07-01 18:22:24 UTC (rev 1198)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2009 The Open Planning Project
+ * Copyright (c) 2009 OpenGeo
*/
/**
@@ -1491,23 +1491,21 @@
displayAppInfo: function() {
var appInfo = new Ext.Panel({
title: "GeoExplorer",
- html: "<iframe style=\"border: none; height: 100%; width: 100%\" src=\"about.html\"><a target=\"_blank\" href=\"about.html\">About GeoExplorer</a> </iframe>"
+ html: "<iframe style='border: none; height: 100%; width: 100%' src='about.html'><a target='_blank' href='about.html'>About GeoExplorer</a> </iframe>"
});
var about = Ext.applyIf(this.about, {
title: '',
"abstract": '',
- keywords: '',
contact: ''
});
var mapInfo = new Ext.Panel({
title: "Map Info",
html: '<div class="gx-info-panel">' +
- '<h2> Title </h2> <p>' + about.title +
- '</p> <h2> Abstract </h2> <p>' + about['abstract'] +
- '</p> <h2> Keywords </h2> <p>' + about.keywords +
- '</p> <h2> Contact </h2> <p>' + about.contact +' </p> </div>',
+ '<h2>Title</h2><p>' + about.title +
+ '</p><h2>Description</h2><p>' + about['abstract'] +
+ '</p> <h2>Contact</h2><p>' + about.contact +'</p></div>',
height: 'auto',
width: 'auto'
});
@@ -1515,8 +1513,8 @@
var tabs = new Ext.TabPanel({
activeTab: 0,
width: 300,
- height: 350,
- items:[mapInfo, appInfo]
+ height: 300,
+ items: [mapInfo, appInfo]
});
var win = new Ext.Window({
Modified: apps/opengeo/geoexplorer/trunk/src/theme/app/geoexplorer.css
===================================================================
--- apps/opengeo/geoexplorer/trunk/src/theme/app/geoexplorer.css 2009-07-01 17:55:52 UTC (rev 1197)
+++ apps/opengeo/geoexplorer/trunk/src/theme/app/geoexplorer.css 2009-07-01 18:22:24 UTC (rev 1198)
@@ -212,10 +212,14 @@
opacity: 1;
}
-.gx-info-panel p {
- margin-bottom: 4px;
+.gx-info-panel {
+ margin: 1em;
}
+.gx-info-panel h2 {
+ margin-top: 1em;
+}
+
.gx-wizard-description p {
margin: 4px auto;
background: none;
More information about the Commits
mailing list