You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

layout.header.asp 1.9KB

10 maanden geleden
10 maanden geleden
10 maanden geleden
10 maanden geleden
10 maanden geleden
10 maanden geleden
10 maanden geleden
10 maanden geleden
10 maanden geleden
10 maanden geleden
10 maanden geleden
10 maanden geleden
10 maanden geleden
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. 
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <title><%= siteTitle %></title>
  9. <link rel="icon" href="/dist/images/DALL·E 2024-04-03 09.33.12 - Design a sleek and modern website icon that embodies digital innovation and connectivity. The icon should feature abstract geometric shapes, such as c (1).ico" type="image/x-icon">
  10. <!-- Latest compiled and minified CSS -->
  11. <%= HTML.StylesheetTag(appCss) %>
  12. <%= HTML.StylesheetTag(iconsCss) %>
  13. <%= HTML.StylesheetTag(tabulatorCss) %>
  14. </head>
  15. <body>
  16. <ul class="nav">
  17. <li class="nav-item"><%= Html.LinkTOExt("Home","Home","Index",empty,Array("Class","nav-link")) %></li>
  18. <!--nav bar placeholder-->
  19. <li class="nav-item dropdown">
  20. <a class="nav-link dropdown-toggle" href="#" id="navbarDarkDropdownMenuLink" role="button" data-bs-toggle="dropdown" aria-expanded="false">
  21. Admin
  22. </a>
  23. <ul class="dropdown-menu dropdown-menu-dark" aria-labelledby="navbarDarkDropdownMenuLink">
  24. <li><%= Html.LinkTOExt("Contacts","Contacts","Index",empty,Array("Class","dropdown-item")) %></li>
  25. <li><%= Html.LinkTOExt("Jurisdiction","Jurisdiction","Index",empty,Array("Class","dropdown-item")) %></li>
  26. <li><%= Html.LinkTOExt("Kit","Kit","Index",empty,Array("Class","dropdown-item")) %></li>
  27. <li><%= Html.LinkTOExt("KitLabels","KitLabels","Index",empty,Array("Class","dropdown-item")) %></li>
  28. <li><%= Html.LinkTOExt("Settings","Settings","Index",empty,Array("Class","dropdown-item")) %></li>
  29. <!--nav bar admin placeholder-->
  30. </ul>
  31. </li>
  32. </ul>
  33. <div class="container" style="margin-top: 50px">
  34. <%
  35. 'Flash.ShowErrorsIfPresent
  36. 'Flash.ShowSuccessIfPresent
  37. %>

Powered by TurnKey Linux.