Skip to content

Instantly share code, notes, and snippets.

@cesandoval
Created August 9, 2012 00:24
Show Gist options
  • Save cesandoval/3299945 to your computer and use it in GitHub Desktop.
Save cesandoval/3299945 to your computer and use it in GitHub Desktop.
hidden.html
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Local Code</title>
<link rel="stylesheet" href="/static/css/basics.css" type="text/css"/>
<link rel="stylesheet" href="/static/css/home.css" type="text/css"/>
<link rel="stylesheet" href="/static/css/layers.css" type="text/css"/>
<link rel="stylesheet" href="/static/css/custom-theme/jquery-ui-1.8.16.custom.css" type="text/css"/>
</head>
<body>
<div id="container">
<div id="header">
<div id="pagetitle">
Local Code
<span id="pagesubtitle">
Review Data Layers
</span>
</div>
</div>
<div id="nav">
<ul>
<li><a href="/about"><div class="sitenav">About</div></a></li>
<li><a href="/tools"><div class="sitenav">Download Tools</div></a></li>
<li><a href="/webfinches"><div class="sitenav">Browse Data</div></a></li>
<li><a href="/sitemodels/create"><div class="sitenav">Create Islands</div></a></li>
</ul>
</div>
<div id="content">
<p><h1>Select the appropriate SRS code:</h1></p>
<form id="layerreviewer" action="/webfinches/review/" method="POST" enctype="multipart/form-data">
<div style='display:none'><input type='hidden' name='csrfmiddlewaretoken' value='28N6KMXQhbebrEIAjcW8uDLY4qy1pAsu' /></div>
<input type="hidden" name="form-TOTAL_FORMS" value="1" id="id_form-TOTAL_FORMS" /><input type="hidden" name="form-INITIAL_FORMS" value="1" id="id_form-INITIAL_FORMS" /><input type="hidden" name="form-MAX_NUM_FORMS" id="id_form-MAX_NUM_FORMS" />
<input type="hidden" name="next" value="/" />
<input type="submit" value="Upload New Configuration" />
<div class="layer">
<tr><td colspan="2"><ul class="errorlist"><li>(Hidden field data_file_id) This field is required.</li></ul></td></tr>
<tr><th><label for="id_form-0-name">Name:</label></th><td><input id="id_form-0-name" type="text" name="form-0-name" value="contra_costa_clipped" maxlength="200" /></td></tr>
<tr><th><label for="id_form-0-notes">Notes:</label></th><td><textarea id="id_form-0-notes" rows="10" cols="40" name="form-0-notes">PROJCS[&quot;WGS_1984_Web_Mercator_Auxiliary_Sphere&quot;,GEOGCS[&quot;GCS_WGS_1984&quot;,DATUM[&quot;D_WGS_1984&quot;,SPHEROID[&quot;WGS_1984&quot;,6378137.0,298.257223563]],PRIMEM[&quot;Greenwich&quot;,0.0],UNIT[&quot;Degree&quot;,0.0174532925199433]],PROJECTION[&quot;Mercator_Auxiliary_Sphere&quot;],PARAMETER[&quot;False_Easting&quot;,0.0],PARAMETER[&quot;False_Northing&quot;,0.0],PARAMETER[&quot;Central_Meridian&quot;,0.0],PARAMETER[&quot;Standard_Parallel_1&quot;,0.0],PARAMETER[&quot;Auxiliary_Sphere_Type&quot;,0.0],UNIT[&quot;Meter&quot;,1.0]]</textarea></td></tr>
<tr><th><label for="id_form-0-geometry_type">Geometry type:</label></th><td><input id="id_form-0-geometry_type" type="text" name="form-0-geometry_type" value="Polygon" maxlength="50" /></td></tr>
<tr><th><label for="id_form-0-srs">Srs:</label></th><td><input id="id_form-0-srs" type="text" name="form-0-srs" value="fgdgfd" maxlength="50" /><input type="hidden" name="form-0-data_file_id" id="id_form-0-data_file_id" /></td></tr>
</div>
</table>
</form>
</div>
</div>
<script type="text/javascript" src="/static/js/jquery-1.6.2.min.js"></script>
<script type="text/javascript" src="/static/js/jquery-ui-1.8.16.custom.min.js"></script>
<script type="text/javascript" src="/static/js/loadPage.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment