<input name="picture" type="file" id="picture" /></td>
   </tr>
  
  <tr>
    <td class="height_row"><div align="right">Số thứ tự </div></td>
    <td class="height_row">
	<select name="order" class="input-text" >
		<?php 
        order(1, 101, $row['stt']);
        ?>
	</select></td>
    <td class="height_row"><div align="right">Danh mục </div></td>
    <td class="height_row"><select  name="category" class="input-text" id="parent" >
      <option value="0">Không thuộc nhóm nào</option>
      <?php 
        CategoryNews($row['category'], menu_product);
        ?>
    </select></td>
  </tr>
  
  <tr>
    <td class="height_row"><div align="right">Vị trí </div></td>
    <td class="height_row">
	<select name="alignment" class="input-text" >
		<option value="1" <?php 
        echo $row['alignment'] == '1' ? 'Selected' : '';
        ?>
>Banner</option>
        <option value="2" <?php 
        echo $row['alignment'] == '2' ? 'Selected' : '';
        ?>
Example #2
0
                V <input name="pickervval" id="pickervval" type="text" value="0" size="3" maxlength="3" />
                <br />
                <br />
                # <input name="pickerhexval" id="pickerhexval" type="text" value="0" size="6" maxlength="6" />
            </div>

            <div id="pickerSwatch" ></div>
    </div></td>
    </tr>
  
   <tr>
     <td><div align="right">Thuộc nhóm </div></td>
     <td><select  name="select" class="input-text" id="select" >
       <option value="0">Không thuộc nhóm nào</option>
       <?php 
        CategoryNews($row['parent'], menu_product);
        ?>
     </select></td>
     </tr>
   <tr>
     <td><div align="right">Màu nền </div></td>
     <td>#
       <input name="bgcolor" type="text" id="bgcolor" value="<?php 
        echo $row['bgcolor'];
        ?>
" size="6" maxlength="6" /></td>
     </tr>
   <tr>
     <td><div align="right">Màu chữ </div></td>
     <td>#
       <input name="color" type="text" id="color" value="<?php