search.html 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <?php template('inc/head')?>
  4. <body style="background-color: #eee;">
  5. <div class="blog-masthead" style="display:none;">
  6. <div class="container">
  7. <nav class="blog-nav">
  8. <a class="blog-nav-item active" href="#">防伪码查询</a>
  9. </nav>
  10. </div>
  11. </div>
  12. <div class="containers">
  13. <div class="top">
  14. <p>全国商品真伪验证中心</p>
  15. <p>National Center for the Verification of the authenticity of goods</p>
  16. </div>
  17. <form class="form-signin" action="index.php" method="post" id="f1">
  18. <div class="clear"></div>
  19. <div class="search">
  20. <div>
  21. 您所查询的防伪码为:<?php echo $data['search'] ?>
  22. </div>
  23. <?php if(isset($data['txt']) && $data['txt']):?>
  24. <div style="margin-top:20px;">
  25. 验证信息:<font color="red" style="font-weight:bold;"><?php echo $data['ts1'] ?></font>
  26. </div>
  27. <div style="margin-top:30px;">
  28. 请将标签和下面图片对比,查看彩色数字颜色是否一致:
  29. </div>
  30. <div style="margin-top:10px;background-color: white;height: 50px;text-align: center;line-height: 2;"><?php echo $data['txt'] ?></div>
  31. <?php else:?>
  32. <div style="margin-top:20px;">
  33. 验证信息:<font color="red" style="font-weight:bold;"><?php echo $data['ts2'] ?></font>
  34. </div>
  35. <?php endif;?>
  36. </div>
  37. </form>
  38. <div class="top" style="margin-top:20px;background-color:#E8E8E8;">
  39. <p>版权所有 防伪查询 2005-2015</p>
  40. </div>
  41. </div> <!-- /container -->
  42. <?php template('inc/foot')?>
  43. </body>
  44. </html>