# # highlight.rb: Highlighting the element jumped from other pages. # # Copyright (C) 2003 by Ryuji SAKAI # Copyright (C) 2003 by Kazuhiro NISHIYAMA # You can redistribute it and/or modify it under GPL2. # if @mode == 'day' and not bot? then diary_date = @date.strftime('%Y%m%d') diary_title = h( @conf.html_title ) section_anchor = apply_plugin( @conf.section_anchor, true ) jsstr = lambda{|s| s.gsub(/["\\]/){|x| "\\#{x}" } } add_footer_proc do <<-SCRIPT.gsub(/^\t\t/, '') SCRIPT end end # Local Variables: # mode: ruby # indent-tabs-mode: t # tab-width: 3 # ruby-indent-level: 3 # End: # vi: ts=3 sw=3