OSDN Git Service

[modify]RSS購読リンクをランキング表示ページからは削除
authorHabu <habu@users.sourceforge.jp>
Tue, 27 Mar 2018 15:00:11 +0000 (00:00 +0900)
committerHabu <habu@users.sourceforge.jp>
Thu, 29 Mar 2018 08:35:24 +0000 (17:35 +0900)
スコアのメインページにRSS購読リンクを設置したため、ランキング表示ページの方にはもはや不要になったので削除しておく

score/score_ranking.php

index 59d85d1..d0d4795 100644 (file)
@@ -154,7 +154,6 @@ $pageinfo = calc_page_info($search_result['total_data_count'], $start_num, 50);
                 <meta charset="utf-8"/>
                 <link rev=made href="mailto:hengband-dev@lists.sourceforge.jp">
                 <link rel="stylesheet" type="text/css" href="/hengband.css">
-                <link rel="alternate" title="変愚蛮怒 新着スコア" href="feed/newcome-atom.xml" type="application/atom+xml" />
                 <title>変愚蛮怒 公式WEB スコアランキング</title>
         </head>
 
@@ -190,19 +189,14 @@ $pageinfo = calc_page_info($search_result['total_data_count'], $start_num, 50);
                 <div id="main">
 <!--main contents-->
 <h2>変愚蛮怒 歴代スコア (<?php echo $db->get_sort_mode_name(); ?>)</h2>
-<!--3日以内のスコアは<font color=red>赤</font>、10日以内のスコアは<font color=blue>青</font>で表示されます。<br>-->
-<!--10日以内のスコアは<strong>強調表示</strong>されます。-->
-<div>
 <div align="right">
-<a href ="feed/newcome-atom.xml"><img src="feed/feed-icon-14x14.png">新着スコア購読</a>
-<!--<small>…スコア受信時に自動生成します。URLをRSSリーダー等に登録すると新着スコアをチェックできます。</small>-->
-<br>
 <small>
 <?php
 echo sprintf("件数 %d 件 (%.2f 秒)", $search_result['total_data_count'], $search_result['elapsed_time']);
 ?>
 </small>
 </div>
+<div>
 <?php
 print_navi_page_table($pageinfo);
 print_score_table($search_result['scores'], $pageinfo['current'] * $pageinfo['data_count_per_page']);