aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Project/projectpanelbase.reel/projectpanelbase.html
blob: 9d6ba6ba395f21ce4ef1f25ace6457c0f3035f7a (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
129
130
131
<!DOCTYPE html>
<!-- <copyright>
Copyright (c) 2012, Motorola Mobility, Inc
All Rights Reserved.
BSD License.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

  - Redistributions of source code must retain the above copyright notice,
    this list of conditions and the following disclaimer.
  - Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
  - Neither the name of Motorola Mobility nor the names of its contributors
    may be used to endorse or promote products derived from this software
    without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
</copyright> -->
<html lang="en">
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8" />

         <script type="text/montage-serialization">
        {
            "owner": {
                "prototype": "js/panels/project/ProjectPanelBase.reel",
                "properties": {
                    "element": {"#": "project-panel"}
                }
            }

        }
        </script>

    </head>
    <body>

        <div id="project-panel" class="Project-Panel">

            <div id="pp-container" style="height: 100%;position: relative;">

            <div id="pp-col-buttons">
                <div class="pp-button button-project active" title="Project" tabindex="0"><div>&nbsp;</div></div>
                <div class="nj-divider divider-horizontal"></div>
                <div class="pp-button button-component" title="Montage Components" tabindex="0"><div>&nbsp;</div></div>
                <div class="pp-button button-script" title="Scripts" tabindex="0"><div>&nbsp;</div></div>
                <div class="pp-button button-video" title="Video" tabindex="0"><div>&nbsp;</div></div>
                <div class="pp-button button-audio" title="Audio" tabindex="0"><div>&nbsp;</div></div>
                <div class="pp-button button-image" title="Images" tabindex="0"><div>&nbsp;</div></div>
                <div class="pp-button button-tag" title="Tags" tabindex="0"><div>&nbsp;</div></div>
                <div class="pp-button button-flash" title="Flash" tabindex="0"><div>&nbsp;</div></div>
                <div class="nj-divider divider-horizontal"></div>
                <div class="pp-button button-showall" title="Show All" tabindex="0"><div>&nbsp;</div></div>
            </div>

            <div id="pp-col-files">

                <div id="pp-files">
                    <div id="pp-view-project" class="pp-view">
                        <div class="pp-header-container pp-scroll-linked">
                            <div class="pp-header header-file" data-column="0">Files<div class="pp-resize-grip">&nbsp;</div></div>
                            <div class="pp-header header-date" data-column="1">Date<div class="pp-resize-grip">&nbsp;</div></div>
                            <div class="pp-header header-size" data-column="2">Size<div class="pp-resize-grip">&nbsp;</div></div>
                        </div>
                        <div id="pp-container-list" class="pp-scroll-main">
                            <div class="pp-scroll-linked" id="getme">
                                <h3>No project open.</h3>
                            </div>
                        </div>
                    </div>
                    <div id="pp-view-assets" class="pp-view">
                        <div class="pp-header-container pp-scroll-linked">
                            <div class="pp-header header-file pp-sort sort-ascending" data-column="0" data-direction="ascending">Files<div class="pp-sort-arrow"></div><div class="pp-resize-grip">&nbsp;</div></div>
                            <div class="pp-header header-date" data-column="1" data-direction="ascending">Date<div class="pp-sort-arrow"></div><div class="pp-resize-grip">&nbsp;</div></div>
                            <div class="pp-header header-size" data-column="2" data-direction="ascending">Size<div class="pp-sort-arrow"></div><div class="pp-resize-grip">&nbsp;</div></div>
                            <div class="pp-header header-type" data-column="3" data-direction="ascending">Type<div class="pp-sort-arrow"></div><div class="pp-resize-grip">&nbsp;</div></div>
                        </div>
                        <div id="pp-container-assets" class="pp-scroll-main">
                            <div class="pp-scroll-linked">
                                <div class="pp-asset-col pp-col-files"></div>
                                <div class="pp-asset-col pp-col-date"></div>
                                <div class="pp-asset-col pp-col-size"></div>
                                <div class="pp-asset-col pp-col-type"></div>
                                <div class="clear">&nbsp;</div>
                                <h3>No matching files.</h3>
                            </div>
                        </div>
                    </div>
                </div>

            </div>
            <div id="pp-search">

                <table style="width: 100%;">
                    <tr>
                        <td>
                            <label for="pp-search-files"></label>
                            <input id="pp-search-files" class="nj-skinned" type="search" disabled="true" value="">
                        </td>
                        <td style="width: 55px;">
                            <div class="pp-button button-delete" tabindex="0"></div>
                            <div class="pp-button button-add" tabindex="0">
                                <div class="pp-popup">
                                    <p class="pp-new-file">New File</p>
                                    <p class="pp-new-directory">New Directory</p>
                                </div>
                            </div>
                        </td>
                    </tr>
                </table>

            </div>

            </div>

        </div>

    </body>
</html>