Example #1
0
					<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>
			<tr>
				<td>
					<b>OG:<font color="red">*</font></b>
				</td>
				<td>
					<input type="text" id="og" class="smallbox" name="og" value="<?php 
echo $beer->get_og();
?>
" />
				</td>
			</tr>
			<tr>
				<td>
					<b>FG:<font color="red">*</font></b>
				</td>
				<td>
					<input type="text" id="fg" class="smallbox" name="fg" value="<?php 
echo $beer->get_fg();
?>
" />
				</td>
			</tr>