|
| 1 | +<style> |
| 2 | + .modal-backdrop { |
| 3 | + position: fixed !important; |
| 4 | + z-index: 1040 !important; |
| 5 | + } |
| 6 | + |
| 7 | + .modal { |
| 8 | + z-index: 1050 !important; |
| 9 | + } |
| 10 | +</style> |
| 11 | + |
| 12 | +<div class="modal fade" id="newsletter" tabindex="-1" role="dialog" aria-labelledby="newsletterModalLabel" |
| 13 | + aria-hidden="true"> |
| 14 | + <div class="modal-dialog" role="document"> |
| 15 | + <div class="modal-content"> |
| 16 | + <div class="modal-header"> |
| 17 | + <h5 class="modal-title" id="newsletterModalLabel"><b>Newsletter</b></h5> |
| 18 | + <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> |
| 19 | + </div> |
| 20 | + <div class="modal-body"> |
| 21 | + <!-- Begin Mailchimp Signup Form --> |
| 22 | + <link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css"> |
| 23 | + <style type="text/css"> |
| 24 | + #mc_embed_signup { |
| 25 | + background: #fff; |
| 26 | + clear: left; |
| 27 | + font: 14px Helvetica, Arial, sans-serif; |
| 28 | + } |
| 29 | + </style> |
| 30 | + <div id="mc_embed_signup"> |
| 31 | + <form action="https://pymoo.us1.list-manage.com/subscribe/post?u=4454ea68ad3065ee471d6f9aa&id=6f71107645" |
| 32 | + method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" |
| 33 | + class="validate" target="_blank" novalidate> |
| 34 | + <div id="mc_embed_signup_scroll"> |
| 35 | + <div class="indicates-required"><span class="asterisk">*</span> indicates required</div> |
| 36 | + <div class="mc-field-group"> |
| 37 | + <label for="mce-EMAIL">Email Address <span class="asterisk">*</span></label> |
| 38 | + <input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" autocomplete="email"> |
| 39 | + </div> |
| 40 | + <div class="mc-field-group"> |
| 41 | + <label for="mce-FNAME">First Name </label> |
| 42 | + <input type="text" value="" name="FNAME" class="" id="mce-FNAME"> |
| 43 | + </div> |
| 44 | + <div class="mc-field-group"> |
| 45 | + <label for="mce-LNAME">Last Name </label> |
| 46 | + <input type="text" value="" name="LNAME" class="" id="mce-LNAME"> |
| 47 | + </div> |
| 48 | + <div class="mc-field-group"> |
| 49 | + <label for="mce-INSTITUTIO">Institution </label> |
| 50 | + <input type="text" value="" name="INSTITUTIO" class="" id="mce-INSTITUTIO"> |
| 51 | + </div> |
| 52 | + <p>Powered by <a href="http://eepurl.com/hsCRrP" |
| 53 | + title="MailChimp - email marketing made easy and fun">MailChimp</a></p> |
| 54 | + <div id="mce-responses" class="clear"> |
| 55 | + <div class="response" id="mce-error-response" style="display:none"></div> |
| 56 | + <div class="response" id="mce-success-response" style="display:none"></div> |
| 57 | + </div> |
| 58 | + <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups--> |
| 59 | + <div style="position: absolute; left: -5000px;" aria-hidden="true"> |
| 60 | + <input type="text" name="b_4454ea68ad3065ee471d6f9aa_6f71107645" tabindex="-1" value=""> |
| 61 | + </div> |
| 62 | + <div class="clear"> |
| 63 | + <input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"> |
| 64 | + </div> |
| 65 | + </div> |
| 66 | + </form> |
| 67 | + </div> |
| 68 | + <script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script> |
| 69 | + <script type='text/javascript'> |
| 70 | + (function ($) { |
| 71 | + window.fnames = new Array(); |
| 72 | + window.ftypes = new Array(); |
| 73 | + fnames[0] = 'EMAIL'; |
| 74 | + ftypes[0] = 'email'; |
| 75 | + fnames[1] = 'FNAME'; |
| 76 | + ftypes[1] = 'text'; |
| 77 | + fnames[2] = 'LNAME'; |
| 78 | + ftypes[2] = 'text'; |
| 79 | + fnames[6] = 'INSTITUTIO'; |
| 80 | + ftypes[6] = 'text'; |
| 81 | + }(jQuery)); |
| 82 | + var $mcj = jQuery.noConflict(true); |
| 83 | + </script> |
| 84 | + <!--End mc_embed_signup--> |
| 85 | + </div> |
| 86 | + </div> |
| 87 | + </div> |
| 88 | +</div> |
0 commit comments