CINXE.COM
Email page contact
<!DOCTYPE html> <html lang="en"> <head> <title>Email page contact</title> <link rel="stylesheet" href="https://sitebuilder.warwick.ac.uk/static_war/render/id7/css/id7-custom.css.232955033083" type="text/css"> <script type="text/javascript" src="https://sitebuilder.warwick.ac.uk/static_war/render/id7/js/id7-bundle.js.138403729629"></script> </head> <body> <div id="emailOwnerDiv" style="padding: 2rem;"> <form action="" method="post" name="emailOwnerForm" id="emailOwnerForm"> <div class="row"> <div class="col-sm-6"> <!-- spring:bind path=emailOwnerForm.name --> <div class="form-group"> <span class="control-label-wrapper"> <label class="control-label" for="name" id="namespan"> Your name </label> <!-- helptext:emailOwnerForm.name --> </span> <input id="name" type="text" name="name" class="form-control input-sm" tabindex="0" value="" placeholder="Your name" /> </div> </div> <div class="col-sm-6"> <!-- spring:bind path=emailOwnerForm.email --> <div class="form-group"> <span class="control-label-wrapper"> <label class="control-label" for="email" id="emailspan"> Your email address </label> <!-- helptext:emailOwnerForm.email --> </span> <input id="email" type="text" name="email" class="form-control input-sm" tabindex="0" value="" placeholder="something@example.com" /> </div> </div> </div> <div class="form-group"> <span class="control-label-wrapper"> <label class="control-label" for="message" id="messagespan"> Message </label> <!-- helptext:emailOwnerForm.message --> </span> <textarea id="message" type="text" class="form-control input-sm" rows="5" cols="50" name="message" tabindex="0" placeholder="Your message about this page" ></textarea> </div> <div class="form-group"> <span class="control-label-wrapper"> <label class="control-label">Anti-spam</label> <!-- helptext:antiSpam --> </span> <div class="form-control-static "> <div id="emailPageOwnerAntiSpam" class="g-recaptcha" data-sitekey="6LfHYUQUAAAAAFoTMlwahg72oov3cj0oz06CwgIK"></div> <noscript>Javascript must be enabled to perform spam prevention.</noscript> <script type="text/javascript"> jQuery(function($) { if (typeof window.grecaptcha !== 'undefined') { // We've already loaded the recaptcha API so we need to render manually grecaptcha.render('emailPageOwnerAntiSpam', { 'sitekey' : '6LfHYUQUAAAAAFoTMlwahg72oov3cj0oz06CwgIK' }); } else { var scriptTag = document.createElement('script'); scriptTag.async = true; scriptTag.src = 'https://www.google.com/recaptcha/api.js'; scriptTag.onerror = function() { $(".captchaFailure:first")[0].showModal(); } var firstScript = document.getElementsByTagName('script')[0]; firstScript.parentNode.insertBefore(scriptTag, firstScript); } }); </script> </div> </div> <dialog id="captchaFailure" aria-labelledby="captchaFailure-title" class="captchaFailure"> <div class="dialog-content"> <div class="dialog-header"> <h2 class="dialog-title" id="captchaFailure-title">Failure to load reCAPTCHA</h2> <div class="dialog-header-buttons"> <button type="button" class="dialog-close" title="Close"> <i class="far fa-times fa-2x" aria-hidden="true"></i> </button> </div> </div> <div class="dialog-body"> <p>reCAPTCHA is a utility used to verify you're not a robot filling out this form. Unfortunately this has failed to load correctly.</p> <p>Please try reloading the page. If the problem persists, or if you are in a country which blocks Google products, please contact us by using the 芒聙聵page contact芒聙聶 link at the foot of this page.</p> <p><button type="button" class="btn btn-primary" onClick="javascript:location.reload()">Reload page</button></p> </div> </div> </dialog> <input type="hidden" name="page" value="/study/cll/"> <input type="hidden" name="from403" value="false"> <button type="submit" id="message-submit" class="btn btn-primary btn-sm"><i class="fas fa-envelope" aria-hidden="true"></i> Send message</button> <a href="/study/cll/" id="message-cancel" class="btn btn-default btn-sm">Cancel</a> </form> </div> </body></html>