OpenLayers OpenLayers
Show
Ignore:
Timestamp:
03/12/08 10:51:37 (10 months ago)
Author:
tschaub
Message:

four tabs for spaces

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/examples/getfeatureinfo.html

    r6145 r6497  
    11<html> 
    22  <head> 
    3    <title>OpenLayers Feature Info Example</title> 
    4    <script src="../lib/OpenLayers.js"></script> 
     3    <title>OpenLayers Feature Info Example</title> 
     4    <script src="../lib/OpenLayers.js"></script> 
    55    <link rel="stylesheet" href="../theme/default/style.css" type="text/css" /> 
    6    <style type="text/css"> 
    7     ul, li { padding-left: 0px; margin-left: 0px; } 
    8    </style> 
     6    <style type="text/css"> 
     7        ul, li { padding-left: 0px; margin-left: 0px; } 
     8    </style> 
    99  </head> 
    1010  <body> 
    11   <h1 id="title">Feature Info Example</h1> 
     11      <h1 id="title">Feature Info Example</h1> 
    1212 
    13   <div id="tags"></div> 
     13      <div id="tags"></div> 
    1414 
    15   <p id="shortdesc"> 
    16        Demonstrates sending a GetFeatureInfo query to an OWS. Returns information about a map feature in the side DIV. 
    17   </p> 
     15      <p id="shortdesc"> 
     16        Demonstrates sending a GetFeatureInfo query to an OWS. Returns information about a map feature in the side DIV. 
     17      </p> 
    1818 
    19    <a id="permalink" href="">Permalink</a><br /> 
     19    <a id="permalink" href="">Permalink</a><br /> 
    2020 
    21    <div style="float:right;width:28%"> 
    22        <h1 style="font-size:1.3em;">CIA Factbook</h1> 
    23        <p style="font-size:.8em;">Click a country to see statistics about the country below.</p> 
    24        <div id="nodeList"> 
    25        </div> 
     21    <div style="float:right;width:28%"> 
     22        <h1 style="font-size:1.3em;">CIA Factbook</h1> 
     23        <p style="font-size:.8em;">Click a country to see statistics about the country below.</p> 
     24        <div id="nodeList"> 
     25        </div> 
    2626    </div> 
    27   <div id="map" style="width:512px; height:512px"></div> 
     27      <div id="map" style="width:512px; height:512px"></div> 
    2828 
    2929  <script defer="defer" type="text/javascript"> 
     
    5656  </script> 
    5757 
    58    <div id="docs"> 
    59    </div> 
     58    <div id="docs"> 
     59    </div> 
    6060  </body> 
    6161</html>