Guest User

Untitled

a guest
Nov 24th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. <?php get_template_part('receive_individual_payment_form'); ?>
  2. <div class="modall modall_form" id="calk_modal" style="display: none" >
  3. <a class='green-button'
  4. onClick="getElementById('win_popup_receive_individual_payment').removeAttribute('style');
  5. getElementById('win_popup_receive_individual_payment').style.display = 'block !important';" >
  6. <span>ОТПРАВИТЬ</span>
  7. </a>
  8. </div>
  9.  
  10. <div id="win_popup_receive_individual_payment" style="display:none;">
  11. <div class="overlay_popup_receive_individual_payment"></div>
  12. <div class="visible_popup_receive_individual_payment" id="visible_popup_receive_individual_payment">
  13. <form>
  14. <!-- different <input> -->
  15. <input type="submit" value="Отправить" onclick=" ... "><!-- some action -->
  16. </form>
  17. </div>
  18. </div>
  19.  
  20. <div class="modall modall_form" id="calk_modal" style="display: none" >
  21. <?php get_template_part('receive_individual_payment_form'); ?>
  22. <a class='green-button'
  23. onClick="getElementById('win_popup_receive_individual_payment').removeAttribute('style');
  24. <span>ОТПРАВИТЬ</span>
  25. </a>
  26. </div>
Add Comment
Please, Sign In to add comment