From 2e376777f0830d81cc9c88c248c03021b3548d78 Mon Sep 17 00:00:00 2001 From: Patrick Cool Date: Tue, 6 Feb 2007 23:02:07 +0100 Subject: [PATCH] [svn r11065] deleting unused files --- main/survey/thanks1.php | 99 --------------------- main/survey/welcome_1.php | 177 -------------------------------------- 2 files changed, 276 deletions(-) delete mode 100644 main/survey/thanks1.php delete mode 100644 main/survey/welcome_1.php diff --git a/main/survey/thanks1.php b/main/survey/thanks1.php deleted file mode 100644 index c0deb836f9..0000000000 --- a/main/survey/thanks1.php +++ /dev/null @@ -1,99 +0,0 @@ -firstname; -$sql_sname= "SELECT * FROM $db_name.survey WHERE survey_id = $surveyid"; -$res_sname = api_sql_query($sql_sname,__FILE__,__LINE__); -$obj_sname= @mysql_fetch_object($res_sname); -$surveyname = $obj_sname->title; -$lang = $obj_sname->lang; -Display::display_header($tool_name); -api_display_tool_title($tool_name); -?> - - - - - -
- - - - - - - - - - - - - - - -
   
  - - - - - - -
-
- surveythanks;?> -
-
-
 
   
- diff --git a/main/survey/welcome_1.php b/main/survey/welcome_1.php deleted file mode 100644 index 96f16c53c4..0000000000 --- a/main/survey/welcome_1.php +++ /dev/null @@ -1,177 +0,0 @@ -title; -$intro=$obj_sname->intro; -if(isset($_POST['Next'])) -{ - $firstname = $_REQUEST['firstname']; - $lastname = $_REQUEST['lastname']; - $temp = $_REQUEST['temp']; - $surveyid = $_REQUEST['surveyid']; - $uid = $_REQUEST['uid']; - $uid1 = $_REQUEST['uid1']; - $db_name = $_REQUEST['db_name']; - $email = $_REQUEST['email']; - $organization = $_REQUEST['organization']; - $age = $_REQUEST['age']; - if(isset($uid)) - {$registered='Y';} - else{$registered='N';} - $user_table = Database :: get_main_table(TABLE_MAIN_USER); - $survey_user_info_table = Database :: get_main_table(TABLE_MAIN_SURVEY_USER); - if($uid1!=""){ - header("location:surveytemp_white.php?temp=$temp&surveyid=$surveyid&uid1=$uid1&db_name=$db_name&mail=$mail&lang=$lang"); - exit; - }else{ - header("location:surveytemp_white.php?temp=$temp&surveyid=$surveyid&uid1=$uid1&db_name=$db_name&mail=$mail&lang=$lang"); - exit; - } -} -if($uid1){ -$survey_user_info_table = Database :: get_main_table(TABLE_MAIN_SURVEY_USER); -$sql_u="Select * from $survey_user_info_table where id='$uid1'"; -} -else{ - $sql_u="Select * from $user_table where user_id='$uid'"; -} -$res = api_sql_query($sql_u,__FILE__,__LINE__); -$obj=@mysql_fetch_object($res); -$email=$obj->email; -$rs=mysql_query("select * from $db_name.questions"); -$row=mysql_num_rows($rs); -$page=ceil($row/4); - -if(isset($_GET[num])){ - $num=$_GET[num]; - if($num>$page){ - header("Location:test.php"); - exit; - } -}else{ - $num = 1; -} -$lower = $num*4-4; - -Display::display_header($tool_name); -?>
- - - - - - - - - - - - - - - - - - -
   
  - - - - - - - - - - - - - - - - - - -
- -
 
- "1"){?> - - - - -
-
 
   
-