fffe3d880ef524fd079479587f11ea08ec3f4d2c hiram Wed Feb 16 20:16:45 2022 -0800 modal pop up page for GenArk request submission refs #28930 diff --git src/hg/htdocs/inc/garModal.html src/hg/htdocs/inc/garModal.html new file mode 100644 index 0000000..62718e7 --- /dev/null +++ src/hg/htdocs/inc/garModal.html @@ -0,0 +1,28 @@ +<div id="modalWrapper"> +<div id="modalWindow"> + +<div style="text-align: right;"><a id="modalClose" href="#">close <b>X</b></a></div> + +<p>Complete the form below to send a request for this assembly to be added to the GenArk collection:</p> + +<form id="modalFeedback" method="GET" action="" accept-charset="UTF-8"> +<p><label>Your Name<strong>*</strong><br> +<input type="text" autofocus required size="48" name="name" value=""></label></p> +<p><label>Email Address<strong>*</strong><br> +<input type="email" required title="Please enter a valid email address" size="48" name="email" value=""></label></p> +<p><label>Suggestion for common name:<br> +<input type="betterCommonName" size="48" name="betterCommonName" id="betterCommonName" value=""></label></p> +<p><label>Other comments:<br> +<textarea type="comment" cols="48" rows="8" id="comment" name="comment"></textarea></label></p> +<ul class="noBullets"> +<li><div><span id="commonName"> </span></div></li> +<li><div><span id="formSciName"> </span></div></li> +<li><div><span id="formAsmId"> </span></div></li> +</ul> +<p><input type="submit" id="submitButton" name="feedBackForm" value="Submit request"></p> +<p>You will receive an acknowledgment email response to indicate we have received your request.</p> +</form> + +<div><p id="garStatus"> </p></div> +</div> <!-- #modalWindow --> +</div> <!-- #modalWrapper -->