From 09028aa1ed730a02044d2e8b6ef7040c8e28c117 Mon Sep 17 00:00:00 2001 From: "altob.rd" Date: Thu, 26 Oct 2017 11:48:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=A9=A2=E6=A9=9F=20upd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controllers/Qcar2.php | 15 +- views/qcar2/main_page.php | 48 +++-- views/qcar2/result_page.php | 15 +- views/qcar2/result_page2.php | 441 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 493 insertions(+), 26 deletions(-) create mode 100644 views/qcar2/result_page2.php diff --git a/controllers/Qcar2.php b/controllers/Qcar2.php index 1a74fcc..17939ca 100644 --- a/controllers/Qcar2.php +++ b/controllers/Qcar2.php @@ -73,10 +73,8 @@ class Qcar2 extends CI_Controller public function index() { - $this->show_page('main_page'); + $this->show_page('main_page'); // 1122x630 } - - // 顯示logs public function show_logs() @@ -97,7 +95,16 @@ class Qcar2 extends CI_Controller $lpr = $this->uri->segment(3); // 車牌號碼 $data = $this->qcar2_model->q_pks($lpr); $data['lpr'] = $lpr; - $this->show_page('result_page', $data); + $this->show_page('result_page', $data); // 1280x1080 + } + + // 車位查詢結果頁 (2) + public function show_result2() + { + $lpr = $this->uri->segment(3); // 車牌號碼 + $data = $this->qcar2_model->q_pks($lpr); + $data['lpr'] = $lpr; + $this->show_page('result_page2', $data); // 2560x1440 } // 車位查詢 diff --git a/views/qcar2/main_page.php b/views/qcar2/main_page.php index d0a7f78..fb3ce87 100644 --- a/views/qcar2/main_page.php +++ b/views/qcar2/main_page.php @@ -27,7 +27,8 @@
-

歐特儀自動化服務機

+ +  
@@ -65,19 +66,36 @@
-
@@ -90,7 +108,7 @@