<%-- 
    Document   : index
    Created on : Jul 22, 2008, 9:52:32 AM
    Author     : jbf
--%>

<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd">

<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>Autoplot unglob Servlet</title>
    </head>
    <body>
        <h2>Autoplot unglob Servlet</h2>
        <p>The resolves all the templated URIs.  Note this is using Das2's FileStorageModel, so the web server will be
            queried to resolve only available files and version numbers.</p>
    <form action="SecureScriptServlet" method="GET">
        Enter Aggregation URI (<a href="http://autoplot.org/help#Wildcard_codes">help</a>)
        Examples:
        <a href="#" onclick="document.getElementById('resourceURI').value='http://emfisis.physics.uiowa.edu/Flight/RBSP-A/L3/$Y/$m/$d/rbsp-a_magnetometer_1sec-gse_emfisis-L3_$Y$m$d_v$(v,sep).cdf';">A</a>
        <a href="#" onclick="document.getElementById('resourceURI').value='https://cdaweb.gsfc.nasa.gov/sp_phys/data/omni/hourly/$Y/omni2_h0_mrg1hr_$Y$(m,delta=6)01_v$v.cdf';">B</a>
        <a href="#" onclick="document.getElementById('resourceURI').value='http://autoplot.org/data/versioning/data_$Y_$m_$d_v$v.qds';">C</a>
        <br>
        <textarea rows="1" cols="120" id="resourceURI" name="resourceURI" >http://autoplot.org/data/versioning/data_$Y_$m_$d_v$v.qds</textarea><br>
        <br>Enter ISO8601 Time Range: <br>
        <textarea rows="1" cols="50" name="timerange" >2010-03-01/2010-03-10</textarea><br>
        <br><input type="checkbox" name="fast"/>Fast, format template string instead of parsing remote listings.
        <br>
        <input type="hidden" name="scriptFile" value="unaggregate.jy" />
        <br>
        <input type="submit" value="Execute" />
    </form>
        <br><br>
    <small>v20150221</small>
    </body>
</html>