comparison s4-blog.sh @ 441:248a27a00265

Id="bottom" moved to the anchor of "To the top"
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 01 Jul 2017 07:48:02 +0859
parents e1bdad674c09
children 14764da097ec
comparison
equal deleted inserted replaced
440:dc7acfdb6bfc 441:248a27a00265
354 ' 354 '
355 cat<<-EOF 355 cat<<-EOF
356 </table> <!-- end of s4-blog:blog_showentry() main table --> 356 </table> <!-- end of s4-blog:blog_showentry() main table -->
357 <p class="update_link"><a 357 <p class="update_link"><a
358 href="?reload/$rowid" accesskey="r" title="R">再読込</a> / <a 358 href="?reload/$rowid" accesskey="r" title="R">再読込</a> / <a
359 href="#title" accesskey="t" title="T">先頭へ</a></p> 359 href="#title" id="bottom" accesskey="t" title="T">先頭へ</a></p>
360 EOF 360 EOF
361 $iswritable && cat<<-EOF 361 $iswritable && cat<<-EOF
362 <div class="blogcomment"> 362 <div class="blogcomment">
363 <input type="hidden" name="blogid" value="$id"> 363 <input type="hidden" name="blogid" value="$id">
364 <input type="hidden" name="id" value="`genserial`"> 364 <input type="hidden" name="id" value="`genserial`">
365 <input type="hidden" name="stage" value="replyblog"> 365 <input type="hidden" name="stage" value="replyblog">
366 $textform 366 $textform
367 </div> 367 </div>
368 </form> <!-- End of s4-blog:blog_showentry() main form --> 368 </form> <!-- End of s4-blog:blog_showentry() main form -->
369 <p id="bottom"> </p>
370 EOF 369 EOF
371 # Clean up orphaned icon cache 370 # Clean up orphaned icon cache
372 [ -s $iconcleaner ] && query ".read '$iconcleaner'" 371 [ -s $iconcleaner ] && query ".read '$iconcleaner'"
373 # Record access log 372 # Record access log
374 acclog blog $rowid 373 acclog blog $rowid

yatex.org