mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-25 11:46:07 +01:00
11 lines
385 B
HTML
11 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>
|