非常适合想要做证书查询和精准搜索的小伙伴,支持按自定义字段搜索,支持搜索结果页直接用标签调用自定义字段的值,新增文件的方式,不与程序任何文件冲突。
效果图:
查询结果图:
文件打包下载(gbk / utf8)
https://pan.baidu.com/s/1Eq3WqNcm7R2oee_Lab7dPw 提取密码:加入六久阁QQ群联系群主获得
使用说明
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>
【上面特别说明】
红色的代码必须要的,
pagesize是搜索结果页每页显示几个数据,一般精准搜索都是1个,
channeltype里填你要搜索的模型ID号
绿色的代码是要搜索的字段,系统字段标题(title)和自定义字段(shenfenzheng,bianhao...)都可以
3、搜索结果模板名为:zhengshu.htm
自己建一个放到自己的网站模板目录里
例如我的
<table width="100%" class="table"> <caption> <h2>查询结果</h2> </caption> <thead> <tr> <th> 证书编号 </th> <th> 身份证号 </th> <th> 姓名 </th> <th> 证书类型 </th> <th> 公司名称 </th> <th> 所属企业 </th> <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> <td> [field:leixing/] </td> <td> [field:gongsimingcheng/] </td> <td> [field:qiye/] </td> <td> [field:lingyu/] </td> <td> [field:youxiaoqi/] </td> <td> [field:zhuangtai/] </td> </tr> {/dede:list} <tr> <td colspan="9"> {dede:pagelist listsize=1 runphp=yes} @me = (empty(@me) ? "<p style='color:#f00;'>没有相关记录</p>" : ""); {/dede:pagelist} </td> </tr> </table>
插件下载说明
未提供下载提取码的插件,都是站长辛苦开发,联系客服或站长有偿获得!
织梦二次开发QQ群
本站客服QQ号:862782808(点击左边QQ号交流),群号(383578617) 如果您有任何织梦问题,请把问题发到群里,阁主将为您写解决教程!
转载请注明: 织梦模板 » 织梦精准搜索自定义字段搜索证书查询插件