s4

changeset 184:6f4fd4fadcfe

Move #$aid to the first line of left column
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 01 Mar 2016 19:02:24 +0900
parents b641b5393c40
children 78914c16b41c
files s4-blog.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/s4-blog.sh	Tue Mar 01 18:55:57 2016 +0900
     1.2 +++ b/s4-blog.sh	Tue Mar 01 19:02:24 2016 +0900
     1.3 @@ -392,9 +392,9 @@
     1.4  	 name=\"notifyto\" value=\"$uid\">返信通知送信</label>"
     1.5        cat<<EOF |
     1.6  <tr id="$id">
     1.7 -<td>${edit:+<a href="$elink+$edit">編集</a>}
     1.8 +<td>${edit:+<a href="$elink+$edit">編集</a> }#$aid
     1.9  <a href="$hlink+$uid">$uname</a>
    1.10 -$tm #$aid
    1.11 +$tm
    1.12  ${notify:+$nt}</td><td>`echo "$hte"|unhexize|htmlescape`
    1.13  EOF
    1.14        sed -e "s|^href=\([-A-Za-z0-9,.:/~_%#&+?]*\)|<a &>\1</a>|"