mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-04-17 11:08:02 +08:00
routine update
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user