Show
Ignore:
Timestamp:
07/10/08 20:08:05 (6 months ago)
Author:
sho
Message:

platform/tdiary/plugin/nicovideo.rb: deleted comments in feed on en and zh language.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • platform/tdiary/plugin/zh/nicovideo.rb

    r15203 r15644  
    88def nicovideo_player_path 
    99        'http://www.nicovideo.jp' 
     10end 
     11 
     12def nicovideo_feed( i ) 
     13        <<-HTML 
     14                <table border="0" cellpadding="4" cellspacing="0" summary="#{i[:title]}"><tr valign="top"> 
     15                <td><a href="#{i[:url]}"><img alt="#{i[:title]}" src="#{i[:thumb]}" width="130" height="100" style="border:solid 1px #333;"></a></td> 
     16                <td width="100%"><a href="#{i[:url]}"><strong>#{i[:title]}</strong></a> (#{i[:length]})</td> 
     17                </tr></table> 
     18        HTML 
    1019end 
    1120