init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
25
KretaWeb/Views/Shared/_NavigationBar.cshtml
Normal file
25
KretaWeb/Views/Shared/_NavigationBar.cshtml
Normal file
|
@ -0,0 +1,25 @@
|
|||
@using Kreta.Web.Security
|
||||
@{
|
||||
Layout = null;
|
||||
//Response.OutputCache(3600, varyByParams: new List<string>() { ((int)ClaimData.FelhasznaloSzerepkor).ToString()});
|
||||
}
|
||||
@using Kreta.Web.Classes;
|
||||
<nav class="navbar">
|
||||
<div class="container-fluid">
|
||||
<div class="navbar-header">
|
||||
<a class="navbar-brand" id="layout_navbar_home" href="#"></a>
|
||||
<p id="layout_organizationName2" class="orgnamesmallscreen"></p>
|
||||
<div class="main-header2">
|
||||
<div id="layout_userMenu2">
|
||||
</div>
|
||||
</div>
|
||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#mb1_menudiv" aria-expanded="false" aria-controls="navbar">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
</div>
|
||||
@Html.MvcSiteMap(Constants.General.FullKretaSiteMap).Menu(false)
|
||||
</div>
|
||||
</nav>
|
Loading…
Add table
Add a link
Reference in a new issue