aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/youtube-channel.reel/youtube-channel.html
diff options
context:
space:
mode:
authorFrançois Frisch2012-03-17 19:28:30 -0700
committerFrançois Frisch2012-03-17 19:28:30 -0700
commit09852e9b9b8e64f003bed5aa57630d8b42c8ac95 (patch)
treede6f15ae7557a17f105386729952f35783f67647 /node_modules/montage/ui/youtube-channel.reel/youtube-channel.html
parenta086ca62423a09807e2f3a79107249bc31d5e908 (diff)
downloadninja-09852e9b9b8e64f003bed5aa57630d8b42c8ac95.tar.gz
Integrating picasa carousel and youtube channel
Diffstat (limited to 'node_modules/montage/ui/youtube-channel.reel/youtube-channel.html')
-rw-r--r--node_modules/montage/ui/youtube-channel.reel/youtube-channel.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/node_modules/montage/ui/youtube-channel.reel/youtube-channel.html b/node_modules/montage/ui/youtube-channel.reel/youtube-channel.html
new file mode 100644
index 00000000..b3858ec9
--- /dev/null
+++ b/node_modules/montage/ui/youtube-channel.reel/youtube-channel.html
@@ -0,0 +1,34 @@
1<!DOCTYPE html>
2<!-- <copyright>
3 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
4 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
5 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
6 </copyright> -->
7<html>
8 <head>
9 <title></title>
10 <script type="text/montage-serialization">
11 {
12 "player": {
13 "prototype": "ui/youtube-player.reel",
14 "properties": {
15 "element": {"#": "player"}
16 }
17 },
18
19 "owner": {
20 "prototype": "youtube-channel.reel",
21 "properties": {
22 "element": {"#": "container"},
23 "player": {"@": "player"}
24 }
25 }
26 }
27 </script>
28</head>
29<body>
30 <div data-montage-id="container" class="montage-youtube-channel">
31 <div data-montage-id="player"></div>
32 </div>
33</body>
34</html>