# titile_list.rb # # title_list: 現在表示している月のタイトルリストを表示 # パラメタ(カッコ内は未指定時の値): # rev: 逆順表示(false) # # 備考: タイトルリストを日記に埋め込むには、レイアウトを工夫しなければ # なりません。ヘッダやフッタでtableタグを使ったり、CSSを書き換える必 # 要があるでしょう。 # # Copyright (c) 2005 TADA Tadashi # You can distribute this file under the GPL2 or any later version. # def title_list( rev = false ) result = %Q|\n" ) end # Local Variables: # mode: ruby # indent-tabs-mode: t # tab-width: 3 # ruby-indent-level: 3 # End: