| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /inetpub/wwwroot/aecm.ihu.gr/wp-content/plugins/learnpress/templates/global/ |
Upload File : |
<?php /** * Template for Step item. * * This template for js read and render each item. * Purpose: * 1. Define struct template group step * 2. On js will read ".example-lp-item-step" and clone content ".lp-item-step" * 3. Js will render data to template have just clone, and append to ".lp-group-step" * * @author tungnx * @package Learnpress/Templates * @version 1.0.0 * @since 4.0.3 */ ?> <div class="example-lp-group-step"> <div class="lp-group-step"> </div> <div class="example-lp-item-step"> <h3></h3> <div class="lp-item-step"> <div class="lp-item-step-left"> <input type="hidden" name="" value="" /> </div> <div class="lp-item-step-right"> <label for=""><strong></strong></label> <div class="description"></div> <div class="percent"></div> <span class="progress-bar"></span> </div> </div> </div> </div>