Changeset 15644 for platform/tdiary/plugin
- Timestamp:
- 07/10/08 20:08:05 (4 months ago)
- Location:
- platform/tdiary/plugin
- Files:
-
- 4 modified
-
en/nicovideo.rb (modified) (1 diff)
-
ja/nicovideo.rb (modified) (1 diff)
-
nicovideo.rb (modified) (1 diff)
-
zh/nicovideo.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
platform/tdiary/plugin/en/nicovideo.rb
r15203 r15644 8 8 def nicovideo_player_path 9 9 'http://www.nicovideo.jp' 10 end 11 12 def 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 10 19 end 11 20 -
platform/tdiary/plugin/ja/nicovideo.rb
r15203 r15644 8 8 def nicovideo_player_path 9 9 'http://www.nicovideo.jp' 10 end 11 12 def 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]})<br>#{i[:desc]}</td> 17 </tr></table> 18 HTML 10 19 end 11 20 -
platform/tdiary/plugin/nicovideo.rb
r15382 r15644 52 52 53 53 if feed? then 54 result = <<-HTML 55 <table border="0" cellpadding="4" cellspacing="0" summary="#{i[:title]}"><tr valign="top"> 56 <td><a href="#{i[:url]}"><img alt="#{i[:title]}" src="#{i[:thumb]}" width="130" height="100" style="border:solid 1px #333;"></a></td> 57 <td width="100%"><a href="#{i[:url]}"><strong>#{i[:title]}</strong></a> (#{i[:length]})<br>#{i[:desc]}</td> 58 </tr></table> 59 HTML 54 result = nicovideo_feed( i ) 60 55 else 61 56 result = nicovideo_html( i ) -
platform/tdiary/plugin/zh/nicovideo.rb
r15203 r15644 8 8 def nicovideo_player_path 9 9 'http://www.nicovideo.jp' 10 end 11 12 def 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 10 19 end 11 20
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)