mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-11-26 08:15:00 -05:00
12 lines
385 B
HTML
12 lines
385 B
HTML
<div id="details_{id}" class="details">
|
|
<div class="left">
|
|
<a href="{get_url}" title="Click to read {title} in the {fmt} format" class="details_thumb"><img alt="Cover of {title}" src="{prefix}/get/cover/{id}" /></a>
|
|
{random}
|
|
</div>
|
|
<div class="right">
|
|
<div class="field formats">{formats}</div>
|
|
{fields}
|
|
{comments}
|
|
</div>
|
|
</div>
|