コード例 #1
0
						<td><textarea name="description"><?php 
                        echo esc_html($entry->getDescription());
                        ?>
</textarea></td>
					</tr>
					<tr>
						<th>Float Parking Spaces:</th>
						<td><input name="float_parking_spaces" value="<?php 
                        echo $entry->getFloatParkingSpaces();
                        ?>
"></td>
					</tr>
					<tr>
						<th>Cost Per Parking Space:</th>
						<td><input name="float_parking_space_cost" value="$<?php 
                        echo number_format($entry->getFloatParkingSpaceCost(), 2);
                        ?>
"></td>
					</tr>
					<tr>
						<th>Needs Amped Sound:</th>
						<td>
							<select name="needs_amped_sound">
								<option value="0"<?php 
                        if (!$entry->needsAmpedSound()) {
                            ?>
 selected<?php 
                        }
                        ?>
>
									No