Files
orico-official-website-old/app/us/view/antifake/index20191122.phtml
2024-10-29 14:04:59 +08:00

140 lines
6.7 KiB
PHTML
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Check Your Product</title>
{include file="include/head" /}
<link rel="stylesheet" type="text/css" href="__PUBLIC__/web/css/subject/Anti-Fake.css">
</head>
<body class="bg-gray">
<!--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" /}
<div class="indexbox-product">
<div class="swt-Container overflow-f padding-b-80">
<div class="product_address "><a href="__ORICOROOT__" class="f-black">Home</a><span class="icon-arrow arrow_address"></span>authentication service
</div>
<div class="overflow-f text-c f-black font-11">
<div class="fw_fw_title fw_on"><span class="cursor_p">Enter Anti-counterfeiting Code</span></div><div class="fw_sn_title"><span class="cursor_p">Enter S/N Code</span></div>
</div>
<div class="bg-white overflow-f">
<div class="fw_01 fw_one">
<ul>
<li>
<p class="fw_search img-responsive"><img src="__PUBLIC__/web/images/Anti-Fake/fw_01.jpg"></p>
<p class="font-11 f-black">Enter Anti-counterfeiting Code</p>
<p class="font-9 f-l-gray padding-t-5vw">Please enter the code which below the QR code on the product label to check the authenticity and detail.</p>
<form action="<?php echo url('antifake/anti_fake_result');?>" method="post" class="fw_form">
<p class="padding-t-8vw"><input placeholder="Anti-counterfeiting Code
" name="fake" id="sn" class="w-65"></p>
<p class="padding-t-8vw"><input placeholder="Verification Code" name="captcha" class="w-25"> <img id="verifyimg" src="<?php echo url('/captcha/authcode');?>" class="img-responsive margin-l-1" style="height: 2.5em;"><button type="button" class="f-gray font-16 btn-primary margin-l-1" id="averifyimg">Change</button></p>
<p class="padding-t-8vw"><span class="fw_button font-16 bg_blue pop_check cursor_p">Check</span></p>
<!--弹出框-->
<div class="Popup_all" style="display: none;">
<div class="Popup">
<div class="close"><span class="cursor_p"><img src="__PUBLIC__/web/images/Anti-Fake/close.jpg"></span></div>
<div class="Popup_content">
<div class="font-11 f-black text-c">Remind</div>
<div class="font-9 f-l-gray margin-t-10vw">The anti-counterfeiting code can only be inquiry once, please beware of imitations if the code used a second time. Please call the hotline 400-6696-298, if any questions.</div>
<p class="text-c margin-t-20vw"><button class="fw_button font-16 bg_blue" type="submit">Check</button></p>
</div>
</div>
</div>
</form>
</li>
<li>
<p class="font-11 f-black">Where to get the anti-counterfeiting code </p>
<p class="font-9 f-l-gray padding-t-5vw">The code can be seen on the label sticker.</p>
<p class="padding-t-5vw img-responsive"><img src="__PUBLIC__/web/images/Anti-Fake/fake.jpg"></p>
<p class="font-9 f-l-gray padding-t-5vw">*Note: Warranty void if remove or damage the label sticker. </p>
</li>
</ul>
</div>
<div class="fw_01 fw_two" style="display: none">
<ul>
<li>
<p class="fw_search img-responsive"><img src="__PUBLIC__/web/images/Anti-Fake/fw_01.jpg"></p>
<p class="font-11 f-black">Enter Anti-counterfeiting Code</p>
<p class="font-9 f-l-gray padding-t-5vw">Please enter the S/N code which on the product label to check the authenticity and detail.</p>
<form action="<?php echo url('antifake/sn_result');?>" method="post" class="fw_form">
<p class="padding-t-8vw"><input placeholder="S/N Code" name="sn" id="sn" class="w-65"></p>
<p class="padding-t-8vw"><input placeholder="Verification Code" name="captcha" class="w-25"> <img id="verifyimg1" src="<?php echo url('/captcha/authcode');?>" class="img-responsive margin-l-1" style="height: 2.5em;"><button type="button" class="f-gray font-16 btn-primary margin-l-1" id="averifyimg1">Change</button></p>
<p class="padding-t-8vw"><button class="fw_button font-16 bg_blue" type="submit">Check</button></p>
</form>
</li>
<li>
<p class="font-11 f-black">Where to get the anti-counterfeiting code </p>
<p class="font-9 f-l-gray padding-t-5vw">The code can be seen on the label sticker.</p>
<p class="padding-t-5vw img-responsive"><img src="__PUBLIC__/web/images/Anti-Fake/sn_01.jpg"></p>
<p class="font-9 f-l-gray padding-t-5vw">*Note: Warranty void if remove or damage the label sticker. </p>
</li>
</ul>
</div>
</div>
</div>
<div>
</div>
<script src="__PUBLIC__/adminlte/plugins/iCheck/icheck.min.js"></script>
<script type="text/javascript">
/*验证码*/
$(function() {
$("#verifyimg, #averifyimg").click(function(event) {
event.preventDefault();
$img = $("#verifyimg");
$img.attr("src", "<?php echo url('/captcha/authcode');?>?t=" + Math.random());
//$img.attr("src", $img.attr("src").substring(0, 21) + "?" + Math.random());
//jQuery(this).attr("src", "<?php echo url('/admin/authcode/verify');?>?" + Math.random());
});
});
/*验证码1*/
$(function() {
$("#verifyimg1, #averifyimg1").click(function(event) {
event.preventDefault();
$img = $("#verifyimg1");
$img = $("#verifyimg1");
$img.attr("src", "<?php echo url('/captcha/authcode');?>?t=" + Math.random());
//$img.attr("src", $img.attr("src").substring(0, 21) + "?" + Math.random());
//jQuery(this).attr("src", "<?php echo url('/admin/authcode/verify');?>?" + Math.random());
});
}); /*切换效果*/
$(document).ready(function(){
$(".fw_fw_title").click(function(){
$(this).addClass("fw_on");
$(this).siblings().removeClass("fw_on");
$(".fw_one").show();
$(".fw_two").hide();
});
$(".fw_sn_title").click(function(){
$(this).addClass("fw_on");
$(this).siblings().removeClass("fw_on")
$(".fw_one").hide();
$(".fw_two").show();
});
/*点击弹出效果*/
$(".Popup_all").hide();
$(".pop_check").click(function(){
$(".Popup_all").show();
});
$(".close").click(function(){
$(".Popup_all").hide();
});
});
</script>
<!-- bottom s -->
{include file="include/bottom" /}
<!-- bottom e -->
</body>
</html>