<fieldset> <legend>Geographic Search</legend> <table id="spatial_table"> <tr> <td id="spatial_col1" align="center"> <div id="large-google-map"></div> </td> <td id="spatial_col2"> <b>List Areas in:</b> <br/> <label for="place">USA</label> <input type="radio" checked="checked" name="place" id="place" value="usa" onclick="spatial('usa');" onmouseup="query();" /> <label for="place">WORLD</label> <input type="radio" name="place" id="place" value="world" onclick="spatial('world');" onmouseup="query();" /> <br/> <select id="placeList" name="placeList" onchange="spatialBounding(this.value);"><option/></select> <br/> Search Area:<br/> <div id="search_area" > <label for="coordType"><a href="overlapsHelp.htm" title="Overlaps" class="basicHover" rel="overlapsHelp.htm">overlaps</a></label> <input type="radio" checked="checked" value="overlaps" id="coordType" name="coordType" onclick="query();" /> <label for="coordType"><a href="enclosesHelp.htm" title="Encloses" class="basicHover" rel="enclosesHelp.htm">encloses</a></label> <input type="radio" value="encloses" id="coordType" name="coordType" onclick="query();"/> </div> <label for="north">North</label><br/> <input maxlength="8" style="width:60px" size="8" name="north" id="north" onkeyup="completeBound();" value="<%if(session.getAttribute("term3[N]")!=null){out.println(session.getAttribute("term3[N]"));}%>"/> <input type="hidden" id="complete" name="complete"/> <br/> <label for="west">West</label> <label for="east">East</label><br/> <input maxlength="8" style="width:60px" size="8" name="west" id="west" onkeyup="completeBound();" value="<%if(session.getAttribute("term3[W]")!=null){out.println(session.getAttribute("term3[W]"));}%>"/> <input maxlength="8" style="width:60px" size="8" name="east" id="east" onkeyup="completeBound();" value="<%if(session.getAttribute("term3[E]")!=null){out.println(session.getAttribute("term3[E]"));}%>"/><br/> <label for="south">South</label><br/> <input maxlength="8" style="width:60px" size="8" name="south" id="south" onkeyup="completeBound();" value="<%if(session.getAttribute("term3[S]")!=null){out.println(session.getAttribute("term3[S]"));}%>"/> <input type="hidden" name="northbox" id="northbox"/> <input type="hidden" name="westbox" id="westbox"/> </td> </tr> <!-- <tr> <td id="spatial_col3" > <big><b>Place Name:</b></big> <input type="text" name="placeKey" id="placeKey" value="" size="47" value="<%if(session.getAttribute("term7")!=null){out.println(session.getAttribute("term7"));}%>"><input type="button" value="view on map" onclick="javascript:drawPlace(dwr.util.getValue('placeKey'));"/> </td> </tr> --> </table> <div class="help_clear"> <a class="basic" href="spatialHelp.htm" rel="spatialHelp.htm" title="Spatial Help" >Help</a> | <a href="javascript:spatialClear();">clear</a> </div> </fieldset>