From b8a24c2a9c3184c35d4131f52f3470c74c7afcfe Mon Sep 17 00:00:00 2001 From: Erik Lindsay Date: Mon, 24 Apr 2017 14:01:14 -0400 Subject: [PATCH] data formating and units --- Wello/www/details-content.php | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Wello/www/details-content.php b/Wello/www/details-content.php index ef85173..6ed6c6e 100644 --- a/Wello/www/details-content.php +++ b/Wello/www/details-content.php @@ -171,7 +171,7 @@

inches

@@ -181,7 +181,7 @@

(weight per foot pounds)

@@ -238,7 +238,7 @@ //Should add ternary operator for nulls and blanks echo $row['Yield_Test_Hours']; - ?> + ?> hours

@@ -276,7 +276,7 @@ //Should add ternary operator for nulls and blanks echo $row['Static_Water_Level_Feet']; - ?> + ?> feet

@@ -287,7 +287,7 @@ //Should add ternary operator for nulls and blanks echo $row['Yield_Test_Water_Level_Feet']; - ?> + ?> feet

@@ -298,7 +298,7 @@ //Should add ternary operator for nulls and blanks echo $row['Well_Depth_Feet']; - ?> + ?> feet

@@ -325,7 +325,7 @@ //Should add ternary operator for nulls and blanks echo $row['Open_Screen_Length_Feet']; - ?> + ?> feet

@@ -336,7 +336,7 @@ //Should add ternary operator for nulls and blanks echo $row['Screen_Slot_Size']; - ?> + ?> inches

@@ -347,7 +347,7 @@ //Should add ternary operator for nulls and blanks echo $row['Screen_Diameter_Inches']; - ?> + ?> inches

@@ -369,7 +369,7 @@ //Should add ternary operator for nulls and blanks echo $row['Well_Diameter_Inches']; - ?> + ?> inches

@@ -380,7 +380,7 @@ //Should add ternary operator for nulls and blanks echo $row['Gravel_Size_Inches']; - ?> + ?> inches

@@ -388,12 +388,12 @@

Gravel pack location

'.$row['Depth_To_Top_Of_Gravel_Pack'].'

'; - ?> + echo'

'.$row['Depth_To_Top_Of_Gravel_Pack'].' feet

'; + ?> to '.$row['Depth_To_Bottom_Of_Gravel_Pack'].'

'; + echo'

'.$row['Depth_To_Bottom_Of_Gravel_Pack'].' feet

'; ?>