View Single Post
Old 01-15-2017, 03:32 PM   #1
julegner
Junior Member
julegner began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jan 2017
Device: Sony Reader
Calibre Content Server: change summary.html (downloadlinks)

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.
julegner is offline   Reply With Quote