aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage-google/picasa-carousel.reel/picasa-carousel.html
blob: 1f2c47d11d82492f85eb277a6304a86e87975197 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html>
<!-- <copyright>
 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
 (c) Copyright 2011 Motorola Mobility, Inc.  All Rights Reserved.
 </copyright> -->
<html>
<head>
    <title></title>
    <link rel="stylesheet" type="text/css" href="picasa-carousel.css">

    <script type="text/montage-serialization">
    {
        "owner": {
            "prototype": "picasa-carousel.reel",
            "properties": {
                "element": {"#": "montage-google-picasa-carousel"},
                "flow": {"@": "flow"}
            }
        },
        "searchResultsController": {
            "module": "montage/ui/controller/array-controller",
            "name": "ArrayController",
            "bindings": {
                "content": {
                    "boundObject": {"@": "owner"},
                    "boundObjectPropertyPath": "searchResults"
                }
            }
        },
        "image": {
            "prototype": "picasa-carousel.reel/image.reel",
            "properties": {
                "element": {"#": "image"}
            },
            "bindings": {
                "src": {
                    "boundObject": {"@": "flow"},
                    "boundObjectPropertyPath": "objectAtCurrentIteration.media$group.media$thumbnail.2.url",
                    "oneway": true
                }
            }
        },
        "flow": {
            "module": "montage/ui/flow.reel",
            "name": "Flow",
            "properties": {
                "element": {"#": "flow"},
                "paths": [
                    {
                        "knots": [
                            {
                                "knotPosition": [-1980, 0, 0],
                                "nextHandlerPosition": [-1760, 0, 0],
                                "previousDensity": 3,
                                "nextDensity": 3
                            },
                            {
                                "knotPosition": [-1320, 0, 0],
                                "previousHandlerPosition": [-1540, 0, 0],
                                "nextHandlerPosition": [-1100, 0, 0],
                                "previousDensity": 3,
                                "nextDensity": 3
                            },
                            {
                                "knotPosition": [-660, 0, 0],
                                "previousHandlerPosition": [-880, 0, 0],
                                "nextHandlerPosition": [-440, 0, 0],
                                "previousDensity": 3,
                                "nextDensity": 3
                            },
                            {
                                "knotPosition": [0, 0, 350],
                                "previousHandlerPosition": [-220, 0, 350],
                                "nextHandlerPosition": [220, 0, 350],
                                "previousDensity": 3,
                                "nextDensity": 3
                            },
                            {
                                "knotPosition": [660, 0, 0],
                                "previousHandlerPosition": [440, 0, 0],
                                "nextHandlerPosition": [880, 0, 0],
                                "previousDensity": 3,
                                "nextDensity": 3
                            },
                            {
                                "knotPosition": [1320, 0, 0],
                                "previousHandlerPosition": [1100, 0, 0],
                                "nextHandlerPosition": [1540, 0, 0],
                                "previousDensity": 3,
                                "nextDensity": 3
                            },
                            {
                                "knotPosition": [1980, 0, 0],
                                "previousHandlerPosition": [1760, 0, 0],
                                "previousDensity": 3,
                                "nextDensity": 3
                            }
                        ],
                        "headOffset": 9,
                        "tailOffset": 9,
                        "units": {}
                    }
                ],
                "elementsBoundingSphereRadius": 700
            },
            "bindings": {
                "objects": {
                    "boundObject": {"@": "searchResultsController"},
                    "boundObjectPropertyPath": "content",
                    "oneway": true
                }
            }
        }
    }
    </script>

</head>
<body>

    <div data-montage-id="montage-google-picasa-carousel" class="montage-google-picasa-carousel">
        <div data-montage-id="flow" class="flow">
            <img data-montage-id="image" class="image"/>
        </div>
    </div>

</body>
</html>