summaryrefslogtreecommitdiff
path: root/core/src/main/assets
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/assets')
-rw-r--r--core/src/main/assets/html-export-favorites-item-template.html4
-rw-r--r--core/src/main/assets/html-export-feed-template.html7
-rw-r--r--core/src/main/assets/html-export-template.html11
3 files changed, 20 insertions, 2 deletions
diff --git a/core/src/main/assets/html-export-favorites-item-template.html b/core/src/main/assets/html-export-favorites-item-template.html
new file mode 100644
index 000000000..83f06a458
--- /dev/null
+++ b/core/src/main/assets/html-export-favorites-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>
diff --git a/core/src/main/assets/html-export-feed-template.html b/core/src/main/assets/html-export-feed-template.html
new file mode 100644
index 000000000..0646d5953
--- /dev/null
+++ b/core/src/main/assets/html-export-feed-template.html
@@ -0,0 +1,7 @@
+<img src="{FEED_IMG}" />
+<p>
+ {FEED_TITLE}
+ <span>
+ <a href="{FEED_LINK}">Website</a> • <a href="{FEED_WEBSITE}">Feed</a>
+ </span>
+</p> \ No newline at end of file
diff --git a/core/src/main/assets/html-export-template.html b/core/src/main/assets/html-export-template.html
index ddab27a43..19d63f6ca 100644
--- a/core/src/main/assets/html-export-template.html
+++ b/core/src/main/assets/html-export-template.html
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8' standalone='no' ?>
<html>
<head>
- <title>AntennaPod Subscriptions</title>
+ <title>AntennaPod {TITLE}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
* {
@@ -72,11 +72,18 @@
margin-top: 10px;
clear:left;
}
+ ul > li > span {
+ width: 100%;
+ border-top: 1px solid #eee8e8;
+ padding: 5px;
+ box-shadow: none;
+ text-align: left;
+ }
</style>
</head>
<body>
<img src="https://antennapod.org/assets/img/antennapod-logo.png" />
- <h1>AntennaPod Subscriptions</h1>
+ <h1>AntennaPod {TITLE}</h1>
<ul>
{FEEDS}
</ul>