Skip to content

Commit

Permalink
首页增加账号信息
Browse files Browse the repository at this point in the history
  • Loading branch information
bufeilingyun committed Aug 26, 2016
1 parent db19876 commit b014bfb
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions resources/views/default/user/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,31 @@

<!-- Main content -->
<section class="content">

<div class="row">
<!-- left column -->
<div class="col-md-6">
<!-- general form elements -->
<div class="box box-primary">
<div class="box-header">
<i class="fa fa-user"></i>

<h3 class="box-title">我的帐号</h3>
</div>
<div class="box-body">
<dl class="dl-horizontal">
<dt>用户名</dt>
<dd>{$user->user_name}</dd>
<dt>邮箱</dt>
<dd>{$user->email}</dd>
</dl>

</div>
<!-- /.box -->
</div>
</div>
</div>

<!-- START PROGRESS BARS -->
<div class="row">
<div class="col-md-6">
Expand Down

0 comments on commit b014bfb

Please sign in to comment.