Tellico/Templates: Difference between revisions

From KDE UserBase Wiki
(Marked this version for translation)
m (add Special:myLanguage)
Line 3: Line 3:


<!--T:1-->
<!--T:1-->
[[Tellico|Tellico]] uses XSL templates for formatting the information shown in the main window, as well as for creating reports, exporting HTML, and printing.
[[Special:myLanguage/Tellico|Tellico]] uses XSL templates for formatting the information shown in the main window, as well as for creating reports, exporting HTML, and printing.


<!--T:2-->
<!--T:2-->
Line 33: Line 33:


<!--T:10-->
<!--T:10-->
Entry templates can also be installed or downloaded directly from within [[Tellico|Tellico]] from the same Settings dialog.
Entry templates can also be installed or downloaded directly from within [[Special:myLanguage/Tellico|Tellico]] from the same Settings dialog.


== Report Templates == <!--T:11-->
== Report Templates == <!--T:11-->

Revision as of 05:56, 21 July 2011

Other languages:

Tellico uses XSL templates for formatting the information shown in the main window, as well as for creating reports, exporting HTML, and printing.

Tellico data is passed to the template in XML format, and the template converts that data to HTML for display. The templates can make full use of both CSS and Javascript, and can reference images or objects locally or elsewhere on the Internet.

User-contributed templates may be downloaded from KDE-Files.org.

All templates should be installed in the local KDE application directory. The specific path may be found by adding /tellico/ to the output from the command:

kde4-config --path data

The location is likely to be

$HOME/.kde/share/apps/tellico/

Entry Templates

Entry templates are used in the main window for showing the information for a single entry (book, album, etc.). The screenshot below is the Berean Curves template.

The directory for installing entry templates is the application path, mentioned earlier, followed by /entry-templates/. For example, most users would install entry templates in

$HOME/.kde/share/apps/tellico/entry-templates/

After installing a new template, open the <menuchoie>Tellico Settings</menuchoice> dialog to the Templates page and select the new template. Templates can also be previewed there.

Entry templates can also be installed or downloaded directly from within Tellico from the same Settings dialog.

Report Templates

Report Templates process the information for the complete collection. Some templates will show only titles, images, or collection statistics.

The directory for installing report templates is the application path, mentioned earlier, followed by /report-templates/. For example, most users would install templates in

$HOME/.kde/share/apps/tellico/report-templates/

After installing a new template, open the Report Dialog. The new template should be available there.