PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
wilcity-childtheme
<?php /* * Template Name: TDB QR Code */ if ( !is_user_logged_in() ){ wp_redirect(home_url('/')); die(); } get_header(); global $wiloke; use WilokeListingTools\Frontend\User as WilokeUser; use WilokeListingTools\Controllers\FollowController; use WilokeListingTools\Framework\Helpers\HTML; $oUser = WilokeUser::getUserData(); $avatar = WilokeUser::getAvatar(); ?> <div id="<?php echo esc_attr(apply_filters('wilcity/filter/id-prefix', 'wilcity-dashboard')); ?>" class="wil-dashboard wil-content"> <section id="<?php echo esc_attr(apply_filters('wilcity/filter/id-prefix', 'wilcity-dashboard-inner')); ?>" class="wil-section wil-dashboard-inner bg-color-gray-2 pd-0"> <div class="dashboard-content_module__zpEtP clearfix"> <div class="dashboard__sidebar js-sticky" data-margin-top="0"> <!-- utility-box-1_module__MYXpX --> <div class="dashboard-nav_module__3c0Pb list-none mt-30 mb-30"> <ul><li class="dashboard-nav_item__2798B"> <a href="https://ma-boutique-en-ville.fr/DEV2/tableau-de-bord/profile" class="dashboard-nav_link__2BmK9 text-ellipsis color-primary--hover wilcity-dashboard-item-profile"><span class="dashboard-nav_icon__2gZV4"><i class="la la-user"></i></span> <span class="dashboard-nav_text__x-_IZ">Profil</span></a></li> <li class="dashboard-nav_item__2798B"> <a href="https://ma-boutique-en-ville.fr/DEV2/tableau-de-bord/#/messages" class="dashboard-nav_link__2BmK9 text-ellipsis color-primary--hover wilcity-dashboard-item-messages"><span class="dashboard-nav_icon__2gZV4"><i class="la la-envelope"></i></span> <span class="dashboard-nav_text__x-_IZ">Messages</span> <span class="dashboard-nav_number__5N1Ch color-primary">1</span></a></li> <li class="dashboard-nav_item__2798B"> <a href="https://ma-boutique-en-ville.fr/DEV2/tableau-de-bord/#/favorites" class="dashboard-nav_link__2BmK9 text-ellipsis color-primary--hover wilcity-dashboard-item-favorites"><span class="dashboard-nav_icon__2gZV4"><i class="la la-heart-o"></i></span> <span class="dashboard-nav_text__x-_IZ">Favoris</span></a></li> <li class="dashboard-nav_item__2798B"> <a href="https://ma-boutique-en-ville.fr/DEV2/tableau-de-bord/commandes" class="dashboard-nav_link__2BmK9 text-ellipsis color-primary--hover wilcity-dashboard-item-commandes"><span class="dashboard-nav_icon__2gZV4"><i class="la la-shopping-cart"></i></span> <span class="dashboard-nav_text__x-_IZ">Mes Commandes</span></a></li> <li class="dashboard-nav_item__2798B"> <a href="https://ma-boutique-en-ville.fr/DEV2/tableau-de-bord/" class="dashboard-nav_link__2BmK9 text-ellipsis color-primary--hover wilcity-dashboard-item-resa"><span class="dashboard-nav_icon__2gZV4"><i class="la la-clock-o"></i></span> <span class="dashboard-nav_text__x-_IZ">Mes Réservations</span></a></li> <li class="dashboard-nav_item__2798B active"> <a href="https://ma-boutique-en-ville.fr/DEV2/tableau-de-bord/scan-qrcode-fidelite" class="dashboard-nav_link__2BmK9 text-ellipsis color-primary--hover wilcity-dashboard-item-scanfid router-link-exact-active router-link-active"><span class="dashboard-nav_icon__2gZV4"><i class="la la-qrcode"></i></span> <span class="dashboard-nav_text__x-_IZ">Scanner Fidélité</span></a></li> <li class="dashboard-nav_item__2798B"> <a href="https://ma-boutique-en-ville.fr/DEV2/tableau-de-bord/mes-points-fidelites/" class="dashboard-nav_link__2BmK9 text-ellipsis color-primary--hover wilcity-dashboard-item-ptsfid"><span class="dashboard-nav_icon__2gZV4"><i class="la la-euro"></i></span> <span class="dashboard-nav_text__x-_IZ">Mes points fidélité</span></a></li> <li class="dashboard-nav_item__2798B wilcity-dashboard-item-lougout"> <a href="https://ma-boutique-en-ville.fr/DEV2/wp-login.php?action=logout&_wpnonce=6a368696eb" class="dashboard-nav_link__2BmK9 text-ellipsis color-primary--hover"><span class="dashboard-nav_icon__2gZV4"><i class="la la-sign-out"></i></span> <span class="dashboard-nav_text__x-_IZ">Déconnexion</span> <span class="dashboard-nav_number__5N1Ch color-primary"></span></a></li></ul></div> </div> <div class="dashboard__content qrcode"> <div class="pos-r"> <header class="content-box_header__xPnGx clearfix"><div class="wil-float-left"><h4 class="content-box_title__1gBHS"><i class="la la-qrcode"></i><span>Flash QR Code</span></h4></div></header> <div class="headerpoint content-box_module__333d9 content-box_lg__3v3a- mb-10"> <iframe src="https://ma-boutique-en-ville.fr/DEV2/wp-content/themes/wilcity-childtheme/qrcode/" style="border:0px #ffffff hidden;" name="qrcode" scrolling="no" frameborder="0" marginheight="0px" marginwidth="0px" height="1000px" width="100%px" allowfullscreen></iframe> </div> </div> </div> </div> </section> <promotion-popup></promotion-popup> </div> <?php get_footer('not-widgets');
[+]
..
[-] functions.php
[edit]
[-] script.js
[edit]
[-] style.css
[edit]
[+]
configs
[-] template-tdb-mes-commandes.php
[edit]
[-] .wilcity-childtheme.php
[edit]
[-] script-qrcode.js
[edit]
[+]
qrcode
[+]
vendor
[-] template-tdb-mes-pts.php
[edit]
[-] template-tdb-qrcode.php
[edit]
[-] screenshot.jpg
[edit]