This commit is contained in:
2024-10-29 14:04:59 +08:00
commit 48bf3e6f33
2839 changed files with 762707 additions and 0 deletions

View File

@@ -0,0 +1,77 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>fake_result</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">
<!--div class="product_address "><a href="__ORICOROOT__" class="f-black">Home</a><span class="icon-arrow arrow_address"></span><a href="__ORICOROOT__/index/fake">authentication service
</a><span class="icon-arrow arrow_address"></span>Verify the authenticity</div-->
<div class="bg-white overflow-f text-c font-11 f_blue f_weight_600 fw_result_title "> Check result of {$data.fake} anti-counterfeiting code </div>
<?php if($data['result']==1){?>
<?php if($data['chicktime']!=date("Y-m-d H:i:s")){?>
<div class="bg-white overflow-f text-l font-11 f-black fw_result_title"><div class="fw_l">Dear Customer:<br>{$data.made_up_articles_name}We have inquired the anti-counterfeiting code for youquery time{$data.chicktime}。Beware of imitations! Please call the services hotline 400-6696-298 if you have any question.
</div></div>
<?php }else{?>
<div class="bg-white overflow-f text-l font-11 f-black fw_result_title"><div class="fw_l">Dear Customer:Were glad to tell you that the product {$data.made_up_articles_name} you inquired is genuine, please feel free to use, thanks for choosing the ORICO product. </div></div>
<?php }?>
<div class="bg-white overflow-f" style="margin-bottom: 4vw;">
<!-- <div class="fw_result">
<div class="f-black font-11 f-black">Product Info</div>
<ul>
<li>
<div class="left img-responsive"></div>
<div class="right">
<p class="padding-t-5vw">Name<?php echo $data['made_up_articles_name']; ?></p>
<p class="padding-t-5vw">Model<?php echo $data['specifications_and_models']; ?></p>
<!--<p class="padding-t-5vw">Produce Date<?php echo $data['production_date']; ?></p>
<p class="padding-t-5vw">Warranty Period<?php echo $data['mendtime']; ?></p>-->
<!--<p class="padding-t-5vw">ORICOs product reliability backed by up to 5 yr. warranty and free tech-support services, in case of product failure, please feel free to contact the purchasing platform and ORICO customer service center.</p>
<div class="padding-t-5vw"><a href="__PUBLIC__/weben/images/Anti-Fake/SSD-Warranty.pdf" target="_blank"><span class="fw_button font-16 bg_blue pop_check cursor_p">Warranty details</span></a></div>
</div>
</li>
<li class="img-responsive margin-t-50 padding-t-8vw">
<img src="__PUBLIC__/web/images/Anti-Fake/fake_02.jpg">
<p class="padding-t-8vw">*Note: Warranty void if remove or damage the label sticker. </p>
</li>
</ul>
</div>-->
</div>
<?PHP }else{?>
<div class="bg-white overflow-f text-l font-11 f-black fw_result_title" style="margin-bottom: 2vw;"><div class="fw_l">Dear CustomerWere sorry that the product you inquired is not genuine, please contact the seller</div></div>
<?php }?>
</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());
});
});
</script>
<!-- bottom s -->
{include file="include/bottom" /}
<!-- bottom e -->
</body>
</html>