Changeset 27770 for config/pragger/yasuyuki/template.rhtml
- Timestamp:
- 01/02/09 17:01:05 (4 years ago)
- Files:
-
- 1 modified
-
config/pragger/yasuyuki/template.rhtml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
config/pragger/yasuyuki/template.rhtml
r13851 r27770 2 2 <head> 3 3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 4 <base href="<%= config['root_dir'] %>"/> 4 5 <link rel="alternate" type="application/rss+xml" title="ニコニコ動画 タグ「<%=ERB::Util.h config['tag_name'] %>」新着動画" href="<%= config['new_arrival_feed_url'] %>"> 5 6 <title>ニコニコ動画 タグ 「<%=ERB::Util.h config['tag_name'] %>」 マイリスト率ランキング(β1)</title> … … 10 11 このランキングは、アップロードされてから約24時間以内のマイリスト登録率を元に生成されています。このアイデアを考え出した<a href="http://www.nicovideo.jp/tag/%E7%A7%8B%E6%9C%88%E7%8E%87%E5%AD%90P">秋月率子P</a>、そして、動画を見て、マイリストに登録してくれたすべての方に感謝します。<br/> 11 12 <a href="http://webgames.jp:3000/projects/nicolist-rank/boards">バグ報告・機能要望はこちらへ</a> 13 <a href="<%= config['new_arrival_feed_url'] %>">タグ検索新着RSS</a> 12 14 <div> 13 <a href="<%= "#{config['root_dir']}#{tommorow_root}1.html" %>"<%= page == 0 ? ' rel="prev"' : "" %>>翌日</a> |14 <a href="<%= "#{config['root_dir']}#{yesterday_root}1.html" %>"<%= (page + 1) * config['by_page'].to_i >= rank_data.length ? ' rel="next"' : "" %>>前日</a>15 <a href="<%= tommorow_root %>1.html"<%= page == 0 ? ' rel="prev"' : "" %>>翌日</a> | 16 <a href="<%= yesterday_root %>1.html"<%= (page + 1) * config['by_page'].to_i >= rank_data.length ? ' rel="next"' : "" %>>前日</a> 15 17 </div> 16 18 <div> 17 <a href=" 1.html">1~30</a>18 <a href=" 2.html">31~60</a>19 <a href=" 3.html">61~90</a>19 <a href="<%= today_root %>1.html">1~30</a> 20 <a href="<%= today_root %>2.html">31~60</a> 21 <a href="<%= today_root %>3.html">61~90</a> 20 22 </div> 21 23 <div class="autopagerize_page_element"> … … 28 30 </div> 29 31 <div class="autopagerize_insert_before"> 30 <a href=" 1.html"<%= page == 1 ? ' rel="prev"' : "" %>>1~30</a>31 <a href=" 2.html"<%= page == 0 && (page + 1) * config['by_page'].to_i < rank_data.length ? ' rel="next"' : "" %><%= page == 2 ? ' rel="prev"' : "" %>>31~60</a>32 <a href=" 3.html"<%= page == 1 && (page + 1) * config['by_page'].to_i < rank_data.length ? ' rel="next"' : "" %>>61~90</a>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> 33 35 </div> 34 36 <div style="align:right"><a href="http://twitter.com/YaSuYuKi">Profile</a></div>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)