Exemplo n.º 1
0
">
      <input type="hidden" name="SoilID" value="">
      <input type="hidden" name="WeatherID" value="<?php 
echo $Plant->getPlantWeather();
?>
">

      <h3 class="text-center">Observer's Name: <?php 
echo $user->getName();
?>
</h3>

      <div class="form-group">
        <label for="plant-name">Plant Name: </label>
        <input class="form-control" id="plant-name" type="text" name="PlantName" value="<?php 
echo $Plant->getPlantName();
?>
">
      </div>

      <div class="form-group">
        <label for="onsite">Entering Data on Location? (Y/N)</label>
        <input id="onsite" class="form-control" type="text" name="OnSite" value="<?php 
echo $Plant->getPlantEnteredOnSite() == 0 ? 'No' : 'Yes';
?>
">
      </div>

      <div class="form-group">
        <label for="plant-notes">Plant Notes:</label>
        <input class="form-control" id="plant-notes" type="text" name="PlantNotes" value="<?php