summaryrefslogtreecommitdiff
path: root/core/src/main/assets/html-export-fatorites-item-template.html
diff options
context:
space:
mode:
authormalockin <malockin@gmail.com>2020-05-23 22:16:19 +0300
committermalockin <malockin@gmail.com>2020-05-23 22:16:19 +0300
commit35dde1fadbd2bfa70ab96c09e8bd332aa9768cd9 (patch)
tree370bdc84e488889ffffc2d2d6f84ac740155a207 /core/src/main/assets/html-export-fatorites-item-template.html
parent4d74233151a07bde76ae77285e5346b376d23961 (diff)
downloadAntennaPod-35dde1fadbd2bfa70ab96c09e8bd332aa9768cd9.zip
Cleaner CSS, item templates
Moved favorite item CSS to main template file. Added template files for feed information and favorite episode information, reducing in-line HTML usage in Java code.
Diffstat (limited to 'core/src/main/assets/html-export-fatorites-item-template.html')
-rw-r--r--core/src/main/assets/html-export-fatorites-item-template.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/src/main/assets/html-export-fatorites-item-template.html b/core/src/main/assets/html-export-fatorites-item-template.html
new file mode 100644
index 000000000..83f06a458
--- /dev/null
+++ b/core/src/main/assets/html-export-fatorites-item-template.html
@@ -0,0 +1,4 @@
+<li><span>
+ {FAV_TITLE}<br>
+ <a href="{FAV_WEBSITE}">Website</a> • <a href="{FAV_MEDIA}">Media</a>
+</span></li>