Quantcast
Channel: MobileRead Forums - Reading and Management
Viewing all articles
Browse latest Browse all 24026

Calibre Content Server: change summary.html (downloadlinks)

$
0
0
Hi all,

I want to change the summary.html of the calibre Content Server, wich displays the list of books.

I replaced the "get" Button with
Code:

<a href="{get_url}" title="{fmt}">{fmt}</a>
        <div class="formats">{other_formats}</div>

This displays:

Code:

epub
        Other formats: MOBI, PDF

I would like to have the downloadlinks like this:

Code:

EPUB, MOBI, PDF
How can I change the html page to get this?

I found this Site:
https://manual.calibre-ebook.com/template_lang.html
but a simple {fmt:uppercase()} does not work.

Looks like I got something wrong.

Viewing all articles
Browse latest Browse all 24026

Trending Articles