コード例 #1
0
ファイル: flower_add.php プロジェクト: uwillmore/phpsite
">
      </div>

      <h3 class="text-center">Soil Type:</h3>

      <div class="form-group">
        <label for="soildropdown">Soil Type: </label>
        <?php 
echo $SoilMenu->makeMenu("Select a Soil Type", "SoilType", $SoilList);
?>
      </div>

      <div class="form-group">
        <label for="soilconditions">Soil Conditions:</label>
        <input id="soilconditions" class="form-control" type="text" name="SoilConditions" value="<?php 
echo $Plant->getPlantSoil();
?>
">
      </div>

      <h3 class="text-center">Weather Conditions:</h3>

      <div class="form-group">
        <label for="observationdate">Observation Date:</label>
        <input class="form-control" id="observationdate" type="date" name="ObservationDate" value="<?php 
echo $Weather->getObservationDate();
?>
">
      </div>

      <div class="form-group">