:::

資料申請

::: the_form( "survey_form", "survey.rev.php" ); // For survey layout $surveys = $handler->Get_Datas( "survey.Sn=$_GET[survey_sn]" ); foreach ( $surveys as $survey ) { // Check if logined if ( $survey['Member_Only'] == 'Y' ) { Page_check_usr(); } ?>

  • *作答前請先填入您的聯絡 E-mail:

  • Get_Datas( "At_Top DESC, ListOrder", "Sn=$_GET[survey_sn]" ); // $i=第幾題 $c=題目選項 $j=子選項 $i = 1; // For display questions //題目 foreach ( $contents as $main ) { ?>
    Get_Datas( "At_Top DESC, ListOrder", "Content_Sn=$main[Content_Sn]" ); foreach ( $options as $option ) { // Check input type is a question or radio or check box if ( $option['survey_option_class'] == '100' ) { $type = ""; $text1 = ""; } else if ( $option['survey_option_class'] == '101' or $option['survey_option_class'] == '103' ) { $type = ""; if ( $option['survey_option_class'] == '103' ) { $text1 = ""; } if ( $option['survey_option_class'] != '103' ) { $text1 = ''; } } else if ( $option['survey_option_class'] == '102' or $option['survey_option_class'] == '104' ) { $type = ""; if ( $option['survey_option_class'] == '104' ) { $text1 = ""; } if ( $option['survey_option_class'] != '104' ) { $text1 = ''; } } // Option without text if ( $option['survey_option_class'] == '105' ) { $type = ""; $text1 = ""; } //輸出 options ?>
    Get_Datas( "ListOrder", "Option_Sn=$option[Option_Sn]" ); foreach ( $sub_options as $sub ) { // Check input type is radio or check box if ( $sub['survey_sub_option_class'] == '101' or $sub['survey_sub_option_class'] == '103' ) { $type_s = ""; if ( $sub['survey_sub_option_class'] == '103' ) { $text2 = "
    "; } if ( $sub['survey_sub_option_class'] != '103' ) { $text2 = ''; } } if ( $sub['survey_sub_option_class'] == '102' or $sub['survey_sub_option_class'] == '104' ) { $type_s = ""; if ( $sub['survey_sub_option_class'] == '104' ) { $text2 = "
    "; } if ( $sub['survey_sub_option_class'] != '104' ) { $text2 = ''; } } if ( $sub['survey_sub_option_class'] == '105' ) { $text2 = ""; } //輸出子選項 ?>
    '); // End of option } $i += 1; // End of content foreach print('
    .
    '); } ?>
  • *請輸入圖中的數字:
  • cron web_use_log