init
This commit is contained in:
61
app/us/view/group/submission.phtml
Executable file
61
app/us/view/group/submission.phtml
Executable file
@@ -0,0 +1,61 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
{include file="include/head" /}
|
||||
<meta charset="UTF-8">
|
||||
<title>Honor|Orico USB storage|charging</title>
|
||||
<!-- <link rel="stylesheet" type="text/css" href="__PUBLIC__/weben/css/subject/honor.css"> -->
|
||||
<link rel="stylesheet" type="text/css" href="__PUBLIC__/weben/css/style2.css">
|
||||
</head>
|
||||
|
||||
<body onload="closeWindow();">
|
||||
<!--top-->
|
||||
<header class="header-PC header-Product">
|
||||
<div id="header" class="theme-black">
|
||||
{include file="include/top" /}
|
||||
{include file="include/top-header" /}
|
||||
</div>
|
||||
</header>
|
||||
{include file="include/top-header-mobile" /}
|
||||
|
||||
<!--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" /}
|
||||
<!-- bottom e -->
|
||||
<!--倒计时-->
|
||||
<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;
|
||||
// location.href="https://www.orico.cc/us/Group/honor";//#时间到后跳转地址
|
||||
}else {
|
||||
window.history.go(-1);
|
||||
}
|
||||
},
|
||||
970);
|
||||
}
|
||||
</script>
|
||||
<script>alertSet('');</script>
|
||||
<!--倒计时-->
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user