Changeset 17653 for branches/version-2/data/class/pages/admin
- Timestamp:
- 2008/10/23 11:03:49 (18 years ago)
- Location:
- branches/version-2/data/class/pages/admin
- Files:
-
- 9 edited
-
LC_Page_Admin_Login.php (modified) (1 diff)
-
contents/LC_Page_Admin_Contents_Campaign.php (modified) (2 diffs)
-
contents/LC_Page_Admin_Contents_CampaignDesign.php (modified) (2 diffs)
-
contents/LC_Page_Admin_Contents_CampaignPreview.php (modified) (1 diff)
-
contents/LC_Page_Admin_Contents_CsvSql.php (modified) (2 diffs)
-
contents/LC_Page_Admin_Contents_FileView.php (modified) (1 diff)
-
design/LC_Page_Admin_Design.php (modified) (6 diffs)
-
design/LC_Page_Admin_Design_Bloc.php (modified) (2 diffs)
-
design/LC_Page_Admin_Design_MainEdit.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2/data/class/pages/admin/LC_Page_Admin_Login.php
r16741 r17653 73 73 // 成功 74 74 $this->sendRedirect($this->getLocation(URL_HOME)); 75 exit; 75 76 } else { 76 77 // エラーページの表示 -
branches/version-2/data/class/pages/admin/contents/LC_Page_Admin_Contents_Campaign.php
r17494 r17653 96 96 // キャンペーンTOPへリダイレクト 97 97 $this->sendRedirect($this->getLocation(URL_CAMPAIGN_TOP)); 98 exit; 98 99 } 99 100 … … 111 112 // キャンペーンTOPへリダイレクト 112 113 $this->sendRedirect($this->getLocation(URL_CAMPAIGN_TOP)); 114 exit; 113 115 break; 114 116 // CSV出力 -
branches/version-2/data/class/pages/admin/contents/LC_Page_Admin_Contents_CampaignDesign.php
r16582 r17653 77 77 if($arrForm['campaign_id'] == "" || $arrForm['status'] == "") { 78 78 $this->sendRedirect($this->getLocation(URL_CAMPAIGN_TOP)); 79 exit; 79 80 } 80 81 … … 125 126 // 登録ページへ戻る 126 127 $this->sendRedirect($this->getLocation(URL_CAMPAIGN_TOP)); 128 exit; 127 129 break; 128 130 default: -
branches/version-2/data/class/pages/admin/contents/LC_Page_Admin_Contents_CampaignPreview.php
r16582 r17653 58 58 if($_GET['campaign_id'] == "" || $_GET['status'] == "") { 59 59 $this->sendRedirect($this->getLocation(URL_CAMPAIGN_TOP)); 60 exit; 60 61 } 61 62 -
branches/version-2/data/class/pages/admin/contents/LC_Page_Admin_Contents_CsvSql.php
r17343 r17653 120 120 case "new_page": 121 121 $this->sendRedirect($this->getLocation("./csv_sql.php")); 122 exit; 122 123 break; 123 124 … … 126 127 $this->lfDelData($sql_id); 127 128 $this->sendRedirect($this->getLocation("./csv_sql.php")); 129 exit; 128 130 break; 129 131 -
branches/version-2/data/class/pages/admin/contents/LC_Page_Admin_Contents_FileView.php
r16750 r17653 82 82 } else { 83 83 $this->sendRedirect(USER_URL . $_GET['file']); 84 exit; 84 85 } 85 86 } -
branches/version-2/data/class/pages/admin/design/LC_Page_Admin_Design.php
r16935 r17653 109 109 if ($_POST['mode'] == 'new_bloc') { 110 110 $this->sendRedirect($this->getLocation("./bloc.php")); 111 exit; 111 112 } 112 113 … … 114 115 if ($_POST['mode'] == 'new_page') { 115 116 $this->sendRedirect($this->getLocation("./main_edit.php")); 117 exit; 116 118 } 117 119 … … 193 195 if ($page_id === "") { 194 196 $this->sendRedirect($this->getLocation("./index.php")); 197 exit; 195 198 } 196 199 $this->lfSetPreData($arrPageData, $objLayout); … … 199 202 200 203 $this->sendRedirect($this->getLocation(URL_DIR . "preview/index.php", array("filename" => $arrPageData[0]["filename"]))); 204 exit; 201 205 202 206 }else{ … … 204 208 array("page_id" => $page_id, 205 209 "msg" => "on"))); 210 exit; 206 211 207 212 } … … 212 217 $objLayout->lfDelPageData($page_id); 213 218 $this->sendRedirect($this->getLocation("./index.php")); 219 exit; 214 220 } 215 221 -
branches/version-2/data/class/pages/admin/design/LC_Page_Admin_Design_Bloc.php
r16730 r17653 154 154 array("bloc_id" => $bloc_id, 155 155 "msg" => "on"))); 156 exit; 156 157 }else{ 157 158 // エラーがあれば入力時のデータを表示する … … 189 190 } 190 191 $this->sendRedirect($this->getLocation("./bloc.php")); 192 exit; 191 193 break; 192 194 default: -
branches/version-2/data/class/pages/admin/design/LC_Page_Admin_Design_MainEdit.php
r16741 r17653 174 174 $_SESSION['preview'] = "ON"; 175 175 $this->sendRedirect($this->getLocation(URL_DIR . "preview/index.php", array("filename" => $arrPageData[0]["filename"]))); 176 exit; 176 177 } 177 178 … … 210 211 array("page_id" => $page_id, 211 212 "msg" => "on"))); 213 exit; 212 214 }else{ 213 215 // エラーがあれば入力時のデータを表示する … … 224 226 $this->objLayout->lfDelPageData($_POST['page_id']); 225 227 $this->sendRedirect($this->getLocation("./main_edit.php")); 228 exit; 226 229 } 227 230
Note: See TracChangeset
for help on using the changeset viewer.
