diff options
Diffstat (limited to 'js/panels/Project/projectpanelbase.reel/projectpanelbase.html')
-rw-r--r-- | js/panels/Project/projectpanelbase.reel/projectpanelbase.html | 108 |
1 files changed, 108 insertions, 0 deletions
diff --git a/js/panels/Project/projectpanelbase.reel/projectpanelbase.html b/js/panels/Project/projectpanelbase.reel/projectpanelbase.html new file mode 100644 index 00000000..697fff81 --- /dev/null +++ b/js/panels/Project/projectpanelbase.reel/projectpanelbase.html | |||
@@ -0,0 +1,108 @@ | |||
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 lang="en"> | ||
8 | <head> | ||
9 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | ||
10 | |||
11 | <script type="text/montage-serialization"> | ||
12 | { | ||
13 | "owner": { | ||
14 | "module": "js/panels/project/ProjectPanelBase.reel", | ||
15 | "name": "ProjectPanelBase", | ||
16 | "properties": { | ||
17 | "element": {"#": "project-panel"} | ||
18 | } | ||
19 | } | ||
20 | |||
21 | } | ||
22 | </script> | ||
23 | |||
24 | </head> | ||
25 | <body> | ||
26 | |||
27 | <div id="project-panel" class="Project-Panel"> | ||
28 | |||
29 | <div id="pp-container" style="height: 100%;position: relative;"> | ||
30 | |||
31 | <div id="pp-col-buttons"> | ||
32 | <div class="pp-button button-project active" title="Project" tabindex="0"><div> </div></div> | ||
33 | <div class="nj-divider divider-horizontal"></div> | ||
34 | <div class="pp-button button-component" title="Montage Components" tabindex="0"><div> </div></div> | ||
35 | <div class="pp-button button-script" title="Scripts" tabindex="0"><div> </div></div> | ||
36 | <div class="pp-button button-video" title="Video" tabindex="0"><div> </div></div> | ||
37 | <div class="pp-button button-audio" title="Audio" tabindex="0"><div> </div></div> | ||
38 | <div class="pp-button button-image" title="Images" tabindex="0"><div> </div></div> | ||
39 | <div class="pp-button button-tag" title="Tags" tabindex="0"><div> </div></div> | ||
40 | <div class="pp-button button-flash" title="Flash" tabindex="0"><div> </div></div> | ||
41 | <div class="nj-divider divider-horizontal"></div> | ||
42 | <div class="pp-button button-showall" title="Show All" tabindex="0"><div> </div></div> | ||
43 | </div> | ||
44 | |||
45 | <div id="pp-col-files"> | ||
46 | |||
47 | <div id="pp-files"> | ||
48 | <div id="pp-view-project" class="pp-view"> | ||
49 | <div class="pp-header-container pp-scroll-linked"> | ||
50 | <div class="pp-header header-file" data-column="0">Files<div class="pp-resize-grip"> </div></div> | ||
51 | <div class="pp-header header-date" data-column="1">Date<div class="pp-resize-grip"> </div></div> | ||
52 | <div class="pp-header header-size" data-column="2">Size<div class="pp-resize-grip"> </div></div> | ||
53 | </div> | ||
54 | <div id="pp-container-list" class="pp-scroll-main"> | ||
55 | <div class="pp-scroll-linked" id="getme"> | ||
56 | <h3>No project open.</h3> | ||
57 | </div> | ||
58 | </div> | ||
59 | </div> | ||
60 | <div id="pp-view-assets" class="pp-view"> | ||
61 | <div class="pp-header-container pp-scroll-linked"> | ||
62 | <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"> </div></div> | ||
63 | <div class="pp-header header-date" data-column="1" data-direction="ascending">Date<div class="pp-sort-arrow"></div><div class="pp-resize-grip"> </div></div> | ||
64 | <div class="pp-header header-size" data-column="2" data-direction="ascending">Size<div class="pp-sort-arrow"></div><div class="pp-resize-grip"> </div></div> | ||
65 | <div class="pp-header header-type" data-column="3" data-direction="ascending">Type<div class="pp-sort-arrow"></div><div class="pp-resize-grip"> </div></div> | ||
66 | </div> | ||
67 | <div id="pp-container-assets" class="pp-scroll-main"> | ||
68 | <div class="pp-scroll-linked"> | ||
69 | <div class="pp-asset-col pp-col-files"></div> | ||
70 | <div class="pp-asset-col pp-col-date"></div> | ||
71 | <div class="pp-asset-col pp-col-size"></div> | ||
72 | <div class="pp-asset-col pp-col-type"></div> | ||
73 | <div class="clear"> </div> | ||
74 | <h3>No matching files.</h3> | ||
75 | </div> | ||
76 | </div> | ||
77 | </div> | ||
78 | </div> | ||
79 | |||
80 | </div> | ||
81 | <div id="pp-search"> | ||
82 | |||
83 | <table style="width: 100%;"> | ||
84 | <tr> | ||
85 | <td> | ||
86 | <label for="pp-search-files"></label> | ||
87 | <input id="pp-search-files" class="nj-skinned" type="search" disabled="true" value=""> | ||
88 | </td> | ||
89 | <td style="width: 55px;"> | ||
90 | <div class="pp-button button-delete" tabindex="0"></div> | ||
91 | <div class="pp-button button-add" tabindex="0"> | ||
92 | <div class="pp-popup"> | ||
93 | <p class="pp-new-file">New File</p> | ||
94 | <p class="pp-new-directory">New Directory</p> | ||
95 | </div> | ||
96 | </div> | ||
97 | </td> | ||
98 | </tr> | ||
99 | </table> | ||
100 | |||
101 | </div> | ||
102 | |||
103 | </div> | ||
104 | |||
105 | </div> | ||
106 | |||
107 | </body> | ||
108 | </html> \ No newline at end of file | ||