<?php 
$sqlCondition = " WHERE (fish_form_type_id >='3' AND fish_form_type_id <= '7') ";
echo $utilsObj->m_optionObj->gen_fish_form_year_option($dbObj, $selected_year, $sqlCondition);
?>
  </select>
  <input type="button" name="btnQuery" id="btnQuery" value="送出查詢" />
  </p>
  <p>重量(公斤)
  <input type="button" name="btnExport" id="btnExport" value="匯出excel" />
  <input type="hidden" name="textYear" id="textYear" value="<?php 
echo $selected_year;
?>
" />
  <input type="hidden" name="textPage" id="textPage" value="<?php 
echo $_SERVER['SELF'];
?>
" />
  <input type="hidden" name="textType" id="textType" value="<?php 
echo "statistics_key_fishery_2";
?>
" />
  <br />
  </p>
</div>
<?php 
$table = new TableKeyFishery2($selected_year);
$table->drawTable();
?>
<!--版權-->
<?php 
require_once "footer.html";