<form method="post" name="add_brand_form" enctype="multipart/form-data" id="irForm">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2">{if $msg_brand==""}{else}
<div id="msg_small">{$msg_brand}</div>
{/if}
</td>
<tr>
<td width="151">Brand Name</td>
<td ><input id="brand_name" name="brand_name" type="text" class="irInput" /></td>
</tr>
<tr>
<td>Brand Introduction</td>
<td><textarea id="brand_intro" name="brand_intro" cols="30" rows="4" class="irTextarea"></textarea></td>
</tr>
<tr>
<td width="151">Brand Logo</td>
<td><input name="brand_logo" type="file" class="irInput" /></td>
</tr>
</table>
<input name="btn_create" id="btn_create" type="submit" value="Create" class="irBtnCreate" />
</form>