Changeset 1198

Show
Ignore:
Timestamp:
07/01/09 20:22:24 (4 years ago)
Author:
tschaub
Message:

Contact info updated.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • apps/opengeo/geoexplorer/trunk/src/html/about.html

    r1165 r1198  
    77    <div class="logo"></div> 
    88    <h2> GeoExplorer </h2> 
    9     <div class="versioninfo">Version 0.1</div> 
     9    <div class="versioninfo">Version 0.2</div> 
    1010    <h3> Engineering & Design by OpenGeo </h3> 
    1111    <a href="http://opengeo.org/">http://opengeo.org/</a> 
  • apps/opengeo/geoexplorer/trunk/src/html/embed.html

    r1181 r1198  
    3232                proxy: "/proxy/?url=", 
    3333                about: { 
    34                     title: "Example Map", 
    35                     "abstract": "A description of the map's contents", 
    36                     keywords: "example, test, development", 
    37                     contact: "Georj the Robot, Outreach Tribe Leader, OpenGeo, http://opengeo.org/" 
     34                    title: "GeoExplorer Demo Map", 
     35                    "abstract": "This is a demonstration of GeoExplorer, " + 
     36                        "an application for assmebling and publishing web " + 
     37                        "based maps.", 
     38                    contact: "For more information, contact <a href='http://opengeo.org'>OpenGeo</a>." 
    3839                }, 
    3940                ows: { 
  • apps/opengeo/geoexplorer/trunk/src/html/index.html

    r1181 r1198  
    3333                proxy: "/proxy/?url=", 
    3434                about: { 
    35                     title: "Example Map", 
    36                     "abstract": "A description of the map's contents", 
    37                     keywords: "example, test, development", 
    38                     contact: "Georj the Robot, Representative, OpenGeo, http://opengeo.org/" 
     35                    title: "GeoExplorer Demo Map", 
     36                    "abstract": "This is a demonstration of GeoExplorer, " + 
     37                        "an application for assmebling and publishing web " + 
     38                        "based maps.  After adding layer to the map, find " + 
     39                        "the 'Publish Map' button above to embed this map " + 
     40                        "in any web page.", 
     41                    contact: "For more information, contact <a href='http://opengeo.org'>OpenGeo</a>." 
    3942                }, 
    4043                ows: { 
  • apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer.js

    r1191 r1198  
    11/** 
    2  * Copyright (c) 2009 The Open Planning Project 
     2 * Copyright (c) 2009 OpenGeo 
    33 */ 
    44 
     
    14921492        var appInfo = new Ext.Panel({ 
    14931493            title: "GeoExplorer", 
    1494             html: "<iframe style=\"border: none; height: 100%; width: 100%\" src=\"about.html\"><a target=\"_blank\" href=\"about.html\">About GeoExplorer</a> </iframe>" 
     1494            html: "<iframe style='border: none; height: 100%; width: 100%' src='about.html'><a target='_blank' href='about.html'>About GeoExplorer</a> </iframe>" 
    14951495        }); 
    14961496 
     
    14981498            title: '',  
    14991499            "abstract": '',  
    1500             keywords: '', 
    15011500            contact: '' 
    15021501        }); 
     
    15051504            title: "Map Info", 
    15061505            html: '<div class="gx-info-panel">' + 
    1507                   '<h2> Title </h2> <p>' + about.title + 
    1508                   '</p> <h2> Abstract </h2> <p>' + about['abstract'] + 
    1509                   '</p> <h2> Keywords </h2> <p>' + about.keywords + 
    1510                   '</p> <h2> Contact </h2> <p>' + about.contact +' </p> </div>', 
     1506                  '<h2>Title</h2><p>' + about.title + 
     1507                  '</p><h2>Description</h2><p>' + about['abstract'] + 
     1508                  '</p> <h2>Contact</h2><p>' + about.contact +'</p></div>', 
    15111509            height: 'auto', 
    15121510            width: 'auto' 
     
    15161514            activeTab: 0, 
    15171515            width: 300, 
    1518             height: 350, 
    1519             items:[mapInfo, appInfo] 
     1516            height: 300, 
     1517            items: [mapInfo, appInfo] 
    15201518        }); 
    15211519 
  • apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/CapabilitiesGrid.js

    r1169 r1198  
    11/** 
    2  * Copyright (c) 2008 The Open Planning Project 
     2 * Copyright (c) 2008 OpenGeo 
    33 * 
    44 */ 
  • apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/Full.js

    r1195 r1198  
    11/** 
    2  * Copyright (c) 2009 The Open Planning Project 
     2 * Copyright (c) 2009 OpenGeo 
    33 */ 
    44 
  • apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/LayerMenuItem.js

    r1196 r1198  
    11/** 
    2  * Copyright (c) 2009 The Open Planning Project 
     2 * Copyright (c) 2009 OpenGeo 
    33 */ 
    44 
  • apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/Wizard.js

    r933 r1198  
    11/** 
    2  * Copyright (c) 2009 The Open Planning Project 
     2 * Copyright (c) 2009 OpenGeo 
    33 */ 
    44 
  • apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer/util.js

    r987 r1198  
    11/** 
    2  * Copyright (c) 2008 The Open Planning Project 
     2 * Copyright (c) 2008 OpenGeo 
    33 */ 
    44 
  • apps/opengeo/geoexplorer/trunk/src/theme/app/geoexplorer.css

    r1197 r1198  
    213213} 
    214214 
    215 .gx-info-panel p { 
    216     margin-bottom: 4px; 
     215.gx-info-panel { 
     216    margin: 1em; 
     217
     218 
     219.gx-info-panel h2 { 
     220    margin-top: 1em; 
    217221} 
    218222