summaryrefslogtreecommitdiff
path: root/templates/moontv.fi/mainmenu.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/moontv.fi/mainmenu.xsl')
-rw-r--r--templates/moontv.fi/mainmenu.xsl23
1 files changed, 23 insertions, 0 deletions
diff --git a/templates/moontv.fi/mainmenu.xsl b/templates/moontv.fi/mainmenu.xsl
new file mode 100644
index 0000000..d0fc6d3
--- /dev/null
+++ b/templates/moontv.fi/mainmenu.xsl
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<xsl:stylesheet version="1.0"
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ xmlns:str="http://exslt.org/strings">
+
+<xsl:template match="/">
+<wvmenu>
+ <title>Katsomo</title>
+
+ <link>
+ <label>MoonTV ohjelmat</label>
+ <ref>wvt:///moontv.fi/programlist.xsl?srcurl=http://moontv.fi/ohjelmat</ref>
+ </link>
+ <link>
+ <label>MoonTV uusimmat videot</label>
+ <ref>wvt:///moontv.fi/rss.xsl?srcurl=http://feeds.feedburner.com/Moontv?format=rss</ref>
+ </link>
+
+</wvmenu>
+</xsl:template>
+
+</xsl:stylesheet>