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,81 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Anti-counterfeiting code query result</title>
{include file="include/head" /}
<script type="text/javascript">
var navID = "1";
</script>
<link rel="stylesheet" type="text/css" href="__PUBLIC__/m_weben/css/subject/fake.css">
<link rel="stylesheet" type="text/css" href="__PUBLIC__/weben/css/montserrat.css">
</head>
<body>
<div id="content">
<!--头部-->
{include file="include/top" /}
<div class="margin-top-90 overflow-h">
<div class="result_title">Result</div>
<div class="result_line"></div>
<div class="result">
<!--结果-->
<?php if($data['result']==1){
if($data['chicktime']!=date("Y-m-d H:i:s")){?>
<div class="result_content m-b-25">
<div class="again_title">Dear Customer:</div>
<div class="again_des">We have inquired the code of <?php echo $data['made_up_articles_name']; ?> for you,
query 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="result_content">
<div class="again_title">Dear Customer:</div>
<div class="again_des">Were glad to tell you that the product {$data.fake} you inquired is genuine, please
feel free to use,
thanks for choosing the ORICO product</div>
</div>
<?php }?>
<div class="result_line"></div>
<div class="result_content">
<div class="result_img img-responsives"><img src="<?php echo $data['img']; ?>"></div>
<div class="product_title">Product Info</div>
<div class="product_info">
<span>Name</span> <span><?php echo $data['made_up_articles_name']; ?></span>
</div>
<div class="product_info"><span>Model</span><span><?php echo $data['specifications_and_models']; ?></span>
</div>
<?php
if (strpos($data['made_up_articles_name'], 'NGFF') !== false) {
$data['aditmend'] = 3;
}
elseif(strpos($data['made_up_articles_name'], 'NVME') !== false){
$data['aditmend'] = 5;
}
else{
$data['aditmend'] = '';
}
if($data['aditmend']){
?>
<div class="result_year">ORICOs product reliability backed by up to <?php echo $data['aditmend']; ?> 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.</div>
<?php }?>
</div>
</div>
<?PHP }else{?>
<div class="result_content">
<div class="again_title">Dear Customer:</div>
<div class="again_des">Were sorry that the product you inquired is not genuine, please contact the seller.
</div>
</div>
<?php }?>
</div>
</body>
</html>