123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <?php template('inc/head')?>
- <body>
- <div class="clear" style="height:40px;"></div>
- <div class="logo"><img src="template/pc/img/logo.jpg" /></div>
- <div class="clear" style="height:20px;"></div>
- <div align="center">
- <div class="searkuang">
- <div class="clear"></div>
- <div class="search">
- <div>
- 您所查询的防伪码为:<?php echo $data['search'] ?>
- </div>
-
- <?php if(isset($data['txt']) && $data['txt']):?>
- <div style="margin-top:20px;">
- 验证信息:<font color="green">该防伪码存在!</font>
- </div>
- <div style="margin-top:20px;">
- 请将标签和下面图片对比,查看彩色数字颜色是否一致:
- <div style="margin-top:10px;"><?php echo $data['txt'] ?></div>
- </div>
- <?php else:?>
- <div style="margin-top:20px;">
- 验证信息:<font color="red">该防伪码不存在!</font>
- </div>
- <?php endif;?>
- </div>
- </div>
- </div>
- <div class="clear"></div>
- <?php template('inc/foot')?>
- </body>
- </html>
- <script src="template/pc/lib/jquery.js"></script>
|