| 9 | | <div class="generated_at"><%=ERB::Util.h now.strftime("%Y/%m/%d %H:%M:%S") %> 生成</div> |
| 10 | | <h1><a href="http://www.nicovideo.jp/">ニコニコ動画</a> タグ 「<a href="http://www.nicovideo.jp/tag/<%= CGI.escape config['tag_name'] %>"><%=ERB::Util.h config['tag_name'] %></a>」 マイリスト率ランキング(β1)</h1> |
| 11 | | このランキングは、アップロードされてから約24時間以内のマイリスト登録率を元に生成されています。このアイデアを考え出した<a href="http://www.nicovideo.jp/tag/%E7%A7%8B%E6%9C%88%E7%8E%87%E5%AD%90P">秋月率子P</a>、そして、動画を見て、マイリストに登録してくれたすべての方に感謝します。<br/> |
| | 10 | <div class="generated_at"><%=Erubis::XmlHelper.escape_xml now.strftime("%Y/%m/%d %H:%M:%S") %> 生成</div> |
| | 11 | <h1><a href="http://www.nicovideo.jp/">ニコニコ動画</a> タグ |
| | 12 | 「<a href="http://www.nicovideo.jp/tag/<%= CGI.escape config['tag_name'] %>"><%=Erubis::XmlHelper.escape_xml config['tag_name'] %></a>」 |
| | 13 | <%- if group_id == 0 then -%>マイリスト率<%- else -%>コメント率<%- end -%>ランキング(β1)</h1> |
| | 14 | このランキングは、アップロードされてから約24時間以内のマイリスト登録率/コメント率を元に生成されています。このアイデアを考え出した<a href="http://www.nicovideo.jp/tag/%E7%A7%8B%E6%9C%88%E7%8E%87%E5%AD%90P">秋月率子P</a>、そして、動画を見て、マイリストに登録してくれたすべての方に感謝します。<br/> |
| 26 | | <div class="xfolkentry"><%= (page * config['by_page'].to_i) + i + 1 %>位:<a href="<%= item['link'] %>" class="taggedlink description"><%=ERB::Util.h item['title'] %></a></div> |
| 27 | | <div>再生数:<%= item['viewed'].to_i %> マイリスト数:<%= item['mylisted'].to_i %> マイリスト率:<%= (item['viewed'] == 0 ? 0 : item['mylisted'] / item['viewed']) * 100 %>%</div> |
| | 33 | <div class="xfolkentry"><%= (page * config['by_page'].to_i) + i + 1 %>位:<a href="<%= item['link'] %>" class="taggedlink description"><%=Erubis::XmlHelper.escape_xml item['title'] %></a></div> |
| | 34 | <div> |
| | 35 | 再生数:<%= item['viewed'].to_i %> |
| | 36 | コメント数:<%= item['comment_num'].to_i %> |
| | 37 | マイリスト数:<%= item['mylisted'].to_i %> |
| | 38 | コメント率:<%= sprintf "%4.2f", (item['viewed'] == 0 ? 0 : item['comment_num'] / item['viewed']) * 100 %>% |
| | 39 | マイリスト率:<%= sprintf "%4.2f", (item['viewed'] == 0 ? 0 : item['mylisted'] / item['viewed']) * 100 %>% |
| | 40 | </div> |
| 32 | | <a href="<%= today_root %>1.html"<%= page == 1 ? ' rel="prev"' : "" %>>1~30</a> |
| 33 | | <a href="<%= today_root %>2.html"<%= page == 0 && (page + 1) * config['by_page'].to_i < rank_data.length ? ' rel="next"' : "" %><%= page == 2 ? ' rel="prev"' : "" %>>31~60</a> |
| 34 | | <a href="<%= today_root %>3.html"<%= page == 1 && (page + 1) * config['by_page'].to_i < rank_data.length ? ' rel="next"' : "" %>>61~90</a> |
| | 45 | <a href="<%= today_root %><%= from + 1 %>.html"<%= page == 1 ? ' rel="prev"' : "" %>>1~30</a> |
| | 46 | <a href="<%= today_root %><%= from + 2 %>.html"<%= page == 0 && (page + 1) * config['by_page'].to_i < rank_data.length ? ' rel="next"' : "" %><%= page == 2 ? ' rel="prev"' : "" %>>31~60</a> |
| | 47 | <a href="<%= today_root %><%= from + 3 %>.html"<%= page == 1 && (page + 1) * config['by_page'].to_i < rank_data.length ? ' rel="next"' : "" %>>61~90</a> |