Changeset 305
- Timestamp:
- Oct 23, 2014 4:32:07 PM (11 years ago)
- 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 7 7 */ 8 8 9 class home extends MX_Controller9 class Home extends MX_Controller 10 10 { 11 11 … … 20 20 } 21 21 22 public function test() 23 { 24 $this->load->view ( 'home'); 25 } 26 22 27 public function signin() 23 28 { 24 29 $this->load->model(array('user_model')); 30 $this->load->view('signin'); 25 31 } 26 32 -
pro-violet-viettel/sourcecode/application/modules/frontend/views/home.php
r298 r305 58 58 </h4> 59 59 60 <form action=" index-user.html" id="validation-form" method="get">60 <form action="" id="login-form" method="POST"> 61 61 <fieldset> 62 62 <label class="block clearfix has-error"> 63 63 <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" /> 65 65 <i class="icon-user"></i> 66 66 </span>
Note: See TracChangeset
for help on using the changeset viewer.