コード例 #1
0
            ?>
>
										<?php 
            echo $entry_type;
            ?>
									</option>
								<?php 
        }
        ?>
							</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