changeset 128:42234d2d6e9c

Add Full-Range search
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 07 Aug 2015 22:10:28 +0900
parents c17964aa7715
children ae68666b6949
files s4-blog.sh s4-funcs.sh
diffstat 2 files changed, 14 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/s4-blog.sh	Fri Aug 07 21:42:06 2015 +0900
+++ b/s4-blog.sh	Fri Aug 07 22:10:28 2015 +0900
@@ -395,7 +395,7 @@
   cond="where a.id in (select id from blog_s where key='owner' and val=$qow) order by ctime desc"
   DT_CHLD=article:blogid
   cgi_form searchart<<EOF
-<label>`cgi_text kwd`という語を含む記事を検索</label>
+<label>`cgi_text kwd`という語を含む記事をこの一覧から検索</label>
 `cgi_hidden owner $user`
 EOF
   dumptable html blog 'ctime title heading' "$cond"
--- a/s4-funcs.sh	Fri Aug 07 21:42:06 2015 +0900
+++ b/s4-funcs.sh	Fri Aug 07 22:10:28 2015 +0900
@@ -1374,8 +1374,20 @@
       echo "全体の新着記事${cont}傑" | html h2
       echo "$new10"
     fi
+    cat<<EOF
+<div class="fold">
+`cgi_checkbox srchall yes id="sa"`<label
+ for="sa">SNS全体から検索</label>
+<div>
+EOF
+    cgi_form searchart<<EOF
+<label>`cgi_text kwd`という語を含む記事を全部から検索</label>
+EOF
+    cat<<EOF
+</div></div>
+EOF
   fi
-  #  
+  #
   # Record access log
   [ -n "$1" ] && [ x"$1" != x"$user" ] && acclog user $1
 }

yatex.org