| 123456789 |
- -- File generated by Dolibarr 17.0.0-alpha -- 2022-09-26 12:49:03 UTC --;
- -- Page ID 80 -> 1__+MAX_llx_website_page__ - Aliases index --;
- INSERT INTO llx_website_page(rowid, fk_page, fk_website, pageurl, aliasalt, title, description, lang, image, keywords, status, date_creation, tms, import_key, grabbed_from, type_container, htmlheader, content, author_alias, allowed_in_frames) VALUES(1__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'index', '', 'index', '', '', '', '', '1', '2022-07-04 15:13:49', '2022-09-26 14:48:51', null, '', 'page', '<head>__N__ <meta charset=\"UTF-8\" />__N__ <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />__N__ <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />__N____N__ <!-- Font Awesome -->__N__ <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>__N__ <link href=\"https://fonts.googleapis.com/css2?family=Hurricane&display=swap\" rel=\"stylesheet\"> __N__ <script__N__ src=\"https://kit.fontawesome.com/14273d579a.js\"__N__ crossorigin=\"anonymous\"__N__ ></script>__N____N____N__ <title>Template</title>__N__ </head>', '<!-- 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 -->__N__<?php __N__ if (GETPOST(\'action\') == \'sendmail\') {__N__ include_once DOL_DOCUMENT_ROOT.\'/core/class/CMailFile.class.php\';__N__ $from = GETPOST(\'email\', \'alpha\');__N__ $to = $mysoc->email;__N__ $message = GETPOST(\'message\', \'alpha\');__N__ $cmail = new CMailFile(\'Contact from website\', $to, $from, $message);__N__ if ($cmail->sendfile()) {__N__ ?>__N__ <script>__N__ alert(\"Message sent successfully !\");__N__ </script>__N__ <?php__N__ } else {__N__ echo $langs->trans(\"ErrorFailedToSendMail\", $from, $to).\'. \'.$cmail->error;__N__ }__N__}__N__?>__N__<section id=\"mysection1\" contenteditable=\"true\">__N__ <div class=\"container\">__N____N__ <nav class=\"navbar navbar-expand-lg navbar-dark position-fixed px-3\">__N__ <a href=\"#home\" class=\"navbar-brand text-center\">__N__ <h1>Brand Name</h1>__N__ </a>__N__ <button__N__ class=\"navbar-toggler\"__N__ type=\"button\"__N__ data-bs-toggle=\"collapse\"__N__ data-bs-target=\"#navbarNav\"__N__ aria-controls=\"navbarNav\"__N__ aria-expanded=\"false\"__N__ aria-label=\"Toggle navigation\"__N__ >__N__ <span class=\"navbar-toggler-icon\"></span>__N__ </button>__N__ <div__N__ class=\"collapse navbar-collapse justify-content-end\"__N__ id=\"navbarNav\"__N__ >__N__ <ul class=\"navbar-nav\">__N__ <li class=\"nav-item fs-5\">__N__ <a href=\"#products\" class=\"nav-link\"__N__ >Products</a__N__ >__N__ </li>__N__ <li class=\"nav-item fs-5\">__N__ <a href=\"#contact\" class=\"nav-link\">__N__ Contact__N__ </a>__N__ </li>__N__ </ul>__N__ __N__ </div>__N__ </nav>__N__ </div>__N__ <section id=\"home\" class=\"\">__N____N__ <div class=\" container full-height pt-5\">__N__ <div class=\"row pt-5\">__N__ <div class=\"col text-center desc\">__N__ <h1 class=\"py-5 fw-bold\" id=\"title\">__N__ <span class=\"color\">Brand</span>__N__ Name__N__ </h1>__N__ <p class=\"h3\">__N__ Hello fellows, here is a description of the__N__ brand__N__ </p>__N__ <a href=\"#products\">__N__ <button class=\"mt-5 btn btn-color\"__N__ <i class=\"fas fa-shopping-cart\"></i>__N__ Learn More__N__ </button>__N__ </a>__N__ </div>__N__ </div>__N__ </div>__N__ </section>__N__ __N__ <section id=\"products\" class=\"py-5\">__N__ <div class=\"container text-dark my-5 py-5 full-height\">__N__ <div class=\"row gy-5 p-3\">__N__ <div class=\"col text-center\">__N__ <h1 class=\"pt-2 pb-5 fw-bold\">Products</h1>__N__ </div>__N__ </div>__N__ <div class=\"row\">__N__ <div class=\"col-md-4\">__N__ <div class=\"card\">__N__ __N__ <div class=\"card-body\">__N__ <h2 class=\"card-title\">Product 1</h2>__N__ <p class=\"card-text\">__N__ Some quick example text to build on the__N__ card title and make up the bulk of the__N__ card\'s content.__N__ </p>__N__ <a href=\"#\">__N__ <button class=\"btn btn-color\">__N__ Learn More__N__ </button>__N__ </a>__N__ </div>__N__ </div>__N__ </div>__N__ <div class=\"col-md-4\">__N__ <div class=\"card\">__N__ __N__ <div class=\"card-body\">__N__ <h2 class=\"card-title\">Product 2</h2>__N__ <p class=\"card-text\">__N__ Some quick example text to build on the__N__ card title and make up the bulk of the__N__ card\'s content.__N__ </p>__N__ <a href=\"#\">__N__ <button class=\"btn btn-color\">__N__ Learn More__N__ </button>__N__ </a>__N__ </div>__N__ </div>__N__ </div>__N__ <div class=\"col-md-4\">__N__ <div class=\"card\">__N__ __N__ <div class=\"card-body\">__N__ <h2 class=\"card-title\">Product 3</h2>__N__ <p class=\"card-text\">__N__ Some quick example text to build on the__N__ card title and make up the bulk of the__N__ card\'s content.__N__ </p>__N__ <a href=\"#\">__N__ <button class=\"btn btn-color\">__N__ Learn More__N__ </button>__N__ </a>__N__ </div>__N__ </div>__N__ </div>__N__ <div class=\"col-md-4\">__N__ <div class=\"card\">__N__ __N__ <div class=\"card-body\">__N__ <h2 class=\"card-title\">Product 4</h2>__N__ <p class=\"card-text\">__N__ Some quick example text to build on the__N__ card title and make up the bulk of the__N__ card\'s content.__N__ </p>__N__ <a href=\"#\">__N__ <button class=\"btn btn-color\">__N__ Learn More__N__ </button>__N__ </a>__N__ </div>__N__ </div>__N__ </div>__N__ <div class=\"col-md-4\">__N__ <div class=\"card\">__N__ __N__ <div class=\"card-body\">__N__ <h2 class=\"card-title\">Product 5</h2>__N__ <p class=\"card-text\">__N__ Some quick example text to build on the__N__ card title and make up the bulk of the__N__ card\'s content.__N__ </p>__N__ <a href=\"#\">__N__ <button class=\"btn btn-color\">__N__ Learn More__N__ </button>__N__ </a>__N__ </div>__N__ </div>__N__ </div>__N__ <div class=\"col-md-4\">__N__ <div class=\"card\">__N__ __N__ <div class=\"card-body\">__N__ <h2 class=\"card-title\">Product 6</h2>__N__ <p class=\"card-text\">__N__ Some quick example text to build on the__N__ card title and make up the bulk of the__N__ card\'s content.__N__ </p>__N__ <a href=\"#\">__N__ <button class=\"btn btn-color\">__N__ Learn More__N__ </button>__N__ </a>__N__ </div>__N__ </div>__N__ </div>__N__ </div>__N__ </div>__N__ </section>__N____N__ <section id=\"contact\" class=\"py-5\">__N__ <div class=\"container py-5 my-5 full-height\">__N__ <div class=\"row text-center\">__N__ <div class=\"col text-center\"><h1>Contact us</h1></div>__N__ <p class=\"fw-bold h5\">__N__ <span class=\"color\">Email</span>: <?php echo $mysoc->email ?>__N__ </p>__N__ <p class=\"fw-bold h5\">__N__ <span class=\"color\">Phone-number</span>: <?php echo $mysoc->phone ?>__N__ </p>__N__ </div>__N__ <div class=\"row\">__N__ <p class=\"text-center fw-bold h5 my-5\">__N__ Or complete the form__N__ </p>__N__ </div>__N__ <form action=\"index.php\" method=\"POST\">__N__ <input type=\"hidden\" name=\"token\" value=\"<?php echo newToken(); ?>\" />__N__ <input type=\"hidden\" name=\"action\" value=\"sendmail\">__N__ <div class=\"row gy-3\">__N__ <div class=\"col-12 col-md-6\">__N__ <div class=\"form-group\">__N__ <label>Email</label>__N__ <input__N__ name=\"email\"__N__ type=\"email\"__N__ class=\"form-control\"__N__ placeholder=\"Email\"__N__ />__N__ </div>__N__ <div class=\"form-group\">__N__ <label>Name</label>__N__ <input__N__ name=\"name\"__N__ type=\"text\"__N__ class=\"form-control\"__N__ placeholder=\"Name\"__N__ />__N__ </div>__N__ <div class=\"form-group\">__N__ <label>Phone</label>__N__ <input__N__ name=\"phone\"__N__ type=\"text\"__N__ class=\"form-control\"__N__ placeholder=\"Phone\"__N__ />__N__ </div>__N__ </div>__N__ <div class=\"col-12 col-md-6\">__N__ <div class=\"form-group\">__N__ <label>Message</label>__N__ <textarea__N__ name=\"message\"__N__ class=\"form-control\"__N__ rows=\"6\"__N__ placeholder=\"Your message\"__N__ ></textarea>__N__ </div>__N__ </div>__N__ <div class=\"col-12 mt-3\">__N__ <div class=\"text-center form-group\">__N__ <input__N__ type=\"submit\"__N__ class=\"mt-5 btn btn-color-filled text-center text-white fw-bold\"__N__ value=\"Send message\"__N__ />__N__ </div>__N__ </div>__N__ </div>__N__ </form>__N__ </div>__N__ </section>__N____N__</section>__N__', '', 0);
- UPDATE llx_website SET fk_default_home = 1__+MAX_llx_website_page__ WHERE rowid = __WEBSITE_ID__;
- -- For Dolibarr v14+ --;
- UPDATE llx_website SET lang = 'en' WHERE rowid = __WEBSITE_ID__;
- UPDATE llx_website SET otherlang = '' WHERE rowid = __WEBSITE_ID__;
|