1 | <?php
|
---|
2 | $base_url = base_url();
|
---|
3 | $this->load->view('layout/admin/header', array('base_url' => $base_url));
|
---|
4 | $this->load->view('layout/admin/sidebar', array('base_url' => $base_url));
|
---|
5 | ?>
|
---|
6 | <div class="main-content">
|
---|
7 | <div class="breadcrumbs" id="breadcrumbs">
|
---|
8 | <script type="text/javascript">
|
---|
9 | try{ace.settings.check('breadcrumbs' , 'fixed')}catch(e){}
|
---|
10 | </script>
|
---|
11 |
|
---|
12 | <ul class="breadcrumb">
|
---|
13 | <li>
|
---|
14 | <i class="icon-home home-icon"></i>
|
---|
15 | <a href="#">Trang chá»§</a>
|
---|
16 | </li>
|
---|
17 | </ul><!-- .breadcrumb -->
|
---|
18 |
|
---|
19 | <div class="nav-search" id="nav-search">
|
---|
20 | <form class="form-search">
|
---|
21 | <span class="input-icon">
|
---|
22 | <input type="text" placeholder="Tìm kiếm ..." class="nav-search-input" id="nav-search-input" autocomplete="off" />
|
---|
23 | <i class="icon-search nav-search-icon"></i>
|
---|
24 | </span>
|
---|
25 | </form>
|
---|
26 | </div><!-- #nav-search -->
|
---|
27 | </div>
|
---|
28 |
|
---|
29 | <div class="page-content">
|
---|
30 | <div class="page-header">
|
---|
31 | <h1>
|
---|
32 | ThÎng tin cá nhân
|
---|
33 | <small>
|
---|
34 | <i class="icon-double-angle-right"></i>
|
---|
35 | Admin
|
---|
36 | </small>
|
---|
37 | </h1>
|
---|
38 | </div><!-- /.page-header -->
|
---|
39 |
|
---|
40 | <div class="row">
|
---|
41 | <div class="col-xs-12">
|
---|
42 | <!-- PAGE CONTENT BEGINS -->
|
---|
43 | <div class="user-profile row" id="user-profile-3">
|
---|
44 | <div class="col-sm-offset-1 col-sm-10">
|
---|
45 |
|
---|
46 | <!--form id="profile" class="form-horizontal"-->
|
---|
47 | <div class="tabbable">
|
---|
48 | <ul class="nav nav-tabs padding-16">
|
---|
49 | <li class="active">
|
---|
50 | <a href="#edit-basic" data-toggle="tab">
|
---|
51 | <i class="green icon-edit bigger-125"></i>
|
---|
52 | ThÎng tin cá nhân
|
---|
53 | </a>
|
---|
54 | </li>
|
---|
55 |
|
---|
56 | <li>
|
---|
57 | <a href="#edit-password" data-toggle="tab">
|
---|
58 | <i class="blue icon-key bigger-125"></i>
|
---|
59 | Äá»i máºt khẩu
|
---|
60 | </a>
|
---|
61 | </li>
|
---|
62 | </ul>
|
---|
63 |
|
---|
64 | <div class="tab-content profile-edit-tab-content">
|
---|
65 | <div class="tab-pane in active" id="edit-basic" class="form-horizontal">
|
---|
66 | <div class="space-10"></div>
|
---|
67 | <form id="frm1" role="form" class="form-horizontal">
|
---|
68 | <h4 class="header blue bolder smaller">ThÃŽng tin chung</h4>
|
---|
69 |
|
---|
70 | <div class="form-group">
|
---|
71 | <label for="form-field-1" class="col-sm-3 control-label no-padding-right"> Tà i khoản </label>
|
---|
72 | <div class="col-sm-9">
|
---|
73 | <span class="input-icon">
|
---|
74 | <input type="text" name="login_name" placeholder="Tà i khoản" value="<?php echo $login_name; ?>" disabled>
|
---|
75 | <i class="icon-user blue"></i>
|
---|
76 | </span>
|
---|
77 | </div>
|
---|
78 | <label class="block clearfix has-error">
|
---|
79 | <div class="help-block"> </div>
|
---|
80 | </label>
|
---|
81 | </div>
|
---|
82 |
|
---|
83 |
|
---|
84 | <div class="form-group">
|
---|
85 | <label for="form-field-2" class="col-sm-3 control-label no-padding-right"> HỠtên </label>
|
---|
86 | <div class="col-sm-9">
|
---|
87 | <span class="input-icon">
|
---|
88 | <input type="text" name="full_name" placeholder="HỠtên" value="<?php echo $full_name; ?>">
|
---|
89 | <i class="icon-user blue"></i>
|
---|
90 | </span>
|
---|
91 | </div>
|
---|
92 | <label class="block clearfix has-error">
|
---|
93 | <div class="help-block"> </div>
|
---|
94 | </label>
|
---|
95 | </div>
|
---|
96 |
|
---|
97 | <hr>
|
---|
98 |
|
---|
99 | <div class="space-4"></div>
|
---|
100 | <h4 class="header blue bolder smaller">ThÃŽng tin liên há»</h4>
|
---|
101 | <div class="form-group">
|
---|
102 | <label for="form-field-3" class="col-sm-3 control-label no-padding-right"> Email </label>
|
---|
103 | <div class="col-sm-9">
|
---|
104 | <label class="block clearfix has-error">
|
---|
105 | <span class="input-icon">
|
---|
106 | <input type="text" name="email" placeholder="Email" value="<?php echo $email; ?>">
|
---|
107 | <i class="icon-envelope blue"></i>
|
---|
108 | </span>
|
---|
109 | <div class="help-block" id="email_err"> </div>
|
---|
110 | </label>
|
---|
111 | </div>
|
---|
112 | </label>
|
---|
113 | </div>
|
---|
114 |
|
---|
115 | <div class="form-group">
|
---|
116 | <label for="form-field-4" class="col-sm-3 control-label no-padding-right"> Phone </label>
|
---|
117 | <div class="col-sm-9">
|
---|
118 | <label class="block clearfix has-error">
|
---|
119 | <span class="input-icon">
|
---|
120 | <input type="text" name="phone" placeholder="Phone" value="<?php echo $phone; ?>">
|
---|
121 | <i class="icon-phone blue"></i>
|
---|
122 | </span>
|
---|
123 | <div class="help-block" id="phone_err"> </div>
|
---|
124 | </label>
|
---|
125 | </div>
|
---|
126 | </label>
|
---|
127 | </div>
|
---|
128 |
|
---|
129 | <div class="clearfix form-actions">
|
---|
130 | <div class="col-md-offset-3 col-md-9">
|
---|
131 | <button type="button" onclick="return updateInfo();" class="btn btn-info">
|
---|
132 | <i class="icon-ok bigger-110"></i>
|
---|
133 | Cáºp nháºt
|
---|
134 | </button>
|
---|
135 | </div>
|
---|
136 | </div>
|
---|
137 | </form>
|
---|
138 | </div>
|
---|
139 |
|
---|
140 | <div class="tab-pane" id="edit-password">
|
---|
141 | <div class="space-10"></div>
|
---|
142 | <form id="frm2" class="form-horizontal" role="form">
|
---|
143 | <div class="form-group">
|
---|
144 | <label for="form-field-passwd" class="col-sm-3 control-label no-padding-right">Máºt khẩu hiá»n tại</label>
|
---|
145 | <div class="col-sm-9">
|
---|
146 | <label class="block clearfix has-error">
|
---|
147 | <span class="input-icon">
|
---|
148 | <input type="password" name="passwd" id="form-field-pass1">
|
---|
149 | <i class="icon-lock blue"></i>
|
---|
150 | </span>
|
---|
151 |
|
---|
152 | <div class="help-block" id="passwd_old_err"> </div>
|
---|
153 | </label>
|
---|
154 |
|
---|
155 | </div>
|
---|
156 | </div>
|
---|
157 |
|
---|
158 | <div class="form-group">
|
---|
159 | <label for="form-field-pass1" class="col-sm-3 control-label no-padding-right">Máºt khẩu má»i</label>
|
---|
160 |
|
---|
161 | <div class="col-sm-9">
|
---|
162 | <label class="block clearfix has-error">
|
---|
163 | <span class="input-icon">
|
---|
164 | <input type="password" name="passwd_new" id="form-field-pass1">
|
---|
165 | <i class="icon-lock blue"></i>
|
---|
166 | </span>
|
---|
167 | <div class="help-block" id="passwd_new_err"> </div>
|
---|
168 | </label>
|
---|
169 | </div>
|
---|
170 | </div>
|
---|
171 |
|
---|
172 | <div class="space-4"></div>
|
---|
173 |
|
---|
174 | <div class="form-group">
|
---|
175 | <label for="form-field-pass2" class="col-sm-3 control-label no-padding-right">Xác nháºn máºt khẩu má»i</label>
|
---|
176 |
|
---|
177 | <div class="col-sm-9">
|
---|
178 | <label class="block clearfix has-error">
|
---|
179 | <span class="input-icon">
|
---|
180 | <input type="password" name="confirm_passwd_new" id="form-field-pass2">
|
---|
181 | </span>
|
---|
182 | <div class="help-block" id="confirm_passwd_new_err"> </div>
|
---|
183 | </label>
|
---|
184 | </div>
|
---|
185 | </div>
|
---|
186 | <div class="clearfix form-actions">
|
---|
187 | <div class="col-md-offset-3 col-md-9">
|
---|
188 | <button type="button" onclick="return changePassword();" class="btn btn-info">
|
---|
189 | <i class="icon-ok bigger-110"></i>
|
---|
190 | Thay Äá»i máºt khẩu
|
---|
191 | </button>
|
---|
192 | </div>
|
---|
193 | </div>
|
---|
194 |
|
---|
195 | </form>
|
---|
196 | </div>
|
---|
197 | </div>
|
---|
198 | </div>
|
---|
199 |
|
---|
200 |
|
---|
201 | <!--/form-->
|
---|
202 | </div><!-- /span -->
|
---|
203 | </div>
|
---|
204 |
|
---|
205 | <!-- PAGE CONTENT ENDS -->
|
---|
206 | </div><!-- /.col -->
|
---|
207 | </div><!-- /.row -->
|
---|
208 | </div><!-- /.page-content -->
|
---|
209 | </div><!-- /.main-content -->
|
---|
210 | </div><!-- /.main-container-inner -->
|
---|
211 |
|
---|
212 | <a href="#" id="btn-scroll-up" class="btn-scroll-up btn btn-sm btn-inverse">
|
---|
213 | <i class="icon-double-angle-up icon-only bigger-110"></i>
|
---|
214 | </a>
|
---|
215 | </div><!-- /.main-container -->
|
---|
216 | <?php
|
---|
217 | $this->load->view('layout/admin/footer', array('base_url' => $base_url, 'adminjs' => array('assets/js/admin/admin.js')));
|
---|
218 | ?> |
---|