コード例 #1
0
				<td>
					<b>Style:<font color="red">*</font></b>
				</td>
				<td>
					<?php 
echo $htmlHelper->ToSelectList("beerStyleId", $beerStyleList, "name", "id", $beer->get_beerStyleId(), "Select One");
?>
				</td>
			</tr>
			<tr>
				<td>
					<b>SRM:<font color="red">*</font></b>
				</td>
				<td>
					<input type="text" id="srm" class="xsmallbox" name="srm" value="<?php 
echo $beer->get_srm();
?>
" />
				</td>
			</tr>
			<tr>
				<td>
					<b>IBU:<font color="red">*</font></b>
				</td>
				<td>
					<input type="text" id="ibu" class="xsmallbox" name="ibu" value="<?php 
echo $beer->get_ibu();
?>
" />
				</td>
			</tr>