"; print ""; print ""; print "
" . __("Use one access key for both linked instances."); print "
" . __("You can connect other instances of Tiny Tiny RSS to this one to share Popular feeds. Link to this instance of Tiny Tiny RSS by using this URL:"); print " (display url)"; print "
".__('Instance URL')." | ".__('Access key')." | ".__('Last connected')." | ".__('Stored feeds')." | |
"; $onclick = "onclick='editInstance($id, event)' title='".__('Click to edit')."'"; $access_key = mb_substr($line['access_key'], 0, 4) . '...' . mb_substr($line['access_key'], -4); print " | " . htmlspecialchars($line['access_url']) . " | "; print "" . htmlspecialchars($access_key) . " | "; print "" . htmlspecialchars($line['last_connected']) . " | "; print "" . htmlspecialchars($line['num_feeds']) . " | "; print "