57 lines
1.8 KiB
PHTML
Executable File
57 lines
1.8 KiB
PHTML
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
{include file="include/head" /}
|
|
<script type="text/javascript">
|
|
var navID = "1";
|
|
</script>
|
|
<link rel="stylesheet" type="text/css" href="__PUBLIC__/m_weben/css/style.css">
|
|
</head>
|
|
<body>
|
|
<div id="content">
|
|
<!--头部-->
|
|
{include file="include/top" /}
|
|
<!--Bult Buy-->
|
|
<div class="submission" style="margin-top: 230px;">
|
|
<div class="submiss-content">
|
|
<p> <img src="__PUBLIC__/weben/images/finish.png"></p>
|
|
<h3>Thank you for your submission!</h3>
|
|
<p class="submiss-p">Someone from our team will reach out shortly.</p>
|
|
<div class="submiss-u-p"><a class="submiss-blue" href="javascript:window.history.go(-1);">Return to the previous page</a> in <span id="js-alert-head" class="alert-head"></span>
|
|
<span id="js-alert-box" class="alert-box">
|
|
<span id="js-sec-text" class="alert-sec-text"></span>
|
|
<text class="alert-sec-unit" x="82" y="172" fill="#BDBDBD">seconds</text>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
|
|
<!--底部-->
|
|
{include file="include/bottom" /}
|
|
|
|
</div>
|
|
<!--倒计时-->
|
|
<script>
|
|
function alertSet(e) {
|
|
document.getElementById("js-alert-box").style.display = "inline-block",
|
|
document.getElementById("js-alert-head").innerHTML = e;
|
|
var t = 10,
|
|
n = document.getElementById("js-sec-circle");
|
|
document.getElementById("js-sec-text").innerHTML = t,
|
|
setInterval(function() {
|
|
if ( t -= 1){
|
|
document.getElementById("js-sec-text").innerHTML = t;
|
|
var e = Math.round(t / 10 * 735);
|
|
n.style.strokeDashoffset = e - 735;
|
|
}else {
|
|
window.history.go(-1);
|
|
}
|
|
|
|
},
|
|
970);
|
|
}
|
|
</script>
|
|
<script>alertSet('');</script>
|
|
<!--倒计时-->
|
|
</body>
|
|
</html> |