search.html 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <?php template('inc/head')?>
  4. <body>
  5. <div class="clear" style="height:40px;"></div>
  6. <div class="logo"><img src="template/pc/img/logo.jpg" /></div>
  7. <div class="clear" style="height:20px;"></div>
  8. <div align="center">
  9. <div class="searkuang">
  10. <div class="clear"></div>
  11. <div class="search">
  12. <div>
  13. 您所查询的防伪码为:<?php echo $data['search'] ?>
  14. </div>
  15. <?php if(isset($data['txt']) && $data['txt']):?>
  16. <div style="margin-top:20px;">
  17. 验证信息:<font color="green">该防伪码存在!</font>
  18. </div>
  19. <div style="margin-top:20px;">
  20. 请将标签和下面图片对比,查看彩色数字颜色是否一致:
  21. <div style="margin-top:10px;"><?php echo $data['txt'] ?></div>
  22. </div>
  23. <?php else:?>
  24. <div style="margin-top:20px;">
  25. 验证信息:<font color="red">该防伪码不存在!</font>
  26. </div>
  27. <?php endif;?>
  28. </div>
  29. </div>
  30. </div>
  31. <div class="clear"></div>
  32. <?php template('inc/foot')?>
  33. </body>
  34. </html>
  35. <script src="template/pc/lib/jquery.js"></script>