Changeset 305


Ignore:
Timestamp:
Oct 23, 2014 4:32:07 PM (11 years ago)
Author:
namnd
Message:
 
Location:
pro-violet-viettel/sourcecode/application
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/models/user_model.php

    r294 r305  
     1
  • pro-violet-viettel/sourcecode/application/modules/frontend/controllers/home.php

    r294 r305  
    77 */
    88
    9 class home extends MX_Controller
     9class Home extends MX_Controller
    1010{
    1111       
     
    2020        }
    2121       
     22        public function test()
     23        {
     24                $this->load->view ( 'home');
     25        }
     26       
    2227        public function signin()
    2328        {
    24                
     29                $this->load->model(array('user_model'));
     30                $this->load->view('signin');
    2531        }
    2632       
  • pro-violet-viettel/sourcecode/application/modules/frontend/views/home.php

    r298 r305  
    5858                                                                                        </h4>
    5959
    60                                                                                         <form action="index-user.html" id="validation-form" method="get">
     60                                                                                        <form action="" id="login-form" method="POST">
    6161                                                                                                <fieldset>
    6262                                                                                                        <label class="block clearfix has-error">
    6363                                                                                                                <span class="block input-icon input-icon-right">
    64                                                                                                                         <input type="text" class="form-control" name="account" placeholder="Tài khoản | Số điện thoại" />
     64                                                                                                                        <input type="text" class="form-control" name="username" placeholder="Tài khoản | Số điện thoại" />
    6565                                                                                                                        <i class="icon-user"></i>
    6666                                                                                                                </span>
Note: See TracChangeset for help on using the changeset viewer.