social-dockbar-hook/src/main/webapp/custom_jsps/html/portlet/dockbar/view_user_panel.jspf

33 lines
1.3 KiB
Plaintext

<%--
/**
* Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any later version.
*
* This library is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
* details.
*/
--%>
<aui:nav collapsible="<%= true %>" cssClass='<%= portalMessageUseAnimation ? "nav-account-controls" : "nav-account-controls nav-account-controls-notice" %>' icon="user" id="navAccountControls">
<c:if test="<%= userSetupComplete %>">
<%@ include file="/html/portlet/dockbar/view_page_customization_bar.jspf" %>
<c:if test="<%= themeDisplay.isShowStagingIcon() %>">
<aui:nav-item cssClass="staging-controls">
<liferay-portlet:runtime portletName="<%= PortletKeys.STAGING_BAR %>" />
</aui:nav-item>
</c:if>
<%@ include file="/html/portlet/dockbar/view_admin_links.jspf" %>
<%@ include file="/html/portlet/dockbar/view_my_sites.jspf" %>
</c:if>
<%@ include file="/html/portlet/dockbar/view_user_account.jspf" %>
</aui:nav>