|
|
@ -1568,6 +1568,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
if ($subop == "browse") {
|
|
|
|
if ($subop == "browse") {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (!ENABLE_FEED_BROWSER) {
|
|
|
|
|
|
|
|
print "Feed browser is administratively disabled.";
|
|
|
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
print "<div class=\"infoBoxContents\">";
|
|
|
|
print "<div class=\"infoBoxContents\">";
|
|
|
|
|
|
|
|
|
|
|
|
print "<h1>Feed browser</h1>";
|
|
|
|
print "<h1>Feed browser</h1>";
|
|
|
@ -2057,10 +2062,13 @@
|
|
|
|
onchange=\"javascript:addFeed()\"
|
|
|
|
onchange=\"javascript:addFeed()\"
|
|
|
|
size=\"40\">
|
|
|
|
size=\"40\">
|
|
|
|
<input type=\"submit\" class=\"button\"
|
|
|
|
<input type=\"submit\" class=\"button\"
|
|
|
|
onclick=\"javascript:addFeed()\" value=\"Add feed\">
|
|
|
|
onclick=\"javascript:addFeed()\" value=\"Add feed\">";
|
|
|
|
|
|
|
|
|
|
|
|
(<a href='javascript:browseFeeds()'>Top 50</a>)
|
|
|
|
if (ENABLE_FEED_BROWSER) {
|
|
|
|
</td><td align='right'>
|
|
|
|
print " (<a href='javascript:browseFeeds()'>Top 50</a>)";
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
print "</td><td align='right'>
|
|
|
|
<input id=\"feed_search\" size=\"20\"
|
|
|
|
<input id=\"feed_search\" size=\"20\"
|
|
|
|
onchange=\"javascript:updateFeedList()\"
|
|
|
|
onchange=\"javascript:updateFeedList()\"
|
|
|
|
value=\"$feed_search\">
|
|
|
|
value=\"$feed_search\">
|
|
|
@ -3984,6 +3992,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
if ($op == "pref-feed-browser") {
|
|
|
|
if ($op == "pref-feed-browser") {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (!ENABLE_FEED_BROWSER) {
|
|
|
|
|
|
|
|
print "Feed browser is administratively disabled.";
|
|
|
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
$subop = $_REQUEST["subop"];
|
|
|
|
$subop = $_REQUEST["subop"];
|
|
|
|
|
|
|
|
|
|
|
|
if ($subop == "details") {
|
|
|
|
if ($subop == "details") {
|
|
|
|