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

47 lines
1.5 KiB
PHTML
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Check Your Product</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-45">
<div class="fake">
<div class="fake_content">
<div class="title">Check Your Product</div>
</div>
<div class="result_line"></div>
<div class="fake_content">
<div class="sub_title">Note: </div>
<div class="des">Enter the anti-counterfeiting code to check the authenticity and detail of the product. If
you
enter SN code, it will only show the product information. For verify the authenticity of product then please
click the button of "Enter the anti-counterfeiting code.</div>
<div class="fake_button"><a href="__ORICOROOT__/antifake/anti_fake_sninput"><span
class="fake_button_content">Enter S/N Code</span></a></div>
<div class="fake_button"><a href="__ORICOROOT__/antifake/anti_fake_input"><span
class="fake_button_content">Enter Anti-counterfeiting Code</span></a>
</div>
</div>
</div>
</div>
{include file="include/bottom" /}
</div>
</body>
</html>