whoami7 - Manager
:
/
home
/
analuakl
/
www
/
discovery-beverages
/
our-products
/
spirits
/
Upload File:
files >> /home/analuakl/www/discovery-beverages/our-products/spirits/search.php
<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="keywords" content=""> <meta name="description" content=""> <meta name="author" content=""> <title>Discovery Beverages</title> <!-- App favicon --> <?php include '../../header-css.php' ?> <!-- Add custom styling for search section --> </head> <body class="body-bg-6"> <!-- Navigation Bar (optional) --> <?php include '../../header.php' ?> <!-- Search Section with Logo --> <section class="results-section"> <div class="container"> <!-- Search Results --> <h1>Search Results</h1> <div id="searchResults"> <!-- Search results will be dynamically injected here --> </div> </div> </section> <!-- Footer (optional) --> <?php include '../../footer.php' ?> <!-- JavaScript for Search Logic --> <script> // Get the search query from the URL var urlParams = new URLSearchParams(window.location.search); var searchTerm = urlParams.get('query') ? urlParams.get('query').toLowerCase() : ''; var resultsContainer = document.getElementById('searchResults'); // Data for search (with images) var items = [ { name: 'Single Malt Whiskey', description: 'A fine single malt whiskey.', type: 'whiskey', image: '<?php echo $PathNew; ?>assets/img/stocks/single-malt-whiskey.jpg', link: '<?php echo $PathNew; ?>our-products/whiskey/single-malt-whiskey.php' }, { name: 'Scotch Whiskey', description: 'A premium Scotch whiskey.', type: 'whiskey', image: '<?php echo $PathNew; ?>assets/img/stocks/scotch-whiskey.jpg', link: '<?php echo $PathNew; ?>our-products/whiskey/scotch-whiskey.php' }, { name: 'Bourbon Whiskey', description: 'An American Bourbon whiskey.', type: 'whiskey', image: '<?php echo $PathNew; ?>assets/img/stocks/bourbon-whiskey.jpg', link: '<?php echo $PathNew; ?>our-products/whiskey/bourbon-whiskey.php' }, { name: 'Irish Whiskey', description: 'A smooth Irish whiskey.', type: 'whiskey', image: '<?php echo $PathNew; ?>assets/img/stocks/irish-whiskey.jpg', link: '<?php echo $PathNew; ?>our-products/whiskey/irish-whiskey.php' }, { name: 'Tennessee Whiskey', description: 'A rich Tennessee whiskey.', type: 'whiskey', image: '<?php echo $PathNew; ?>assets/img/stocks/tennessee-whiskey.jpg', link: '<?php echo $PathNew; ?>our-products/whiskey/tennessee-whiskey.php' }, { name: 'Chardonnay', description: 'A classic Chardonnay wine.', type: 'wine', image: '<?php echo $PathNew; ?>assets/img/stocks/chardonnay.jpg', link: '<?php echo $PathNew; ?>our-products/wine/chardonnay.php' }, { name: 'Sauvignon Blanc', description: 'A crisp Sauvignon Blanc wine.', type: 'wine', image: '<?php echo $PathNew; ?>assets/img/stocks/sauvignon-blanc.jpg', link: '<?php echo $PathNew; ?>our-products/wine/sauvignon-blanc.php' }, { name: 'Shiraz Cabernet', description: 'A bold Shiraz Cabernet wine.', type: 'wine', image: '<?php echo $PathNew; ?>assets/img/stocks/shiraz-cabernet.jpg', link: '<?php echo $PathNew; ?>our-products/wine/shiraz-cabernet.php' }, { name: 'Merlot', description: 'A smooth Merlot wine.', type: 'wine', image: '<?php echo $PathNew; ?>assets/img/stocks/merlot.jpg', link: '<?php echo $PathNew; ?>our-products/wine/merlot.php' }, { name: 'Soju', description: 'A popular Soju beverage.', type: 'wine', image: '<?php echo $PathNew; ?>assets/img/stocks/soju.jpg', link: '<?php echo $PathNew; ?>our-products/wine/soju.php' }, { name: 'Sparkling Wine', description: 'A bubbly sparkling wine.', type: 'wine', image: '<?php echo $PathNew; ?>assets/img/stocks/sparkling-wine.jpg', link: '<?php echo $PathNew; ?>our-products/wine/sparkling-wine.php' }, { name: 'Champagne', description: 'An elegant champagne.', type: 'wine', image: '<?php echo $PathNew; ?>assets/img/stocks/champagne.jpg', link: '<?php echo $PathNew; ?>our-products/wine/champagne.php' }, { name: 'Bordeaux', description: 'A fine Bordeaux wine.', type: 'wine', image: '<?php echo $PathNew; ?>assets/img/stocks/bordeaux.jpg', link: '<?php echo $PathNew; ?>our-products/wine/bordeaux.php' }, { name: 'CNBL', description: 'A specific CNBL wine.', type: 'wine', image: '<?php echo $PathNew; ?>assets/img/stocks/cnbl.jpg', link: '<?php echo $PathNew; ?>our-products/wine/cnbl.php' }, { name: 'Chablis', description: 'A delicate Chablis wine.', type: 'wine', image: '<?php echo $PathNew; ?>assets/img/stocks/chablis.jpg', link: '<?php echo $PathNew; ?>our-products/wine/chablis.php' }, { name: 'Malbec', description: 'A rich Malbec wine.', type: 'wine', image: '<?php echo $PathNew; ?>assets/img/stocks/malbec.jpg', link: '<?php echo $PathNew; ?>our-products/wine/malbec.php' }, { name: 'Lambrusco', description: 'A sparkling Lambrusco wine.', type: 'wine', image: '<?php echo $PathNew; ?>assets/img/stocks/lambrusco.jpg', link: '<?php echo $PathNew; ?>our-products/wine/lambrusco.php' }, { name: 'Wheat Beer', description: 'A refreshing wheat beer.', type: 'beer', image: '<?php echo $PathNew; ?>assets/img/stocks/wheat-beer.jpg', link: '<?php echo $PathNew; ?>our-products/beer/wheat-beer.php' }, { name: 'Lager', description: 'A crisp lager beer.', type: 'beer', image: '<?php echo $PathNew; ?>assets/img/stocks/lager.jpg', link: '<?php echo $PathNew; ?>our-products/beer/lager.php' }, { name: 'Stout Beer', description: 'A dark stout beer.', type: 'beer', image: '<?php echo $PathNew; ?>assets/img/stocks/stout-beer.jpg', link: '<?php echo $PathNew; ?>our-products/beer/stout-beer.php' }, { name: 'Black Beer', description: 'A robust black beer.', type: 'beer', image: '<?php echo $PathNew; ?>assets/img/stocks/black-beer.jpg', link: '<?php echo $PathNew; ?>our-products/beer/black-beer.php' }, { name: 'Strong Beer', description: 'A high-strength beer.', type: 'beer', image: '<?php echo $PathNew; ?>assets/img/stocks/strong-beer.jpg', link: '<?php echo $PathNew; ?>our-products/beer/strong-beer.php' }, { name: 'Tequila', description: 'A premium tequila.', type: 'spirits', image: '<?php echo $PathNew; ?>assets/img/stocks/tequila.jpg', link: '<?php echo $PathNew; ?>our-products/spirits/tequila.php' }, { name: 'Gin', description: 'A classic gin.', type: 'spirits', image: '<?php echo $PathNew; ?>assets/img/stocks/gin.jpg', link: '<?php echo $PathNew; ?>our-products/spirits/gin.php' }, { name: 'Vodka', description: 'A smooth Russian vodka.', type: 'spirits', image: '<?php echo $PathNew; ?>assets/img/stocks/vodka.jpg', link: '<?php echo $PathNew; ?>our-products/spirits/vodka.php' }, { name: 'Rum', description: 'A rich Caribbean rum.', type: 'spirits', image: '<?php echo $PathNew; ?>assets/img/stocks/rum.jpg', link: '<?php echo $PathNew; ?>our-products/spirits/rum.php' }, { name: 'Brandy', description: 'A refined brandy.', type: 'spirits', image: '<?php echo $PathNew; ?>assets/img/stocks/brandy.jpg', link: '<?php echo $PathNew; ?>our-products/spirits/brandy.php' }, { name: 'Cognac', description: 'A luxurious cognac.', type: 'spirits', image: '<?php echo $PathNew; ?>assets/img/stocks/cognac.jpg', link: '<?php echo $PathNew; ?>our-products/spirits/cognac.php' }, { name: 'Mezcal', description: 'An artisanal mezcal.', type: 'spirits', image: '<?php echo $PathNew; ?>assets/img/stocks/mezcal.jpg', link: '<?php echo $PathNew; ?>our-products/spirits/mezcal.php' }, { name: 'Pisco', description: 'A smooth pisco.', type: 'spirits', image: '<?php echo $PathNew; ?>assets/img/stocks/pisco.jpg', link: '<?php echo $PathNew; ?>our-products/spirits/mezcal.php' }, { name: 'Absente', description: 'A smooth pisco.', type: 'liqueurs', image: '<?php echo $PathNew; ?>assets/img/stocks/absente.jpg', link: '<?php echo $PathNew; ?>our-products/spirits/mezcal.php' }, { name: 'Jagermeister', description: 'A smooth pisco.', type: 'liqueurs', image: '<?php echo $PathNew; ?>assets/img/stocks/jagermeister.jpg', link: '<?php echo $PathNew; ?>our-products/spirits/mezcal.php' }, { name: 'Cointreau', description: 'A smooth pisco.', type: 'liqueurs', image: '<?php echo $PathNew; ?>assets/img/stocks/cointreau.jpg', link: '<?php echo $PathNew; ?>our-products/spirits/mezcal.php' }, ]; if (searchTerm) { // Filter items based on search term var results = items.filter(item => item.name.toLowerCase().includes(searchTerm) || item.description.toLowerCase().includes(searchTerm) || item.type.toLowerCase().includes(searchTerm) ); if (results.length > 0) { results.forEach(item => { var resultItem = document.createElement('div'); resultItem.className = 'result-item'; resultItem.innerHTML = ` <img src="${item.image}" alt="${item.name}"> <div> <h4><a href="${item.link}">${item.name}</a></h4> <p>${item.description}</p> </div>`; resultsContainer.appendChild(resultItem); }); } else { resultsContainer.innerHTML = '<p>No results found.</p>'; } } else { resultsContainer.innerHTML = '<p>Please enter a search term.</p>'; } </script> </body> </html>
Copyright ©2021 || Defacer Indonesia