comparison s4-blog.sh @ 704:e6f88f9e7dfd

Add more shortcuts and baloon help messages
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 22 May 2020 08:43:32 +0900
parents 2c5ddb0b5f4c
children 19ee38a90e22
comparison
equal deleted inserted replaced
703:6f07cfc1ba86 704:e6f88f9e7dfd
521 <input type="reset" value="リセット"></div></div> 521 <input type="reset" value="リセット"></div></div>
522 ' 522 '
523 cat<<-EOF 523 cat<<-EOF
524 </table> <!-- end of s4-blog:blog_showentry() main table --> 524 </table> <!-- end of s4-blog:blog_showentry() main table -->
525 <p class="update_link"><a 525 <p class="update_link"><a
526 href="?reload/$rowid" accesskey="r" title="R">再読込</a> / <a 526 href="?reload/$rowid" accesskey="r"
527 href="#title" id="bottom" accesskey="t" title="T">先頭へ</a></p> 527 title="Shortcut: R${nl}Reload">再読込</a> / <a
528 href="#title" id="bottom" accesskey="t"
529 title="Shortcut: T${nl}to the Top">先頭へ</a></p>
528 EOF 530 EOF
529 $iswritable && cat<<-EOF 531 $iswritable && cat<<-EOF
530 <div class="blogcomment"> 532 <div class="blogcomment">
531 <input type="hidden" name="blogid" value="$id"> 533 <input type="hidden" name="blogid" value="$id">
532 <input type="hidden" name="id" value="`genserial`"> 534 <input type="hidden" name="id" value="`genserial`">

yatex.org