I solved this by simply creating custom fields based on other fields for all the various identifiers I want to include and place them on the jacket as follows
<tr>
<td class="cbj_label">ISBN:</td>
<td class="cbj_content">{_isbn_enter} {_isbn_p_enter}</td>
Now, can someone tell me where is the source for "footer" where in the metadata is that entered? I see it on the template {footer}
In addition, in the css template there are comments as follows:
"If a book does not have Series information, a date of publication, a rating or tags the corresponding row is automatically removed from the generated book jacket."
Is there some way to also have this behavior for other fields. That is, if that metadata is not present, do not display the label as well?
|