comparison y4-blog.sh @ 13:f2204bd941d5

periodic
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 21 Jul 2015 10:13:33 +0900
parents 3db7524d3dea
children 636df1c1bdf2
comparison
equal deleted inserted replaced
12:262bbdea72e2 13:f2204bd941d5
353 title=`getvalbyid blog title $rowid` 353 title=`getvalbyid blog title $rowid`
354 owner=`getvalbyid blog owner $rowid` 354 owner=`getvalbyid blog owner $rowid`
355 if isuser "$owner"; then 355 if isuser "$owner"; then
356 subtitle="`gecos $owner` さんの話題" 356 subtitle="`gecos $owner` さんの話題"
357 else 357 else
358 subtitle="<a href=\"?grp+$owner\">$owner</a> での話題" 358 subtitle="<a href=\"?grp+$owner\">`gecos $owner`</a> での話題"
359 fi 359 fi
360 if [ -z "$title" ]; then 360 if [ -z "$title" ]; then
361 echo "<p>日記番号指定が無効です。</p>" 361 echo "<p>日記番号指定が無効です。</p>"
362 return 362 return
363 fi 363 fi

yatex.org