<?php

require_once 'header.php';
require_once 'includes/statistics/table_summary_1.class.php';
$table = new TableSummary1("");
$table->drawTableHeader();
$table->drawTableEntry();
$table->drawTableFooter();
    <?php 
$sqlCondition = " WHERE fish_form_type_id='3' ";
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_summary_1";
?>
" />
  <br />
  </p>
</div>
<?php 
$table = new TableSummary1($selected_year);
$table->drawTable();
?>
<!--版權-->
<?php 
require_once "footer.html";