v20221014 master
authorKilian <ksaffran@dks.lu>
Fri, 14 Oct 2022 05:52:55 +0000 (07:52 +0200)
committerKilian <ksaffran@dks.lu>
Fri, 14 Oct 2022 05:52:55 +0000 (07:52 +0200)
20 files changed:
.vscode/sftp.json
public_html/index.php
public_html/lib/lang/en.php
public_html/lib/lang/fr.php
public_html/pages/.htaccess [new file with mode: 0644]
public_html/pages/en/about.html
public_html/pages/en/contact.html
public_html/pages/en/footer/footer1.html [new file with mode: 0644]
public_html/pages/en/footer/footer2.html [new file with mode: 0644]
public_html/pages/en/home.html
public_html/pages/en/news/news20220928.html [new file with mode: 0644]
public_html/pages/en/services.html
public_html/pages/en/topmenu.json [new file with mode: 0644]
public_html/pages/fr/contact.html
public_html/pages/fr/footer/footer1.html
public_html/pages/fr/footer/footer2.html
public_html/pages/fr/footer/footer3.html [deleted file]
public_html/pages/fr/footer/footer4.html [deleted file]
public_html/pages/fr/services.html
public_html/pages/fr/topmenu.json [new file with mode: 0644]

index 28c3033..4a4b69c 100644 (file)
@@ -5,7 +5,7 @@
   "protocol": "sftp",
   "port": 22,
   "secure": true,
   "protocol": "sftp",
   "port": 22,
   "secure": true,
-  "context": "D:/Workspace/bkml_lu/",
+  "context": "C:/Users/Kilian/Workspace/bkml_lu/",
   "host": "dedi1781.your-server.de",
   "username": "bkmldx",
   "password": "4C4Mu8588Ra26e7a",
   "host": "dedi1781.your-server.de",
   "username": "bkmldx",
   "password": "4C4Mu8588Ra26e7a",
index 43c6dbb..ccbb0f3 100644 (file)
@@ -197,11 +197,14 @@ $(document).ready(function(){
 <div id="navigation-top" class="nav-collapse nav-collapse_ collapse" style="">
                                
   <ul class="nav sf-menu clearfix"> 
 <div id="navigation-top" class="nav-collapse nav-collapse_ collapse" style="">
                                
   <ul class="nav sf-menu clearfix"> 
-    <li class="active sub-menu"><a href="<?php echo $basepath; ?>home/<?php echo $lang; ?>/">FIDUCIAIRE BKML</a></li> 
-    <li class=" sub-menu"><a href="<?php echo $basepath; ?>about/<?php echo $lang; ?>/">Présentation</a></li> 
-    <li class=" sub-menu"><a href="<?php echo $basepath; ?>services/fr/">Missions et Services</a></li> 
-    <li class=" sub-menu"><a href="<?php echo $basepath; ?>african-relations/fr/">Relations Afrique</a></li>
-    <li class=" sub-menu"><a href="<?php echo $basepath; ?>contact/fr/">Contact</a></li>
+    <?php 
+      $topmenu = json_decode(file_get_contents("pages/$lang/topmenu.json",true);
+      foreach ($topmenu as $mnu){
+        ?>
+          <li class=" sub-menu"><a href="<?php echo $basepath.$mnu["link"]; ?>/<?php echo $lang; ?>/"><?php echo $mu["text"];?></a></li> 
+        <?php  
+      }
+    ?>
   </ul>                        
 </div>
 
   </ul>                        
 </div>
 
@@ -232,7 +235,7 @@ $(document).ready(function(){
          </div>
          
 <?php if ($page != "contact"){ ?>
          </div>
          
 <?php if ($page != "contact"){ ?>
-  <div class="span4"><h2 class="content_header">Dernières news</h2>
+  <div class="span4"><h2 class="content_header"><?php echo $lbl["lastnews"]; ?></h2>
       <?php 
       $newslist = scandir("pages/$lang/news",SCANDIR_SORT_DESCENDING );
       foreach ($newslist as $key => $value)
       <?php 
       $newslist = scandir("pages/$lang/news",SCANDIR_SORT_DESCENDING );
       foreach ($newslist as $key => $value)
@@ -260,38 +263,11 @@ $(document).ready(function(){
             <div class="span12 border2">
                 <div class="row">
                     <article class="span3 follow-box">
             <div class="span12 border2">
                 <div class="row">
                     <article class="span3 follow-box">
-                        <h5><em>Tags</em></h5>
-                        <span>Fiduciaire BKML, Kassa-Kassa BOKOMBA, Economiste financier fiscaliste, Domicialisation, PME, PMI, Professions libérales, Indépendants, Artisans</span>
+                        <?php include("pages/$lang/footer/footer1.html"); ?>
                     </article>
                     </article>
-                    <!-- <article class="span3 share-box" style="margin-left:20px;">
-                        <h5><em>Partagez notre site</em></h5>
-                        <ul class="sharew_icon">
-
-                            <li>
-                            <div class='shareaholic-canvas' data-app='share_buttons' data-app-id='24828823' style="margin-left:-40px;"></div>
-                            </li>
-
-                      </ul>
-                    </article> -->
-                    <!-- <article class="span3 follow-box" style="margin-left:25px;">
-                        <h5><em>Suivez-nous</em></h5>maps
-                        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M22.675 0h-21.35c-.732 0-1.325.593-1.325 1.325v21.351c0 .731.593 1.324 1.325 1.324h11.495v-9.294h-3.128v-3.622h3.128v-2.671c0-3.1 1.893-4.788 4.659-4.788 1.325 0 2.463.099 2.795.143v3.24l-1.918.001c-1.504 0-1.795.715-1.795 1.763v2.313h3.587l-.467 3.622h-3.12v9.293h6.116c.73 0 1.323-.593 1.323-1.325v-21.35c0-.732-.593-1.325-1.325-1.325z"/></svg>
-                    </article> -->
                     <article class="follow-box" style="float:right; max-width:800px; text-align:right; color:#fff;">
                     <article class="follow-box" style="float:right; max-width:800px; text-align:right; color:#fff;">
-                    <h5><em>contact</em></h5>
-                    <div id="adressbar">
-                    <p>
-       <strong>FIDUCIAIRE BKML SARL</strong></p>
-<p>
-  15, rue de l'industrie<br />
-       L-8069 Bertrange<br /></p>
-<p>
-       T&eacute;l.: <a href="tel:+35226200983">+352 26 20 09 83</a><br />
-       Fax: +352 26 20 12 32<br />
-       E-mail: <a href="mailto:contact@bkml.lu">contact@bkml.lu</a></p>
-<p>
-       &nbsp;</p>
-                    </div></article>
+                      <?php include("pages/$lang/footer/footer2.html"); ?>
+                    </article>
 
                 </div>
             </div>
 
                 </div>
             </div>
index b1cc6d3..83cd1e6 100644 (file)
@@ -13,6 +13,6 @@ $topmenu = array("home" => "FIDUCIAIRE BKML",
   "contact" => "Contact"
 );
 $lbl = array(
   "contact" => "Contact"
 );
 $lbl = array(
-
+  "lastnews" => "Last News"
 );
 ?>
\ No newline at end of file
 );
 ?>
\ No newline at end of file
index 7972c91..f35afb0 100644 (file)
@@ -13,6 +13,6 @@ $topmenu = array("home" => "FIDUCIAIRE BKML",
   "contact" => "Contact"
 );
 $lbl = array(
   "contact" => "Contact"
 );
 $lbl = array(
-
+  "lastnews" => "Dernières Nouvelles"
 );
 ?>
\ No newline at end of file
 );
 ?>
\ No newline at end of file
diff --git a/public_html/pages/.htaccess b/public_html/pages/.htaccess
new file mode 100644 (file)
index 0000000..a7a56f7
--- /dev/null
@@ -0,0 +1 @@
+Require all denied
\ No newline at end of file
index 5c7059e..2af8c9e 100644 (file)
@@ -1,5 +1,5 @@
 <h2 class="content_header">Presentation</h2><span id="frontpage" lang="fr" style="clear:left; float:left;"><p>
 <h2 class="content_header">Presentation</h2><span id="frontpage" lang="fr" style="clear:left; float:left;"><p>
-       Fiduciaire BKML est un cabinet d&rsquo;Expertise comptable et de Domiciliation, de droit luxembourgeois, cr&eacute;&eacute;e par monsieur Kassa-Kassa BOKOMBA, Economiste financier fiscaliste de formation, au service des PME, des PMI, des Professions lib&eacute;rales, des Ind&eacute;pendants et des Artisans, dont le souci permanant est de satisfaire ses clients en leur apportant la solution adapt&eacute;e &agrave; leurs probl&egrave;mes.</p>
+       Fiduciaire BKML is a firm of Chartered Accountants and Domiciliation, under Luxembourg law, created by Mr. Kassa-Kassa BOKOMBA, a financial economist and tax specialist, at the service of SMEs, SMIs, Self-employed persons and Craftsmen, whose permanent concern is to satisfy its clients by providing them with the appropriate solution to their problems.</p>
 <p>
 <p>
-       Inscrite au tableau de l&rsquo;Ordre des Experts-Comptables du Grand-Duch&eacute; de Luxembourg, la Fiduciaire BKML s&rsquo;affirme par le savoir-faire, la disponibilit&eacute;, l&rsquo;&eacute;coute, le background et le dynamisme de son personnel, comme une v&eacute;ritable &eacute;quipe de conseils pluridisciplinaires aux entreprises, r&eacute;sultant d&rsquo;un maillage de comp&eacute;tences dont l&rsquo;objectif est d&rsquo;am&eacute;liorer constamment les performances &eacute;conomiques de ses clients.<br />
+       Registered with the Order of Chartered Accountants of the Grand Duchy of Luxembourg, Fiduciaire BKML has established itself through the know-how, availability, attentiveness, background and dynamism of its staff, as a true multidisciplinary business advisory team, resulting from a network of skills whose objective is to constantly improve the economic performance of its clients.<br />
        &nbsp;</p>
\ No newline at end of file
        &nbsp;</p>
\ No newline at end of file
index ac44897..c2fbeca 100644 (file)
-<h2>Contactez-nous</h2>
-
-<!-- <div id="contact-form">
-
-<span>*champs obligatoires!<br><br>
-<b> Les données fournies par l’utilisateur dans les différents formulaires du site bkml.lu sont destinées à l’usage interne et au bon fonctionnement du site.</b>
-
-</span><br>
-<form method="post" action="/site.php?p=fr_sendcontact&amp;lang=fr" name="kontakt">
-
-Nom<br><input class="input" name="name" size="60" type="text" placeholder="* entrez votre nom"><br>
-
-
-Tél.<br><input name="phone" size="60" type="text" placeholder="entrez votre no. de téléphone"><br>
-
-
-Email<br><input name="email" size="60" type="text" placeholder="* entrez votre e-mail"><br>
-
-
-Concerne<br><input name="betreff" size="60" type="text" placeholder="entrez votre objet"><br>
-
-
-Message<br><textarea name="nachricht" rows="3" cols="60" placeholder="* votre message..."></textarea><br><br><br><br><br><img style="width:230px; height:70px;" src="/captcha.php"><br><br>Veuillez rentrer le code de sécurité<br>
-<input type="text" name="captcha" size="30" maxlength="6" autocomplete="off" placeholder="entrez ici le code ci-dessus"><br><button style="clear:left; float:left; margin:0;" type="submit">Envoyer le message</button><br>
-</form></div> -->
+<h2>Contact Us</h2>
 
  <p>
 
  <p>
-<strong>Fiduciaire BKML</strong></p>
+<strong>Fiduciaire BKML S.à r.l.</strong></p>
 <p>
   15, rue de l'industrie<br>
   L-8069 Bertrange<br>
 </p>
 <p>
 <p>
   15, rue de l'industrie<br>
   L-8069 Bertrange<br>
 </p>
 <p>
-Tél.: <a href="tel:+35226200983">+352 26 20 09 83</a><br>
-Fax: +352 26 73 89 83<br>
-E-mail: <a href="mailto:ontact@bkml.lu">bkassakassa@yahoo.fr</a></p>
+Tél.: <a href="tel:+35226200983" style="color: #000!important;">+352 26 20 09 83</a><br>
+Fax: +352 26 20 12 32<br>
+E-mail: <a href="mailto:contact@bkml.lu">contact [at] bkml.lu</a></p>
 <p>
 <img alt="BOKOMBA Kassa Kassa" src="<?php echo $basepath; ?>img/mbokomba.jpg?v=<?php echo $v;?>" style="width: 200px; "></p>
 <p>
 M. BOKOMBA Kassa-Kassa, Fondateur</p>
 <p>
 <p>
 <img alt="BOKOMBA Kassa Kassa" src="<?php echo $basepath; ?>img/mbokomba.jpg?v=<?php echo $v;?>" style="width: 200px; "></p>
 <p>
 M. BOKOMBA Kassa-Kassa, Fondateur</p>
 <p>
-&nbsp;</p>
-
-
-  <div class="span4" style="margin-top:10px;">
-  <div id="map"></div>
-  <script src="http://maps.googleapis.com/maps/api/js?key=AIzaSyDQKLTu5br_WEqC-jF3yV4-fGLS9dBGXN4"></script>
-  <script>
-        var map;
-        function initialize() {
-          map = new google.maps.Map(document.getElementById('map'), {
-            zoom: 16,
-            center: new google.maps.LatLng(49.613816, 6.128292),
-            mapTypeId: google.maps.MapTypeId.ROADMAP,
-            panControl:true,
-      zoomControl:true,
-      mapTypeControl:true,
-      scaleControl:true,
-      streetViewControl:true,
-      overviewMapControl:true,
-      rotateControl:true
-            });
-  
-          var iconBase = '/img/';
-          var icons = {
-            parking: {
-              name: 'Parking',
-              icon: iconBase + 'parking_lot_maps.png'
-  
-            },
-            library: {
-              name: 'Library',
-              icon: iconBase + 'library_maps.png'
-            },
-            info: {
-              name: 'Info',
-              icon: iconBase + 'mapicon.png'
-  
-            }
-          };
-  
-          function addMarker(feature) {
-            var marker = new google.maps.Marker({
-              position: feature.position,
-              title: "Fiduciare BKLM",
-              draggable: true,
-              animation: google.maps.Animation.DROP,
-              icon: icons[feature.type].icon,
-              map: map
-            });
-            marker.addListener('click', toggleBounce);
-          }
-  
-  
-          var features = [
-            {
-              position: new google.maps.LatLng(49.613816, 6.128292),
-              type: 'info'
-  
-            }
-          ];
-  
-          for (var i = 0, feature; feature = features[i]; i++) {
-            addMarker(feature);
-          }
-  
-          var legend = document.getElementById('legend');
-          for (var key in icons) {
-            var type = icons[key];
-            var name = type.name;
-            var icon = type.icon;
-            var div = document.createElement('div');
-            div.innerHTML = '<img src="<?php echo $basepath; ?>' + icon + '"> ' + name;
-            legend.appendChild(div);
-          }
-  
-          map.controls[google.maps.ControlPosition.RIGHT_BOTTOM].push(legend);
-        }
-  
-        google.maps.event.addDomListener(window, 'load', initialize);
-      </script>
\ No newline at end of file
+&nbsp;</p>
\ No newline at end of file
diff --git a/public_html/pages/en/footer/footer1.html b/public_html/pages/en/footer/footer1.html
new file mode 100644 (file)
index 0000000..16a206e
--- /dev/null
@@ -0,0 +1,2 @@
+<h5><em>Tags</em></h5>
+                        <span>Fiduciaire BKML, Kassa-Kassa BOKOMBA, Economiste financier fiscaliste, Domicialisation, PME, PMI, Professions libérales, Indépendants, Artisans</span>
\ No newline at end of file
diff --git a/public_html/pages/en/footer/footer2.html b/public_html/pages/en/footer/footer2.html
new file mode 100644 (file)
index 0000000..faa6e5a
--- /dev/null
@@ -0,0 +1,14 @@
+<h5><em>contact</em></h5>
+                    <div id="adressbar">
+                    <p>
+       <strong>FIDUCIAIRE BKML SARL</strong></p>
+<p>
+  15, rue de l'industrie<br />
+       L-8069 Bertrange<br /></p>
+<p>
+       T&eacute;l.: <a href="tel:+35226200983">+352 26 20 09 83</a><br />
+       Fax: +352 26 20 12 32<br />
+       E-mail: <a href="mailto:contact@bkml.lu">contact@bkml.lu</a></p>
+<p>
+       &nbsp;</p>
+                    </div>
\ No newline at end of file
index 56b8587..34e985b 100644 (file)
@@ -1,10 +1,8 @@
-<h2 class="content_header">Bienvenue,</h2>
-
-  
+<h2 class="content_header">WELCOME,</h2>
   <br/>
   <br/>
 <p>
   <br/>
   <br/>
 <p>
-       Fiduciaire BKML est un cabinet d&rsquo;Expertise comptable et de Domiciliation, de droit luxembourgeois.</p>
+       Fiduciaire BKML is a firm of Chartered Accountants and Domiciliation under Luxembourg law.</p>
 <p>
 <p>
-       Inscrite au tableau de l&rsquo;Ordre des Experts-Comptables du Grand-Duch&eacute; de Luxembourg, la Fiduciaire BKML s&rsquo;affirme par le savoir-faire, la disponibilit&eacute;, l&rsquo;&eacute;coute, le background et le dynamisme de son personnel, comme une v&eacute;ritable &eacute;quipe de conseils pluridisciplinaires aux entreprises, r&eacute;sultant d&rsquo;un maillage de comp&eacute;tences dont l&rsquo;objectif est d&rsquo;am&eacute;liorer constamment les performances &eacute;conomiques de ses clients.<br />
+       Registered with the Order of Chartered Accountants of the Grand Duchy of Luxembourg, Fiduciaire BKML has established itself through the know-how, availability, attentiveness, background and dynamism of its staff, as a true multidisciplinary business advisory team, resulting from a network of skills whose objective is to constantly improve the economic performance of its clients.<br />
        &nbsp;</p>
        &nbsp;</p>
diff --git a/public_html/pages/en/news/news20220928.html b/public_html/pages/en/news/news20220928.html
new file mode 100644 (file)
index 0000000..862c930
--- /dev/null
@@ -0,0 +1,6 @@
+<h3 class="content_header" style="clear:left; float:left;">Notre nouveau site est online</h3><br/>
+        <br/>
+        <span style="clear:left; float:left;"><p>
+       Nous sommes heureux de vous accueilir sur notre nouveau site Internet.</p>
+</span><br/><br/><br/><br/>
+<!-- <a href="<?php echo $basepath."/news/$lang/"; ?>">plus de news...</a> -->
\ No newline at end of file
index d95bde3..c2c4a53 100644 (file)
@@ -1,71 +1,40 @@
-<div class="span7 home" style="text-align:justify;"><h2 class="content_header">Missions et Services</h2><span id="frontpage" lang="fr" style="clear:left; float:left;"><h3>
-       • Expertise comptable et fiscale</h3>
+<div class="span7 home" style="text-align:justify;"><h2 class="content_header">Missions and Services</h2><span id="frontpage" lang="fr" style="clear:left; float:left;">
+       <h3>Accounting and tax expertise</h3>
 <ul>
 <ul>
-       <li>
-               Saisie et encodage des documents comptables;</li>
-       <li>
-               Préparation des comptes intérmédaires et annuels:</li>
-       <li>
-               Mandat de Commissaires aux Comptes;</li>
-       <li>
-               Représentation fiscale auprès des autorités luxembourgeoises;</li>
-       <li>
-               Etablissement des déclarations périodiques et annuelles de la TVA;</li>
-       <li>
-               Etablissement des déclarations d’impôts directs pour personnes physiques et morales;</li>
-       <li>
-               Assistance en cas de vérification fiscale.</li>
+<li>Data entry and encoding of accounting documents;</li>
+<li>Preparation of interim and annual accounts:</li>
+<li>Appointment of auditors;</li>
+<li>Tax representation before the Luxembourg authorities;</li>
+<li>Preparation of periodic and annual VAT returns;</li>
+<li>Preparation of direct tax returns for individuals and companies;</li>
+<li>Assistance in case of tax audits.</li>
 </ul>
 </ul>
-<h3>
-       • Conseil en entreprise</h3>
+<h3>Business advice</h3>
 <ul>
 <ul>
-       <li>
-               Création, gestion et restructuration des sociétés luxembourgeoises et internationales;</li>
-       <li>
-               Démarches administratives en vue de l’obtention de l’autorisation d’établissement;</li>
-       <li>
-               Mandat d’administrateur;</li>
-       <li>
-               Transmission de sociétés;</li>
-       <li>
-               Secrétariat et planification juridique des sociétés;</li>
-       <li>
-               &nbsp;Ingénierie financière.</li>
+<li>Creation, management and restructuring of Luxembourg and international companies;</li>
+<li>Administrative procedures to obtain an establishment permit;</li>
+<li>Directorships;</li>
+<li>Transfer of companies;</li>
+<li>Secretarial and legal planning of companies;</li>
+<li> Financial engineering.</li>
 </ul>
 </ul>
-<h3>
-       • Secretariat social et conseil en ressources humaines</h3>
+<h3>Social secretariat and human resources consulting</h3>
 <ul>
 <ul>
-       <li>
-               Formalités administratives;</li>
-       <li>
-               Déclarations d’entrée et de sortie auprès du CCSS (Centre Commun de la Sécurité Sociale);</li>
-       <li>
-               Calcul de salaires et traitements;</li>
-       <li>
-               Établissement des certificats de rémunération;</li>
-       <li>
-               Recrutement et Formation du Personnel;</li>
-       <li>
-               Conseil en ressources humaines;</li>
-       <li>
-               Prise en charge et formation des stagiaires.</li>
+<li>Administrative formalities;</li>
+<li>Entry and exit declarations to the CCSS (Centre Commun de la Sécurité Sociale);</li>
+<li>Calculation of wages and salaries;</li>
+<li>Establishment of remuneration certificates;</li>
+<li>Recruitment and training of personnel;</li>
+<li>Human resources consulting;</li>
+<li>Taking charge of and training trainees.</li>
 </ul>
 </ul>
-<h3>
-       • Domiciliation des sociétés</h3>
+<h3>Domiciliation of companies</h3>
 <ul>
 <ul>
-       <li>
-               Mise à disposition d’un siège social à des tiers dans le respect de la “loi sur la domiciliation” du 31 mai 1999;</li>
-       <li>
-               Mandat d’administrateur et de liquidateur;</li>
-       <li>
-               Mandat de commissaire aux comptes;</li>
-       <li>
-               Services de fiduciaire (confidentialité des investissements et des participations financières);</li>
-       <li>
-               Location de bureaux et de salles de réunion;</li>
-       <li>
-               Services annexes.<br>
-               &nbsp;</li>
+<li>Provision of a registered office to third parties in accordance with the "Domiciliation Act" of 31 May 1999;</li>
+<li>Mandate of administrator and liquidator;</li>
+<li>Mandate of auditor;</li>
+<li>Trustee services (confidentiality of investments and financial holdings);</li>
+<li>Rental of offices and meeting rooms;</li>
+<li>Ancillary services.</li>
 </ul>
 </ul>
-<br>
-         </span><div class="my-gallery" itemscope="" itemtype="http://schema.org/ImageGallery" data-pswp-uid="1"></div> </div>
\ No newline at end of file
+</div>
\ No newline at end of file
diff --git a/public_html/pages/en/topmenu.json b/public_html/pages/en/topmenu.json
new file mode 100644 (file)
index 0000000..03a00a5
--- /dev/null
@@ -0,0 +1,7 @@
+[
+    {"link":"home","text":"FIDUCIAIRE BKML"},
+    {"link":"about","text":"Présentation"},
+    {"link":"services","text":"Missions et Services"},
+    {"link":"african-relations","text":"Relations Afrique"},
+    {"link":"contact","text":"Contact"}
+]
index 316e7a9..b61d957 100644 (file)
@@ -1,29 +1,5 @@
 <h2>Contactez-nous</h2>
 
 <h2>Contactez-nous</h2>
 
-<!-- <div id="contact-form">
-
-<span>*champs obligatoires!<br><br>
-<b> Les données fournies par l’utilisateur dans les différents formulaires du site bkml.lu sont destinées à l’usage interne et au bon fonctionnement du site.</b>
-
-</span><br>
-<form method="post" action="/site.php?p=fr_sendcontact&amp;lang=fr" name="kontakt">
-
-Nom<br><input class="input" name="name" size="60" type="text" placeholder="* entrez votre nom"><br>
-
-
-Tél.<br><input name="phone" size="60" type="text" placeholder="entrez votre no. de téléphone"><br>
-
-
-Email<br><input name="email" size="60" type="text" placeholder="* entrez votre e-mail"><br>
-
-
-Concerne<br><input name="betreff" size="60" type="text" placeholder="entrez votre objet"><br>
-
-
-Message<br><textarea name="nachricht" rows="3" cols="60" placeholder="* votre message..."></textarea><br><br><br><br><br><img style="width:230px; height:70px;" src="/captcha.php"><br><br>Veuillez rentrer le code de sécurité<br>
-<input type="text" name="captcha" size="30" maxlength="6" autocomplete="off" placeholder="entrez ici le code ci-dessus"><br><button style="clear:left; float:left; margin:0;" type="submit">Envoyer le message</button><br>
-</form></div> -->
-
  <p>
 <strong>Fiduciaire BKML S.à r.l.</strong></p>
 <p>
  <p>
 <strong>Fiduciaire BKML S.à r.l.</strong></p>
 <p>
@@ -32,7 +8,7 @@ Message<br><textarea name="nachricht" rows="3" cols="60" placeholder="* votre me
 </p>
 <p>
 Tél.: <a href="tel:+35226200983" style="color: #000!important;">+352 26 20 09 83</a><br>
 </p>
 <p>
 Tél.: <a href="tel:+35226200983" style="color: #000!important;">+352 26 20 09 83</a><br>
-Fax: +352 26 73 89 83<br>
+Fax: +352 26 20 12 32<br>
 E-mail: <a href="mailto:contact@bkml.lu">contact [at] bkml.lu</a></p>
 <p>
 <img alt="BOKOMBA Kassa Kassa" src="<?php echo $basepath; ?>img/mbokomba.jpg?v=<?php echo $v;?>" style="width: 200px; "></p>
 E-mail: <a href="mailto:contact@bkml.lu">contact [at] bkml.lu</a></p>
 <p>
 <img alt="BOKOMBA Kassa Kassa" src="<?php echo $basepath; ?>img/mbokomba.jpg?v=<?php echo $v;?>" style="width: 200px; "></p>
index e69de29..16a206e 100644 (file)
@@ -0,0 +1,2 @@
+<h5><em>Tags</em></h5>
+                        <span>Fiduciaire BKML, Kassa-Kassa BOKOMBA, Economiste financier fiscaliste, Domicialisation, PME, PMI, Professions libérales, Indépendants, Artisans</span>
\ No newline at end of file
index e69de29..faa6e5a 100644 (file)
@@ -0,0 +1,14 @@
+<h5><em>contact</em></h5>
+                    <div id="adressbar">
+                    <p>
+       <strong>FIDUCIAIRE BKML SARL</strong></p>
+<p>
+  15, rue de l'industrie<br />
+       L-8069 Bertrange<br /></p>
+<p>
+       T&eacute;l.: <a href="tel:+35226200983">+352 26 20 09 83</a><br />
+       Fax: +352 26 20 12 32<br />
+       E-mail: <a href="mailto:contact@bkml.lu">contact@bkml.lu</a></p>
+<p>
+       &nbsp;</p>
+                    </div>
\ No newline at end of file
diff --git a/public_html/pages/fr/footer/footer3.html b/public_html/pages/fr/footer/footer3.html
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/public_html/pages/fr/footer/footer4.html b/public_html/pages/fr/footer/footer4.html
deleted file mode 100644 (file)
index e69de29..0000000
index d95bde3..c64b5cd 100644 (file)
@@ -1,5 +1,5 @@
 <div class="span7 home" style="text-align:justify;"><h2 class="content_header">Missions et Services</h2><span id="frontpage" lang="fr" style="clear:left; float:left;"><h3>
 <div class="span7 home" style="text-align:justify;"><h2 class="content_header">Missions et Services</h2><span id="frontpage" lang="fr" style="clear:left; float:left;"><h3>
-       • Expertise comptable et fiscale</h3>
+       Expertise comptable et fiscale</h3>
 <ul>
        <li>
                Saisie et encodage des documents comptables;</li>
 <ul>
        <li>
                Saisie et encodage des documents comptables;</li>
@@ -16,8 +16,7 @@
        <li>
                Assistance en cas de vérification fiscale.</li>
 </ul>
        <li>
                Assistance en cas de vérification fiscale.</li>
 </ul>
-<h3>
-       • Conseil en entreprise</h3>
+<h3>Conseil en entreprise</h3>
 <ul>
        <li>
                Création, gestion et restructuration des sociétés luxembourgeoises et internationales;</li>
 <ul>
        <li>
                Création, gestion et restructuration des sociétés luxembourgeoises et internationales;</li>
@@ -32,8 +31,7 @@
        <li>
                &nbsp;Ingénierie financière.</li>
 </ul>
        <li>
                &nbsp;Ingénierie financière.</li>
 </ul>
-<h3>
-       • Secretariat social et conseil en ressources humaines</h3>
+<h3>Secretariat social et conseil en ressources humaines</h3>
 <ul>
        <li>
                Formalités administratives;</li>
 <ul>
        <li>
                Formalités administratives;</li>
@@ -50,8 +48,7 @@
        <li>
                Prise en charge et formation des stagiaires.</li>
 </ul>
        <li>
                Prise en charge et formation des stagiaires.</li>
 </ul>
-<h3>
-       • Domiciliation des sociétés</h3>
+<h3>Domiciliation des sociétés</h3>
 <ul>
        <li>
                Mise à disposition d’un siège social à des tiers dans le respect de la “loi sur la domiciliation” du 31 mai 1999;</li>
 <ul>
        <li>
                Mise à disposition d’un siège social à des tiers dans le respect de la “loi sur la domiciliation” du 31 mai 1999;</li>
@@ -67,5 +64,4 @@
                Services annexes.<br>
                &nbsp;</li>
 </ul>
                Services annexes.<br>
                &nbsp;</li>
 </ul>
-<br>
-         </span><div class="my-gallery" itemscope="" itemtype="http://schema.org/ImageGallery" data-pswp-uid="1"></div> </div>
\ No newline at end of file
+</div>
\ No newline at end of file
diff --git a/public_html/pages/fr/topmenu.json b/public_html/pages/fr/topmenu.json
new file mode 100644 (file)
index 0000000..e162a37
--- /dev/null
@@ -0,0 +1,7 @@
+[
+    {"link":"home","text":"FIDUCIAIRE BKML"},
+    {"link":"about","text":"Presentation"},
+    {"link":"services","text":"Missions and Services"},
+    {"link":"african-relations","text":"African Relationss"},
+    {"link":"contact","text":"Contact"}
+]