Skip to content

Commit

Permalink
Changed "form" to a php page, and deleted the old html version of "we…
Browse files Browse the repository at this point in the history
…lls-list"
  • Loading branch information
MFox committed Mar 28, 2017
1 parent 3ebc842 commit e5a55f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 112 deletions.
9 changes: 6 additions & 3 deletions html-ONLY-site/form.html → html-ONLY-site/form.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<?php

?>
<!doctype html>
<html class="no-js" lang="">

Expand Down Expand Up @@ -122,15 +125,15 @@ <h2>Well location</h2>
</li>

<li id="get-gps-local">
<label for="gps-coordinates">GPS coordinates
<label for="gps-coordinates">GPS coordinates
<img onclick="getLocation()" alt="get location" src="img/gps.svg">
</label>
<p id="demo"></p>
<label for="gps-coordinates">Latitude</label>
<input type="text" id="gps-coordinates-latitude">
<label for="gps-coordinates">Longitude</label>
<input type="text" id="gps-coordinates-longitude">

</li>

<li>
Expand Down Expand Up @@ -221,7 +224,7 @@ <h2>Yield Test</h2>
<label for="yield-gpm">Yield</label>
<input type="number" min="1" id="yeld-gpm"> gallons per minute
</li>

<li>
<label for="yield-test-notes">Yield test notes</label>
<textarea id="yield-test-notes"></textarea>
Expand Down
109 changes: 0 additions & 109 deletions html-ONLY-site/wells-list.html

This file was deleted.

0 comments on commit e5a55f7

Please sign in to comment.