root/platform/tdiary/plugin/navi_this_month.rb
| Revision 14755, 408 bytes (checked in by hsbt, 5 months ago) |
|---|
| Line | |
|---|---|
| 1 | # navi-this-month.rb |
| 2 | # ref. http://www.tom.sfc.keio.ac.jp/~sakai/d/?date=20080628#p01 |
| 3 | # |
| 4 | alias navi_this_month__orig__navi_user_day navi_user_day |
| 5 | |
| 6 | def navi_user_day |
| 7 | result = navi_this_month__orig__navi_user_day |
| 8 | if @mode=='day' |
| 9 | this_month = @date.strftime( '%Y%m' ) |
| 10 | result << navi_item( "#{@index}#{anchor this_month}", "#{navi_this_month}" ) |
| 11 | end |
| 12 | result |
| 13 | end |
| 14 | |
| 15 | def navi_this_month; "月表示"; end |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)