From fb24a1ee552e0dcb2d0935733eea52efaef3b681 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 8 Oct 2022 20:41:45 +0200 Subject: [PATCH] Clean code --- dev/setup/codesniffer/ruleset.xml | 3 +- .../website_template-corporate/LICENSE | 1 + .../website_template-corporate/README.md | 1 + .../containers/LICENSE | 1 + .../blog-our-company-is-now-on-dolibarr.php | 3 +- ...log-our-new-web-site-has-been-launched.php | 3 +- .../containers/blog.php | 3 +- .../containers/careers.php | 3 +- .../containers/carriere.php | 3 +- .../containers/clients-testimonials.php | 3 +- .../containers/contact.php | 3 +- .../containers/faq.php | 3 +- .../containers/footer.php | 3 +- .../containers/header.php | 3 +- .../containers/home.php | 3 +- .../containers/index.php | 6 +- .../containers/master.inc.php | 5 +- .../containers/our-team.php | 3 +- .../containers/page1.tpl.php | 98 --- .../containers/page10.tpl.php | 134 ---- .../containers/page11.tpl.php | 575 ----------------- .../containers/page12.tpl.php | 113 ---- .../containers/page13.tpl.php | 110 ---- .../containers/page14.tpl.php | 186 ------ .../containers/page17.tpl.php | 104 ---- .../containers/page179.tpl.php | 99 +++ .../containers/page180.tpl.php | 84 +++ .../{page3.tpl.php => page181.tpl.php} | 70 +-- .../containers/page182.tpl.php | 129 ++++ .../{page5.tpl.php => page183.tpl.php} | 56 +- .../{page6.tpl.php => page184.tpl.php} | 64 +- .../containers/page185.tpl.php | 84 +++ .../{page8.tpl.php => page186.tpl.php} | 56 +- .../containers/page187.tpl.php | 132 ++++ .../containers/page188.tpl.php | 134 ++++ .../containers/page189.tpl.php | 576 ++++++++++++++++++ .../containers/page190.tpl.php | 115 ++++ .../containers/page191.tpl.php | 110 ++++ .../containers/page192.tpl.php | 186 ++++++ .../{page15.tpl.php => page193.tpl.php} | 62 +- .../{page16.tpl.php => page194.tpl.php} | 56 +- .../containers/page195.tpl.php | 112 ++++ .../{page18.tpl.php => page196.tpl.php} | 54 +- .../containers/page2.tpl.php | 84 --- .../containers/page4.tpl.php | 128 ---- .../containers/page7.tpl.php | 84 --- .../containers/page9.tpl.php | 132 ---- .../containers/partners.php | 3 +- .../containers/pricing.php | 3 +- .../containers/privacy-policies.php | 3 +- .../containers/product-p.php | 3 +- .../containers/search.php | 3 +- .../containers/service-s.php | 3 +- .../website_pages.sql | 90 +-- 54 files changed, 2071 insertions(+), 2017 deletions(-) create mode 100644 htdocs/install/doctemplates/websites/website_template-corporate/LICENSE create mode 100644 htdocs/install/doctemplates/websites/website_template-corporate/README.md create mode 100644 htdocs/install/doctemplates/websites/website_template-corporate/containers/LICENSE delete mode 100644 htdocs/install/doctemplates/websites/website_template-corporate/containers/page1.tpl.php delete mode 100644 htdocs/install/doctemplates/websites/website_template-corporate/containers/page10.tpl.php delete mode 100644 htdocs/install/doctemplates/websites/website_template-corporate/containers/page11.tpl.php delete mode 100644 htdocs/install/doctemplates/websites/website_template-corporate/containers/page12.tpl.php delete mode 100644 htdocs/install/doctemplates/websites/website_template-corporate/containers/page13.tpl.php delete mode 100644 htdocs/install/doctemplates/websites/website_template-corporate/containers/page14.tpl.php delete mode 100644 htdocs/install/doctemplates/websites/website_template-corporate/containers/page17.tpl.php create mode 100644 htdocs/install/doctemplates/websites/website_template-corporate/containers/page179.tpl.php create mode 100644 htdocs/install/doctemplates/websites/website_template-corporate/containers/page180.tpl.php rename htdocs/install/doctemplates/websites/website_template-corporate/containers/{page3.tpl.php => page181.tpl.php} (52%) create mode 100644 htdocs/install/doctemplates/websites/website_template-corporate/containers/page182.tpl.php rename htdocs/install/doctemplates/websites/website_template-corporate/containers/{page5.tpl.php => page183.tpl.php} (56%) rename htdocs/install/doctemplates/websites/website_template-corporate/containers/{page6.tpl.php => page184.tpl.php} (54%) create mode 100644 htdocs/install/doctemplates/websites/website_template-corporate/containers/page185.tpl.php rename htdocs/install/doctemplates/websites/website_template-corporate/containers/{page8.tpl.php => page186.tpl.php} (60%) create mode 100644 htdocs/install/doctemplates/websites/website_template-corporate/containers/page187.tpl.php create mode 100644 htdocs/install/doctemplates/websites/website_template-corporate/containers/page188.tpl.php create mode 100644 htdocs/install/doctemplates/websites/website_template-corporate/containers/page189.tpl.php create mode 100644 htdocs/install/doctemplates/websites/website_template-corporate/containers/page190.tpl.php create mode 100644 htdocs/install/doctemplates/websites/website_template-corporate/containers/page191.tpl.php create mode 100644 htdocs/install/doctemplates/websites/website_template-corporate/containers/page192.tpl.php rename htdocs/install/doctemplates/websites/website_template-corporate/containers/{page15.tpl.php => page193.tpl.php} (76%) rename htdocs/install/doctemplates/websites/website_template-corporate/containers/{page16.tpl.php => page194.tpl.php} (56%) create mode 100644 htdocs/install/doctemplates/websites/website_template-corporate/containers/page195.tpl.php rename htdocs/install/doctemplates/websites/website_template-corporate/containers/{page18.tpl.php => page196.tpl.php} (56%) delete mode 100644 htdocs/install/doctemplates/websites/website_template-corporate/containers/page2.tpl.php delete mode 100644 htdocs/install/doctemplates/websites/website_template-corporate/containers/page4.tpl.php delete mode 100644 htdocs/install/doctemplates/websites/website_template-corporate/containers/page7.tpl.php delete mode 100644 htdocs/install/doctemplates/websites/website_template-corporate/containers/page9.tpl.php diff --git a/dev/setup/codesniffer/ruleset.xml b/dev/setup/codesniffer/ruleset.xml index 752a9271e59..e286450f73b 100644 --- a/dev/setup/codesniffer/ruleset.xml +++ b/dev/setup/codesniffer/ruleset.xml @@ -15,9 +15,10 @@ htdocs/install/doctemplates/websites htdocs/conf.php */nltechno* - */htdocs/includes source .git + htdocs/includes + htdocs/install/doctemplates/websites diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/LICENSE b/htdocs/install/doctemplates/websites/website_template-corporate/LICENSE new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/htdocs/install/doctemplates/websites/website_template-corporate/LICENSE @@ -0,0 +1 @@ + diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/README.md b/htdocs/install/doctemplates/websites/website_template-corporate/README.md new file mode 100644 index 00000000000..12ac388316c --- /dev/null +++ b/htdocs/install/doctemplates/websites/website_template-corporate/README.md @@ -0,0 +1 @@ +This template has been developed by DoliCloud (https://www.dolicloud.com) for Dolibarr ERP CRM. diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/LICENSE b/htdocs/install/doctemplates/websites/website_template-corporate/containers/LICENSE new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/LICENSE @@ -0,0 +1 @@ + diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/blog-our-company-is-now-on-dolibarr.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/blog-our-company-is-now-on-dolibarr.php index 11b7fe4a1ca..99c4f10314b 100644 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/blog-our-company-is-now-on-dolibarr.php +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/blog-our-company-is-now-on-dolibarr.php @@ -1,4 +1,5 @@ ref.'/page2.tpl.php'; +if (empty($dolibarr_main_data_root)) require './page180.tpl.php'; else require $dolibarr_main_data_root.'/website/'.$website->ref.'/page180.tpl.php'; +?> diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/blog-our-new-web-site-has-been-launched.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/blog-our-new-web-site-has-been-launched.php index 8067c9c839e..248bb708f48 100644 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/blog-our-new-web-site-has-been-launched.php +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/blog-our-new-web-site-has-been-launched.php @@ -1,4 +1,5 @@ ref.'/page3.tpl.php'; +if (empty($dolibarr_main_data_root)) require './page181.tpl.php'; else require $dolibarr_main_data_root.'/website/'.$website->ref.'/page181.tpl.php'; +?> diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/blog.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/blog.php index e26af460c55..43a0212d3f6 100644 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/blog.php +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/blog.php @@ -1,4 +1,5 @@ ref.'/page1.tpl.php'; +if (empty($dolibarr_main_data_root)) require './page179.tpl.php'; else require $dolibarr_main_data_root.'/website/'.$website->ref.'/page179.tpl.php'; +?> diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/careers.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/careers.php index 298215818ad..a2c8a7165a7 100644 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/careers.php +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/careers.php @@ -1,4 +1,5 @@ ref.'/page4.tpl.php'; +if (empty($dolibarr_main_data_root)) require './page182.tpl.php'; else require $dolibarr_main_data_root.'/website/'.$website->ref.'/page182.tpl.php'; +?> diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/carriere.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/carriere.php index 34fa5b81d47..f32f4818ac4 100644 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/carriere.php +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/carriere.php @@ -1,4 +1,5 @@ ref.'/page5.tpl.php'; +if (empty($dolibarr_main_data_root)) require './page183.tpl.php'; else require $dolibarr_main_data_root.'/website/'.$website->ref.'/page183.tpl.php'; +?> diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/clients-testimonials.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/clients-testimonials.php index c7ca6c827c9..2c01e32e135 100644 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/clients-testimonials.php +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/clients-testimonials.php @@ -1,4 +1,5 @@ ref.'/page6.tpl.php'; +if (empty($dolibarr_main_data_root)) require './page184.tpl.php'; else require $dolibarr_main_data_root.'/website/'.$website->ref.'/page184.tpl.php'; +?> diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/contact.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/contact.php index 8a7eb0364b7..2c9c69905fa 100644 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/contact.php +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/contact.php @@ -1,4 +1,5 @@ ref.'/page7.tpl.php'; +if (empty($dolibarr_main_data_root)) require './page185.tpl.php'; else require $dolibarr_main_data_root.'/website/'.$website->ref.'/page185.tpl.php'; +?> diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/faq.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/faq.php index 1b08e2b2c62..94f01880f4e 100644 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/faq.php +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/faq.php @@ -1,4 +1,5 @@ ref.'/page8.tpl.php'; +if (empty($dolibarr_main_data_root)) require './page186.tpl.php'; else require $dolibarr_main_data_root.'/website/'.$website->ref.'/page186.tpl.php'; +?> diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/footer.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/footer.php index ffb16dfb696..533ddc027a2 100644 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/footer.php +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/footer.php @@ -1,4 +1,5 @@ ref.'/page9.tpl.php'; +if (empty($dolibarr_main_data_root)) require './page187.tpl.php'; else require $dolibarr_main_data_root.'/website/'.$website->ref.'/page187.tpl.php'; +?> diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/header.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/header.php index 532d10735c2..831c7ded51a 100644 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/header.php +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/header.php @@ -1,4 +1,5 @@ ref.'/page10.tpl.php'; +if (empty($dolibarr_main_data_root)) require './page188.tpl.php'; else require $dolibarr_main_data_root.'/website/'.$website->ref.'/page188.tpl.php'; +?> diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/home.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/home.php index 6edd1d887b2..86a6639e327 100644 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/home.php +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/home.php @@ -1,4 +1,5 @@ ref.'/page11.tpl.php'; +if (empty($dolibarr_main_data_root)) require './page189.tpl.php'; else require $dolibarr_main_data_root.'/website/'.$website->ref.'/page189.tpl.php'; +?> diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/index.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/index.php index 5d3ad606acc..5ac34065524 100644 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/index.php +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/index.php @@ -2,10 +2,10 @@ // 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'])) { +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 './page11.tpl.php'; -// END PHP +include_once './page189.tpl.php' +// END PHP ?> diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/master.inc.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/master.inc.php index 852e9270884..bd25ba5895d 100644 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/master.inc.php +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/master.inc.php @@ -1,6 +1,7 @@ diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/our-team.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/our-team.php index 21d1a69e407..1afe5d1523d 100644 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/our-team.php +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/our-team.php @@ -1,4 +1,5 @@ ref.'/page12.tpl.php'; +if (empty($dolibarr_main_data_root)) require './page190.tpl.php'; else require $dolibarr_main_data_root.'/website/'.$website->ref.'/page190.tpl.php'; +?> diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page1.tpl.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page1.tpl.php deleted file mode 100644 index ff5758e9a71..00000000000 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page1.tpl.php +++ /dev/null @@ -1,98 +0,0 @@ - - - -Blog - - - - - - - - - -use_manifest) { print ''."\n"; } ?> - - - - - - - - - - - -
- - - -
-
-
-
-
-
-
-
-
The latest news... -
-
-
-
-
-
-
-
- - -
-

- - load("main"); - $fuser = new User($db); - $arrayofblogs = $websitepage->fetchAll($website->id, 'DESC', 'date_creation', 5, 0, array('type_container'=>'blogpost', 'status'=>1, 'lang'=>'null,'.$websitepage->lang)); - foreach ($arrayofblogs as $blog) { - print ''; - } - ?> -
-
- -

- - - -
- - - - diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page10.tpl.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page10.tpl.php deleted file mode 100644 index f2cb27fb04a..00000000000 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page10.tpl.php +++ /dev/null @@ -1,134 +0,0 @@ - - - -Header and Top Menu - - - - - - - - - -use_manifest) { print ''."\n"; } ?> - - - - - - - - - - - - - - - -
-
-
- -
-
-
- - - - diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page11.tpl.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page11.tpl.php deleted file mode 100644 index ccab676d783..00000000000 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page11.tpl.php +++ /dev/null @@ -1,575 +0,0 @@ - - - -Home - - - - - - - - - -use_manifest) { print ''."\n"; } ?> - - - - - - - - - - - -
- - - - - -
-
-
-
-
-
-
-
-
Boost your business -
-
-

We provide powerful solutions for all businesses

-
- -
-
-
-
-
-
-
-
-
-
-
 Best prices on the market  -
-
-

Our optimized processes allows us to provide you very competitive prices

-
- -
-
-
-
-
-
-
-
-
-
-
-
-
- - - - -
-
-
-
-
-
- -
-
-

Our sales representative are also technicians.

-
-
-
-
-
- -
-

Take a look at our offers...

-
-
-
-
-
- -
-

Our customer-supplier relationship is very appreciated by our customers

-
-
-
-
-
-
-
- -
-
-

We continue to follow and assist you after the sale. Contact us at any time.

-
-
-
-
-
- - - -
-
-

Looking for

-

a high quality service?

-

With a lot of experience, hiring us is a security for your business!

-
-
-
11
-
Years of Experience
-
-
-
- query($sql); $obj = $db->fetch_object($resql); print $obj->nb; ?> -
-
Experts
-
-
-
- query($sql); $obj = $db->fetch_object($resql); print $obj->nb; ?> -
-
Trusted Clients
-
-
-
- -
-
-
- - - - -
-
- -
-
- - - -
-
-

our team

-
-
- -
-
-
-
- - - -
-
-
-
-
-

Request a callback

-
-
- -
-
- -
-
- -
-
- -
-
-
-
-
-
-
- - - -
-
-
-
-
-

successful cases

- -
-
-
-
-
- - - -
-
-

Latest News

-
- fetchAll($website->id, 'DESC', 'date_creation', $MAXNEWS, 0, array('type_container'=>'blogpost', 'status'=>1, 'lang'=>'null,'.$websitepage->lang)); - foreach ($arrayofblogs as $blog) { - ?> - - - -
-
-
- - - - - -
- - - - diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page12.tpl.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page12.tpl.php deleted file mode 100644 index 44f07e3b225..00000000000 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page12.tpl.php +++ /dev/null @@ -1,113 +0,0 @@ - - - -Our team - - - - - - - - - -use_manifest) { print ''."\n"; } ?> - - - - - - - - - - - -
- - - -
-
-
-
-
-
-
-
-
Our team -
-
-
-
-
-
-
-
- - -
-

-

The crew...




- query($sql); - if (! $resql) dol_print_error($db); - while ($obj = $db->fetch_object($resql)) { - $arrayofusers[]=$obj->rowid; - } - - print '
'; - foreach ($arrayofusers as $id) { - $fuser->fetch($id); - - print '
'; - print '
'; - print '
'; - if ($fuser->photo) print Form::showphoto('userphoto', $fuser, 100, 0, 0, 'photowithmargin', '', 0); - //print ''; - else print ''; - print '
'; - print '
'; - print '
'.$fuser->firstname.'
'; - print '
    '; - //print '
  • September 24, 2018
  • '; - if ($fuser->job) print '
  • '.$fuser->job.'
  • '; - else print '
  • '; - print '
'; - print '
'; - print '
'; - print '
'; - } - print '
'; - - ?> -
-
- -

- - - -
- - - - - diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page13.tpl.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page13.tpl.php deleted file mode 100644 index 87fcf436b8e..00000000000 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page13.tpl.php +++ /dev/null @@ -1,110 +0,0 @@ - - - -Partners - - - - - - - - - -use_manifest) { print ''."\n"; } ?> - - - - - - - - - - - -
- - - -
-
-
-
-
-
-
-
-
Partners -
-
-
-
-
-
-
-
- - -
-
-

Our partners...

-
-
-
-
-
- -
-
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
-
-
-
-
- - -

- - - -
- - - - - - diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page14.tpl.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page14.tpl.php deleted file mode 100644 index 3051eb4473a..00000000000 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page14.tpl.php +++ /dev/null @@ -1,186 +0,0 @@ - - - -Pricing - - - - - - - - - -use_manifest) { print ''."\n"; } ?> - - - - - - - - - - - -
- - - -
-
-
-
-
-
-
-
-
Our plans -
-
-
-
-
-
-
-
- - - - - -
-
- -
-
- - - -

- - - -
- - - - - diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page17.tpl.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page17.tpl.php deleted file mode 100644 index 69149e39ba9..00000000000 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page17.tpl.php +++ /dev/null @@ -1,104 +0,0 @@ - - - -Search Page - - - - - - - - - -use_manifest) { print ''."\n"; } ?> - - - - - - - - - - - -
- - - -
-
-
-
-
-
-
-
-
Search -
-
-
-
-
-
-
-
- -


- -
- -
- -
-
- - load("main"); - - if (function_exists('getPagesFromSearchCriterias')) { - if (GETPOSTISSET('s')) { - $listofpages = getPagesFromSearchCriterias('page', 'meta', GETPOST('s', 'alphanohtml')); - if ($listofpages['code'] == 'OK') { - foreach ($listofpages['list'] as $websitepagefound) { - print '
'.$websitepagefound->title.' - '.$websitepagefound->description.'
'; - } - } else { - // If error, show message - print $listofpages['message']; - } - } - } else { - print $weblangs->trans("FeatureNotYetAvailable"); - } - ?> - -





-
- - - -
- - - - diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page179.tpl.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page179.tpl.php new file mode 100644 index 00000000000..7a474b5595e --- /dev/null +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page179.tpl.php @@ -0,0 +1,99 @@ + + + +Blog + + + + + + + + + +use_manifest) { print ''."\n"; } ?> + + + + + + + + + + + +
+ + + +
+
+
+
+
+
+
+
+
The latest news... +
+
+
+
+
+
+
+
+ + +
+

+ + load("main"); + $fuser = new User($db); + $arrayofblogs = $websitepage->fetchAll($website->id, 'DESC', 'date_creation', 5, 0, array('type_container'=>'blogpost', 'status'=>1, 'lang'=>'null,'.$websitepage->lang)); + foreach($arrayofblogs as $blog) + { + print ''; + } + ?> +
+
+ +

+ + + +
+ + + + diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page180.tpl.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page180.tpl.php new file mode 100644 index 00000000000..538fc1764e4 --- /dev/null +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page180.tpl.php @@ -0,0 +1,84 @@ + + + +Our company is now on Dolibarr ERP CRM + + + + + + + + + +use_manifest) { print ''."\n"; } ?> + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+
+
title; ?> +
+
+
+
+
+
+
+
+ +
+


+ Like several thousands of companies, our company (name ?>) has moved all its information system to Dolibarr ERP CRM. More than 20 applications have been replaced by only one, easier to use and fully integrated. + This is an important step in improving all of our services. + +


+ +
+ +

+
Screenshot of our new Open Source solution
+
+ + + +





+
+ + + + + + + + + diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page3.tpl.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page181.tpl.php similarity index 52% rename from htdocs/install/doctemplates/websites/website_template-corporate/containers/page3.tpl.php rename to htdocs/install/doctemplates/websites/website_template-corporate/containers/page181.tpl.php index 6c81fb82c36..a8a484ccf44 100644 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page3.tpl.php +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page181.tpl.php @@ -2,7 +2,7 @@ $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'; + 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'; @@ -19,7 +19,7 @@ ob_start(); - + use_manifest) { print ''."\n"; } ?> @@ -34,43 +34,43 @@ ob_start(); -
-
-
-
-
-
-
-
-
title; ?> -
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
title; ?> +
+
+
+
+
+
+
+
-
-





+
+





- Our new website, based on Dolibarr CMS, has been launched.
- Now it is modern and directly integrated with the internal management tools of the company. Many new online services will be available for our customers... + Our new website, based on Dolibarr CMS, has been launched.
+ Now it is modern and directly integrated with the internal management tools of the company. Many new online services will be available for our customers... - -


- -
- -

-
Theme of our new web site
-
- + +


+ +
+ +

+
Theme of our new web site
+
+ -





-
+





+
@@ -81,5 +81,5 @@ ob_start(); diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page182.tpl.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page182.tpl.php new file mode 100644 index 00000000000..49735b4f21a --- /dev/null +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page182.tpl.php @@ -0,0 +1,129 @@ + + + +Careers + + + + + + + + + +use_manifest) { print ''."\n"; } ?> + + + + + + + + + + + +
+ + + +
+
+
+
+
+
+
+
+
Job opportunities +
+
+
+
+
+
+
+
+ + +
+
+
+ + +

+ + + +
+ + + + + + diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page5.tpl.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page183.tpl.php similarity index 56% rename from htdocs/install/doctemplates/websites/website_template-corporate/containers/page5.tpl.php rename to htdocs/install/doctemplates/websites/website_template-corporate/containers/page183.tpl.php index 4d7bb42e594..bf4d4c92682 100644 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page5.tpl.php +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page183.tpl.php @@ -2,7 +2,7 @@ $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'; + 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'; @@ -19,7 +19,7 @@ ob_start(); - + use_manifest) { print ''."\n"; } ?> @@ -34,29 +34,29 @@ ob_start();
- + -
-
-
-
-
-
-
-
-
Offres d'emploi -
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
Offres d'emploi +
+
+
+
+
+
+
+
-
-
+
+



@@ -65,20 +65,20 @@ Nous n'avons pas d'offres d'emploi ouvertes en ce moment...



-
-
+
+
-

+

- +
- + diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page6.tpl.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page184.tpl.php similarity index 54% rename from htdocs/install/doctemplates/websites/website_template-corporate/containers/page6.tpl.php rename to htdocs/install/doctemplates/websites/website_template-corporate/containers/page184.tpl.php index c8c9f0e61ae..fca2346bede 100644 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page6.tpl.php +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page184.tpl.php @@ -2,7 +2,7 @@ $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'; + 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'; @@ -19,7 +19,7 @@ ob_start(); - + use_manifest) { print ''."\n"; } ?> @@ -34,45 +34,45 @@ ob_start();
- + -
-
-
-
-
-
-
-
-
Testimonials -
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
Testimonials +
+
+
+
+
+
+
+
-
-

-

What they say about us

-



- Send us your testimonial (by email to email; ?>) -



-

-
+
+

+

What they say about us

+



+ Send us your testimonial (by email to email; ?>) +



+

+
-

+

- +
- + diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page185.tpl.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page185.tpl.php new file mode 100644 index 00000000000..f478da7021f --- /dev/null +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page185.tpl.php @@ -0,0 +1,84 @@ + + + +Contact + + + + + + + + + +use_manifest) { print ''."\n"; } ?> + + + + + + + + + + + +
+ + + +
+
+
+
+
+
+
+
+
Contact +
+
+
+
+
+
+
+
+ + +
+
+

Contact us:



+ email ?>
+ getFullAddress() ?>
+
+
+ + + +
+
+ +
+ +


+ + + +
+ + + + + diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page8.tpl.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page186.tpl.php similarity index 60% rename from htdocs/install/doctemplates/websites/website_template-corporate/containers/page8.tpl.php rename to htdocs/install/doctemplates/websites/website_template-corporate/containers/page186.tpl.php index 759d1bd8e9a..111e4615774 100644 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page8.tpl.php +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page186.tpl.php @@ -2,7 +2,7 @@ $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'; + 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'; @@ -19,7 +19,7 @@ ob_start(); - + use_manifest) { print ''."\n"; } ?> @@ -34,29 +34,29 @@ ob_start();
- + -
-
-
-
-
-
-
-
-
FAQs -
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
FAQs +
+
+
+
+
+
+
+
-
-
+
+


Frequently Asked Questions



@@ -72,20 +72,20 @@ You may find information about our privacy policy on diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page187.tpl.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page187.tpl.php new file mode 100644 index 00000000000..615a2214885 --- /dev/null +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page187.tpl.php @@ -0,0 +1,132 @@ + + + +Footer + + + + + + + + + +use_manifest) { print ''."\n"; } ?> + + + + + + + + + + + + +
+ + + + + +
+ + + + + + + diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page188.tpl.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page188.tpl.php new file mode 100644 index 00000000000..99e9ddd3e9f --- /dev/null +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page188.tpl.php @@ -0,0 +1,134 @@ + + + +Header and Top Menu + + + + + + + + + +use_manifest) { print ''."\n"; } ?> + + + + + + + + + + + + + + + +
+
+
+ +
+
+
+ + + + diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page189.tpl.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page189.tpl.php new file mode 100644 index 00000000000..8e0d8fbbea5 --- /dev/null +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page189.tpl.php @@ -0,0 +1,576 @@ + + + +Home + + + + + + + + + +use_manifest) { print ''."\n"; } ?> + + + + + + + + + + + +
+ + + + + +
+
+
+
+
+
+
+
+
Boost your business +
+
+

We provide powerful solutions for all businesses

+
+ +
+
+
+
+
+
+
+
+
+
+
 Best prices on the market  +
+
+

Our optimized processes allows us to provide you very competitive prices

+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+ + + + +
+
+
+
+
+
+ +
+
+

Our sales representative are also technicians.

+
+
+
+
+
+ +
+

Take a look at our offers...

+
+
+
+
+
+ +
+

Our customer-supplier relationship is very appreciated by our customers

+
+
+
+
+
+
+
+ +
+
+

We continue to follow and assist you after the sale. Contact us at any time.

+
+
+
+
+
+ + + +
+
+

Looking for

+

a high quality service?

+

With a lot of experience, hiring us is a security for your business!

+
+
+
11
+
Years of Experience
+
+
+
+ query($sql); $obj = $db->fetch_object($resql); print $obj->nb; ?> +
+
Experts
+
+
+
+ query($sql); $obj = $db->fetch_object($resql); print $obj->nb; ?> +
+
Trusted Clients
+
+
+
+ +
+
+
+ + + + +
+
+ +
+
+ + + +
+
+

our team

+
+
+ +
+
+
+
+ + + +
+
+
+
+
+

Request a callback

+
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+
+
+
+ + + +
+
+
+
+
+

successful cases

+ +
+
+
+
+
+ + + +
+
+

Latest News

+
+ fetchAll($website->id, 'DESC', 'date_creation', $MAXNEWS, 0, array('type_container'=>'blogpost', 'status'=>1, 'lang'=>'null,'.$websitepage->lang)); + foreach($arrayofblogs as $blog) + { + ?> + + + +
+
+
+ + + + + +
+ + + + diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page190.tpl.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page190.tpl.php new file mode 100644 index 00000000000..63255c34db5 --- /dev/null +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page190.tpl.php @@ -0,0 +1,115 @@ + + + +Our team + + + + + + + + + +use_manifest) { print ''."\n"; } ?> + + + + + + + + + + + +
+ + + +
+
+
+
+
+
+
+
+
Our team +
+
+
+
+
+
+
+
+ + +
+

+

The crew...




+ query($sql); + if (! $resql) dol_print_error($db); + while ($obj = $db->fetch_object($resql)) + { + $arrayofusers[]=$obj->rowid; + } + + print '
'; + foreach($arrayofusers as $id) + { + $fuser->fetch($id); + + print '
'; + print '
'; + print '
'; + if ($fuser->photo) print Form::showphoto('userphoto', $fuser, 100, 0, 0, 'photowithmargin', '', 0); + //print ''; + else print ''; + print '
'; + print '
'; + print '
'.$fuser->firstname.'
'; + print '
    '; + //print '
  • September 24, 2018
  • '; + if ($fuser->job) print '
  • '.$fuser->job.'
  • '; + else print '
  • '; + print '
'; + print '
'; + print '
'; + print '
'; + } + print '
'; + + ?> +
+
+ +

+ + + +
+ + + + + diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page191.tpl.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page191.tpl.php new file mode 100644 index 00000000000..b52ee75825e --- /dev/null +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page191.tpl.php @@ -0,0 +1,110 @@ + + + +Partners + + + + + + + + + +use_manifest) { print ''."\n"; } ?> + + + + + + + + + + + +
+ + + +
+
+
+
+
+
+
+
+
Partners +
+
+
+
+
+
+
+
+ + +
+
+

Our partners...

+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+ + +

+ + + +
+ + + + + + diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page192.tpl.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page192.tpl.php new file mode 100644 index 00000000000..4f17f5da805 --- /dev/null +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page192.tpl.php @@ -0,0 +1,186 @@ + + + +Pricing + + + + + + + + + +use_manifest) { print ''."\n"; } ?> + + + + + + + + + + + +
+ + + +
+
+
+
+
+
+
+
+
Our plans +
+
+
+
+
+
+
+
+ + + + + +
+
+ +
+
+ + + +

+ + + +
+ + + + + diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page15.tpl.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page193.tpl.php similarity index 76% rename from htdocs/install/doctemplates/websites/website_template-corporate/containers/page15.tpl.php rename to htdocs/install/doctemplates/websites/website_template-corporate/containers/page193.tpl.php index cd3372604c5..4e6f65e80a5 100644 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page15.tpl.php +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page193.tpl.php @@ -2,7 +2,7 @@ $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'; + 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'; @@ -19,7 +19,7 @@ ob_start(); - + use_manifest) { print ''."\n"; } ?> @@ -33,33 +33,33 @@ ob_start();
- - - + + + -
-
-
-
-
-
-
-
-
Privacy Policy -
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
Privacy Policy +
+
+
+
+
+
+
+



-
-
+
+

Information collected and used


* Your customer information (email, phone, business name, first and last name of contact, address, postal code, country and VAT number) are stored when you become a customer. This information allows us to bill you.

* If you paid using our online service, we also store the last 4 digits of your card. The full details of your credit card is stored by our payment provider Stripe (the world leader in online payment).

@@ -83,18 +83,18 @@ ob_start();

Data theft


* In case of suspicion of a theft of the data we have collected (see first point 'Information collected and used'), customers will be informed by email, at email corresponding to their customer account

 

-
-
+
+
- - - + + +
- + diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page16.tpl.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page194.tpl.php similarity index 56% rename from htdocs/install/doctemplates/websites/website_template-corporate/containers/page16.tpl.php rename to htdocs/install/doctemplates/websites/website_template-corporate/containers/page194.tpl.php index 6f69135aab8..e4aa79e1291 100644 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page16.tpl.php +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page194.tpl.php @@ -2,7 +2,7 @@ $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'; + 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'; @@ -19,7 +19,7 @@ ob_start(); - + use_manifest) { print ''."\n"; } ?> @@ -34,29 +34,29 @@ ob_start();
- + -
-
-
-
-
-
-
-
-
Product P -
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
Product P +
+
+
+
+
+
+
+
-
-
+
+



@@ -65,20 +65,20 @@ This is a description page of our product P...



-
-
+
+
-

+

- +
- + diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page195.tpl.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page195.tpl.php new file mode 100644 index 00000000000..0e1774d931b --- /dev/null +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page195.tpl.php @@ -0,0 +1,112 @@ + + + +Search Page + + + + + + + + + +use_manifest) { print ''."\n"; } ?> + + + + + + + + + + + +
+ + + +
+
+
+
+
+
+
+
+
Search +
+
+
+
+
+
+
+
+ +


+ +
+ +
+ +
+
+ + load("main"); + + if (function_exists('getPagesFromSearchCriterias')) + { + if (GETPOSTISSET('s')) + { + $listofpages = getPagesFromSearchCriterias('page', 'meta', GETPOST('s', 'alphanohtml')); + if ($listofpages['code'] == 'OK') + { + foreach($listofpages['list'] as $websitepagefound) + { + print '
'.$websitepagefound->title.' - '.$websitepagefound->description.'
'; + } + } + else + { + // If error, show message + print $listofpages['message']; + } + } + } + else + { + print $weblangs->trans("FeatureNotYetAvailable"); + } + ?> + +





+
+ + + +
+ + + + diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page18.tpl.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page196.tpl.php similarity index 56% rename from htdocs/install/doctemplates/websites/website_template-corporate/containers/page18.tpl.php rename to htdocs/install/doctemplates/websites/website_template-corporate/containers/page196.tpl.php index 71aeee5a87e..d52718bcfc8 100644 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page18.tpl.php +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page196.tpl.php @@ -2,7 +2,7 @@ $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'; + 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'; @@ -19,7 +19,7 @@ ob_start(); - + use_manifest) { print ''."\n"; } ?> @@ -34,29 +34,29 @@ ob_start();
- + -
-
-
-
-
-
-
-
-
Service S -
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
Service S +
+
+
+
+
+
+
+
-
-
+
+



@@ -65,18 +65,18 @@ This is a description page of our service S...



-
-
+
+
-

+

- +
diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page2.tpl.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page2.tpl.php deleted file mode 100644 index d233bd1e9c9..00000000000 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page2.tpl.php +++ /dev/null @@ -1,84 +0,0 @@ - - - -Our company is now on Dolibarr ERP CRM - - - - - - - - - -use_manifest) { print ''."\n"; } ?> - - - - - - - - - - - - - - - -
-
-
-
-
-
-
-
-
title; ?> -
-
-
-
-
-
-
-
- -
-


- Like several thousands of companies, our company (name ?>) has moved all its information system to Dolibarr ERP CRM. More than 20 applications have been replaced by only one, easier to use and fully integrated. - This is an important step in improving all of our services. - -


- -
- -

-
Screenshot of our new Open Source solution
-
- - - -





-
- - - - - - - - - diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page4.tpl.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page4.tpl.php deleted file mode 100644 index b8e9d53f96b..00000000000 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page4.tpl.php +++ /dev/null @@ -1,128 +0,0 @@ - - - -Careers - - - - - - - - - -use_manifest) { print ''."\n"; } ?> - - - - - - - - - - - - - - - - - - diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page7.tpl.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page7.tpl.php deleted file mode 100644 index fdb2d2e831e..00000000000 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page7.tpl.php +++ /dev/null @@ -1,84 +0,0 @@ - - - -Contact - - - - - - - - - -use_manifest) { print ''."\n"; } ?> - - - - - - - - - - - -
- - - -
-
-
-
-
-
-
-
-
Contact -
-
-
-
-
-
-
-
- - -
-
-

Contact us:



- email ?>
- getFullAddress() ?>
-
-
- - - -
-
- -
- -


- - - -
- - - - - diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page9.tpl.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/page9.tpl.php deleted file mode 100644 index fa2e4953317..00000000000 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/page9.tpl.php +++ /dev/null @@ -1,132 +0,0 @@ - - - -Footer - - - - - - - - - -use_manifest) { print ''."\n"; } ?> - - - - - - - - - - - - -
- -
-
-
-
-
-
- -
- -
-
- -
-
- -
-
-
- -
- -
-
- -
-
- - componentSelectLang('auto', $weblangs, 'margin-top-10'); ?> -
-
-
- -
- -
-
-
- -
-
-
- -
-
-
-
getFullAddress(1, '
', 1); ?>
-
-
-
-

Follow Us:

-
    - socialnetworks as $key => $value) { - print '
  • '; - } ?> -
-
-
-
-
-
-
-
- -
-
- Website generated and powered by Dolibarr ERP & CRM -
-
- -
- - - -
- - - - - - - diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/partners.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/partners.php index f1481ddd6f4..44e501d9f4d 100644 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/partners.php +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/partners.php @@ -1,4 +1,5 @@ ref.'/page13.tpl.php'; +if (empty($dolibarr_main_data_root)) require './page191.tpl.php'; else require $dolibarr_main_data_root.'/website/'.$website->ref.'/page191.tpl.php'; +?> diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/pricing.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/pricing.php index e6a777fc474..d2866cadf43 100644 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/pricing.php +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/pricing.php @@ -1,4 +1,5 @@ ref.'/page14.tpl.php'; +if (empty($dolibarr_main_data_root)) require './page192.tpl.php'; else require $dolibarr_main_data_root.'/website/'.$website->ref.'/page192.tpl.php'; +?> diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/privacy-policies.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/privacy-policies.php index d411af8a52c..59dc87944fe 100644 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/privacy-policies.php +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/privacy-policies.php @@ -1,4 +1,5 @@ ref.'/page15.tpl.php'; +if (empty($dolibarr_main_data_root)) require './page193.tpl.php'; else require $dolibarr_main_data_root.'/website/'.$website->ref.'/page193.tpl.php'; +?> diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/product-p.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/product-p.php index cab6b9ec753..beac94b27c8 100644 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/product-p.php +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/product-p.php @@ -1,4 +1,5 @@ ref.'/page16.tpl.php'; +if (empty($dolibarr_main_data_root)) require './page194.tpl.php'; else require $dolibarr_main_data_root.'/website/'.$website->ref.'/page194.tpl.php'; +?> diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/search.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/search.php index a55611dcf38..359c5bf3b26 100644 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/search.php +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/search.php @@ -1,4 +1,5 @@ ref.'/page17.tpl.php'; +if (empty($dolibarr_main_data_root)) require './page195.tpl.php'; else require $dolibarr_main_data_root.'/website/'.$website->ref.'/page195.tpl.php'; +?> diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/containers/service-s.php b/htdocs/install/doctemplates/websites/website_template-corporate/containers/service-s.php index 60a440b63f8..f69f6e7a13e 100644 --- a/htdocs/install/doctemplates/websites/website_template-corporate/containers/service-s.php +++ b/htdocs/install/doctemplates/websites/website_template-corporate/containers/service-s.php @@ -1,4 +1,5 @@ ref.'/page18.tpl.php'; +if (empty($dolibarr_main_data_root)) require './page196.tpl.php'; else require $dolibarr_main_data_root.'/website/'.$website->ref.'/page196.tpl.php'; +?> diff --git a/htdocs/install/doctemplates/websites/website_template-corporate/website_pages.sql b/htdocs/install/doctemplates/websites/website_template-corporate/website_pages.sql index dfe8fb39c31..c1dd181d8d9 100644 --- a/htdocs/install/doctemplates/websites/website_template-corporate/website_pages.sql +++ b/htdocs/install/doctemplates/websites/website_template-corporate/website_pages.sql @@ -1,40 +1,58 @@ --- Page ID 1 -> 1__+MAX_llx_website_page__ - Aliases blog --; -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__, 'blog', '', 'Blog', 'Blog', 'en', '', 'blog', '1', '2020-10-07 13:13:26', '2022-07-12 11:17:55', null, '', 'page', '', '
__N____N__ __N____N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
The latest news...__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N____N__
__N__

__N__
__N____N__

__N____N__ __N____N__
__N__', '', '0'); --- Page ID 2 -> 2__+MAX_llx_website_page__ - Aliases blog-our-company-is-now-on-dolibarr --; -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(2__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'blog-our-company-is-now-on-dolibarr', '', 'Our company is now on Dolibarr ERP CRM', 'Our company has moved on Dolibarr ERP CRM. This is an important step in improving all of our services.', 'en', 'image/template-corporate/background_dolibarr.jpg', '', '1', '2020-10-07 13:13:26', '2022-07-12 11:17:55', null, '', 'blogpost', '', '__N____N__ __N__ __N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
title; ?>__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N__
__N__


__N__ Like several thousands of companies, our company (name ?>) has moved all its information system to Dolibarr ERP CRM. More than 20 applications have been replaced by only one, easier to use and fully integrated.__N__ This is an important step in improving all of our services.__N__ __N__


__N__ __N__
__N__ __N__

__N__
Screenshot of our new Open Source solution
__N__
__N__ __N__ __N__ __N__





__N__
__N____N____N____N____N____N__', '', '0'); --- Page ID 3 -> 3__+MAX_llx_website_page__ - Aliases blog-our-new-web-site-has-been-launched --; -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(3__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'blog-our-new-web-site-has-been-launched', '', 'Our new web site has been launched', 'Our new website, based on Dolibarr CMS, has been launched. Modern and directly integrated with the internal management tools of the company, many new online services for our customers will be able to see the day...', 'en', 'image/template-corporate/background_rough-horn.jpg', '', '1', '2020-10-07 13:13:26', '2022-07-12 11:17:55', null, '', 'blogpost', '', '__N____N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
title; ?>__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N__
__N__





__N____N____N__ Our new website, based on Dolibarr CMS, has been launched.
__N__ Now it is modern and directly integrated with the internal management tools of the company. Many new online services will be available for our customers...__N____N__ __N__


__N__ __N__
__N__ __N__

__N__
Theme of our new web site
__N__
__N__ __N____N__





__N__
__N____N____N____N____N____N____N__', '', '0'); --- Page ID 4 -> 4__+MAX_llx_website_page__ - Aliases careers --; -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(4__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'careers', '', 'Careers', 'Our job opportunities', 'en', '', 'career', '1', '2020-10-07 13:13:26', '2022-07-12 11:17:55', null, '', 'page', '', '
__N____N__ __N____N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
Job opportunities__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N____N__
__N__
__N__
__N____N__

We are recruiting the following profiles...



__N__ __N__
__N__ fetchAll(\'DESC\', \'date_creation\', 5, 0, array(\'status\'=>\'1,3,9\'));__N__ $weblangs->load(\"main\");__N__ foreach($arrayofrecord as $jobrecord)__N__ {__N__ print \'\';__N__ }__N__ ?>__N__
__N__
__N__
__N____N____N__

__N____N__ __N____N__
__N__ __N____N__', '', '0'); --- Page ID 5 -> 5__+MAX_llx_website_page__ - Aliases carriere --; -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(5__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'carriere', '', 'Carrière', 'Nos opportunités professionnelles', 'fr', '', 'career', '1', '2020-10-07 13:13:26', '2022-07-12 11:17:55', null, '', 'page', '', '
__N____N__ __N____N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
Offres d\'emploi__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N____N__
__N__
__N__
__N__
__N__
__N__Nous n\'avons pas d\'offres d\'emploi ouvertes en ce moment...
__N__
__N__
__N__
__N__
__N__
__N__
__N____N____N__

__N____N__ __N____N__
__N__ __N____N__', '', '0'); --- Page ID 6 -> 6__+MAX_llx_website_page__ - Aliases clients-testimonials --; -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(6__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'clients-testimonials', '', 'Clients Testimonials', 'Client Testimonials', 'en', '', 'testimonials, use cases, success story', '1', '2020-10-07 13:13:26', '2022-07-12 11:17:55', null, '', 'page', '', '
__N____N__ __N____N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
Testimonials__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N____N__
__N__

__N__

What they say about us

__N__



__N__ Send us your testimonial (by email to email; ?>\">email; ?>)__N__



__N__

__N__
__N____N__

__N____N__ __N____N__
__N__ __N__', '', '0'); --- Page ID 7 -> 7__+MAX_llx_website_page__ - Aliases contact --; -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(7__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'contact', '', 'Contact', 'Privacy Policies', 'en', '', 'Contact', '1', '2020-10-07 13:13:26', '2022-07-12 11:17:55', null, '', 'page', '', '
__N____N__ __N____N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
Contact__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N____N__
__N__
__N__

Contact us:



__N__ email ?>
__N__ getFullAddress() ?>
__N__
__N__
__N____N____N__ __N__
__N__
__N__ __N__
__N____N__


__N____N__ __N____N__
__N__ __N__', '', '0'); --- Page ID 8 -> 8__+MAX_llx_website_page__ - Aliases faq --; -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(8__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'faq', '', 'FAQ', 'Frequently Asked Questions', 'en', '', 'faq', '1', '2020-10-07 13:13:26', '2022-07-12 11:17:55', null, '', 'page', '', '
__N____N__ __N____N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
FAQs__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N____N__
__N__
__N__


Frequently Asked Questions

__N__
__N__
__N__
__N__

How can I contact you ?


__N__You can contact us by using this page.__N__
__N__
__N__
__N__

What is your privacy policy ?


__N__You may find information about our privacy policy on this page.__N____N____N__



__N____N__
__N__
__N____N____N__

__N____N__ __N____N__
__N__ __N____N__', '', '0'); --- Page ID 9 -> 9__+MAX_llx_website_page__ - Aliases footer --; -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(9__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'footer', '', 'Footer', 'Footer', 'en', '', '', '1', '2020-10-07 13:13:26', '2022-07-06 23:50:25', null, '', 'other', '', '__N__
__N____N__
__N__
__N__
__N__
__N__
__N__
__N__ __N__
__N__

Product and Services

__N__
__N__
__N__ __N__
__N__
__N__ __N__
__N__
__N__
__N____N__
__N__

Quick links

__N__
__N__
__N__ __N__
__N__
__N__ __N__ componentSelectLang(\'auto\', $weblangs, \'margin-top-10\'); ?>__N__
__N__
__N__
__N__ __N__
__N__

Contact us

__N__
__N__
__N__
__N__ __N__
__N__
__N__
__N__ __N__
__N__
__N__
__N__
getFullAddress(1, \'
\', 1); ?>
__N__
__N__
__N__
__N__

Follow Us:

__N__
    __N__ socialnetworks as $key => $value) {__N__ print \'
  • \';__N__ } ?>__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N__
__N__
__N__ Website generated and powered by Dolibarr ERP & CRM__N__
__N__
__N__ __N__
__N__ __N__ __N____N__
__N____N____N____N__', '', '0'); --- Page ID 10 -> 10__+MAX_llx_website_page__ - Aliases header --; -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(10__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'header', '', 'Header and Top Menu', 'Header with menu', 'en', '', '', '1', '2020-10-07 13:13:26', '2022-07-06 23:50:25', null, '', 'other', '', '__N____N____N____N__
__N__
__N__
__N__ __N__
__N__
__N__
__N__', '', '0'); --- Page ID 11 -> 11__+MAX_llx_website_page__ - Aliases home --; -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(11__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'home', '', 'Home', 'Welcome', 'en', '', '', '1', '2020-10-07 13:13:26', '2022-07-12 11:17:55', null, '', 'page', '', '
__N__ __N__ __N__ __N____N__ __N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
Boost your business__N__
__N__
__N__

We provide powerful solutions for all businesses

__N__
__N__ __N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
 Best prices on the market __N__
__N__
__N__

Our optimized processes allows us to provide you very competitive prices

__N__
__N__ __N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N____N____N__ __N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__

A competent team

__N__
__N__
__N__
__N__

Our sales representative are also technicians.

__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__ __N__
__N__
__N__

Take a look at our offers...

__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__ __N__
__N__
__N__

Our customer-supplier relationship is very appreciated by our customers

__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__

After Sale service

__N__
__N__
__N__
__N__

We continue to follow and assist you after the sale. Contact us at any time.

__N__
__N__
__N__
__N__
__N__
__N____N____N__ __N__
__N__
__N__

Looking for

__N__

a high quality service?

__N__

With a lot of experience, hiring us is a security for your business!

__N__
__N__
__N__
11
__N__
Years of Experience
__N__
__N__
__N__
__N__ query($sql); $obj = $db->fetch_object($resql); print $obj->nb; ?>__N__
__N__
Experts
__N__
__N__
__N__
__N__ query($sql); $obj = $db->fetch_object($resql); print $obj->nb; ?>__N__
__N__
Trusted Clients
__N__
__N__
__N__
__N__
Contact us__N__   or  __N__ See our pricing
__N__
__N__
__N__
__N____N__ __N__ __N__ __N__
__N__
__N__
__N__ __N__
__N__ __N__
__N__ __N__
__N__

our plans

__N____N__ __N__
__N__ __N__
__N__
__N__
__N__
FREE
__N__
The best choice for personal use
__N__
The service 1 for free
__N__
__N__ 0/ month__N__
__N__
__N__ Available features are : __N__
    __N__
  • __N__ __N__ Service 1 __N__
  • __N__
__N__
__N__
__N__ Subcribe__N__
__N__
__N__
__N__ __N__ __N__ __N__
__N__
__N__
__N__
STARTER
__N__
For small companiess
__N__
The service 1 and product 1 at low price
__N__
__N__ 29/ month__N__
__N__
__N__ Available features are : __N__
    __N__
  • __N__ __N__ Service 1__N__
  • __N__
  • __N__ __N__ Product 1__N__
  • __N__
__N__
__N__
__N__ Subscribe__N__
__N__
__N__
__N__ __N__ __N__ __N__
__N__
__N__
__N__
PREMIUM
__N__
For large companies
__N__
The full option package for a one shot price__N__
__N__
__N__ 2499__N__
__N__
__N__ Available features are :__N__
    __N__
  • __N__ __N__ Service 1
  • __N__
  • __N__ __N__ Service 2
  • __N__
  • __N__ __N__ Product 1
  • __N__
__N__
__N__
__N__ Buy__N__
__N__
__N__
__N__ __N__
__N__ __N__
__N__ __N__
__N__ __N__
__N__ __N__ __N__
__N__
__N__
__N__ __N__ __N__ __N__
__N__
__N__

our team

__N__
__N__
__N__ __N__
__N__
__N__
__N__
__N____N____N__ __N__
__N__
__N__
__N__
__N__
__N__

Request a callback

__N__
__N__
__N__ __N__
__N__
__N__ __N__
__N__
__N__ __N__
__N__
__N__ __N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__ __N__ __N__ __N__
__N__
__N__
__N__
__N__
__N__

successful cases

__N__
__N__
__N__
__N__
__N__
\"\"__N__
__N__
__N__
__N__
\"\"__N__
__N__
__N__
__N__
\"\"__N__
__N__
__N__
__N__
\"\"__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__ Albert Einstein__N__
__N__
Scientist, www.emc2.org
__N__
__N__
__N__
__N__
__N__
-20%
__N__
Expenses
__N__
__N__
__N__
__N__
__N__
__N__
__N__ __N__ They did everything, with almost no time or effort for me. The best part was that I could trust their team to represent our company professionally with our clients.__N__ __N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__ Pierre Curie__N__
__N__
CEO “Cyclonic”
__N__
__N__
__N__
__N__
__N__
-30%
__N__
Expenses
__N__
__N__
__N__
__N__
__N__
__N__
__N__ __N__ Their course gave me the confidence to implement new techniques in my work. I learn “how” to write – “what” and “why” also became much clearer.__N__ __N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__ Marie Curie__N__
__N__
CTO \"Cyclonic\"
__N__
__N__
__N__
__N__
__N__
+22%
__N__
Turnover
__N__
__N__
__N__
__N__
__N__
__N__
__N__ __N__ We were skeptical to work with a consultant to optimize our sales emails, but they were highly recommended by many other startups we knew. They helped us to reach our objective of 20% turnover increase, in 4 monthes.__N__ __N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__ John Doe__N__
__N__
Sale representative
__N__
__N__
__N__
__N__
__N__
+40%
__N__
Quotes
__N__
__N__
__N__
__N__
__N__
__N__
__N__ __N__ Their work on our website and Internet marketing has made a significant different to our business. We’ve seen a +40% increase in quote requests from our website.__N__ __N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__ __N____N__ __N__
__N__
__N__

Latest News

__N__ __N__
__N__
__N____N____N__ __N____N____N__
__N__', '', '0'); +-- File generated by Dolibarr 17.0.0-alpha -- 2022-10-08 18:23:16 UTC --; +-- Page ID 179 -> 1__+MAX_llx_website_page__ - Aliases blog --; +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__, 'blog', '', 'Blog', 'Blog', 'en', '', 'blog', '1', '2020-10-07 13:13:26', '2022-07-12 11:17:55', null, '', 'page', '', '
__N____N__ __N____N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
The latest news...__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N____N__
__N__

__N__
__N____N__

__N____N__ __N____N__
__N__', '', 0); +-- File generated by Dolibarr 17.0.0-alpha -- 2022-10-08 18:23:16 UTC --; +-- Page ID 180 -> 2__+MAX_llx_website_page__ - Aliases blog-our-company-is-now-on-dolibarr --; +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(2__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'blog-our-company-is-now-on-dolibarr', '', 'Our company is now on Dolibarr ERP CRM', 'Our company has moved on Dolibarr ERP CRM. This is an important step in improving all of our services.', 'en', 'image/template-corporate/background_dolibarr.jpg', '', '1', '2020-10-07 13:13:26', '2022-07-12 11:17:55', null, '', 'blogpost', '', '__N____N__ __N__ __N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
title; ?>__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N__
__N__


__N__ Like several thousands of companies, our company (name ?>) has moved all its information system to Dolibarr ERP CRM. More than 20 applications have been replaced by only one, easier to use and fully integrated.__N__ This is an important step in improving all of our services.__N__ __N__


__N__ __N__
__N__ __N__

__N__
Screenshot of our new Open Source solution
__N__
__N__ __N__ __N__ __N__





__N__
__N____N____N____N____N____N__', '', 0); +-- File generated by Dolibarr 17.0.0-alpha -- 2022-10-08 18:23:16 UTC --; +-- Page ID 181 -> 3__+MAX_llx_website_page__ - Aliases blog-our-new-web-site-has-been-launched --; +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(3__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'blog-our-new-web-site-has-been-launched', '', 'Our new web site has been launched', 'Our new website, based on Dolibarr CMS, has been launched. Modern and directly integrated with the internal management tools of the company, many new online services for our customers will be able to see the day...', 'en', 'image/template-corporate/background_rough-horn.jpg', '', '1', '2020-10-07 13:13:26', '2022-07-12 11:17:55', null, '', 'blogpost', '', '__N____N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
title; ?>__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N__
__N__





__N____N____N__ Our new website, based on Dolibarr CMS, has been launched.
__N__ Now it is modern and directly integrated with the internal management tools of the company. Many new online services will be available for our customers...__N____N__ __N__


__N__ __N__
__N__ __N__

__N__
Theme of our new web site
__N__
__N__ __N____N__





__N__
__N____N____N____N____N____N____N__', '', 0); +-- File generated by Dolibarr 17.0.0-alpha -- 2022-10-08 18:23:16 UTC --; +-- Page ID 182 -> 4__+MAX_llx_website_page__ - Aliases careers --; +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(4__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'careers', '', 'Careers', 'Our job opportunities', 'en', '', 'career', '1', '2020-10-07 13:13:26', '2022-07-12 11:17:55', null, '', 'page', '', '
__N____N__ __N____N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
Job opportunities__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N____N__
__N__
__N__
__N____N__

We are recruiting the following profiles...



__N__ __N__
__N__ fetchAll(\'DESC\', \'date_creation\', 5, 0, array(\'status\'=>\'1,3,9\'));__N__ $weblangs->load(\"main\");__N__ foreach($arrayofrecord as $jobrecord)__N__ {__N__ print \'\';__N__ }__N__ ?>__N__
__N__
__N__
__N____N____N__

__N____N__ __N____N__
__N__ __N____N__', '', 0); +-- File generated by Dolibarr 17.0.0-alpha -- 2022-10-08 18:23:16 UTC --; +-- Page ID 183 -> 5__+MAX_llx_website_page__ - Aliases carriere --; +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(5__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'carriere', '', 'Carrière', 'Nos opportunités professionnelles', 'fr', '', 'career', '1', '2020-10-07 13:13:26', '2022-07-12 11:17:55', null, '', 'page', '', '
__N____N__ __N____N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
Offres d\'emploi__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N____N__
__N__
__N__
__N__
__N__
__N__Nous n\'avons pas d\'offres d\'emploi ouvertes en ce moment...
__N__
__N__
__N__
__N__
__N__
__N__
__N____N____N__

__N____N__ __N____N__
__N__ __N____N__', '', 0); +-- File generated by Dolibarr 17.0.0-alpha -- 2022-10-08 18:23:16 UTC --; +-- Page ID 184 -> 6__+MAX_llx_website_page__ - Aliases clients-testimonials --; +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(6__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'clients-testimonials', '', 'Clients Testimonials', 'Client Testimonials', 'en', '', 'testimonials, use cases, success story', '1', '2020-10-07 13:13:26', '2022-07-12 11:17:55', null, '', 'page', '', '
__N____N__ __N____N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
Testimonials__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N____N__
__N__

__N__

What they say about us

__N__



__N__ Send us your testimonial (by email to email; ?>\">email; ?>)__N__



__N__

__N__
__N____N__

__N____N__ __N____N__
__N__ __N__', '', 0); +-- File generated by Dolibarr 17.0.0-alpha -- 2022-10-08 18:23:16 UTC --; +-- Page ID 185 -> 7__+MAX_llx_website_page__ - Aliases contact --; +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(7__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'contact', '', 'Contact', 'Privacy Policies', 'en', '', 'Contact', '1', '2020-10-07 13:13:26', '2022-07-12 11:17:55', null, '', 'page', '', '
__N____N__ __N____N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
Contact__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N____N__
__N__
__N__

Contact us:



__N__ email ?>
__N__ getFullAddress() ?>
__N__
__N__
__N____N____N__ __N__
__N__
__N__ __N__
__N____N__


__N____N__ __N____N__
__N__ __N__', '', 0); +-- File generated by Dolibarr 17.0.0-alpha -- 2022-10-08 18:23:16 UTC --; +-- Page ID 186 -> 8__+MAX_llx_website_page__ - Aliases faq --; +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(8__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'faq', '', 'FAQ', 'Frequently Asked Questions', 'en', '', 'faq', '1', '2020-10-07 13:13:26', '2022-07-12 11:17:55', null, '', 'page', '', '
__N____N__ __N____N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
FAQs__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N____N__
__N__
__N__


Frequently Asked Questions

__N__
__N__
__N__
__N__

How can I contact you ?


__N__You can contact us by using this page.__N__
__N__
__N__
__N__

What is your privacy policy ?


__N__You may find information about our privacy policy on this page.__N____N____N__



__N____N__
__N__
__N____N____N__

__N____N__ __N____N__
__N__ __N____N__', '', 0); +-- File generated by Dolibarr 17.0.0-alpha -- 2022-10-08 18:23:16 UTC --; +-- Page ID 187 -> 9__+MAX_llx_website_page__ - Aliases footer --; +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(9__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'footer', '', 'Footer', 'Footer', 'en', '', '', '1', '2020-10-07 13:13:26', '2022-07-06 23:50:25', null, '', 'other', '', '__N__
__N____N__
__N__
__N__
__N__
__N__
__N__
__N__ __N__
__N__

Product and Services

__N__
__N__
__N__ __N__
__N__
__N__ __N__
__N__
__N__
__N____N__
__N__

Quick links

__N__
__N__
__N__ __N__
__N__
__N__ __N__ componentSelectLang(\'auto\', $weblangs, \'margin-top-10\'); ?>__N__
__N__
__N__
__N__ __N__
__N__

Contact us

__N__
__N__
__N__
__N__ __N__
__N__
__N__
__N__ __N__
__N__
__N__
__N__
getFullAddress(1, \'
\', 1); ?>
__N__
__N__
__N__
__N__

Follow Us:

__N__
    __N__ socialnetworks as $key => $value) {__N__ print \'
  • \';__N__ } ?>__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N__
__N__
__N__ Website generated and powered by Dolibarr ERP & CRM__N__
__N__
__N__ __N__
__N__ __N__ __N____N__
__N____N____N____N__', '', 0); +-- File generated by Dolibarr 17.0.0-alpha -- 2022-10-08 18:23:16 UTC --; +-- Page ID 188 -> 10__+MAX_llx_website_page__ - Aliases header --; +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(10__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'header', '', 'Header and Top Menu', 'Header with menu', 'en', '', '', '1', '2020-10-07 13:13:26', '2022-07-06 23:50:25', null, '', 'other', '', '__N____N____N____N__
__N__
__N__
__N__ __N__
__N__
__N__
__N__', '', 0); +-- File generated by Dolibarr 17.0.0-alpha -- 2022-10-08 18:23:16 UTC --; +-- Page ID 189 -> 11__+MAX_llx_website_page__ - Aliases home --; +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(11__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'home', '', 'Home', 'Welcome', 'en', '', '', '1', '2020-10-07 13:13:26', '2022-07-12 11:17:55', null, '', 'page', '', '
__N__ __N__ __N__ __N____N__ __N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
Boost your business__N__
__N__
__N__

We provide powerful solutions for all businesses

__N__
__N__ __N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
 Best prices on the market __N__
__N__
__N__

Our optimized processes allows us to provide you very competitive prices

__N__
__N__ __N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N____N____N__ __N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__

A competent team

__N__
__N__
__N__
__N__

Our sales representative are also technicians.

__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__ __N__
__N__
__N__

Take a look at our offers...

__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__ __N__
__N__
__N__

Our customer-supplier relationship is very appreciated by our customers

__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__

After Sale service

__N__
__N__
__N__
__N__

We continue to follow and assist you after the sale. Contact us at any time.

__N__
__N__
__N__
__N__
__N__
__N____N____N__ __N__
__N__
__N__

Looking for

__N__

a high quality service?

__N__

With a lot of experience, hiring us is a security for your business!

__N__
__N__
__N__
11
__N__
Years of Experience
__N__
__N__
__N__
__N__ query($sql); $obj = $db->fetch_object($resql); print $obj->nb; ?>__N__
__N__
Experts
__N__
__N__
__N__
__N__ query($sql); $obj = $db->fetch_object($resql); print $obj->nb; ?>__N__
__N__
Trusted Clients
__N__
__N__
__N__
__N__
Contact us__N__   or  __N__ See our pricing
__N__
__N__
__N__
__N____N__ __N__ __N__ __N__
__N__
__N__
__N__ __N__
__N__ __N__
__N__ __N__
__N__

our plans

__N____N__ __N__
__N__ __N__
__N__
__N__
__N__
FREE
__N__
The best choice for personal use
__N__
The service 1 for free
__N__
__N__ 0/ month__N__
__N__
__N__ Available features are : __N__
    __N__
  • __N__ __N__ Service 1 __N__
  • __N__
__N__
__N__
__N__ Subcribe__N__
__N__
__N__
__N__ __N__ __N__ __N__
__N__
__N__
__N__
STARTER
__N__
For small companiess
__N__
The service 1 and product 1 at low price
__N__
__N__ 29/ month__N__
__N__
__N__ Available features are : __N__
    __N__
  • __N__ __N__ Service 1__N__
  • __N__
  • __N__ __N__ Product 1__N__
  • __N__
__N__
__N__
__N__ Subscribe__N__
__N__
__N__
__N__ __N__ __N__ __N__
__N__
__N__
__N__
PREMIUM
__N__
For large companies
__N__
The full option package for a one shot price__N__
__N__
__N__ 2499__N__
__N__
__N__ Available features are :__N__
    __N__
  • __N__ __N__ Service 1
  • __N__
  • __N__ __N__ Service 2
  • __N__
  • __N__ __N__ Product 1
  • __N__
__N__
__N__
__N__ Buy__N__
__N__
__N__
__N__ __N__
__N__ __N__
__N__ __N__
__N__ __N__
__N__ __N__ __N__
__N__
__N__
__N__ __N__ __N__ __N__
__N__
__N__

our team

__N__
__N__
__N__ __N__
__N__
__N__
__N__
__N____N____N__ __N__
__N__
__N__
__N__
__N__
__N__

Request a callback

__N__
__N__
__N__ __N__
__N__
__N__ __N__
__N__
__N__ __N__
__N__
__N__ __N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__ __N__ __N__ __N__
__N__
__N__
__N__
__N__
__N__

successful cases

__N__
__N__
__N__
__N__
__N__
\"\"__N__
__N__
__N__
__N__
\"\"__N__
__N__
__N__
__N__
\"\"__N__
__N__
__N__
__N__
\"\"__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__ Albert Einstein__N__
__N__
Scientist, www.emc2.org
__N__
__N__
__N__
__N__
__N__
-20%
__N__
Expenses
__N__
__N__
__N__
__N__
__N__
__N__
__N__ __N__ They did everything, with almost no time or effort for me. The best part was that I could trust their team to represent our company professionally with our clients.__N__ __N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__ Pierre Curie__N__
__N__
CEO “Cyclonic”
__N__
__N__
__N__
__N__
__N__
-30%
__N__
Expenses
__N__
__N__
__N__
__N__
__N__
__N__
__N__ __N__ Their course gave me the confidence to implement new techniques in my work. I learn “how” to write – “what” and “why” also became much clearer.__N__ __N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__ Marie Curie__N__
__N__
CTO \"Cyclonic\"
__N__
__N__
__N__
__N__
__N__
+22%
__N__
Turnover
__N__
__N__
__N__
__N__
__N__
__N__
__N__ __N__ We were skeptical to work with a consultant to optimize our sales emails, but they were highly recommended by many other startups we knew. They helped us to reach our objective of 20% turnover increase, in 4 monthes.__N__ __N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__ John Doe__N__
__N__
Sale representative
__N__
__N__
__N__
__N__
__N__
+40%
__N__
Quotes
__N__
__N__
__N__
__N__
__N__
__N__
__N__ __N__ Their work on our website and Internet marketing has made a significant different to our business. We’ve seen a +40% increase in quote requests from our website.__N__ __N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__ __N____N__ __N__
__N__
__N__

Latest News

__N__ __N__
__N__
__N____N____N__ __N____N____N__
__N__', '', 0); UPDATE llx_website SET fk_default_home = 11__+MAX_llx_website_page__ WHERE rowid = __WEBSITE_ID__; --- Page ID 12 -> 12__+MAX_llx_website_page__ - Aliases our-team --; -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(12__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'our-team', '', 'Our team', 'Our team', 'en', '', 'team', '1', '2020-10-07 13:13:26', '2022-07-12 11:17:55', null, '', 'page', '', '
__N____N__ __N____N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
Our team__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N____N__
__N__

__N__

The crew...




__N__ query($sql);__N__ if (! $resql) dol_print_error($db);__N__ while ($obj = $db->fetch_object($resql))__N__ {__N__ $arrayofusers[]=$obj->rowid;__N__ }__N__ __N__ print \'
\';__N__ foreach($arrayofusers as $id)__N__ {__N__ $fuser->fetch($id);__N____N__ print \'
\';__N__ print \'
\';__N__ print \'
\';__N__ if ($fuser->photo) print Form::showphoto(\'userphoto\', $fuser, 100, 0, 0, \'photowithmargin\', \'\', 0);__N__ //print \'photo.\'\" width=\"129\" height=\"129\" alt=\"\">\';__N__ else print \'\"\"\';__N__ print \'
\';__N__ print \'
\';__N__ print \'
\'.$fuser->firstname.\'
\';__N__ print \'
    \';__N__ //print \'
  • September 24, 2018
  • \';__N__ if ($fuser->job) print \'
  • \'.$fuser->job.\'
  • \';__N__ else print \'
  • \';__N__ print \'
\';__N__ print \'
\';__N__ print \'
\';__N__ print \'
\';__N__ }__N__ print \'
\';__N____N__ ?>__N__
__N__
__N____N__

__N____N__ __N____N__
__N__ __N__', '', '0'); --- Page ID 13 -> 13__+MAX_llx_website_page__ - Aliases partners --; -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(13__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'partners', '', 'Partners', 'Partners', 'en', '', 'partners', '1', '2020-10-07 13:13:26', '2022-07-12 11:17:55', null, '', 'page', '', '
__N____N__ __N____N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
Partners__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N____N__
__N__
__N__

Our partners...

__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__ __N__
__N__
__N__
__N__
__N__
__N__ __N__
__N__
__N__
__N__
__N__
__N__ __N__
__N__
__N__
__N__
__N__
__N__ __N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N____N__

__N____N__ __N____N__
__N__ __N____N__', '', '0'); --- Page ID 14 -> 14__+MAX_llx_website_page__ - Aliases pricing --; -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(14__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'pricing', '', 'Pricing', 'All the prices of our offers', 'en', '', 'pricing', '1', '2020-10-07 13:13:26', '2022-07-12 11:17:55', null, '', 'page', '', '
__N____N__ __N____N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
Our plans__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N____N____N____N__ __N__
__N__
__N__
__N__ __N__
__N__ __N__
__N__ __N__
__N____N__ __N__
__N__ __N__
__N__
__N__
__N__
FREE
__N__
The best choice for personal use
__N__
The service 1 for free
__N__
__N__ 0/ month__N__
__N__
__N__ Available features are : __N__
    __N__
  • __N__ __N__ Service 1 __N__
  • __N__
__N__
__N__
__N__ Subcribe__N__
__N__
__N__
__N__ __N__ __N__ __N__
__N__
__N__
__N__
STARTER
__N__
For small companiess
__N__
The service 1 and product 1 at low price
__N__
__N__ 29/ month__N__
__N__
__N__ Available features are : __N__
    __N__
  • __N__ __N__ Service 1__N__
  • __N__
  • __N__ __N__ Product 1__N__
  • __N__
__N__
__N__
__N__ Subscribe__N__
__N__
__N__
__N__ __N__ __N__ __N__
__N__
__N__
__N__
PREMIUM
__N__
For large companies
__N__
The full option package for a one shot price__N__
__N__
__N__ 2499__N__
__N__
__N__ Available features are :__N__
    __N__
  • __N__ __N__ Service 1
  • __N__
  • __N__ __N__ Service 2
  • __N__
  • __N__ __N__ Product 1
  • __N__
__N__
__N__
__N__ Buy__N__
__N__
__N__
__N__ __N__
__N__ __N__
__N__ __N__
__N__ __N__
__N__ __N__ __N__
__N__
__N__
__N__ __N__ __N__ __N__

__N____N__ __N____N__
__N__ __N__', '', '0'); --- Page ID 15 -> 15__+MAX_llx_website_page__ - Aliases privacy-policies --; -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(15__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'privacy-policies', '', 'Privacy Policies', 'Privacy Policies', 'en', '', 'Privacy policies, GDPR', '1', '2020-10-07 13:13:26', '2022-07-12 11:17:55', null, '', 'page', '', '
__N__ __N__ __N__ __N____N____N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
Privacy Policy__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N__


__N____N__
__N__
__N__

Information collected and used


__N__

* Your customer information (email, phone, business name, first and last name of contact, address, postal code, country and VAT number) are stored when you become a customer. This information allows us to bill you. __N__

* If you paid using our online service, we also store the last 4 digits of your card. The full details of your credit card is stored by our payment provider Stripe (the world leader in online payment).

__N__

* You have the option to request the deletion of your data and the above information at any time (except data required y fiscal tracking rules, like your invoices).

__N__

* The Privacy Policies and GDPR referral contact for our services is: global->MAIN_INFO_GDPR; ?>

__N__


__N__

Data Storage and Backups


__N__

* The storage of collected data (see \'Information collected and used\') is done in a database.

__N__

* We made one backup every week. Only 4 weeks are kept.

__N__


__N__

Subcontractor


__N__

* Our services relies on the following subcontractors and service:
__N__** The host of computer servers, which is ABC company. These servers are hosted in US. No customer information is communicated to this subcontractor who only provides the hardware and network layer, the installation and operation being carried out by us directly.
__N__** The online payment service Stripe, which is used, to ensure regular payment of subscription or your invoices paid online.

__N__


__N__

Software Protection


__N__

* Our services runs on Linux Ubuntu systems and software. They benefit from regular security updates when the operating system editor (Ubuntu Canonical) publishes them.

__N__

* Our services are accessible in HTTPS (HTTP encrypted) only, encrypted with SHA256 certificates.

__N__

* Our technical platform are protected by various solutions.

__N__


__N__

Data theft


__N__

* In case of suspicion of a theft of the data we have collected (see first point \'Information collected and used\'), customers will be informed by email, at email corresponding to their customer account

__N__

 

__N__
__N__
__N____N____N__ __N__ __N__ __N__
__N__ __N__', '', '0'); --- Page ID 16 -> 16__+MAX_llx_website_page__ - Aliases product-p --; -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(16__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'product-p', '', 'Product P', 'Product P', 'en', '', '', '1', '2020-10-07 13:13:26', '2022-07-12 11:17:55', null, '', 'page', '', '
__N____N__ __N____N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
Product P__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N____N__
__N__
__N__
__N__
__N__
__N__This is a description page of our product P...
__N__
__N__
__N__
__N__
__N__
__N__
__N____N____N__

__N____N__ __N____N__
__N__ __N____N__', '', '0'); --- Page ID 17 -> 17__+MAX_llx_website_page__ - Aliases search --; -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(17__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'search', '', 'Search Page', 'Search Page', 'en', '', '', '1', '2020-10-07 13:13:26', '2022-07-12 11:17:55', null, '', 'page', '', '
__N____N__ __N____N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
Search__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N__


__N____N__
__N__ __N__
__N__
__N__ \" />__N__
__N__ \">__N__
__N__
__N__ __N__
__N__
__N__
__N__ __N__ load(\"main\");__N__ __N__ if (function_exists(\'getPagesFromSearchCriterias\'))__N__ {__N__ if (GETPOSTISSET(\'s\'))__N__ {__N__ $listofpages = getPagesFromSearchCriterias(\'page\', \'meta\', GETPOST(\'s\', \'alphanohtml\'));__N__ if ($listofpages[\'code\'] == \'OK\')__N__ {__N__ foreach($listofpages[\'list\'] as $websitepagefound)__N__ {__N__ print \'
ref.\'.php\">\'.$websitepagefound->title.\' - \'.$websitepagefound->description.\'
\';__N__ }__N__ }__N__ else__N__ {__N__ // If error, show message__N__ print $listofpages[\'message\'];__N__ }__N__ }__N__ }__N__ else__N__ {__N__ print $weblangs->trans(\"FeatureNotYetAvailable\");__N__ }__N__ ?>__N__ __N__





__N__
__N____N__ __N____N__
__N__', '', '0'); --- Page ID 18 -> 18__+MAX_llx_website_page__ - Aliases service-s --; -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(18__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'service-s', '', 'Service S', 'Service S', 'en', '', '', '1', '2020-10-07 13:13:26', '2022-07-12 11:17:55', null, '', 'page', '', '
__N____N__ __N____N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
Service S__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N____N__
__N__
__N__
__N__
__N__
__N__This is a description page of our service S...
__N__
__N__
__N__
__N__
__N__
__N__
__N____N____N__

__N____N__ __N____N__
__N__', '', '0'); +-- File generated by Dolibarr 17.0.0-alpha -- 2022-10-08 18:23:16 UTC --; +-- Page ID 190 -> 12__+MAX_llx_website_page__ - Aliases our-team --; +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(12__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'our-team', '', 'Our team', 'Our team', 'en', '', 'team', '1', '2020-10-07 13:13:26', '2022-07-12 11:17:55', null, '', 'page', '', '
__N____N__ __N____N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
Our team__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N____N__
__N__

__N__

The crew...




__N__ query($sql);__N__ if (! $resql) dol_print_error($db);__N__ while ($obj = $db->fetch_object($resql))__N__ {__N__ $arrayofusers[]=$obj->rowid;__N__ }__N__ __N__ print \'
\';__N__ foreach($arrayofusers as $id)__N__ {__N__ $fuser->fetch($id);__N____N__ print \'
\';__N__ print \'
\';__N__ print \'
\';__N__ if ($fuser->photo) print Form::showphoto(\'userphoto\', $fuser, 100, 0, 0, \'photowithmargin\', \'\', 0);__N__ //print \'photo.\'\" width=\"129\" height=\"129\" alt=\"\">\';__N__ else print \'\"\"\';__N__ print \'
\';__N__ print \'
\';__N__ print \'
\'.$fuser->firstname.\'
\';__N__ print \'
    \';__N__ //print \'
  • September 24, 2018
  • \';__N__ if ($fuser->job) print \'
  • \'.$fuser->job.\'
  • \';__N__ else print \'
  • \';__N__ print \'
\';__N__ print \'
\';__N__ print \'
\';__N__ print \'
\';__N__ }__N__ print \'
\';__N____N__ ?>__N__
__N__
__N____N__

__N____N__ __N____N__
__N__ __N__', '', 0); +-- File generated by Dolibarr 17.0.0-alpha -- 2022-10-08 18:23:16 UTC --; +-- Page ID 191 -> 13__+MAX_llx_website_page__ - Aliases partners --; +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(13__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'partners', '', 'Partners', 'Partners', 'en', '', 'partners', '1', '2020-10-07 13:13:26', '2022-07-12 11:17:55', null, '', 'page', '', '
__N____N__ __N____N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
Partners__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N____N__
__N__
__N__

Our partners...

__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__ __N__
__N__
__N__
__N__
__N__
__N__ __N__
__N__
__N__
__N__
__N__
__N__ __N__
__N__
__N__
__N__
__N__
__N__ __N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N____N__

__N____N__ __N____N__
__N__ __N____N__', '', 0); +-- File generated by Dolibarr 17.0.0-alpha -- 2022-10-08 18:23:16 UTC --; +-- Page ID 192 -> 14__+MAX_llx_website_page__ - Aliases pricing --; +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(14__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'pricing', '', 'Pricing', 'All the prices of our offers', 'en', '', 'pricing', '1', '2020-10-07 13:13:26', '2022-07-12 11:17:55', null, '', 'page', '', '
__N____N__ __N____N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
Our plans__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N____N____N____N__ __N__
__N__
__N__
__N__ __N__
__N__ __N__
__N__ __N__
__N____N__ __N__
__N__ __N__
__N__
__N__
__N__
FREE
__N__
The best choice for personal use
__N__
The service 1 for free
__N__
__N__ 0/ month__N__
__N__
__N__ Available features are : __N__
    __N__
  • __N__ __N__ Service 1 __N__
  • __N__
__N__
__N__
__N__ Subcribe__N__
__N__
__N__
__N__ __N__ __N__ __N__
__N__
__N__
__N__
STARTER
__N__
For small companiess
__N__
The service 1 and product 1 at low price
__N__
__N__ 29/ month__N__
__N__
__N__ Available features are : __N__
    __N__
  • __N__ __N__ Service 1__N__
  • __N__
  • __N__ __N__ Product 1__N__
  • __N__
__N__
__N__
__N__ Subscribe__N__
__N__
__N__
__N__ __N__ __N__ __N__
__N__
__N__
__N__
PREMIUM
__N__
For large companies
__N__
The full option package for a one shot price__N__
__N__
__N__ 2499__N__
__N__
__N__ Available features are :__N__
    __N__
  • __N__ __N__ Service 1
  • __N__
  • __N__ __N__ Service 2
  • __N__
  • __N__ __N__ Product 1
  • __N__
__N__
__N__
__N__ Buy__N__
__N__
__N__
__N__ __N__
__N__ __N__
__N__ __N__
__N__ __N__
__N__ __N__ __N__
__N__
__N__
__N__ __N__ __N__ __N__

__N____N__ __N____N__
__N__ __N__', '', 0); +-- File generated by Dolibarr 17.0.0-alpha -- 2022-10-08 18:23:16 UTC --; +-- Page ID 193 -> 15__+MAX_llx_website_page__ - Aliases privacy-policies --; +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(15__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'privacy-policies', '', 'Privacy Policies', 'Privacy Policies', 'en', '', 'Privacy policies, GDPR', '1', '2020-10-07 13:13:26', '2022-07-12 11:17:55', null, '', 'page', '', '
__N__ __N__ __N__ __N____N____N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
Privacy Policy__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N__


__N____N__
__N__
__N__

Information collected and used


__N__

* Your customer information (email, phone, business name, first and last name of contact, address, postal code, country and VAT number) are stored when you become a customer. This information allows us to bill you. __N__

* If you paid using our online service, we also store the last 4 digits of your card. The full details of your credit card is stored by our payment provider Stripe (the world leader in online payment).

__N__

* You have the option to request the deletion of your data and the above information at any time (except data required y fiscal tracking rules, like your invoices).

__N__

* The Privacy Policies and GDPR referral contact for our services is: global->MAIN_INFO_GDPR; ?>

__N__


__N__

Data Storage and Backups


__N__

* The storage of collected data (see \'Information collected and used\') is done in a database.

__N__

* We made one backup every week. Only 4 weeks are kept.

__N__


__N__

Subcontractor


__N__

* Our services relies on the following subcontractors and service:
__N__** The host of computer servers, which is ABC company. These servers are hosted in US. No customer information is communicated to this subcontractor who only provides the hardware and network layer, the installation and operation being carried out by us directly.
__N__** The online payment service Stripe, which is used, to ensure regular payment of subscription or your invoices paid online.

__N__


__N__

Software Protection


__N__

* Our services runs on Linux Ubuntu systems and software. They benefit from regular security updates when the operating system editor (Ubuntu Canonical) publishes them.

__N__

* Our services are accessible in HTTPS (HTTP encrypted) only, encrypted with SHA256 certificates.

__N__

* Our technical platform are protected by various solutions.

__N__


__N__

Data theft


__N__

* In case of suspicion of a theft of the data we have collected (see first point \'Information collected and used\'), customers will be informed by email, at email corresponding to their customer account

__N__

 

__N__
__N__
__N____N____N__ __N__ __N__ __N__
__N__ __N__', '', 0); +-- File generated by Dolibarr 17.0.0-alpha -- 2022-10-08 18:23:16 UTC --; +-- Page ID 194 -> 16__+MAX_llx_website_page__ - Aliases product-p --; +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(16__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'product-p', '', 'Product P', 'Product P', 'en', '', '', '1', '2020-10-07 13:13:26', '2022-07-12 11:17:55', null, '', 'page', '', '
__N____N__ __N____N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
Product P__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N____N__
__N__
__N__
__N__
__N__
__N__This is a description page of our product P...
__N__
__N__
__N__
__N__
__N__
__N__
__N____N____N__

__N____N__ __N____N__
__N__ __N____N__', '', 0); +-- File generated by Dolibarr 17.0.0-alpha -- 2022-10-08 18:23:16 UTC --; +-- Page ID 195 -> 17__+MAX_llx_website_page__ - Aliases search --; +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(17__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'search', '', 'Search Page', 'Search Page', 'en', '', '', '1', '2020-10-07 13:13:26', '2022-07-12 11:17:55', null, '', 'page', '', '
__N____N__ __N____N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
Search__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N__


__N____N__
__N__ __N__
__N__
__N__ \" />__N__
__N__ \">__N__
__N__
__N__ __N__
__N__
__N__
__N__ __N__ load(\"main\");__N__ __N__ if (function_exists(\'getPagesFromSearchCriterias\'))__N__ {__N__ if (GETPOSTISSET(\'s\'))__N__ {__N__ $listofpages = getPagesFromSearchCriterias(\'page\', \'meta\', GETPOST(\'s\', \'alphanohtml\'));__N__ if ($listofpages[\'code\'] == \'OK\')__N__ {__N__ foreach($listofpages[\'list\'] as $websitepagefound)__N__ {__N__ print \'
ref.\'.php\">\'.$websitepagefound->title.\' - \'.$websitepagefound->description.\'
\';__N__ }__N__ }__N__ else__N__ {__N__ // If error, show message__N__ print $listofpages[\'message\'];__N__ }__N__ }__N__ }__N__ else__N__ {__N__ print $weblangs->trans(\"FeatureNotYetAvailable\");__N__ }__N__ ?>__N__ __N__





__N__
__N____N__ __N____N__
__N__', '', 0); +-- File generated by Dolibarr 17.0.0-alpha -- 2022-10-08 18:23:16 UTC --; +-- Page ID 196 -> 18__+MAX_llx_website_page__ - Aliases service-s --; +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(18__+MAX_llx_website_page__, null, __WEBSITE_ID__, 'service-s', '', 'Service S', 'Service S', 'en', '', '', '1', '2020-10-07 13:13:26', '2022-07-12 11:17:55', null, '', 'page', '', '
__N____N__ __N____N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
Service S__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N__
__N____N____N__
__N__
__N__
__N__
__N__
__N__This is a description page of our service S...
__N__
__N__
__N__
__N__
__N__
__N__
__N____N____N__

__N____N__ __N____N__
__N__', '', 0); -- For Dolibarr v14+ --; UPDATE llx_website SET lang = 'en' WHERE rowid = __WEBSITE_ID__;