Changeset 12922 for platform/tdiary/plugin
- Timestamp:
- 05/31/08 23:21:16 (6 months ago)
- Files:
-
- 1 modified
-
platform/tdiary/plugin/section_footer2.rb (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
platform/tdiary/plugin/section_footer2.rb
r7017 r12922 45 45 46 46 unless @conf.mobile_agent? then 47 # カテゴリタグの追加47 # add category_tag 48 48 if @category_to_tag_list and not @category_to_tag_list.empty? then 49 49 r << "Tags: " … … 57 57 end 58 58 59 # 「このエントリの del.icio.us history (JSON API)」59 # add del.icio.us link 60 60 r << add_delicious_json(date, index) 61 61 62 # SBM アイコンの追加62 # add SBM link 63 63 yaml_dir = "#{@cache_path}/yaml/" 64 64 Dir.glob( yaml_dir + "*.yaml" ) do |file| … … 66 66 end 67 67 68 # Permalinkの追加68 # add Permalink 69 69 r << add_permalink(date, index) 70 70 end … … 82 82 update = false 83 83 count = 0 84 r = ''85 84 86 85 begin … … 121 120 end 122 121 122 r = '' 123 r << ' | ' 124 r << %Q|<a href="http://del.icio.us/url/#{url_md5}"><img src="http://images.del.icio.us/static/img/delicious.small.gif" style="border: none;vertical-align: middle;" alt="#{@section_footer2_delicious_label}" title="#{@section_footer2_delicious_label}">| 125 123 126 if count > 0 124 r << ' | ' 125 r << %Q{<a href="http://del.icio.us/url/#{url_md5}"><img src="http://images.del.icio.us/static/img/delicious.small.gif" style="border: none;vertical-align: middle;" alt="#{@section_footer2_delicious_label}" title="#{@section_footer2_delicious_label}"> #{count} user} 127 r << %Q| #{count} user| 126 128 r << 's' if count > 1 127 r << '</a>'128 129 end 130 r << '</a>' 129 131 130 132 return r
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)