mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-22 20:13:50 +08:00
5 lines
394 B
Plaintext
5 lines
394 B
Plaintext
![]() |
<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl<AdminViewModel>" %>
|
||
|
<%@ Import Namespace="Orchard.Mvc.ViewModels"%>
|
||
|
<% if (Model.CurrentUser != null) {
|
||
|
%><div id="login"><%=_Encoded("User:")%> <%=Html.Encode(Model.CurrentUser.UserName)%> | <%=Html.ActionLink(T("Logout").ToString(), "LogOff", new { Area = "Orchard.Users", Controller = "Account" }) %></div><%
|
||
|
} %>
|