<hr>
<a class="ui-button ui-corner-all ui-widget" href="index.cgi">Index</a><hr>
<a class="ui-button ui-corner-all ui-widget" href="main.cgi">Life Log</a><hr>
- <a class="ui-button ui-corner-all ui-widget" onclick="return fetchFeeds()">RRS Feeds</a>
+ <a class="ui-button ui-corner-all ui-widget" onclick="return fetchFeeds()">RSS Feeds</a>
>#>
>div>
class="rz"
[#[ RSS Here ]#]
>div>
+ <a<
+ id: rss_anchor
+ >a>
>div>
<div<
id:footer
);
pnl.show();
pnl.css('visibility','visible');
+ $(document).scrollTop( $("#rss_anchor").offset().top );
$.post('CNFServices.cgi', {service:'feeds',action:'list'}, displayFeeds).fail(
function(response) {pnl.html("Service Error: "+response.status,response.responseText);pnl.fadeOut(10000);}
);
var pnl = $('#feeds');
pnl.html(content);
pnl.show();
+ $(document).scrollTop( $("#rss_anchor").offset().top );
}