[ List Archives Home ] [ Thread index for 2008 ] [ Date index for 2008 ] [ Author index for 2008 ]


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
> Adam asked:
> Out of curiosity, what is the token being used to pull the ISBN in the
> bibdisplay?

Hi Adam,

As far as I know, this is the crux of the problem. Can someone write
back if I'm missing something obvious? I'm working with OCLC# but the
issue is the same as for ISBN...

On briefcit, the token <!--{fieldspec:Vbo}--> outputs just the OCLC #.
On bib_display, that token is not supported. You have to use this token
<!--{recordinfo:o}--> which outputs all this and which does not work
with the LibX GBS classes:

<style type="text/css">
<!--
#rategroup1 { display: inline }
#rateneed1 { display: none }
#rategroupMy1 { display: none }
#ratemy1 { display: inline }
-->
</style>
<!-- BEGIN BIBDETAIL TABLE BORDER -->
<table width="100%" border="0" cellspacing="0" cellpadding="2"
class="bibDetail"> <tr class="bibInfoEntry" ><td>
<!-- BEGIN INNER BIB TABLE -->
<table width="100%" cellspacing="3" cellpadding="0">
<tr><!-- next row for fieldtag=o -->

<td valign="top" width="20%" class="bibInfoLabel">OCLC NUMBER</td> <td
class="bibInfoData">
1152377 </td></tr>
</table>
<!-- END INNER BIB TABLE -->
</td></tr>
</table>
<!-- END BIBDETAIL TABLE -->