|
4 | 4 | @using AbpCompanyName.AbpProjectName
|
5 | 5 | @using AbpCompanyName.AbpProjectName.Web.Resources
|
6 | 6 | @using AbpCompanyName.AbpProjectName.Web.Views.Shared.Components.SideBarNav
|
| 7 | +@using AbpCompanyName.AbpProjectName.Web.Views.Shared.Components.SideBarUserArea |
7 | 8 | @using AbpCompanyName.AbpProjectName.Web.Views.Shared.Components.TopBarLanguageSwitch
|
8 | 9 | @inject AbpCompanyName.AbpProjectName.Timing.AppTimes AppTimes
|
9 | 10 | @inject IAbpAntiForgeryManager AbpAntiForgeryManager
|
|
218 | 219 | </li>
|
219 | 220 | <!-- #END# Notifications -->
|
220 | 221 |
|
221 |
| - @await Component.InvokeAsync(typeof(TopBarLanguageSwitchViewComponent), new { activeMenu = ViewBag.CurrentPageName }) |
| 222 | + @await Component.InvokeAsync(typeof(TopBarLanguageSwitchViewComponent)) |
222 | 223 |
|
223 | 224 | <li class="pull-right"><a href="javascript:void(0);" class="js-right-sidebar" data-close="true"><i class="material-icons">more_vert</i></a></li>
|
224 | 225 | </ul>
|
|
229 | 230 | <section>
|
230 | 231 | <!-- Left Sidebar -->
|
231 | 232 | <aside id="leftsidebar" class="sidebar">
|
232 |
| - <!-- User Info --> |
233 |
| - <div class="user-info"> |
234 |
| - <div class="image"> |
235 |
| - <img src="~/images/user.png" width="48" height="48" alt="User" /> |
236 |
| - </div> |
237 |
| - <div class="info-container"> |
238 |
| - <div class="name" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">John Doe</div> |
239 |
| - <div class="email">john.doe@example.com</div> |
240 |
| - <div class="btn-group user-helper-dropdown"> |
241 |
| - <i class="material-icons" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">keyboard_arrow_down</i> |
242 |
| - <ul class="dropdown-menu pull-right"> |
243 |
| - <li><a href="javascript:void(0);"><i class="material-icons">person</i>Profile</a></li> |
244 |
| - <li role="seperator" class="divider"></li> |
245 |
| - <li><a href="javascript:void(0);"><i class="material-icons">group</i>Followers</a></li> |
246 |
| - <li><a href="javascript:void(0);"><i class="material-icons">shopping_cart</i>Sales</a></li> |
247 |
| - <li><a href="javascript:void(0);"><i class="material-icons">favorite</i>Likes</a></li> |
248 |
| - <li role="seperator" class="divider"></li> |
249 |
| - <li><a href="javascript:void(0);"><i class="material-icons">input</i>Sign Out</a></li> |
250 |
| - </ul> |
251 |
| - </div> |
252 |
| - </div> |
253 |
| - </div> |
254 |
| - <!-- #User Info --> |
255 | 233 |
|
| 234 | + @await Component.InvokeAsync(typeof(SideBarUserAreaViewComponent)) |
256 | 235 | @await Component.InvokeAsync(typeof(SideBarNavViewComponent), new { activeMenu = ViewBag.CurrentPageName })
|
257 | 236 |
|
258 | 237 | <!-- Footer -->
|
|
0 commit comments