routine update

This commit is contained in:
yubaolee
2016-10-17 11:43:56 +08:00
parent df75ea7fb0
commit e514779974
28 changed files with 1099 additions and 522 deletions

View File

@@ -1,4 +1,5 @@
<!DOCTYPE html>
@using OpenAuth.App.SSO
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
@@ -126,24 +127,19 @@
<img class="nav-user-photo" src="/Content/ace/avatars/user.jpg" alt="Jason's Photo" />
<span class="user-info">
<small>Welcome,</small>
Jason
@AuthUtil.GetUserName()
</span>
<i class="ace-icon fa fa-caret-down"></i>
</a>
<ul class="user-menu dropdown-menu-right dropdown-menu dropdown-yellow dropdown-caret dropdown-close">
<li>
<a href="#">
<i class="ace-icon fa fa-cog"></i>
Settings
</a>
</li>
<li>
<a href="profile.html">
<i class="ace-icon fa fa-user"></i>
Profile
详情
</a>
</li>
@@ -152,7 +148,7 @@
<li>
<a href="#">
<i class="ace-icon fa fa-power-off"></i>
Logout
注销
</a>
</li>
</ul>