# HG changeset patch # User HIROSE Yuuji # Date 1477269696 -32374 # Node ID bad68ea6c30a90cb91371d1a0a1e9d81ada7954a # Parent a06cd57df83a751d23623b438ce8ada1755ddb55 Add more accesskeys diff -r a06cd57df83a -r bad68ea6c30a examples/common/default/home.m4.html --- a/examples/common/default/home.m4.html Mon Oct 24 09:11:28 2016 +0859 +++ b/examples/common/default/home.m4.html Mon Oct 24 09:41:10 2016 +0859 @@ -6,12 +6,13 @@
- +
_BLOGS_
- +
_GROUPS_ @@ -20,6 +21,6 @@ _HOMETAIL_ - +
diff -r a06cd57df83a -r bad68ea6c30a examples/common/default/html.m4.html --- a/examples/common/default/html.m4.html Mon Oct 24 09:11:28 2016 +0859 +++ b/examples/common/default/html.m4.html Mon Oct 24 09:41:10 2016 +0859 @@ -11,12 +11,12 @@ diff -r a06cd57df83a -r bad68ea6c30a s4-blog.sh --- a/s4-blog.sh Mon Oct 24 09:11:28 2016 +0859 +++ b/s4-blog.sh Mon Oct 24 09:41:10 2016 +0859 @@ -112,12 +112,12 @@ EOF - href=" 編集 " + href=" 編集 " if $iswritable; then - href2=" 提出状況 " - href3="(ファイル取得)" + href2=" 提出状況 " + href3="(ファイル取得)" fi - href4=' 末尾へ' + href4=' 末尾へ' query<<-EOF | SELECT coalesce((SELECT "yes" FROM blog @@ -265,8 +265,8 @@ done textform='
-
+
添付ファイル: @@ -278,8 +278,8 @@ cat<<-EOF
+ href="?reload/$rowid" accesskey="r" title="R">再読込 / 先頭へ

EOF query<<-EOF WITH mrt AS ( @@ -645,7 +645,8 @@ subtitle="`gecos $owner` さんの話題" else grprowid=`query "select rowid from grp where gname=\"$owner\";"` - subtitle="グループ $owner での話題 + subtitle="グループ + $owner での話題 `query \"SELECT printf('(チーム:%s)', val)\ FROM blog_s WHERE id=(SELECT id FROM blog WHERE rowid=$rowid) diff -r a06cd57df83a -r bad68ea6c30a s4-funcs.sh --- a/s4-funcs.sh Mon Oct 24 09:11:28 2016 +0859 +++ b/s4-funcs.sh Mon Oct 24 09:41:10 2016 +0859 @@ -1597,8 +1597,9 @@ cond="gname in (select gname from grp_mem where user='$uname')" search_form_args="" if [ x"$user" = x"$uname" ]; then - conflink="プロフィールの編集 / - 新規話題の作成" + conflink="プロフィールの編集 / + 新規話題の作成" # Display folders sql="select count(id) from article_m where id in (select id from article where author='$user') @@ -1607,8 +1608,8 @@ nfile=`query "$sql"` # err nfile=$nfile if [ $nfile -gt 0 ]; then - conflink="$conflink / - 過去の提出ファイル" + conflink="$conflink / 過去の提出ファイル" fi else search_form_args="author=$uname" @@ -1688,7 +1689,7 @@ cat<<-EOF `cgi_radio foldtabs yes 'id="mre" accesskey="d"'` + for="mre" title="D">最近の書き込み先
`DT_VIEW=replyblog dumptable html blog`