summaryrefslogtreecommitdiff
path: root/templates/vimeo.com/mainmenu.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/vimeo.com/mainmenu.xsl')
-rw-r--r--templates/vimeo.com/mainmenu.xsl28
1 files changed, 28 insertions, 0 deletions
diff --git a/templates/vimeo.com/mainmenu.xsl b/templates/vimeo.com/mainmenu.xsl
new file mode 100644
index 0000000..2517ba6
--- /dev/null
+++ b/templates/vimeo.com/mainmenu.xsl
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<xsl:stylesheet version="1.0"
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+
+<xsl:template match="/">
+<wvmenu>
+ <title>Vimeo</title>
+
+ <link>
+ <label>Search</label>
+ <ref>wvt:///vimeo.com/search.xsl?srcurl=http://vimeo.com/</ref>
+ </link>
+
+ <link>
+ <label>Channels</label>
+ <ref>wvt:///vimeo.com/channels.xsl?srcurl=http://vimeo.com/channels/all</ref>
+ </link>
+
+ <link>
+ <label>Groups</label>
+ <ref>wvt:///vimeo.com/groups.xsl?srcurl=http://vimeo.com/groups/all</ref>
+ </link>
+
+</wvmenu>
+</xsl:template>
+
+</xsl:stylesheet>