Changes between Version 6 and Version 7 of ZooWebSite/Demo/GdalProfile
- Timestamp:
- Dec 1, 2010, 11:47:46 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/Demo/GdalProfile
v6 v7 3 3 {{{ 4 4 #!html 5 <div id="map" style="width:99%;margin:1% ;border:0;"></div>5 <div id="map" style="width:99%;margin:1% 1% 1% 1%;border:0;"></div> 6 6 <div class="fg-toolbar ui-widget-header ui-corner-all ui-helper-clearfix"> 7 7 <div class="fg-buttonset fg-buttonset-single"> 8 8 <a href="#" class="fg-button ui-state-default fg-button-icon-solo ui-corner-all ui-state-active" title="Pan" name="pan" onclick="toggleControl(this)";"><span class="ui-icon pan"></span>Pan</a> 9 9 <a href="#" class="fg-button ui-state-default fg-button-icon-solo ui-corner-all" title="Zoom In" name="zoomin" onclick="toggleControl(this)";"><span class="ui-icon zoom_in"></span> Zoom in</a> 10 <a href="#" class="fg-button ui-state-default fg-button-icon-solo ui-corner-all" title="Full Extent" name="zoomin" onclick="toggleControl(this)";"><span class="ui-icon fullextent"></span> Full extent</a>11 10 <a href="#" class="fg-button ui-state-default fg-button-icon-solo ui-corner-all" title="Zoom Out" name="zoomout" onclick="toggleControl(this)";"><span class="ui-icon zoom_out"></span> Zoom out</a> 12 11 <a href="#" class="fg-button ui-state-default fg-button-icon-solo ui-corner-all" title="Create Profile" name="createprofile" onclick="toggleControl(this)";"><span class="ui-icon createprofile"></span>Create profile</a>