<?php
  //use environmental variables for my path
// Works as of PHP 4.3.0
$home = getenv('WEB');
$search=getenv('STNSEARCH');
#home=$_ENV['WEB'];
set_include_path("$home/html/include");
// Works in all PHP versions
ini_set('include_path', "$home/html/registries/include");


?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
    <meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
  <title>International Registry of Seismograph Stations: station search</title>
    <link rel="icon" href="/images/favicon.ico" type="image/ico" />
    <link rel="stylesheet" type="text/css" href="/css/iscschema.css">
  </head>
   <body>
  <div id="container">
   <?php include("$home/html/include/header.php"); ?>

   <div id="maingeneral">
	 <div id="content">
  <?php include("leftmenu.php"); ?>
    <div id="rightinner">
<div id="lefttitle">
  <h3>Station search</h3>
  <span class="doi"><a href="https://doi.org/10.31905/EL3FQQ40">https://doi.org/10.31905/EL3FQQ40</a></span>
</div>
    <table>
        <tr>
            <td width="70%" style="vertical-align: top; ">
                This is the standard search page for the International Registry of Seismograph Stations. To complete a search using customised shapes, an interactive search page is available:
            </td>
        </tr>
    </table>

 <!-- Table with sponsor logo-->
    <h3 align="center">Sponsored by:</h3>
     <table align="center" width="80%">
         <tr>
             <td align="center" style="padding-top:15px;">
                 <a href="http://reftek.com/" target="_blank" rel="noopener noreferrer"><img src="/images/misc/REF-TEK-logo.png" width="170"></a>
             </td>
             <td align="center" width="5%">
                 &nbsp;
             </td>

             <td align="center" style="padding-top:15px;">
                 <a href="http://www.geosig.com/" target="_blank" rel="noopener noreferrer"><img src="/images/misc/GS_logo.png" width="170"></a>
             </td>
             <td align="center" width="5%">
                 &nbsp;
             </td>
             <td align="center" style="padding-top:15px;">
                <a href="http://www.tai-de.com/en/" target="_blank" rel="noopener noreferrer"><img src="/sponsors/images/Taide_logo.jpg" width="170"></a>
             </td>
             <td align="center" width="5%">
                 &nbsp;
             </td>
<!--             <td align="center" style="padding-top:15px;">
                <a href="http://www.guralp.com"><img src="/images/misc/Guralp.jpg" width="170"></a>
             </td>
             <td align="center" width="5%">
                 &nbsp;
             </td>-->
<!---             <td align="center" style="padding-top:15px;">
                <a href="http://src.com.au"><img src="/sponsors/images/SRC_Logo.jpg" width="170"></a>
             </td>-->

         </tr>
     </table>
<!--2ndTable-->
     <table align="center" width="80%">
         <tr>
             <td align="center" style="padding-top:15px;">
                <a href="https://asirseismic.com/" target="_blank" rel="noopener noreferrer"><img src="/sponsors/images/ASIR_logo_black.png" width="170"></a>
             </td>
             <td align="center" width="5%">
                 &nbsp;
             </td>
             <td align="center" width="5%">
                 &nbsp;
             </td>
             <td align="center" style="padding-top:15px;">
                <a href="https://sara.pg.it/" target="_blank" rel="noopener noreferrer"><img src="/sponsors/images/SARA_logo_screenshot.png" width="170"></a>
             </td>

         </tr>
     </table>

<!--3rdTable-->
     <table align="center" width="80%">
         <tr>
             <td align="center" style="padding-top:15px;">
                <a href="http://www.guralp.com" target="_blank" rel="noopener noreferrer"><img src="/images/misc/Guralp.jpg" width="170"></a>
             </td>
             <td align="center" width="5%">
                 &nbsp;
             </td>
             <td align="center" width="5%">
                 &nbsp;
             </td>
             <td align="center" style="padding-top:15px;">
                <a href="http://src.com.au" target="_blank" rel="noopener noreferrer"><img src="/sponsors/images/SRC_Logo.jpg" width="170"></a>
             </td>

         </tr>
     </table>


<br>


<br/>


<p>
<a href="interactive/">Interactive search</a>
</p>
<p>
 The format of the station search output is explained <a href=format/>here</a>.</p>

  <br/><br/>
</div>
 <form name="standardsearch" method="get" target="_blank" action="/cgi-bin/stations">
<div id=options>
    <br/>

    <?php include("$search/include/stnregionselect.php");?>

<br/><br/>
<center>
<input type="submit" class="button white medium num" value="Search stations"/>
</center>

  </form>

</div>

  </div>

  </div>
<?php include("$home/html/include/footer.php"); ?>
   <?php
//close the container div
?>
</div>
</body>
</html>
