1
0
mirror of https://e.coding.net/circlecloud/McAccount.git synced 2025-09-07 07:47:34 +00:00

init project...

This commit is contained in:
502647092
2015-10-13 14:26:47 +08:00
commit 69288bd8dc
137 changed files with 43573 additions and 0 deletions

22
View/left.php Normal file
View File

@ -0,0 +1,22 @@
<div id="sidebar-nav">
<ul id="dashboard-menu">
<li class="active">
<a href="index.php">
<i class="icon-home"></i>
<span>首页</span>
</a>
</li>
<li>
<a href="<?=Url('index' , 'pass')?>">
<i class="icon-group"></i>
<span>修改密码</span>
</a>
</li>
<li>
<a href="<?=Url('index','mail')?>">
<i class="icon-picture"></i>
<span>验证邮箱</span>
</a>
</li>
</ul>
</div>