🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
[TOC] # 网址搜索 标题 ``` 搜索‘<?php echo input( 'ks');?>’相关的网站 - {:guojiz('title')} - {:guojiz('titles')} ``` ``` <form action="/search.html" class="newsletter-form text-center"> <div class="single-input position-relative mb-30"> <input class="newsletter-input" name="ks" value="{:input('ks')}" type="text" placeholder="搜索本地网址"> <button type="submit" class="btn btn-orange newsletter-btn">搜索</button> </div> </form> ``` 内容 ``` {volist name=":fun_so('html',array('open'=>1),input('ks'),18,false)" id="vo"} /daohang/{$vo.id}.html //详情链接 {:url('index/index/topdj',array('id'=>$vo.id,'lailu'=>'guojiz.com'))} //直达链接 {$vo.time|date='Y-m-d',###} //时间 {$vo.title} //标题 {$vo.ico} //图标 {/volist} ``` 分页 ``` {:fun_so('html',array('open'=>1),input('ks'),18,false)->render()} ``` 网址tag页面 标题 ``` {:input('tag')} - {:guojiz('title')} ``` 内容 ``` {volist name=":fun_so('html',array('open'=>1),input('tag'),18,false)" id="vo"} /daohang/{$vo.id}.html //详情链接 {:url('index/index/topdj',array('id'=>$vo.id,'lailu'=>'guojiz.com'))} //直达链接 {$vo.time|date='Y-m-d',###} //时间 {$vo.title} //标题 {$vo.ico} //图标 {/volist} ``` 分页 ``` {:fun_so('html',array('open'=>1),input('tag'),18,false)->render()} ``` # 文章搜索 标题 ``` 搜索‘<?php echo input( 'ks');?>’相关的文章 - {:guojiz('title')} - {:guojiz('titles')} ``` ``` <form action="/newsso.html" class="newsletter-form text-center"> <div class="single-input position-relative mb-30"> <input class="newsletter-input" name="ks" value="{:input('ks')}" type="text" placeholder="搜索本地网址"> <button type="submit" class="btn btn-orange newsletter-btn">搜索</button> </div> </form> ``` 内容 ``` {volist name=":fun_so('news',array('f.show'=>1),input('ks'),12,false,'newscate')" id="vo"} /xq/{$vo.id}.html //详情链接 {$vo.time|date='Y-m-d',###} //时间 {$vo.content|Pic} //封面图片 {$vo.title} //标题 {$vo.description} //描述 {/volist} ``` 分页 ``` {:fun_so('news',array('f.show'=>1),input('ks'),12,false,'newscate')->render()} ``` 网址tag页面 标题 ``` {:input('tag')} - {:guojiz('title')} ``` 内容 ``` {volist name=":fun_so('news',array('f.show'=>1),input('tag'),12,false,'newscate')" id="vo"} /xq/{$vo.id}.html //详情链接 {$vo.time|date='Y-m-d',###} //时间 {$vo.content|Pic} //封面图片 {$vo.title} //标题 {$vo.description} //描述 {/volist} ``` 分页 ``` {:fun_so('news',array('f.show'=>1),input('tag'),12,false,'newscate')->render()} ```