record cache, if so, set up the nav links */
function rdetailSetPaging(ids) {
- /*
- cachedRecords = JSON2js(cookieManager.read(COOKIE_SRIDS));
- if(!(cachedRecords && cachedRecords.ids)) return;
- */
-
- //alert(getOffset());
cachedRecords = {};
cachedRecords.ids = ids;
var href = links[i];
if( href.match(/http/) ) {
unHideMe($('rdetail_online_row'));
- $('rdetail_online').appendChild(elem('a', {href:href,class:'classic_link'}, href));
+ var name = links[i+1];
+ if(!name || name.match(/http/)) name = href;
+ $('rdetail_online').appendChild(elem('a', {href:href,class:'classic_link'}, name));
$('rdetail_online').appendChild(elem('br'));
}
}