PATH:
opt
/
alt
/
php-xray
/
php
/
smart-advice-plugin
/
cl-smart-advice
/
views
<?php /** * Agreement modal. */ if ( ! defined( 'WPINC' ) ) { die; } ?> <div class="cl-smart-advice__modal" data-smart-advice-modal="agreement"> <form class="cl-smart-advice__modal-form"> <div class="cl-smart-advice__modal-form__title"> Please agree Terms and conditions </div> <div class="cl-smart-advice__modal-form__close" data-smart-advice-modal-close="agreement"> <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M16 1.61143L14.3886 0L8 6.38857L1.61143 0L0 1.61143L6.38857 8L0 14.3886L1.61143 16L8 9.61143L14.3886 16L16 14.3886L9.61143 8L16 1.61143Z" fill="#AFAFAF"/> </svg> </div> <div class="cl-smart-advice__modal-form__text cl-smart-advice__modal-form__text_border" data-smart-advice-modal-body="agreement"></div> <div class="cl-smart-advice__modal-form__footer" data-smart-advice-modal-footer="agreement" style="display: none;"> <a href="javascript:void(0)" data-smart-advice-modal-close="agreement" data-target="modal" class="cl-smart-advice__modal-form__btn cl-smart-advice__modal-form__btn_cancel">Cancel</a> <a href="javascript:void(0)" data-smart-advice-modal-send="agreement" class="cl-smart-advice__modal-form__btn cl-smart-advice__modal-form__btn_confirm">I accept</a> </div> <input type="hidden" name="advice_uid" value=""> </form> </div>
[-] widget.php
[open]
[-] unsubscribe.php
[open]
[+]
..
[-] modal.agreement.php
[open]
[-] settings.php
[open]
[-] letter.advices.php
[open]
[-] modal.subscription.php
[open]
[-] modal.rollback.php
[open]
[-] modal.subscription.success.php
[open]