Changeset 375

Show
Ignore:
Timestamp:
09/03/08 18:06:02 (3 months ago)
Author:
arneke
Message:

Cosmetic changes, removed links and updated logo reference.

Location:
trunk/geowebcache/src/main
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/geowebcache/src/main/java/org/geowebcache/demo/Demo.java

    r355 r375  
    7070            "<html><body>\n" 
    7171            +"<a id=\"logo\" href=\"http://geowebcache.org\">"  
    72             +"<img src=\"http://geowebcache.org/trac/chrome/site/geowebcache_text.png?page=demos\"" 
    73             +"height=\"63\" width=\"306\" border=\"0\"/>" 
     72            +"<img src=\"http://geowebcache.org/trac/chrome/site/geowebcache_logo.png\"" 
     73            +"height=\"100\" width=\"353\" border=\"0\"/>" 
    7474            +"</a>\n" 
    7575            +"<h3>Known layers:</h3><table>\n" 
     
    7878            +"table to change the output format.</li>\n" 
    7979            +"<li>If the layers are loaded from a WMS getcapabilities" 
    80             +" document you will probably see duplicates without the namespace prefix.</li>\n" 
    81             +"<li>OpenLayers does not support bounds per zoomlevel, and GWC tightens the bounds as you zoom in." 
    82             +" Some tile requests will therefore be rejected. </li>\n" 
     80            +" document you will probably see duplicates without the namespace prefix. You should ignore them.</li>\n" 
    8381            +"</ul>\n" 
    8482            +"<hr>\n" 
  • trunk/geowebcache/src/main/webapp/index.html

    r285 r375  
    11<html> 
    22<body> 
    3 <a id="logo" href="http://geowebcache.org"><img src="http://geowebcache.org/trac/chrome/site/geowebcache_text.png?page=front" alt="" height="63" width="306" border="0"/></a> 
     3<a id="logo" href="http://geowebcache.org"><img src="http://geowebcache.org/trac/chrome/site/geowebcache_logo.png" alt="" height="100" width="353" border="0"/></a> 
    44 
    5 <h3>Demonstration:</h3> 
     5<h3>Dynamic demo:</h3> 
    66<ul><li><a href="demo">Dynamically generated list of layers</a></li></ul> 
    77 
    8 <h3>Static demos</h3> 
    9 Note: These use the default .properties file and require access to http://sigma.openplans.org 
    10 <u> 
    11 <li><a href="states_epsg4326.html">topp:states demo (EPSG:4326)</a></li> 
    12 <li><a href="states_epsg900913.html">topp:states demo (EPSG:900913)</a></li> 
     8<h3>Static demo:</h3> 
     9<ul> 
    1310<li><a href="states_gmaps.html">Google Maps demo (only works on localhost)</a></li> 
    1411</ul> 
     12Note: This assumes the default configuration file, which accesses the WMS server at http://sigma.openplans.org 
    1513</body> 
    1614</html>