コード例 #1
0
							</select>
						</td>
					</tr>
					<tr>
						<th>Price Per Entry:</th>
						<td><input name="price_per_qty" value="$<?php 
        echo number_format($entry->getPricePerQty(), 2);
        ?>
"></td>
					</tr>
					<tr>
						<th>Corner Booth:</th>
						<td>
							<select name="is_corner_booth">
								<option value="0"<?php 
        if (!$entry->isCornerBooth()) {
            ?>
 selected<?php 
        }
        ?>
>
									No
								</option>
								<option value="1"<?php 
        if ($entry->isCornerBooth()) {
            ?>
 selected<?php 
        }
        ?>
>
									Yes