Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web432/html/wp-content/themes/touchm/ |
Current File : //var/www/web432/html/wp-content/themes/touchm/under-construction.php |
<?php /* Template Name: Under Construction */ ?> <?php get_header(); $al_options = get_option('al_general_settings'); $date = explode('/', $al_options['al_uc_ldate']); ?> <script type="text/javascript"> jQuery(document).ready(function(){ jQuery('div#clock').countdown("<?php echo $date[0]?>/<?php echo $date[1]?>/<?php echo $date[2]?>", function(event) { var $this = jQuery(this); switch(event.type) { case "seconds": case "minutes": case "hours": case "days": case "weeks": case "daysLeft": $this.find('span#'+event.type).html(event.value); break; case "finished": $this.hide(); break; } }); }); </script> <div class="container region3wrap"> <div class="row content_top"> <div class="eight columns centered"> <h1 class="construction_title"><?php echo $al_options['al_uc_maincaption'] ?></h1> </div> </div> </div> <div class="container region4wrap"> <div class="row maincontent"> <div class="twelve columns construction"> <div class="row"> <div class="eight columns centered "> <h4 class="construction_description text-center"> <?php echo $al_options['al_uc_pr_head_text'] ?> </h4> <div class="nice primary progress"> <h4 class="text-center"><span class="icon-cogs icon30"><?php echo $al_options['al_uc_progress'] ?>%</span></h4> <span class="meter progress<?php echo $al_options['al_uc_progress'] ?>"></span> </div> </div> </div> <div id="clock"> <div class="row"> <div class="one columns"></div> <div class="two mobile-two columns"> <p> <span id="weeks"></span> <?php _e('Weeks', 'TouchM')?> </p> </div> <div class="two mobile-two columns"> <p> <span id="daysLeft"></span> <?php _e('Days', 'TouchM')?> </p> </div> <div class="two mobile-two columns"> <p> <span id="hours"></span> <?php _e('Hours', 'TouchM')?> </p> </div> <div class="two mobile-two columns"> <p> <span id="minutes"></span> <?php _e('Minutes', 'TouchM')?> </p> </div> <div class="two mobile-four columns"> <p> <span id="seconds"></span> <?php _e('Seconds', 'TouchM')?> </p> </div> <div class="one columns"></div> </div> </div> </div> </div> </div> <?php get_footer() ?>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare