<tr>
<td>From TCN:</td>
<td>
- <a href='[% ctx.base_path %]/opac/record/'
- target='_blank' name='bib_record-catalog-link'>
- <span name='bib_record'></span>
- </a>
+ <span name='bib_record'></span>
<span> </span>
<span>Indexed As:</span>
<span><span name='field_label'></span></span>
node.innerHTML = heading.next_bib_record() ? 'B: ' : 'A: ';
}
}
-
- if (heading_field == 'bib_record') {
- var link = openils.Util.getNodeByName(
- 'bib_record-catalog-link', row);
-
- // append the bib record ID to the in-template catalog link.
- link.setAttribute('href', link.getAttribute('href') + value);
-
- if (openils.XUL.isXUL()) {
- // open a new staff client tab to view the bib record
- var target_url = oilsBasePath + '/opac/record/' + value;
-
- link.onclick = function() {
- openils.XUL.newTabEasy(
- xulG.url_prefix(
- 'chrome://open_ils_staff_client/content/cat/opac.xul'),
- null, {'opac_url' : target_url}
- );
- return false;
- }
- }
- }
});
});
}