From b448b2180924cf81182450a676562aeb610e94f5 Mon Sep 17 00:00:00 2001 From: Olusesan Ameye Date: Fri, 7 Feb 2020 14:27:21 -0500 Subject: [PATCH 1/2] fix --- www/application/views/member/view_dash.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/application/views/member/view_dash.php b/www/application/views/member/view_dash.php index 1257212..4c2fc2c 100644 --- a/www/application/views/member/view_dash.php +++ b/www/application/views/member/view_dash.php @@ -1,5 +1,5 @@ From 16ce3f6e3fd1f0c572d4d0dce1a7e4c0c0793dbd Mon Sep 17 00:00:00 2001 From: Olusesan Ameye Date: Sat, 8 Feb 2020 00:36:34 -0500 Subject: [PATCH 2/2] fix --- www/application/controllers/Welcome.php | 46 ++++++++------ www/application/views/home/home.php | 20 +++++- .../views/member/addpages/VIDEOCARD.php | 61 ++++++++----------- .../views/member/view_securehead.php | 7 +++ 4 files changed, 80 insertions(+), 54 deletions(-) diff --git a/www/application/controllers/Welcome.php b/www/application/controllers/Welcome.php index d5c260a..6832b46 100644 --- a/www/application/controllers/Welcome.php +++ b/www/application/controllers/Welcome.php @@ -1,25 +1,33 @@ - * @see https://codeigniter.com/user_guide/general/urls.html - */ - public function index() - { - $this->load->view('home/home'); - } + /** + * Index Page for this controller. + * + * Maps to the following URL + * http://example.com/index.php/welcome + * - or - + * http://example.com/index.php/welcome/index + * - or - + * Since this controller is set as the default controller in + * config/routes.php, it's displayed at http://example.com/ + * + * So any other public methods not prefixed with an underscore will + * map to /index.php/welcome/ + * @see https://codeigniter.com/user_guide/general/urls.html + */ + public function index() { + $this->load->view('home/home'); + // redirect("auth/index"); + } + + public function viewLogin() { + echo "Ameye"; + redirect("auth/index"); + exit(); + } + } diff --git a/www/application/views/home/home.php b/www/application/views/home/home.php index a0f2def..f19102f 100644 --- a/www/application/views/home/home.php +++ b/www/application/views/home/home.php @@ -79,7 +79,7 @@
  • PLANS
  • DOWNLOAD
  • CONTACT
  • -
  • ACCOUNT
  • +
  • ACCOUNT
  • @@ -402,5 +402,23 @@ + + + + + + \ No newline at end of file diff --git a/www/application/views/member/addpages/VIDEOCARD.php b/www/application/views/member/addpages/VIDEOCARD.php index fe10ea9..cab23a3 100644 --- a/www/application/views/member/addpages/VIDEOCARD.php +++ b/www/application/views/member/addpages/VIDEOCARD.php @@ -4,43 +4,36 @@

    Add Video

    -
    -
    -
    - - -
    - - -
    - - -
    - -
    -
    -

    Use Button To Select Files

    -
    -
    -
    - - - -
    Drop Files Here To Upload
    - -
    -
    -
    - - + +
    +
    + +
    -
    - - +
    + + + +
    +
    Drop Files Here To Upload
    +
    + + +
    + +
    + +
    - + +
    + +
    + + +
    +
    diff --git a/www/application/views/member/view_securehead.php b/www/application/views/member/view_securehead.php index 649d566..8aa76ec 100644 --- a/www/application/views/member/view_securehead.php +++ b/www/application/views/member/view_securehead.php @@ -32,6 +32,7 @@ + @@ -46,6 +47,8 @@ + + @@ -57,6 +60,10 @@ + + + +