Debug v17
This commit is contained in:
parent
1c43d40acf
commit
1aa304c758
@ -1 +1,2 @@
|
||||
Website generated by Dolibarr ERP CRM
|
||||
This website template is an example of website for a restaurant
|
||||
|
||||
@ -1,2 +1,8 @@
|
||||
Image are provided under the Unsplash+ License
|
||||
Rest of templates (HTML and PHP code) content are GPLv3
|
||||
LICENSE
|
||||
-------
|
||||
|
||||
Images are provided under the license:
|
||||
Unsplash+ License
|
||||
|
||||
Rest of templates (HTML and PHP code) content are under license
|
||||
CC-BY-SA - https://creativecommons.org/licenses/by/4.0/
|
||||
|
||||
@ -1 +1,2 @@
|
||||
Website generated by Dolibarr ERP CRM
|
||||
This website template is an example of website for a restaurant
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
// File generated to wrap the alias page - DO NOT MODIFY - It is just a wrapper to real page
|
||||
global $dolibarr_main_data_root;
|
||||
if (empty($dolibarr_main_data_root)) require './page169.tpl.php'; else require $dolibarr_main_data_root.'/website/'.$website->ref.'/page169.tpl.php';
|
||||
if (empty($dolibarr_main_data_root)) require './page248.tpl.php'; else require $dolibarr_main_data_root.'/website/'.$website->ref.'/page248.tpl.php';
|
||||
?>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
// File generated to wrap the alias page - DO NOT MODIFY - It is just a wrapper to real page
|
||||
global $dolibarr_main_data_root;
|
||||
if (empty($dolibarr_main_data_root)) require './page170.tpl.php'; else require $dolibarr_main_data_root.'/website/'.$website->ref.'/page170.tpl.php';
|
||||
if (empty($dolibarr_main_data_root)) require './page249.tpl.php'; else require $dolibarr_main_data_root.'/website/'.$website->ref.'/page249.tpl.php';
|
||||
?>
|
||||
|
||||
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
// File generated to wrap the alias page - DO NOT MODIFY - It is just a wrapper to real page
|
||||
global $dolibarr_main_data_root;
|
||||
if (empty($dolibarr_main_data_root)) require './page252.tpl.php'; else require $dolibarr_main_data_root.'/website/'.$website->ref.'/page252.tpl.php';
|
||||
?>
|
||||
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
// File generated to wrap the alias page - DO NOT MODIFY - It is just a wrapper to real page
|
||||
global $dolibarr_main_data_root;
|
||||
if (empty($dolibarr_main_data_root)) require './page253.tpl.php'; else require $dolibarr_main_data_root.'/website/'.$website->ref.'/page253.tpl.php';
|
||||
?>
|
||||
@ -1,6 +1,6 @@
|
||||
|
||||
<link rel="stylesheet" id="google-fonts-css" href="//fonts.googleapis.com/css?family=Open+Sans:300,400,700" />
|
||||
<link rel="stylesheet" id="font-wasesome-css" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
|
||||
<link rel="stylesheet" id="font-wasesome-css" type="text/css" href="/dolibarr_dev/htdocs/theme/common/fontawesome-5/css/all.min.css?layout=classic&version=17.0.0-beta">
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
|
||||
|
||||
|
||||
@ -1,11 +1,5 @@
|
||||
<?php
|
||||
// BEGIN PHP File generated to provide an index.php as Home Page or alias redirector - DO NOT MODIFY - It is just a generated wrapper.
|
||||
$websitekey=basename(__DIR__); if (empty($websitepagefile)) $websitepagefile=__FILE__;
|
||||
if (! defined('USEDOLIBARRSERVER') && ! defined('USEDOLIBARREDITOR')) { require_once './master.inc.php'; } // Load master if not already loaded
|
||||
if (!empty($_GET['pageref']) || !empty($_GET['pagealiasalt']) || !empty($_GET['pageid'])) {
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/lib/website.lib.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/website.inc.php';
|
||||
redirectToContainer($_GET['pageref'], $_GET['pagealiasalt'], $_GET['pageid']);
|
||||
}
|
||||
include_once './page171.tpl.php';
|
||||
// END PHP
|
||||
// File generated to wrap the alias page - DO NOT MODIFY - It is just a wrapper to real page
|
||||
global $dolibarr_main_data_root;
|
||||
if (empty($dolibarr_main_data_root)) require './page250.tpl.php'; else require $dolibarr_main_data_root.'/website/'.$website->ref.'/page250.tpl.php';
|
||||
?>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
// File generated to wrap the alias page - DO NOT MODIFY - It is just a wrapper to real page
|
||||
global $dolibarr_main_data_root;
|
||||
if (empty($dolibarr_main_data_root)) require './page172.tpl.php'; else require $dolibarr_main_data_root.'/website/'.$website->ref.'/page172.tpl.php';
|
||||
if (empty($dolibarr_main_data_root)) require './page251.tpl.php'; else require $dolibarr_main_data_root.'/website/'.$website->ref.'/page251.tpl.php';
|
||||
?>
|
||||
|
||||
@ -1,198 +0,0 @@
|
||||
<?php // BEGIN PHP
|
||||
$websitekey=basename(__DIR__); if (empty($websitepagefile)) $websitepagefile=__FILE__;
|
||||
if (! defined('USEDOLIBARRSERVER') && ! defined('USEDOLIBARREDITOR')) {
|
||||
$pathdepth = count(explode('/', $_SERVER['SCRIPT_NAME'])) - 2;
|
||||
require_once ($pathdepth ? str_repeat('../', $pathdepth) : './').'master.inc.php';
|
||||
} // Not already loaded
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/lib/website.lib.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/website.inc.php';
|
||||
ob_start();
|
||||
// END PHP ?>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>About us</title>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta name="robots" content="index, follow" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="keywords" content="" />
|
||||
<meta name="title" content="About us" />
|
||||
<meta name="description" content="" />
|
||||
<meta name="generator" content="Dolibarr 17.0.0-alpha (https://www.dolibarr.org)" />
|
||||
<meta name="dolibarr:pageid" content="169" />
|
||||
<?php if ($website->use_manifest) { print '<link rel="manifest" href="/manifest.json.php" />'."\n"; } ?>
|
||||
<!-- Include link to CSS file -->
|
||||
<link rel="stylesheet" href="/styles.css.php?website=<?php echo $websitekey; ?>" type="text/css" />
|
||||
<!-- Include link to JS file -->
|
||||
<script async src="/javascript.js.php"></script>
|
||||
<!-- Include HTML header from common file -->
|
||||
<?php if (file_exists(DOL_DATA_ROOT."/website/".$websitekey."/htmlheader.html")) include DOL_DATA_ROOT."/website/".$websitekey."/htmlheader.html"; ?>
|
||||
<!-- Include HTML header from page header block -->
|
||||
|
||||
</head>
|
||||
<!-- File generated by Dolibarr website module editor -->
|
||||
<body id="bodywebsite" class="bodywebsite bodywebpage-about">
|
||||
<!-- Enter here your HTML content. Add a section with an id tag and tag contenteditable="true" if you want to use the inline editor for the content -->
|
||||
<section id="mysection1" contenteditable="true">
|
||||
<nav class="navbar navbar-expand-lg bg-white shadow-lg">
|
||||
<div class="container">
|
||||
<button
|
||||
class="navbar-toggler"
|
||||
type="button"
|
||||
data-bs-toggle="collapse"
|
||||
data-bs-target="#navbarNav"
|
||||
aria-controls="navbarNav"
|
||||
aria-expanded="false"
|
||||
aria-label="Toggle navigation"
|
||||
>
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<a class="navbar-brand" href="index.html"><?php echo $mysoc->name; ?></a>
|
||||
|
||||
<div class="d-lg-none">
|
||||
<a href="contact.php#reservation"
|
||||
type="button"
|
||||
class="custom-btn btn btn-danger"
|
||||
data-bs-toggle="modal"
|
||||
data-bs-target="#BookingModal"
|
||||
>
|
||||
Reservation
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarNav">
|
||||
<ul class="navbar-nav mx-auto">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="index.php">Home</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link active" href="about.php">About</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="menu.php">Menu</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="contact.php">Contact</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="d-none d-lg-block">
|
||||
<a href="contact.php#reservation"
|
||||
type="button"
|
||||
class="custom-btn btn btn-danger"
|
||||
data-bs-toggle="modal"
|
||||
data-bs-target="#BookingModal"
|
||||
>
|
||||
Reservation
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<main>
|
||||
|
||||
<header class="site-header site-about-header">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
<div class="col-lg-10 col-12 mx-auto">
|
||||
<h1 class="text-white">About Us</h1>
|
||||
|
||||
<strong class="text-white">Get to know us more</strong>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="overlay"></div>
|
||||
</header>
|
||||
|
||||
<section class="about section-padding">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
<div class="col-12">
|
||||
<h2 class="mb-5">Team Members</h2>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-12">
|
||||
<div class="team-thumb">
|
||||
<img src="image/mypersonalsite/team/matthew-hamilton-tNCH0sKSZbA-unsplash.jpg" class="img-fluid team-image" alt="">
|
||||
|
||||
<div class="team-info">
|
||||
<h4 class="mt-3 mb-0">Sophia</h4>
|
||||
|
||||
<p>CEO & Founder</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-12 my-lg-0 my-4">
|
||||
<div class="team-thumb">
|
||||
<img src="image/mypersonalsite/team/nicolas-horn-MTZTGvDsHFY-unsplash.jpg" class="img-fluid team-image" alt="">
|
||||
|
||||
<h4 class="mt-3 mb-0">Benjamin W.</h4>
|
||||
|
||||
<p>Restaurant Manager</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-12">
|
||||
<div class="team-thumb">
|
||||
<img src="image/mypersonalsite/team/rc-cf-FMh5o5m5N9E-unsplash.jpg" class="img-fluid team-image" alt="">
|
||||
|
||||
<h4 class="mt-3 mb-0">Muchen Jack</h4>
|
||||
|
||||
<p>Senior Chef</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
<section class="newsletter section-padding bg-white">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
<div class="col-lg-6 col-12">
|
||||
<img src="image/mypersonalsite/charles-deluvio-FdDkfYFHqe4-unsplash.jpg" class="img-fluid newsletter-image" alt="">
|
||||
</div>
|
||||
|
||||
<div class="col-lg-6 col-12 d-flex align-items-center mt-5 mt-lg-0 mx-auto">
|
||||
<div class="subscribe-form-wrap">
|
||||
<h4 class="mb-0">Our Newsletter</h4>
|
||||
|
||||
<p>The food news every day</p>
|
||||
|
||||
<form class="custom-form subscribe-form mt-4" role="form">
|
||||
<input type="email" name="subscribe-email" id="subscribe-email" pattern="[^ @]*@[^ @]*" class="form-control" placeholder="Your email address" required="">
|
||||
|
||||
<button type="submit" class="form-control mb-3" id="subscribe">Subscribe</button>
|
||||
|
||||
<small>By signing up, you agree to our Privacy Notice and the data policy</small>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
-->
|
||||
|
||||
</main>
|
||||
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<?php // BEGIN PHP
|
||||
$tmp = ob_get_contents(); ob_end_clean(); dolWebsiteOutput($tmp, "html", 169);
|
||||
// END PHP ?>
|
||||
@ -1,597 +0,0 @@
|
||||
<?php // BEGIN PHP
|
||||
$websitekey=basename(__DIR__); if (empty($websitepagefile)) $websitepagefile=__FILE__;
|
||||
if (! defined('USEDOLIBARRSERVER') && ! defined('USEDOLIBARREDITOR')) {
|
||||
$pathdepth = count(explode('/', $_SERVER['SCRIPT_NAME'])) - 2;
|
||||
require_once ($pathdepth ? str_repeat('../', $pathdepth) : './').'master.inc.php';
|
||||
} // Not already loaded
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/lib/website.lib.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/website.inc.php';
|
||||
ob_start();
|
||||
// END PHP ?>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Our menus</title>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta name="robots" content="index, follow" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="keywords" content="" />
|
||||
<meta name="title" content="Our menus" />
|
||||
<meta name="description" content="" />
|
||||
<meta name="generator" content="Dolibarr 17.0.0-alpha (https://www.dolibarr.org)" />
|
||||
<meta name="dolibarr:pageid" content="172" />
|
||||
<?php if ($website->use_manifest) { print '<link rel="manifest" href="/manifest.json.php" />'."\n"; } ?>
|
||||
<!-- Include link to CSS file -->
|
||||
<link rel="stylesheet" href="/styles.css.php?website=<?php echo $websitekey; ?>" type="text/css" />
|
||||
<!-- Include link to JS file -->
|
||||
<script async src="/javascript.js.php"></script>
|
||||
<!-- Include HTML header from common file -->
|
||||
<?php if (file_exists(DOL_DATA_ROOT."/website/".$websitekey."/htmlheader.html")) include DOL_DATA_ROOT."/website/".$websitekey."/htmlheader.html"; ?>
|
||||
<!-- Include HTML header from page header block -->
|
||||
|
||||
</head>
|
||||
<!-- File generated by Dolibarr website module editor -->
|
||||
<body id="bodywebsite" class="bodywebsite bodywebpage-menu">
|
||||
<!-- Enter here your HTML content. Add a section with an id tag and tag contenteditable="true" if you want to use the inline editor for the content -->
|
||||
<section id="mysection1" contenteditable="true">
|
||||
<nav class="navbar navbar-expand-lg bg-white shadow-lg">
|
||||
<div class="container">
|
||||
<button
|
||||
class="navbar-toggler"
|
||||
type="button"
|
||||
data-bs-toggle="collapse"
|
||||
data-bs-target="#navbarNav"
|
||||
aria-controls="navbarNav"
|
||||
aria-expanded="false"
|
||||
aria-label="Toggle navigation"
|
||||
>
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<a class="navbar-brand" href="index.html"><?php echo $mysoc->name; ?></a>
|
||||
|
||||
<div class="d-lg-none">
|
||||
<a href="contact.php#reservation"
|
||||
type="button"
|
||||
class="custom-btn btn btn-danger"
|
||||
data-bs-toggle="modal"
|
||||
data-bs-target="#BookingModal"
|
||||
>
|
||||
Reservation
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarNav">
|
||||
<ul class="navbar-nav mx-auto">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="index.php">Home</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="about.php">About</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link active" href="menu.php">Menu</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="contact.php">Contact</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="d-none d-lg-block">
|
||||
<a href="contact.php#reservation"
|
||||
type="button"
|
||||
class="custom-btn btn btn-danger"
|
||||
data-bs-toggle="modal"
|
||||
data-bs-target="#BookingModal"
|
||||
>
|
||||
Reservation
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<main>
|
||||
<header class="site-header site-menu-header">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-10 col-12 mx-auto">
|
||||
<h1 class="text-white">Our Menus</h1>
|
||||
|
||||
<strong class="text-white"
|
||||
>Perfect for all Breakfast, Lunch and
|
||||
Dinner</strong
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="overlay"></div>
|
||||
</header>
|
||||
|
||||
<section class="menu section-padding">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<h2 class="mb-lg-5 mb-4">Breakfast Menu</h2>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-6 col-12">
|
||||
<div class="menu-thumb">
|
||||
<img
|
||||
src="image/mypersonalsite/breakfast/brett-jordan-8xt8-HIFqc8-unsplash.jpg"
|
||||
class="img-fluid menu-image"
|
||||
alt=""
|
||||
/>
|
||||
|
||||
<div
|
||||
class="menu-info d-flex flex-wrap align-items-center"
|
||||
>
|
||||
<h4 class="mb-0">Fresh Start</h4>
|
||||
|
||||
<span
|
||||
class="price-tag bg-white shadow-lg ms-4"
|
||||
><small>$</small>24.50</span
|
||||
>
|
||||
|
||||
<div
|
||||
class="d-flex flex-wrap align-items-center w-100 mt-2"
|
||||
>
|
||||
<h6 class="reviews-text mb-0 me-3">
|
||||
4.4/5
|
||||
</h6>
|
||||
|
||||
<div class="reviews-stars">
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
></i>
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
></i>
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
></i>
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
></i>
|
||||
<i class="bi-star reviews-icon"></i>
|
||||
</div>
|
||||
|
||||
<p class="reviews-text mb-0 ms-4">
|
||||
128 Reviews
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-6 col-12">
|
||||
<div class="menu-thumb">
|
||||
<img
|
||||
src="/image/mypersonalsite/breakfast/lucas-swennen-1W_MyJSRLuQ-unsplash.jpg"
|
||||
class="img-fluid menu-image"
|
||||
alt=""
|
||||
/>
|
||||
|
||||
<div
|
||||
class="menu-info d-flex flex-wrap align-items-center"
|
||||
>
|
||||
<h4 class="mb-0">Baked Creamy</h4>
|
||||
|
||||
<span
|
||||
class="price-tag bg-white shadow-lg ms-4"
|
||||
><small>$</small>16.50</span
|
||||
>
|
||||
|
||||
<div
|
||||
class="d-flex flex-wrap align-items-center w-100 mt-2"
|
||||
>
|
||||
<h6 class="reviews-text mb-0 me-3">
|
||||
3/5
|
||||
</h6>
|
||||
|
||||
<div class="reviews-stars">
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
></i>
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
></i>
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
></i>
|
||||
<i class="bi-star reviews-icon"></i>
|
||||
<i class="bi-star reviews-icon"></i>
|
||||
</div>
|
||||
|
||||
<p class="reviews-text mb-0 ms-4">
|
||||
64 Reviews
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-6 col-12">
|
||||
<div class="menu-thumb">
|
||||
<img
|
||||
src="image/mypersonalsite/breakfast/louis-hansel-dphM2U1xq0U-unsplash.jpg"
|
||||
class="img-fluid menu-image"
|
||||
alt=""
|
||||
/>
|
||||
|
||||
<div
|
||||
class="menu-info d-flex flex-wrap align-items-center"
|
||||
>
|
||||
<h4 class="mb-0">Burger Set</h4>
|
||||
|
||||
<span
|
||||
class="price-tag bg-white shadow-lg ms-4"
|
||||
><small>$</small>24.50</span
|
||||
>
|
||||
|
||||
<del class="ms-4"
|
||||
><small>$</small>36.50</del
|
||||
>
|
||||
|
||||
<div
|
||||
class="d-flex flex-wrap align-items-center w-100 mt-2"
|
||||
>
|
||||
<h6 class="reviews-text mb-0 me-3">
|
||||
3/5
|
||||
</h6>
|
||||
|
||||
<div class="reviews-stars">
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
></i>
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
></i>
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
></i>
|
||||
<i class="bi-star reviews-icon"></i>
|
||||
<i class="bi-star reviews-icon"></i>
|
||||
</div>
|
||||
|
||||
<p class="reviews-text mb-0 ms-4">
|
||||
32 Reviews
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="menu section-padding bg-white">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<h2 class="mb-lg-5 mb-4">Lunch Menu</h2>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-6 col-12">
|
||||
<div class="menu-thumb">
|
||||
<img
|
||||
src="image/mypersonalsite/lunch/louis-hansel-cH5IPjaAYyo-unsplash.jpg"
|
||||
class="img-fluid menu-image"
|
||||
alt=""
|
||||
/>
|
||||
|
||||
<div
|
||||
class="menu-info d-flex flex-wrap align-items-center"
|
||||
>
|
||||
<h4 class="mb-0">Super Steak Set</h4>
|
||||
|
||||
<span
|
||||
class="price-tag bg-white shadow-lg ms-4"
|
||||
><small>$</small>32.75</span
|
||||
>
|
||||
|
||||
<del class="ms-4"><small>$</small>55</del>
|
||||
|
||||
<div
|
||||
class="d-flex flex-wrap align-items-center w-100 mt-2"
|
||||
>
|
||||
<h6 class="reviews-text mb-0 me-3">
|
||||
4.2/5
|
||||
</h6>
|
||||
|
||||
<div class="reviews-stars">
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
></i>
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
></i>
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
></i>
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
></i>
|
||||
<i class="bi-star reviews-icon"></i>
|
||||
</div>
|
||||
|
||||
<p class="reviews-text mb-0 ms-4">
|
||||
66 Reviews
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-6 col-12">
|
||||
<div class="menu-thumb">
|
||||
<img
|
||||
src="image/mypersonalsite/lunch/louis-hansel-rheOvfxOlOA-unsplash.jpg"
|
||||
class="img-fluid menu-image"
|
||||
alt=""
|
||||
/>
|
||||
|
||||
<div
|
||||
class="menu-info d-flex flex-wrap align-items-center"
|
||||
>
|
||||
<h4 class="mb-0">Bread & Steak Set</h4>
|
||||
|
||||
<span
|
||||
class="price-tag bg-white shadow-lg ms-4"
|
||||
><small>$</small>42.50</span
|
||||
>
|
||||
|
||||
<div
|
||||
class="d-flex flex-wrap align-items-center w-100 mt-2"
|
||||
>
|
||||
<h6 class="reviews-text mb-0 me-3">
|
||||
3/5
|
||||
</h6>
|
||||
|
||||
<div class="reviews-stars">
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
></i>
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
></i>
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
></i>
|
||||
<i class="bi-star reviews-icon"></i>
|
||||
<i class="bi-star reviews-icon"></i>
|
||||
</div>
|
||||
|
||||
<p class="reviews-text mb-0 ms-4">
|
||||
84 Reviews
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="menu section-padding">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<h2 class="mb-lg-5 mb-4">Dinner Menu</h2>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-6 col-12">
|
||||
<div class="menu-thumb">
|
||||
<img
|
||||
src="image/mypersonalsite/dinner/farhad-ibrahimzade-ZipYER3NLhY-unsplash.jpg"
|
||||
class="img-fluid menu-image"
|
||||
alt=""
|
||||
/>
|
||||
|
||||
<div
|
||||
class="menu-info d-flex flex-wrap align-items-center"
|
||||
>
|
||||
<h4 class="mb-0">Seafood Set</h4>
|
||||
|
||||
<span
|
||||
class="price-tag bg-white shadow-lg ms-4"
|
||||
><small>$</small>65.50</span
|
||||
>
|
||||
|
||||
<div
|
||||
class="d-flex flex-wrap align-items-center w-100 mt-2"
|
||||
>
|
||||
<h6 class="reviews-text mb-0 me-3">
|
||||
4.4/5
|
||||
</h6>
|
||||
|
||||
<div class="reviews-stars">
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
></i>
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
></i>
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
></i>
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
></i>
|
||||
<i class="bi-star reviews-icon"></i>
|
||||
</div>
|
||||
|
||||
<p class="reviews-text mb-0 ms-4">
|
||||
102 Reviews
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-6 col-12">
|
||||
<div class="menu-thumb">
|
||||
<img
|
||||
src="image/mypersonalsite/dinner/keriliwi-c3mFafsFz2w-unsplash.jpg"
|
||||
class="img-fluid menu-image"
|
||||
alt=""
|
||||
/>
|
||||
|
||||
<div
|
||||
class="menu-info d-flex flex-wrap align-items-center"
|
||||
>
|
||||
<h4 class="mb-0">Premium Steak</h4>
|
||||
|
||||
<span
|
||||
class="price-tag bg-white shadow-lg ms-4"
|
||||
><small>$</small>74.25</span
|
||||
>
|
||||
|
||||
<div
|
||||
class="d-flex flex-wrap align-items-center w-100 mt-2"
|
||||
>
|
||||
<h6 class="reviews-text mb-0 me-3">
|
||||
3/5
|
||||
</h6>
|
||||
|
||||
<div class="reviews-stars">
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
></i>
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
></i>
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
></i>
|
||||
<i class="bi-star reviews-icon"></i>
|
||||
<i class="bi-star reviews-icon"></i>
|
||||
</div>
|
||||
|
||||
<p class="reviews-text mb-0 ms-4">
|
||||
56 Reviews
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-6 col-12">
|
||||
<div class="menu-thumb">
|
||||
<img
|
||||
src="image/mypersonalsite/dinner/farhad-ibrahimzade-isHUj3N0194-unsplash.jpg"
|
||||
class="img-fluid menu-image"
|
||||
alt=""
|
||||
/>
|
||||
|
||||
<div
|
||||
class="menu-info d-flex flex-wrap align-items-center"
|
||||
>
|
||||
<h4 class="mb-0">Salmon Set</h4>
|
||||
|
||||
<span
|
||||
class="price-tag bg-white shadow-lg ms-4"
|
||||
><small>$</small>60</span
|
||||
>
|
||||
|
||||
<div
|
||||
class="d-flex flex-wrap align-items-center w-100 mt-2"
|
||||
>
|
||||
<h6 class="reviews-text mb-0 me-3">
|
||||
3/5
|
||||
</h6>
|
||||
|
||||
<div class="reviews-stars">
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
></i>
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
></i>
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
></i>
|
||||
<i class="bi-star reviews-icon"></i>
|
||||
<i class="bi-star reviews-icon"></i>
|
||||
</div>
|
||||
|
||||
<p class="reviews-text mb-0 ms-4">
|
||||
76 Reviews
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer class="site-footer section-padding">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<h4 class="text-white mb-4 me-5"><?php echo $mysoc->name; ?></h4>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-7 col-xs-12 tooplate-mt30">
|
||||
<h6 class="text-white mb-lg-4 mb-3">Location</h6>
|
||||
|
||||
<p><?php echo $mysoc->getFullAddress(); ?></p>
|
||||
|
||||
<a
|
||||
href="https://goo.gl/maps/CJ8FfebWZHLQBA2r5"
|
||||
class="custom-btn btn btn-dark mt-2"
|
||||
>Directions</a
|
||||
>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-5 col-xs-12 tooplate-mt30">
|
||||
<h6 class="text-white mb-lg-4 mb-3">Opening Hours</h6>
|
||||
|
||||
|
||||
<?php $days = ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY"];
|
||||
foreach ($days as $day){
|
||||
echo "<p> $day : " .getDolGlobalString("MAIN_INFO_OPENINGHOURS_$day") ."</p>";
|
||||
}
|
||||
?>
|
||||
|
||||
<p>
|
||||
Tel:
|
||||
<a href="tel: 010-02-0340" class="tel-link"
|
||||
><?php echo $mysoc->phone ?></a
|
||||
>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-6 col-xs-12 tooplate-mt30">
|
||||
<h6 class="text-white mb-lg-4 mb-3">Social</h6>
|
||||
|
||||
<ul class="social-icon">
|
||||
<?php foreach($mysoc->socialnetworks as $key => $value) {
|
||||
print '<li> <a class="btn btn-perso2 btn-floating m-1" href="'. (preg_match('/^http/', $value) ? $value : 'https://www.'.$key.'.com/'.$value).'"><span class="fab fa-'.$key.'"></i></a> </li>';
|
||||
} ?>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
<p class="copyright-text tooplate-mt60">
|
||||
Copyright © <?php echo $mysoc->name; ?>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- row ending -->
|
||||
</div>
|
||||
<!-- container ending -->
|
||||
</footer>
|
||||
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<?php // BEGIN PHP
|
||||
$tmp = ob_get_contents(); ob_end_clean(); dolWebsiteOutput($tmp, "html", 172);
|
||||
// END PHP ?>
|
||||
@ -0,0 +1,113 @@
|
||||
<?php // BEGIN PHP
|
||||
$websitekey=basename(__DIR__); if (empty($websitepagefile)) $websitepagefile=__FILE__;
|
||||
if (! defined('USEDOLIBARRSERVER') && ! defined('USEDOLIBARREDITOR')) {
|
||||
$pathdepth = count(explode('/', $_SERVER['SCRIPT_NAME'])) - 2;
|
||||
require_once ($pathdepth ? str_repeat('../', $pathdepth) : './').'master.inc.php';
|
||||
} // Not already loaded
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/lib/website.lib.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/website.inc.php';
|
||||
ob_start();
|
||||
// END PHP ?>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>About us</title>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta name="robots" content="index, follow" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="keywords" content="" />
|
||||
<meta name="title" content="About us" />
|
||||
<meta name="description" content="" />
|
||||
<meta name="generator" content="Dolibarr 17.0.0-beta (https://www.dolibarr.org)" />
|
||||
<meta name="dolibarr:pageid" content="248" />
|
||||
<?php if ($website->use_manifest) { print '<link rel="manifest" href="/manifest.json.php" />'."\n"; } ?>
|
||||
<!-- Include link to CSS file -->
|
||||
<link rel="stylesheet" href="/styles.css.php?website=<?php echo $websitekey; ?>" type="text/css" />
|
||||
<!-- Include link to JS file -->
|
||||
<script async src="/javascript.js.php"></script>
|
||||
<!-- Include HTML header from common file -->
|
||||
<?php if (file_exists(DOL_DATA_ROOT."/website/".$websitekey."/htmlheader.html")) include DOL_DATA_ROOT."/website/".$websitekey."/htmlheader.html"; ?>
|
||||
<!-- Include HTML header from page header block -->
|
||||
|
||||
</head>
|
||||
<!-- File generated by Dolibarr website module editor -->
|
||||
<body id="bodywebsite" class="bodywebsite bodywebpage-about">
|
||||
<!-- Enter here your HTML content. Add a section with an id tag and tag contenteditable="true" if you want to use the inline editor for the content -->
|
||||
<?php includeContainer('header'); ?>
|
||||
|
||||
<section id="mysection1" contenteditable="true">
|
||||
<main>
|
||||
|
||||
<header class="site-header site-about-header">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
<div class="col-lg-10 col-12 mx-auto">
|
||||
<h1 class="text-white">About Us</h1>
|
||||
|
||||
<strong class="text-white">Get to know us more</strong>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="overlay"></div>
|
||||
</header>
|
||||
|
||||
<section class="about section-padding">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
<div class="col-12">
|
||||
<h2 class="mb-5">Team Members</h2>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-12">
|
||||
<div class="team-thumb">
|
||||
<img src="image/aaab/team/matthew-hamilton-tNCH0sKSZbA-unsplash.jpg" class="img-fluid team-image" alt="">
|
||||
|
||||
<div class="team-info">
|
||||
<h4 class="mt-3 mb-0">Sophia</h4>
|
||||
|
||||
<p>CEO & Founder</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-12 my-lg-0 my-4">
|
||||
<div class="team-thumb">
|
||||
<img src="image/aaab/team/nicolas-horn-MTZTGvDsHFY-unsplash.jpg" class="img-fluid team-image" alt="">
|
||||
|
||||
<h4 class="mt-3 mb-0">Benjamin W.</h4>
|
||||
|
||||
<p>Restaurant Manager</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-12">
|
||||
<div class="team-thumb">
|
||||
<img src="image/aaab/team/rc-cf-FMh5o5m5N9E-unsplash.jpg" class="img-fluid team-image" alt="">
|
||||
|
||||
<h4 class="mt-3 mb-0">Muchen Jack</h4>
|
||||
|
||||
<p>Senior Chef</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</main>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
<?php includeContainer('footer'); ?>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<?php // BEGIN PHP
|
||||
$tmp = ob_get_contents(); ob_end_clean(); dolWebsiteOutput($tmp, "html", 248);
|
||||
// END PHP ?>
|
||||
@ -18,8 +18,8 @@ ob_start();
|
||||
<meta name="keywords" content="" />
|
||||
<meta name="title" content="Contact us" />
|
||||
<meta name="description" content="" />
|
||||
<meta name="generator" content="Dolibarr 17.0.0-alpha (https://www.dolibarr.org)" />
|
||||
<meta name="dolibarr:pageid" content="170" />
|
||||
<meta name="generator" content="Dolibarr 17.0.0-beta (https://www.dolibarr.org)" />
|
||||
<meta name="dolibarr:pageid" content="249" />
|
||||
<?php if ($website->use_manifest) { print '<link rel="manifest" href="/manifest.json.php" />'."\n"; } ?>
|
||||
<!-- Include link to CSS file -->
|
||||
<link rel="stylesheet" href="/styles.css.php?website=<?php echo $websitekey; ?>" type="text/css" />
|
||||
@ -34,7 +34,7 @@ ob_start();
|
||||
<body id="bodywebsite" class="bodywebsite bodywebpage-contact">
|
||||
<!-- Enter here your HTML content. Add a section with an id tag and tag contenteditable="true" if you want to use the inline editor for the content -->
|
||||
<?php
|
||||
if (GETPOST('action') == 'sendmail') {
|
||||
if (GETPOST('action') == 'sendmail') {
|
||||
include_once DOL_DOCUMENT_ROOT.'/core/class/CMailFile.class.php';
|
||||
$from = GETPOST('email', 'alpha');
|
||||
$to = $mysoc->email;
|
||||
@ -51,67 +51,12 @@ ob_start();
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
<?php includeContainer('header'); ?>
|
||||
|
||||
|
||||
<section id="mysection1" contenteditable="true">
|
||||
<nav class="navbar navbar-expand-lg bg-white shadow-lg">
|
||||
<div class="container">
|
||||
<button
|
||||
class="navbar-toggler"
|
||||
type="button"
|
||||
data-bs-toggle="collapse"
|
||||
data-bs-target="#navbarNav"
|
||||
aria-controls="navbarNav"
|
||||
aria-expanded="false"
|
||||
aria-label="Toggle navigation"
|
||||
>
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<a class="navbar-brand" href="index.html"><?php echo $mysoc->name; ?></a>
|
||||
|
||||
<div class="d-lg-none">
|
||||
<a href="#reservation"
|
||||
class="custom-btn btn btn-danger"
|
||||
data-bs-toggle="modal"
|
||||
data-bs-target="#BookingModal"
|
||||
>
|
||||
Reservation
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarNav">
|
||||
<ul class="navbar-nav mx-auto">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="index.php">Home</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="about.php">About</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="menu.php">Menu</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link active" href="contact.php">Contact</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="d-none d-lg-block">
|
||||
<a href="#reservation"
|
||||
type="button"
|
||||
class="custom-btn btn btn-danger"
|
||||
data-bs-toggle="modal"
|
||||
data-bs-target="#BookingModal"
|
||||
>
|
||||
Reservation
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<main>
|
||||
<main>
|
||||
<header class="site-header site-contact-header">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
@ -128,7 +73,7 @@ ob_start();
|
||||
<div class="overlay"></div>
|
||||
</header>
|
||||
|
||||
<a id="reservation"></a>
|
||||
<a id="reservation"></a><br>
|
||||
|
||||
<section class="contact section-padding">
|
||||
<div class="container">
|
||||
@ -144,6 +89,9 @@ ob_start();
|
||||
method="post"
|
||||
role="form"
|
||||
>
|
||||
<input type="hidden" name="action" value="sendmail">
|
||||
<input type="hidden" name="toekn" value="<?php echo newToken(); ?>">
|
||||
|
||||
<div class="col-lg-6 col-6">
|
||||
<label for="contact-name" class="form-label"
|
||||
>Full Name</label
|
||||
@ -163,7 +111,7 @@ ob_start();
|
||||
<label
|
||||
for="contact-phone"
|
||||
class="form-label"
|
||||
>Phone Number</label
|
||||
><?php echo $weblangs->trans("Phone"); ?></label
|
||||
>
|
||||
|
||||
<input
|
||||
@ -178,7 +126,7 @@ ob_start();
|
||||
<label
|
||||
for="contact-email"
|
||||
class="form-label"
|
||||
>Email</label
|
||||
><?php echo $weblangs->trans("Email"); ?></label
|
||||
>
|
||||
|
||||
<input
|
||||
@ -194,7 +142,7 @@ ob_start();
|
||||
<label
|
||||
for="contact-message"
|
||||
class="form-label"
|
||||
>Message</label
|
||||
><?php echo $weblangs->trans("Message"); ?></label
|
||||
>
|
||||
|
||||
<textarea
|
||||
@ -208,7 +156,7 @@ ob_start();
|
||||
|
||||
<div class="col-lg-5 col-12 ms-auto">
|
||||
<button type="submit" class="form-control">
|
||||
Send
|
||||
<?php echo $weblangs->trans("Send"); ?>
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
@ -234,89 +182,25 @@ ob_start();
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<h4 class="mt-5 mb-4">
|
||||
<div class="col-12" id="divaddress">
|
||||
<br><br>
|
||||
|
||||
<h4 class="mt-5 mb-4 center">
|
||||
<?php echo $mysoc->getFullAddress() ?>
|
||||
</h4>
|
||||
|
||||
<div class="google-map pt-3">
|
||||
<iframe
|
||||
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d90596.06698695973!2d-0.7089680200547398!3d44.79859846268479!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd54d8fb00b62b4d%3A0x963d0840e2fa1f97!2sPessac%20Centre!5e0!3m2!1sen!2sfr!4v1659970475018!5m2!1sen!2sfr"
|
||||
width="100%"
|
||||
height="300"
|
||||
style="border: 0"
|
||||
allowfullscreen=""
|
||||
loading="lazy"
|
||||
referrerpolicy="no-referrer-when-downgrade"
|
||||
></iframe>
|
||||
<!-- Google MAPS -->
|
||||
<center><div class="mapouter"><div class="gmap_canvas"><iframe width="600" height="500" id="gmap_canvas" src="https://maps.google.com/maps?q=<?php echo urlencode($mysoc->getFullAddress()); ?>&t=&z=13&ie=UTF8&iwloc=&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe>
|
||||
</div>
|
||||
<style>.mapouter{text-align:right;height:500px;width:600px;}.gmap_canvas {overflow:hidden;background:none!important;height:500px;width:600px;}</style>
|
||||
</div></center>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer class="site-footer section-padding">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<h4 class="text-white mb-4 me-5"><?php echo $mysoc->name; ?></h4>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-7 col-xs-12 tooplate-mt30">
|
||||
<h6 class="text-white mb-lg-4 mb-3">Location</h6>
|
||||
|
||||
<p><?php echo $mysoc->getFullAddress(); ?></p>
|
||||
|
||||
<a
|
||||
href="https://goo.gl/maps/CJ8FfebWZHLQBA2r5"
|
||||
class="custom-btn btn btn-dark mt-2"
|
||||
>Directions</a
|
||||
>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-5 col-xs-12 tooplate-mt30">
|
||||
<h6 class="text-white mb-lg-4 mb-3">Opening Hours</h6>
|
||||
|
||||
|
||||
<?php $days = ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY"];
|
||||
foreach ($days as $day){
|
||||
echo "<p> $day : " .getDolGlobalString("MAIN_INFO_OPENINGHOURS_$day") ."</p>";
|
||||
}
|
||||
?>
|
||||
|
||||
<p>
|
||||
Tel:
|
||||
<a href="tel: 010-02-0340" class="tel-link"
|
||||
><?php echo $mysoc->phone ?></a
|
||||
>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-6 col-xs-12 tooplate-mt30">
|
||||
<h6 class="text-white mb-lg-4 mb-3">Social</h6>
|
||||
|
||||
<ul class="social-icon">
|
||||
<?php foreach($mysoc->socialnetworks as $key => $value) {
|
||||
print '<li> <a class="btn btn-perso2 btn-floating m-1" href="'. (preg_match('/^http/', $value) ? $value : 'https://www.'.$key.'.com/'.$value).'"><span class="fab fa-'.$key.'"></i></a> </li>';
|
||||
} ?>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
<p class="copyright-text tooplate-mt60">
|
||||
Copyright © <?php echo $mysoc->name; ?>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- row ending -->
|
||||
</div>
|
||||
<!-- container ending -->
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Modal -->
|
||||
<div
|
||||
@ -346,7 +230,7 @@ ob_start();
|
||||
<form
|
||||
class="booking-form row"
|
||||
role="form"
|
||||
action="index.php"
|
||||
action="contact.php"
|
||||
method="POST"
|
||||
>
|
||||
<input type="hidden" name="token" value="<?php echo newToken(); ?>" />
|
||||
@ -473,8 +357,12 @@ ob_start();
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
<?php includeContainer('footer'); ?>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<?php // BEGIN PHP
|
||||
$tmp = ob_get_contents(); ob_end_clean(); dolWebsiteOutput($tmp, "html", 170);
|
||||
$tmp = ob_get_contents(); ob_end_clean(); dolWebsiteOutput($tmp, "html", 249);
|
||||
// END PHP ?>
|
||||
@ -18,8 +18,8 @@ ob_start();
|
||||
<meta name="keywords" content="" />
|
||||
<meta name="title" content="index" />
|
||||
<meta name="description" content="" />
|
||||
<meta name="generator" content="Dolibarr 17.0.0-alpha (https://www.dolibarr.org)" />
|
||||
<meta name="dolibarr:pageid" content="171" />
|
||||
<meta name="generator" content="Dolibarr 17.0.0-beta (https://www.dolibarr.org)" />
|
||||
<meta name="dolibarr:pageid" content="250" />
|
||||
<?php if ($website->use_manifest) { print '<link rel="manifest" href="/manifest.json.php" />'."\n"; } ?>
|
||||
<!-- Include link to CSS file -->
|
||||
<link rel="stylesheet" href="/styles.css.php?website=<?php echo $websitekey; ?>" type="text/css" />
|
||||
@ -34,68 +34,10 @@ ob_start();
|
||||
<body id="bodywebsite" class="bodywebsite bodywebpage-index">
|
||||
<!-- Enter here your HTML content. Add a section with an id tag and tag contenteditable="true" if you want to use the inline editor for the content -->
|
||||
|
||||
<?php includeContainer('header'); ?>
|
||||
|
||||
|
||||
<section id="mysection1" contenteditable="true">
|
||||
<nav class="navbar navbar-expand-lg bg-white shadow-lg">
|
||||
<div class="container">
|
||||
<button
|
||||
class="navbar-toggler"
|
||||
type="button"
|
||||
data-bs-toggle="collapse"
|
||||
data-bs-target="#navbarNav"
|
||||
aria-controls="navbarNav"
|
||||
aria-expanded="false"
|
||||
aria-label="Toggle navigation"
|
||||
>
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<a class="navbar-brand" href="index.html"><?php echo $mysoc->name; ?></a>
|
||||
|
||||
<div class="d-lg-none">
|
||||
<a href="contact.php#reservation"
|
||||
type="button"
|
||||
class="custom-btn btn btn-danger"
|
||||
data-bs-toggle="modal"
|
||||
data-bs-target="#BookingModal"
|
||||
>
|
||||
Reservation
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarNav">
|
||||
<ul class="navbar-nav mx-auto">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link active" href="index.php"
|
||||
>Home</a
|
||||
>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="about.php">About</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="menu.php">Menu</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="contact.php">Contact</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="d-none d-lg-block">
|
||||
<a href="contact.php#reservation"
|
||||
type="button"
|
||||
class="custom-btn btn btn-danger"
|
||||
data-bs-toggle="modal"
|
||||
data-bs-target="#BookingModal"
|
||||
>
|
||||
Reservation
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<main>
|
||||
<section class="hero">
|
||||
<div class="container">
|
||||
@ -106,16 +48,9 @@ ob_start();
|
||||
Delicious Steaks
|
||||
</h1>
|
||||
|
||||
<div
|
||||
class="c-reviews my-3 d-flex flex-wrap align-items-center"
|
||||
>
|
||||
<div class="c-reviews my-3 d-flex flex-wrap align-items-center">
|
||||
<div
|
||||
class="d-flex flex-wrap align-items-center"
|
||||
>
|
||||
<h4 class="text-white mb-0 me-3">
|
||||
4.7/5
|
||||
</h4>
|
||||
|
||||
class="d-flex flex-wrap align-items-center">
|
||||
<div class="reviews-stars">
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
@ -132,11 +67,6 @@ ob_start();
|
||||
<i class="bi-star reviews-icon"></i>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="text-white w-100">
|
||||
From <strong>1,206+</strong> Customer
|
||||
Reviews
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -151,7 +81,7 @@ ob_start();
|
||||
<div class="carousel-item active">
|
||||
<div class="carousel-image-wrap">
|
||||
<img
|
||||
src="image/mypersonalsite/slide/jay-wennington-N_Y88TWmGwA-unsplash.jpg"
|
||||
src="image/aaab/slide/jay-wennington-N_Y88TWmGwA-unsplash.jpg"
|
||||
class="img-fluid carousel-image"
|
||||
alt=""
|
||||
/>
|
||||
@ -167,7 +97,7 @@ ob_start();
|
||||
<div class="carousel-item">
|
||||
<div class="carousel-image-wrap">
|
||||
<img
|
||||
src="image/mypersonalsite/slide/jason-leung-O67LZfeyYBk-unsplash.jpg"
|
||||
src="image/aaab/slide/jason-leung-O67LZfeyYBk-unsplash.jpg"
|
||||
class="img-fluid carousel-image"
|
||||
alt=""
|
||||
/>
|
||||
@ -187,12 +117,6 @@ ob_start();
|
||||
<div
|
||||
class="d-flex flex-wrap align-items-center"
|
||||
>
|
||||
<h5
|
||||
class="reviews-text mb-0 me-3"
|
||||
>
|
||||
3.8/5
|
||||
</h5>
|
||||
|
||||
<div class="reviews-stars">
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
@ -217,7 +141,7 @@ ob_start();
|
||||
<div class="carousel-item">
|
||||
<div class="carousel-image-wrap">
|
||||
<img
|
||||
src="image/mypersonalsite/slide/ivan-torres-MQUqbmszGGM-unsplash.jpg"
|
||||
src="image/aaab/slide/ivan-torres-MQUqbmszGGM-unsplash.jpg"
|
||||
class="img-fluid carousel-image"
|
||||
alt=""
|
||||
/>
|
||||
@ -239,12 +163,6 @@ ob_start();
|
||||
<div
|
||||
class="d-flex flex-wrap align-items-center"
|
||||
>
|
||||
<h5
|
||||
class="reviews-text mb-0 me-3"
|
||||
>
|
||||
4.2/5
|
||||
</h5>
|
||||
|
||||
<div class="reviews-stars">
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
@ -308,7 +226,7 @@ ob_start();
|
||||
poster=""
|
||||
>
|
||||
<source
|
||||
src="image/mypersonalsite/video/production_ID_3769033.mp4"
|
||||
src="image/aaab/video/production_ID_3769033.mp4"
|
||||
type="video/mp4"
|
||||
/>
|
||||
Your browser does not support the video tag.
|
||||
@ -331,7 +249,7 @@ ob_start();
|
||||
<div class="menu-thumb">
|
||||
<div class="menu-image-wrap">
|
||||
<img
|
||||
src="image/mypersonalsite/breakfast/brett-jordan-8xt8-HIFqc8-unsplash.jpg"
|
||||
src="image/aaab/breakfast/brett-jordan-8xt8-HIFqc8-unsplash.jpg"
|
||||
class="img-fluid menu-image"
|
||||
alt=""
|
||||
/>
|
||||
@ -354,10 +272,6 @@ ob_start();
|
||||
<div
|
||||
class="d-flex flex-wrap align-items-center w-100 mt-2"
|
||||
>
|
||||
<h6 class="reviews-text mb-0 me-3">
|
||||
4.3/5
|
||||
</h6>
|
||||
|
||||
<div class="reviews-stars">
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
@ -373,10 +287,6 @@ ob_start();
|
||||
></i>
|
||||
<i class="bi-star reviews-icon"></i>
|
||||
</div>
|
||||
|
||||
<p class="reviews-text mb-0 ms-4">
|
||||
102 Reviews
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -386,7 +296,7 @@ ob_start();
|
||||
<div class="menu-thumb">
|
||||
<div class="menu-image-wrap">
|
||||
<img
|
||||
src="image/mypersonalsite/lunch/farhad-ibrahimzade-MGKqxm6u2bc-unsplash.jpg"
|
||||
src="image/aaab/lunch/farhad-ibrahimzade-MGKqxm6u2bc-unsplash.jpg"
|
||||
class="img-fluid menu-image"
|
||||
alt=""
|
||||
/>
|
||||
@ -409,10 +319,6 @@ ob_start();
|
||||
<div
|
||||
class="d-flex flex-wrap align-items-center w-100 mt-2"
|
||||
>
|
||||
<h6 class="reviews-text mb-0 me-3">
|
||||
3/5
|
||||
</h6>
|
||||
|
||||
<div class="reviews-stars">
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
@ -426,10 +332,6 @@ ob_start();
|
||||
<i class="bi-star reviews-icon"></i>
|
||||
<i class="bi-star reviews-icon"></i>
|
||||
</div>
|
||||
|
||||
<p class="reviews-text mb-0 ms-4">
|
||||
50 Reviews
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -439,7 +341,7 @@ ob_start();
|
||||
<div class="menu-thumb">
|
||||
<div class="menu-image-wrap">
|
||||
<img
|
||||
src="image/mypersonalsite/dinner/keriliwi-c3mFafsFz2w-unsplash.jpg"
|
||||
src="image/aaab/dinner/keriliwi-c3mFafsFz2w-unsplash.jpg"
|
||||
class="img-fluid menu-image"
|
||||
alt=""
|
||||
/>
|
||||
@ -462,10 +364,6 @@ ob_start();
|
||||
<div
|
||||
class="d-flex flex-wrap align-items-center w-100 mt-2"
|
||||
>
|
||||
<h6 class="reviews-text mb-0 me-3">
|
||||
3/5
|
||||
</h6>
|
||||
|
||||
<div class="reviews-stars">
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
@ -479,10 +377,6 @@ ob_start();
|
||||
<i class="bi-star reviews-icon"></i>
|
||||
<i class="bi-star reviews-icon"></i>
|
||||
</div>
|
||||
|
||||
<p class="reviews-text mb-0 ms-4">
|
||||
86 Reviews
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -492,7 +386,7 @@ ob_start();
|
||||
<div class="menu-thumb">
|
||||
<div class="menu-image-wrap">
|
||||
<img
|
||||
src="image/mypersonalsite/dinner/farhad-ibrahimzade-ZipYER3NLhY-unsplash.jpg"
|
||||
src="image/aaab/dinner/farhad-ibrahimzade-ZipYER3NLhY-unsplash.jpg"
|
||||
class="img-fluid menu-image"
|
||||
alt=""
|
||||
/>
|
||||
@ -515,10 +409,6 @@ ob_start();
|
||||
<div
|
||||
class="d-flex flex-wrap align-items-center w-100 mt-2"
|
||||
>
|
||||
<h6 class="reviews-text mb-0 me-3">
|
||||
3/5
|
||||
</h6>
|
||||
|
||||
<div class="reviews-stars">
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
@ -532,10 +422,6 @@ ob_start();
|
||||
<i class="bi-star reviews-icon"></i>
|
||||
<i class="bi-star reviews-icon"></i>
|
||||
</div>
|
||||
|
||||
<p class="reviews-text mb-0 ms-4">
|
||||
44 Reviews
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -545,7 +431,7 @@ ob_start();
|
||||
<div class="menu-thumb">
|
||||
<div class="menu-image-wrap">
|
||||
<img
|
||||
src="image/mypersonalsite/breakfast/louis-hansel-dphM2U1xq0U-unsplash.jpg"
|
||||
src="image/aaab/breakfast/louis-hansel-dphM2U1xq0U-unsplash.jpg"
|
||||
class="img-fluid menu-image"
|
||||
alt=""
|
||||
/>
|
||||
@ -568,10 +454,6 @@ ob_start();
|
||||
<div
|
||||
class="d-flex flex-wrap align-items-center w-100 mt-2"
|
||||
>
|
||||
<h6 class="reviews-text mb-0 me-3">
|
||||
4.3/5
|
||||
</h6>
|
||||
|
||||
<div class="reviews-stars">
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
@ -587,10 +469,6 @@ ob_start();
|
||||
></i>
|
||||
<i class="bi-star reviews-icon"></i>
|
||||
</div>
|
||||
|
||||
<p class="reviews-text mb-0 ms-4">
|
||||
102 Reviews
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -600,7 +478,7 @@ ob_start();
|
||||
<div class="menu-thumb">
|
||||
<div class="menu-image-wrap">
|
||||
<img
|
||||
src="image/mypersonalsite/lunch/farhad-ibrahimzade-D5c9ZciQy_I-unsplash.jpg"
|
||||
src="image/aaab/lunch/farhad-ibrahimzade-D5c9ZciQy_I-unsplash.jpg"
|
||||
class="img-fluid menu-image"
|
||||
alt=""
|
||||
/>
|
||||
@ -623,10 +501,6 @@ ob_start();
|
||||
<div
|
||||
class="d-flex flex-wrap align-items-center w-100 mt-2"
|
||||
>
|
||||
<h6 class="reviews-text mb-0 me-3">
|
||||
3/5
|
||||
</h6>
|
||||
|
||||
<div class="reviews-stars">
|
||||
<i
|
||||
class="bi-star-fill reviews-icon"
|
||||
@ -640,10 +514,6 @@ ob_start();
|
||||
<i class="bi-star reviews-icon"></i>
|
||||
<i class="bi-star reviews-icon"></i>
|
||||
</div>
|
||||
|
||||
<p class="reviews-text mb-0 ms-4">
|
||||
64 Reviews
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -653,68 +523,13 @@ ob_start();
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer class="site-footer section-padding">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<h4 class="text-white mb-4 me-5"><?php echo $mysoc->name; ?></h4>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-7 col-xs-12 tooplate-mt30">
|
||||
<h6 class="text-white mb-lg-4 mb-3">Location</h6>
|
||||
|
||||
<p><?php echo $mysoc->getFullAddress(); ?></p>
|
||||
|
||||
<a
|
||||
href="https://goo.gl/maps/CJ8FfebWZHLQBA2r5"
|
||||
class="custom-btn btn btn-dark mt-2"
|
||||
>Directions</a
|
||||
>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-5 col-xs-12 tooplate-mt30">
|
||||
<h6 class="text-white mb-lg-4 mb-3">Opening Hours</h6>
|
||||
|
||||
|
||||
<?php $days = ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY"];
|
||||
foreach ($days as $day){
|
||||
echo "<p> $day : " .getDolGlobalString("MAIN_INFO_OPENINGHOURS_$day") ."</p>";
|
||||
}
|
||||
?>
|
||||
|
||||
<p>
|
||||
Tel:
|
||||
<a href="tel: 010-02-0340" class="tel-link"
|
||||
><?php echo $mysoc->phone ?></a
|
||||
>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-6 col-xs-12 tooplate-mt30">
|
||||
<h6 class="text-white mb-lg-4 mb-3">Social</h6>
|
||||
|
||||
<ul class="social-icon">
|
||||
<?php foreach($mysoc->socialnetworks as $key => $value) {
|
||||
print '<li> <a class="btn btn-perso2 btn-floating m-1" href="'. (preg_match('/^http/', $value) ? $value : 'https://www.'.$key.'.com/'.$value).'"><span class="fab fa-'.$key.'"></i></a> </li>';
|
||||
} ?>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
<p class="copyright-text tooplate-mt60">
|
||||
Copyright © <?php echo $mysoc->name; ?>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- row ending -->
|
||||
</div>
|
||||
<!-- container ending -->
|
||||
</footer>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
<?php includeContainer('footer'); ?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<?php // BEGIN PHP
|
||||
$tmp = ob_get_contents(); ob_end_clean(); dolWebsiteOutput($tmp, "html", 171);
|
||||
$tmp = ob_get_contents(); ob_end_clean(); dolWebsiteOutput($tmp, "html", 250);
|
||||
// END PHP ?>
|
||||
@ -0,0 +1,273 @@
|
||||
<?php // BEGIN PHP
|
||||
$websitekey=basename(__DIR__); if (empty($websitepagefile)) $websitepagefile=__FILE__;
|
||||
if (! defined('USEDOLIBARRSERVER') && ! defined('USEDOLIBARREDITOR')) {
|
||||
$pathdepth = count(explode('/', $_SERVER['SCRIPT_NAME'])) - 2;
|
||||
require_once ($pathdepth ? str_repeat('../', $pathdepth) : './').'master.inc.php';
|
||||
} // Not already loaded
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/lib/website.lib.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/website.inc.php';
|
||||
ob_start();
|
||||
// END PHP ?>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Our menus</title>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta name="robots" content="index, follow" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="keywords" content="" />
|
||||
<meta name="title" content="Our menus" />
|
||||
<meta name="description" content="" />
|
||||
<meta name="generator" content="Dolibarr 17.0.0-beta (https://www.dolibarr.org)" />
|
||||
<meta name="dolibarr:pageid" content="251" />
|
||||
<?php if ($website->use_manifest) { print '<link rel="manifest" href="/manifest.json.php" />'."\n"; } ?>
|
||||
<!-- Include link to CSS file -->
|
||||
<link rel="stylesheet" href="/styles.css.php?website=<?php echo $websitekey; ?>" type="text/css" />
|
||||
<!-- Include link to JS file -->
|
||||
<script async src="/javascript.js.php"></script>
|
||||
<!-- Include HTML header from common file -->
|
||||
<?php if (file_exists(DOL_DATA_ROOT."/website/".$websitekey."/htmlheader.html")) include DOL_DATA_ROOT."/website/".$websitekey."/htmlheader.html"; ?>
|
||||
<!-- Include HTML header from page header block -->
|
||||
|
||||
</head>
|
||||
<!-- File generated by Dolibarr website module editor -->
|
||||
<body id="bodywebsite" class="bodywebsite bodywebpage-menu">
|
||||
<!-- Enter here your HTML content. Add a section with an id tag and tag contenteditable="true" if you want to use the inline editor for the content -->
|
||||
|
||||
<?php includeContainer('header'); ?>
|
||||
|
||||
|
||||
<section id="mysection1" contenteditable="true">
|
||||
<main>
|
||||
<header class="site-header site-menu-header">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-10 col-12 mx-auto">
|
||||
<h1 class="text-white">Our Menus</h1>
|
||||
|
||||
<strong class="text-white"
|
||||
>Perfect for all Breakfast, Lunch and
|
||||
Dinner</strong
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="overlay"></div>
|
||||
</header>
|
||||
|
||||
<section class="menu section-padding">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<h2 class="mb-lg-5 mb-4">Breakfast Menu</h2>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-6 col-12">
|
||||
<div class="menu-thumb">
|
||||
<img
|
||||
src="image/aaab/breakfast/brett-jordan-8xt8-HIFqc8-unsplash.jpg"
|
||||
class="img-fluid menu-image"
|
||||
alt=""
|
||||
/>
|
||||
|
||||
<div
|
||||
class="menu-info d-flex flex-wrap align-items-center"
|
||||
>
|
||||
<h4 class="mb-0">Fresh Start</h4>
|
||||
|
||||
<span
|
||||
class="price-tag bg-white shadow-lg ms-4"
|
||||
><small>$</small>24.50</span
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-6 col-12">
|
||||
<div class="menu-thumb">
|
||||
<img
|
||||
src="/image/aaab/breakfast/lucas-swennen-1W_MyJSRLuQ-unsplash.jpg"
|
||||
class="img-fluid menu-image"
|
||||
alt=""
|
||||
/>
|
||||
|
||||
<div
|
||||
class="menu-info d-flex flex-wrap align-items-center"
|
||||
>
|
||||
<h4 class="mb-0">Baked Creamy</h4>
|
||||
|
||||
<span
|
||||
class="price-tag bg-white shadow-lg ms-4"
|
||||
><small>$</small>16.50</span
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-6 col-12">
|
||||
<div class="menu-thumb">
|
||||
<img
|
||||
src="image/aaab/breakfast/louis-hansel-dphM2U1xq0U-unsplash.jpg"
|
||||
class="img-fluid menu-image"
|
||||
alt=""
|
||||
/>
|
||||
|
||||
<div
|
||||
class="menu-info d-flex flex-wrap align-items-center"
|
||||
>
|
||||
<h4 class="mb-0">Burger Set</h4>
|
||||
|
||||
<span
|
||||
class="price-tag bg-white shadow-lg ms-4"
|
||||
><small>$</small>24.50</span
|
||||
>
|
||||
|
||||
<del class="ms-4"
|
||||
><small>$</small>36.50</del
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="menu section-padding bg-white">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<h2 class="mb-lg-5 mb-4">Lunch Menu</h2>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-6 col-12">
|
||||
<div class="menu-thumb">
|
||||
<img
|
||||
src="image/aaab/lunch/louis-hansel-cH5IPjaAYyo-unsplash.jpg"
|
||||
class="img-fluid menu-image"
|
||||
alt=""
|
||||
/>
|
||||
|
||||
<div
|
||||
class="menu-info d-flex flex-wrap align-items-center"
|
||||
>
|
||||
<h4 class="mb-0">Super Steak Set</h4>
|
||||
|
||||
<span
|
||||
class="price-tag bg-white shadow-lg ms-4"
|
||||
><small>$</small>32.75</span
|
||||
>
|
||||
|
||||
<del class="ms-4"><small>$</small>55</del>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-6 col-12">
|
||||
<div class="menu-thumb">
|
||||
<img
|
||||
src="image/aaab/lunch/louis-hansel-rheOvfxOlOA-unsplash.jpg"
|
||||
class="img-fluid menu-image"
|
||||
alt=""
|
||||
/>
|
||||
|
||||
<div
|
||||
class="menu-info d-flex flex-wrap align-items-center"
|
||||
>
|
||||
<h4 class="mb-0">Bread & Steak Set</h4>
|
||||
|
||||
<span
|
||||
class="price-tag bg-white shadow-lg ms-4"
|
||||
><small>$</small>42.50</span
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="menu section-padding">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<h2 class="mb-lg-5 mb-4">Dinner Menu</h2>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-6 col-12">
|
||||
<div class="menu-thumb">
|
||||
<img
|
||||
src="image/aaab/dinner/farhad-ibrahimzade-ZipYER3NLhY-unsplash.jpg"
|
||||
class="img-fluid menu-image"
|
||||
alt=""
|
||||
/>
|
||||
|
||||
<div
|
||||
class="menu-info d-flex flex-wrap align-items-center"
|
||||
>
|
||||
<h4 class="mb-0">Seafood Set</h4>
|
||||
|
||||
<span
|
||||
class="price-tag bg-white shadow-lg ms-4"
|
||||
><small>$</small>65.50</span
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-6 col-12">
|
||||
<div class="menu-thumb">
|
||||
<img
|
||||
src="image/aaab/dinner/keriliwi-c3mFafsFz2w-unsplash.jpg"
|
||||
class="img-fluid menu-image"
|
||||
alt=""
|
||||
/>
|
||||
|
||||
<div
|
||||
class="menu-info d-flex flex-wrap align-items-center"
|
||||
>
|
||||
<h4 class="mb-0">Premium Steak</h4>
|
||||
|
||||
<span
|
||||
class="price-tag bg-white shadow-lg ms-4"
|
||||
><small>$</small>74.25</span
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-6 col-12">
|
||||
<div class="menu-thumb">
|
||||
<img
|
||||
src="image/aaab/dinner/farhad-ibrahimzade-isHUj3N0194-unsplash.jpg"
|
||||
class="img-fluid menu-image"
|
||||
alt=""
|
||||
/>
|
||||
|
||||
<div
|
||||
class="menu-info d-flex flex-wrap align-items-center"
|
||||
>
|
||||
<h4 class="mb-0">Salmon Set</h4>
|
||||
|
||||
<span
|
||||
class="price-tag bg-white shadow-lg ms-4"
|
||||
><small>$</small>60</span
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
<?php includeContainer('footer'); ?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<?php // BEGIN PHP
|
||||
$tmp = ob_get_contents(); ob_end_clean(); dolWebsiteOutput($tmp, "html", 251);
|
||||
// END PHP ?>
|
||||
@ -0,0 +1,93 @@
|
||||
<?php // BEGIN PHP
|
||||
$websitekey=basename(__DIR__); if (empty($websitepagefile)) $websitepagefile=__FILE__;
|
||||
if (! defined('USEDOLIBARRSERVER') && ! defined('USEDOLIBARREDITOR')) {
|
||||
$pathdepth = count(explode('/', $_SERVER['SCRIPT_NAME'])) - 2;
|
||||
require_once ($pathdepth ? str_repeat('../', $pathdepth) : './').'master.inc.php';
|
||||
} // Not already loaded
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/lib/website.lib.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/website.inc.php';
|
||||
ob_start();
|
||||
// END PHP ?>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Footer</title>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta name="robots" content="index, follow" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="keywords" content="" />
|
||||
<meta name="title" content="Footer" />
|
||||
<meta name="description" content="" />
|
||||
<meta name="generator" content="Dolibarr 17.0.0-beta (https://www.dolibarr.org)" />
|
||||
<meta name="dolibarr:pageid" content="252" />
|
||||
<?php if ($website->use_manifest) { print '<link rel="manifest" href="/manifest.json.php" />'."\n"; } ?>
|
||||
<!-- Include link to CSS file -->
|
||||
<link rel="stylesheet" href="/styles.css.php?website=<?php echo $websitekey; ?>" type="text/css" />
|
||||
<!-- Include link to JS file -->
|
||||
<script async src="/javascript.js.php"></script>
|
||||
<!-- Include HTML header from common file -->
|
||||
<?php if (file_exists(DOL_DATA_ROOT."/website/".$websitekey."/htmlheader.html")) include DOL_DATA_ROOT."/website/".$websitekey."/htmlheader.html"; ?>
|
||||
<!-- Include HTML header from page header block -->
|
||||
|
||||
</head>
|
||||
<!-- File generated by Dolibarr website module editor -->
|
||||
<body id="bodywebsite" class="bodywebsite bodywebpage-footer">
|
||||
<!-- Enter here your HTML content. Add a section with an id tag and tag contenteditable="true" if you want to use the inline editor for the content -->
|
||||
<section id="footer" contenteditable="true">
|
||||
<!-- Footer -->
|
||||
<footer class="site-footer section-padding">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-md-7 col-xs-12 tooplate-mt30">
|
||||
<h6 class="text-white mb-lg-4 mb-3"><?php echo $weblangs->trans("Location"); ?></h6>
|
||||
|
||||
<p><?php echo $mysoc->getFullAddress(); ?></p>
|
||||
|
||||
<a href="contact.php#divaddress" class="custom-btn btn btn-dark mt-2"><?php echo $weblangs->trans("Map"); ?></a>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-5 col-xs-12 tooplate-mt30">
|
||||
<h6 class="text-white mb-lg-4 mb-3">Opening Hours</h6>
|
||||
|
||||
|
||||
<?php $days = ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY"];
|
||||
foreach ($days as $day){
|
||||
echo "<p> $day : " .getDolGlobalString("MAIN_INFO_OPENINGHOURS_$day") ."</p>";
|
||||
}
|
||||
?>
|
||||
|
||||
<p>
|
||||
Tel:
|
||||
<a href="tel: <?php echo $mysoc->phone ?>" class="tel-link"
|
||||
><?php echo $mysoc->phone ?></a
|
||||
>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-6 col-xs-12 tooplate-mt30">
|
||||
<h6 class="text-white mb-lg-4 mb-3">Social</h6>
|
||||
|
||||
<ul class="social-icon">
|
||||
<?php foreach($mysoc->socialnetworks as $key => $value) {
|
||||
print '<li> <a class="btn btn-perso2 btn-floating m-1" href="'. (preg_match('/^http/', $value) ? $value : 'https://www.'.$key.'.com/'.$value).'"><span class="fab fa-'.$key.'"></i></a> </li>';
|
||||
} ?>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
<p class="copyright-text tooplate-mt60">
|
||||
Copyright © <?php echo $mysoc->name; ?>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- row ending -->
|
||||
</div>
|
||||
<!-- container ending -->
|
||||
</footer>
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<?php // BEGIN PHP
|
||||
$tmp = ob_get_contents(); ob_end_clean(); dolWebsiteOutput($tmp, "html", 252);
|
||||
// END PHP ?>
|
||||
@ -0,0 +1,98 @@
|
||||
<?php // BEGIN PHP
|
||||
$websitekey=basename(__DIR__); if (empty($websitepagefile)) $websitepagefile=__FILE__;
|
||||
if (! defined('USEDOLIBARRSERVER') && ! defined('USEDOLIBARREDITOR')) {
|
||||
$pathdepth = count(explode('/', $_SERVER['SCRIPT_NAME'])) - 2;
|
||||
require_once ($pathdepth ? str_repeat('../', $pathdepth) : './').'master.inc.php';
|
||||
} // Not already loaded
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/lib/website.lib.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/website.inc.php';
|
||||
ob_start();
|
||||
// END PHP ?>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Header</title>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta name="robots" content="index, follow" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="keywords" content="" />
|
||||
<meta name="title" content="Header" />
|
||||
<meta name="description" content="" />
|
||||
<meta name="generator" content="Dolibarr 17.0.0-beta (https://www.dolibarr.org)" />
|
||||
<meta name="dolibarr:pageid" content="253" />
|
||||
<?php if ($website->use_manifest) { print '<link rel="manifest" href="/manifest.json.php" />'."\n"; } ?>
|
||||
<!-- Include link to CSS file -->
|
||||
<link rel="stylesheet" href="/styles.css.php?website=<?php echo $websitekey; ?>" type="text/css" />
|
||||
<!-- Include link to JS file -->
|
||||
<script async src="/javascript.js.php"></script>
|
||||
<!-- Include HTML header from common file -->
|
||||
<?php if (file_exists(DOL_DATA_ROOT."/website/".$websitekey."/htmlheader.html")) include DOL_DATA_ROOT."/website/".$websitekey."/htmlheader.html"; ?>
|
||||
<!-- Include HTML header from page header block -->
|
||||
|
||||
</head>
|
||||
<!-- File generated by Dolibarr website module editor -->
|
||||
<body id="bodywebsite" class="bodywebsite bodywebpage-header">
|
||||
<section id="header" contenteditable="true">
|
||||
<nav class="navbar navbar-expand-lg bg-white shadow-lg">
|
||||
<div class="container">
|
||||
<button
|
||||
class="navbar-toggler"
|
||||
type="button"
|
||||
data-bs-toggle="collapse"
|
||||
data-bs-target="#navbarNav"
|
||||
aria-controls="navbarNav"
|
||||
aria-expanded="false"
|
||||
aria-label="Toggle navigation"
|
||||
>
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<a class="navbar-brand" href="index.html"><?php echo $mysoc->name; ?></a>
|
||||
|
||||
<div class="d-lg-none">
|
||||
<a href="contact.php#reservation"
|
||||
type="button"
|
||||
class="custom-btn btn btn-danger"
|
||||
data-bs-toggle="modal"
|
||||
data-bs-target="#BookingModal"
|
||||
><?php $langs->trans("Reservation"); ?></a>
|
||||
</div>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarNav">
|
||||
<ul class="navbar-nav mx-auto">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link<?php echo ($websitepage->ref == 'index' ? ' active' : ''); ?>" href="index.php"><?php echo $weblangs->trans("Home"); ?></a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link<?php echo ($websitepage->ref == 'about' ? ' active' : ''); ?>" href="about.php"><?php echo $weblangs->trans("About"); ?></a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link<?php echo ($websitepage->ref == 'menu' ? ' active' : ''); ?>" href="menu.php"><?php echo $weblangs->trans("Menu"); ?></a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link<?php echo ($websitepage->ref == 'contact' ? ' active' : ''); ?>" href="contact.php"><?php echo $weblangs->trans("Contact"); ?></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="d-none d-lg-block">
|
||||
<a href="contact.php#reservation"
|
||||
type="button"
|
||||
class="custom-btn btn btn-danger"
|
||||
data-bs-toggle="modal"
|
||||
data-bs-target="#BookingModal"
|
||||
><?php echo $weblangs->trans("Reservation"); ?></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</section>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<?php // BEGIN PHP
|
||||
$tmp = ob_get_contents(); ob_end_clean(); dolWebsiteOutput($tmp, "html", 253);
|
||||
// END PHP ?>
|
||||
@ -11,44 +11,6 @@ header('Content-type: text/css');
|
||||
// END PHP ?>
|
||||
@charset "UTF-8";
|
||||
|
||||
.bodywebsite {
|
||||
/*!
|
||||
* Bootstrap v5.2.1 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2022 The Bootstrap Authors
|
||||
* Copyright 2011-2022 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
*/
|
||||
/* rtl:raw:
|
||||
[type="tel"],
|
||||
[type="url"],
|
||||
[type="email"],
|
||||
[type="number"] {
|
||||
direction: ltr;
|
||||
}
|
||||
*/
|
||||
/* rtl:begin:ignore */
|
||||
/* rtl:end:ignore */
|
||||
/* rtl:begin:ignore */
|
||||
/* rtl:end:ignore */
|
||||
/* rtl:begin:ignore */
|
||||
/* rtl:end:ignore */
|
||||
/* rtl:begin:ignore */
|
||||
/* rtl:end:ignore */
|
||||
/* rtl:begin:ignore */
|
||||
/* rtl:end:ignore */
|
||||
/* rtl:options: {
|
||||
"autoRename": true,
|
||||
"stringMap":[ {
|
||||
"name" : "prev-next",
|
||||
"search" : "prev",
|
||||
"replace" : "next"
|
||||
} ]
|
||||
} */
|
||||
/* rtl:begin:remove */
|
||||
/* rtl:end:remove */
|
||||
/*# sourceMappingURL=bootstrap.css.map */;
|
||||
}
|
||||
|
||||
.bodywebsite :root {
|
||||
--bs-blue: #0d6efd;
|
||||
--bs-indigo: #6610f2;
|
||||
@ -143,6 +105,10 @@ header('Content-type: text/css');
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
|
||||
.bodywebsite .center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.bodywebsite hr {
|
||||
margin: 1rem 0;
|
||||
color: inherit;
|
||||
@ -8367,6 +8333,7 @@ header('Content-type: text/css');
|
||||
|
||||
.bodywebsite .m-1 {
|
||||
margin: 0.25rem !important;
|
||||
padding-left: 0px !important;
|
||||
}
|
||||
|
||||
.bodywebsite .m-2 {
|
||||
@ -12596,8 +12563,8 @@ body.bodywebsite { margin: 0; font-family: 'Open Sans', sans-serif; }
|
||||
}
|
||||
|
||||
.bodywebsite .section-padding {
|
||||
padding-top: 8rem;
|
||||
padding-bottom: 8rem;
|
||||
padding-top: 6rem;
|
||||
padding-bottom: 6rem;
|
||||
}
|
||||
|
||||
.bodywebsite b,
|
||||
@ -13019,8 +12986,8 @@ body.bodywebsite { margin: 0; font-family: 'Open Sans', sans-serif; }
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
padding-top: 7rem;
|
||||
padding-bottom: 7rem;
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 3rem;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -3681,7 +3681,7 @@ if ($action == 'editcss') {
|
||||
// Manifest.json
|
||||
print '<tr><td class="tdtop">';
|
||||
$htmlhelp = $langs->trans("Example").' :<br>';
|
||||
$htmlhelp .= dol_htmlentitiesbr($manifestjsoncontentdefault);
|
||||
$htmlhelp .= '<small>'.dol_htmlentitiesbr($manifestjsoncontentdefault).'</small>';
|
||||
print $form->textwithpicto($langs->trans('WEBSITE_MANIFEST_JSON'), $htmlhelp, 1, 'help', '', 0, 2, 'manifestjsontooltip');
|
||||
print '</td><td>';
|
||||
print $langs->trans("UseManifest").': '.$form->selectyesno('use_manifest', $website->use_manifest, 1).'<br>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user