Spaces:
Runtime error
Runtime error
Update templates/menu.html
Browse files- templates/menu.html +1 -27
templates/menu.html
CHANGED
@@ -536,7 +536,7 @@ form-check-input addon-option{
|
|
536 |
</head>
|
537 |
<body>
|
538 |
|
539 |
-
|
540 |
<!-- Avatar and Dropdown -->
|
541 |
<div class="avatar-dropdown-container">
|
542 |
<div class="avatar-icon">
|
@@ -555,32 +555,6 @@ form-check-input addon-option{
|
|
555 |
<input type="text" id="searchBar" class="form-control" placeholder="Search items or sections..." onkeyup="filterMenu()">
|
556 |
<i class="bi bi-search search-icon"></i> <!-- Search icon inside the input -->
|
557 |
</div>
|
558 |
-
</div> -->
|
559 |
-
<div class="fixed-top-bar">
|
560 |
-
<!-- Logo and Search Bar Section -->
|
561 |
-
<div class="logo-search-container">
|
562 |
-
<div class="logo">
|
563 |
-
<!-- Logo image or text -->
|
564 |
-
<img src="path-to-your-logo.png" alt="Logo" class="logo-img">
|
565 |
-
</div>
|
566 |
-
|
567 |
-
<div class="search-bar-container">
|
568 |
-
<input type="text" id="searchBar" class="form-control" placeholder="Search items or sections..." onkeyup="filterMenu()">
|
569 |
-
<i class="bi bi-search search-icon"></i> <!-- Search icon inside the input -->
|
570 |
-
</div>
|
571 |
-
</div>
|
572 |
-
|
573 |
-
<!-- Avatar and Dropdown -->
|
574 |
-
<div class="avatar-dropdown-container">
|
575 |
-
<div class="avatar-icon">
|
576 |
-
<span>{{ first_letter }}</span> <!-- Display the first letter of the customer's name -->
|
577 |
-
</div>
|
578 |
-
<div class="dropdown-menu">
|
579 |
-
<a href="{{ url_for('user_details.customer_details') }}" class="dropdown-item">View Profile</a>
|
580 |
-
<a href="{{ url_for('orderhistory.order_history') }}" class="dropdown-item">Order History</a>
|
581 |
-
<a href="{{ url_for('logout') }}" class="dropdown-item">Logout</a>
|
582 |
-
</div>
|
583 |
-
</div>
|
584 |
</div>
|
585 |
|
586 |
|
|
|
536 |
</head>
|
537 |
<body>
|
538 |
|
539 |
+
<div class="fixed-top-bar">
|
540 |
<!-- Avatar and Dropdown -->
|
541 |
<div class="avatar-dropdown-container">
|
542 |
<div class="avatar-icon">
|
|
|
555 |
<input type="text" id="searchBar" class="form-control" placeholder="Search items or sections..." onkeyup="filterMenu()">
|
556 |
<i class="bi bi-search search-icon"></i> <!-- Search icon inside the input -->
|
557 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
558 |
</div>
|
559 |
|
560 |
|