[Commits] r561 - core/trunk/docsrc/_templates
commits at geoext.org
commits at geoext.org
Thu Apr 30 22:05:51 CEST 2009
Author: tschaub
Date: 2009-04-30 22:05:51 +0200 (Thu, 30 Apr 2009)
New Revision: 561
Modified:
core/trunk/docsrc/_templates/front_page.html
Log:
mock content
Modified: core/trunk/docsrc/_templates/front_page.html
===================================================================
--- core/trunk/docsrc/_templates/front_page.html 2009-04-30 20:05:29 UTC (rev 560)
+++ core/trunk/docsrc/_templates/front_page.html 2009-04-30 20:05:51 UTC (rev 561)
@@ -1,53 +1,53 @@
<html>
- <head>
- <title>GeoExt</title>
- <link rel="stylesheet" href="_static/sphinxdoc.css" type="text/css" />
- <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '',
- VERSION: '0.5',
- COLLAPSE_MODINDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="_static/jquery.js"></script>
- <script type="text/javascript" src="_static/doctools.js"></script>
- <link rel="shortcut icon" href="_static/favicon.ico"/>
- <link rel="stylesheet" href="_static/geoext.css" type="text/css" />
- </head>
- <body>
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="geoext">
- <h1>GeoExt</h1>
- <p>Download: [Latest Release, Development]</p>
- <div class="section" id="javascript-toolkit-for-rich-web-mapping-applications">
- <h2>JavaScript Toolkit for Rich Web Mapping Applications</h2>
- <p>GeoExt extends widgets and data utilities from ExtJS with mapping functionality
- from OpenLayers.</p>
- <p>See GeoExt in action (code block could be collapsible):</p>
- <div class="highlight-javascript">
- <div class="highlight"><pre>// some script here</pre></div>
+ <head>
+ <title>GeoExt</title>
+ <link rel="stylesheet" href="_static/sphinxdoc.css" type="text/css" />
+ <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+ <link rel="shortcut icon" href="_static/favicon.ico"/>
+ <link rel="stylesheet" href="_static/geoext.css" type="text/css" />
+ </head>
+ <body>
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+ <div class="body">
+ <div id="header">
+ <h1>GeoExt</h1>
+ <div class="navigation">
+ <ul>
+ <li>Download</li>
+ <li><a href="docs.html">Documentation</a></li>
+ <li><a href="http://dev.geoext.org/trunk/geoext/examples/">Demo</a></li>
+ <li><a href="http://www.geoext.org/trac/geoext">Development</a></li>
+ </ul>
+ </div>
+ </div>
+ <div id="body">
+ <h2>JavaScript Toolkit for Rich Web Mapping Applications</h2>
+
+ <h3>Get GeoExt Now</h3>
+ <p>[ Download link ]</p>
+
+ <p>GeoExt extends widgets and data utilities from ExtJS with mapping functionality
+ from OpenLayers.</p>
+ <p>See GeoExt in action (code block could be collapsible):</p>
+ <div class="highlight-javascript">
+ <div class="highlight"><pre>// some script here</pre></div>
+ </div>
+ <p>[ Click button to launch map in a window ]</p>
+
+ <h3>Learn GeoExt</h3>
+ <p>[ Links to tutorials, api reference, etc. ]</p>
+
+ <h3>Get Involved</h3>
+ <p>GeoExt is available under the BSD license and is supported by a growing
+ community of individuals, businesses and organizations.</p>
+ <p>[ List of supporters ]</p>
+ <p>[ Links to dev resources ]</p>
+ </div>
+ </div>
</div>
- <p>[ Click button to launch map in a window ]</p>
- <p>GeoExt is available under the BSD license and is supported by a growing
- community of individuals, businesses and organizations.</p>
- <blockquote>
- [ List of supporters ]</blockquote>
- </div>
- <div class="section" id="documentation">
- <h2>Documentation</h2>
- <p>Read the <a href="docs.html">documentation page</a>.</p>
- </div>
</div>
- </div>
</div>
- </div>
- </div>
- </body>
+ </body>
</html>
More information about the Commits
mailing list