Advertisement
Guest User

Untitled

a guest
Sep 20th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 5.05 KB | None | 0 0
  1. PASTEBINnew paste
  2.  
  3.  
  4. Untitled
  5.  A GUEST   SEP 19TH, 2018   58  NEVER
  6.  
  7. Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  8. rawdownloadreport 2.16 KB
  9.  <div class="navbar navbar-inverse navbar-fixed-top">
  10.         <div class="container">
  11.             <div class="navbar-header">
  12.                 <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
  13.                     <span class="icon-bar"></span>
  14.                     <span class="icon-bar"></span>
  15.                     <span class="icon-bar"></span>
  16.                 </button>
  17.                 <!-- 132390 19-9-2018: Het logo toegevoegd en daarin een breedte meegegeven via een class -->
  18.                 <img src="~/Content/Images/ToolsForever.jpg" class="custom-logo"/>
  19.             </div>
  20.             <div class="navbar-collapse collapse">
  21.                 @Html.ActionLink("ToolsForEver", "Index", "Home", new { area = "" }, new { @class = "navbar-brand custom-bedrijfsnaam" })
  22.                 @if (!User.Identity.IsAuthenticated)
  23.                 {
  24.                     @Html.ActionLink("Contact", "Contact", "Home", new { @class = "navbar-brand custom-bedrijfsnaam" })
  25.                 }
  26.                 @Html.Partial("_LoginPartial")
  27.             </div>
  28.         </div>
  29.     </div>
  30.     <div class="container body-content">
  31.         @if (User.Identity.IsAuthenticated)
  32.         {
  33.             <div class="col-md-2">
  34.                 <ul class="nav">
  35.                     <!-- 13230- 19-09-2018: Checkt of er iemand in is gelogd en laat zo de juiste navigatie items zien -->
  36.  
  37.                     <li>@Html.ActionLink("Medewerkers", "Index", "AspNetUsers")</li>
  38.                     <li>@Html.ActionLink("Producten", "Index", "Artikel")</li>
  39.                     <li>@Html.ActionLink("Voorraad", "Index", "Voorraad")</li>
  40.                     <li>@Html.ActionLink("Locaties", "Index", "Locatie")</li>
  41.                     <li>@Html.ActionLink("Fabrieken", "Index", "Fabriek")</li>
  42.                     <li>@Html.ActionLink("Zoeken", "View", "Voorraad")</li>
  43.  
  44.  
  45.                 </ul>
  46.             </div>
  47.             <div class="col-md-10">
  48.                 @RenderBody()
  49.                 <hr />
  50.                 <footer>
  51.                     <p>&copy; @DateTime.Now.Year - ToolsForEver</p>
  52.                 </footer>
  53.             </div>
  54.  
  55.         }
  56. RAW Paste Data
  57.  
  58.  <div class="navbar navbar-inverse navbar-fixed-top">
  59.         <div class="container">
  60.             <div class="navbar-header">
  61.                 <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
  62.                     <span class="icon-bar"></span>
  63.                     <span class="icon-bar"></span>
  64.                     <span class="icon-bar"></span>
  65.                 </button>
  66.                 <!-- 132390 19-9-2018: Het logo toegevoegd en daarin een breedte meegegeven via een class -->
  67.                 <img src="~/Content/Images/ToolsForever.jpg" class="custom-logo"/>
  68.             </div>
  69.             <div class="navbar-collapse collapse">
  70.                 @Html.ActionLink("ToolsForEver", "Index", "Home", new { area = "" }, new { @class = "navbar-brand custom-bedrijfsnaam" })
  71.                 @if (!User.Identity.IsAuthenticated)
  72.                 {
  73.                     @Html.ActionLink("Contact", "Contact", "Home", new { @class = "navbar-brand custom-bedrijfsnaam" })
  74.                 }
  75.                 @Html.Partial("_LoginPartial")
  76.             </div>
  77.         </div>
  78.     </div>
  79.     <div class="container body-content">
  80.         @if (User.Identity.IsAuthenticated)
  81.         {
  82.             <div class="col-md-2">
  83.                 <ul class="nav">
  84.                     <!-- 13230- 19-09-2018: Checkt of er iemand in is gelogd en laat zo de juiste navigatie items zien -->
  85.  
  86.                     <li>@Html.ActionLink("Medewerkers", "Index", "AspNetUsers")</li>
  87.                     <li>@Html.ActionLink("Producten", "Index", "Artikel")</li>
  88.                     <li>@Html.ActionLink("Voorraad", "Index", "Voorraad")</li>
  89.                     <li>@Html.ActionLink("Locaties", "Index", "Locatie")</li>
  90.                     <li>@Html.ActionLink("Fabrieken", "Index", "Fabriek")</li>
  91.                     <li>@Html.ActionLink("Zoeken", "View", "Voorraad")</li>
  92.  
  93.  
  94.                 </ul>
  95.             </div>
  96.             <div class="col-md-10">
  97.                 @RenderBody()
  98.                 <hr />
  99.                 <footer>
  100.                     <p>&copy; @DateTime.Now.Year - ToolsForEver</p>
  101.                 </footer>
  102.             </div>
  103.  
  104.         }
  105.  
  106. We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
  107. Not a member of Pastebin yet?
  108. Sign Up, it unlocks many cool features!
  109.              
  110. create new paste  /  dealsnew!  /  api  /  scraping api  /  syntax languages  /  archive  /  faq  /  tools  /  night mode  /  go  
  111. privacy statement  /  cookies policy  /  terms of service  /  security disclosure  /  dmca  /  contact
  112.  
  113. Dedicated Server Hosting by Steadfast
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement