| @@ -1,37 +1,37 @@ | ||
| 1 | -<?php | |
| 2 | -/** | |
| 3 | - * Template for Step item. | |
| 4 | - * | |
| 5 | - * This template for js read and render each item. | |
| 6 | - * Purpose: | |
| 7 | - * 1. Define struct template group step | |
| 8 | - * 2. On js will read ".example-lp-item-step" and clone content ".lp-item-step" | |
| 9 | - * 3. Js will render data to template have just clone, and append to ".lp-group-step" | |
| 10 | - * | |
| 11 | - * @author tungnx | |
| 12 | - * @package Learnpress/Templates | |
| 13 | - * @version 1.0.0 | |
| 14 | - * @since 4.0.3 | |
| 15 | - */ | |
| 16 | - | |
| 17 | -?> | |
| 18 | - | |
| 19 | -<div class="example-lp-group-step"> | |
| 20 | - <div class="lp-group-step"> | |
| 21 | - </div> | |
| 22 | - <div class="example-lp-item-step"> | |
| 23 | - <h3></h3> | |
| 24 | - <div class="lp-item-step"> | |
| 25 | - <div class="lp-item-step-left"> | |
| 26 | - <input type="hidden" name="" value="" /> | |
| 27 | - </div> | |
| 28 | - <div class="lp-item-step-right"> | |
| 29 | - <label for=""><strong></strong></label> | |
| 30 | - <div class="description"></div> | |
| 31 | - <div class="percent"></div> | |
| 32 | - <span class="progress-bar"></span> | |
| 33 | - </div> | |
| 34 | - </div> | |
| 35 | - </div> | |
| 36 | -</div> | |
| 37 | - | |
| 1 | +<?php | |
| 2 | +/** | |
| 3 | + * Template for Step item. | |
| 4 | + * | |
| 5 | + * This template for js read and render each item. | |
| 6 | + * Purpose: | |
| 7 | + * 1. Define struct template group step | |
| 8 | + * 2. On js will read ".example-lp-item-step" and clone content ".lp-item-step" | |
| 9 | + * 3. Js will render data to template have just clone, and append to ".lp-group-step" | |
| 10 | + * | |
| 11 | + * @author tungnx | |
| 12 | + * @package Learnpress/Templates | |
| 13 | + * @version 1.0.0 | |
| 14 | + * @since 4.0.3 | |
| 15 | + */ | |
| 16 | + | |
| 17 | +?> | |
| 18 | + | |
| 19 | +<div class="example-lp-group-step"> | |
| 20 | + <div class="lp-group-step"> | |
| 21 | + </div> | |
| 22 | + <div class="example-lp-item-step"> | |
| 23 | + <h3></h3> | |
| 24 | + <div class="lp-item-step"> | |
| 25 | + <div class="lp-item-step-left"> | |
| 26 | + <input type="hidden" name="" value="" /> | |
| 27 | + </div> | |
| 28 | + <div class="lp-item-step-right"> | |
| 29 | + <label for=""><strong></strong></label> | |
| 30 | + <div class="description"></div> | |
| 31 | + <div class="percent"></div> | |
| 32 | + <span class="progress-bar"></span> | |
| 33 | + </div> | |
| 34 | + </div> | |
| 35 | + </div> | |
| 36 | +</div> | |
| 37 | + | |