diff --git a/Wello/www/details-content.php b/Wello/www/details-content.php index a07ba4b..e191fca 100644 --- a/Wello/www/details-content.php +++ b/Wello/www/details-content.php @@ -168,7 +168,7 @@ + ?> feet

  • @@ -177,7 +177,7 @@ + ?> inches

  • @@ -187,18 +187,28 @@ + ?> (weight per foot pounds)

  • -

    Threaded/Welded

    -

    STILLTODO

    +

    Casing Joint Type

    +

    + +

  • Drive Shoe?

    -

    STILLTODO

    +

    + +

  • diff --git a/Wello/www/details.php b/Wello/www/details.php index 1fd60b3..1bb7fbd 100644 --- a/Wello/www/details.php +++ b/Wello/www/details.php @@ -26,6 +26,11 @@ Relative_Location, Proposed_Use, Drilling_Equipment, + Casing_Length_Feet, + Casing_Diameter_Inches, + Casing_Weight_Per_Foot_Pounds, + Casing_Joint_Type, + Drive_Shoe, Depth_To_Top_Of_Gravel_Pack, Depth_To_Bottom_Of_Gravel_Pack diff --git a/Wello/www/form.php b/Wello/www/form.php index a647a84..354201d 100644 --- a/Wello/www/form.php +++ b/Wello/www/form.php @@ -19,6 +19,11 @@ WHERE Permit_Number = $Well_ID"; if ($result = $mysqli->query($query)) { $row = $result->fetch_assoc(); + foreach ($row as &$value) { + if ($value == ""){ + $value == "Not Specified"; + } + } } ?> @@ -54,17 +59,27 @@