温馨提醒
如果文章内容或图片资源失效,请留言反馈,我们会及时处理,谢谢
本文最后更新于2023年8月5日,已超过 180天没有更新
非常适合想要做证书查询和精准搜索的小伙伴,支持按自定义字段搜索,支持搜索结果页直接用标签调用自定义字段的值,新增文件的方式,不与程序任何文件冲突。
使用说明
1、选择跟你程序对应编码的文件夹,把里面的2个文件夹里的
/include/arc.zhengshuview.class.php /plus/zhengshu.php
这2个文件上传到你网站对应的目录下
2、在前端模板的搜索框代码写法例子如下
<form action="/plus/zhengshu.php" method="get"> <input type="hidden" name="pagesize" value="1"> <input type="hidden" name="channeltype" value="这里填你的模型ID号"/> <p> <label>姓 名:</label> <input type="text" name="title"/> </p> <p> <label>身份证号:</label> <input type="text" name="shenfenzheng"/> </p> <p> <label>证书编号:</label> <input type="text" name="bianhao"/> </p> <p> <input type="submit" value="搜索"/> </p> </form>
3、搜索结果模板名为:zhengshu.htm
自己建一个放到自己的网站模板目录里,例如:
<table width="100%" class="table"> <caption> <h2>查询结果</h2> </caption> <thead> <tr> <th> 证书编号 </th> <th> 身份证号 </th> <th> 姓名 </th> </tr> </thead> {dede:list titlelen='250'} <tr> <td> [field:bianhao/] </td> <td> [field:shenfenzheng/] </td> <td> [field:title/] </td> </tr> {/dede:list} <tr> <td colspan="9"> {dede:pagelist listsize=1 runphp=yes} @me = (empty(@me) ? "<p >没有相关记录</p>" : ""); {/dede:pagelist} </td> </tr> </table>
文件下载链接: https://pan.baidu.com/s/1F7j1VGH4YY7JgBl3V-vvdg 提取码: fp5k
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。
评论0+