diff options
Diffstat (limited to 'js/io/workflow/newFileDialog/new-file-options-navigator.reel/new-file-options-navigator.html')
-rw-r--r-- | js/io/workflow/newFileDialog/new-file-options-navigator.reel/new-file-options-navigator.html | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/js/io/workflow/newFileDialog/new-file-options-navigator.reel/new-file-options-navigator.html b/js/io/workflow/newFileDialog/new-file-options-navigator.reel/new-file-options-navigator.html deleted file mode 100644 index a022f841..00000000 --- a/js/io/workflow/newFileDialog/new-file-options-navigator.reel/new-file-options-navigator.html +++ /dev/null | |||
@@ -1,51 +0,0 @@ | |||
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 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | ||
10 | <link rel="stylesheet" type="text/css" href="new-file-options-navigator.css"> | ||
11 | <script type="text/montage-serialization"> | ||
12 | { | ||
13 | |||
14 | "owner":{ | ||
15 | "module": "js/io/workflow/newFileDialog/new-file-options-navigator.reel", | ||
16 | "name": "NewFileOptionsNavigator", | ||
17 | "properties": { | ||
18 | "element": {"#": "newfile"}, | ||
19 | "projectTypeTree": {"#": "projectTypeTree"}, | ||
20 | "cancelButton": {"#": "cancelButton"}, | ||
21 | "okButton": {"#": "okButton"}, | ||
22 | "templateIcons": {"#": "templateIcons"}, | ||
23 | "templatesContainer": {"#": "right-top"}, | ||
24 | "locationSelection": {"#": "right-bottom"} | ||
25 | } | ||
26 | } | ||
27 | } | ||
28 | </script> | ||
29 | </head> | ||
30 | <body> | ||
31 | <div id="newfile" class="newfile"> | ||
32 | <div class="container left-nav"> | ||
33 | <div class="projectTypeHeader"><span>Project Type</span></div> | ||
34 | <div id="projectTypeTree" class="projectTypeTree"></div> | ||
35 | </div> | ||
36 | <div class="container right-nav"> | ||
37 | <div id="right-top" class="right-top"> | ||
38 | <div id="templateIcons" class="templateIcons" style="display:block;"></div> | ||
39 | </div> | ||
40 | <div id="right-bottom" class="right-bottom"> | ||
41 | <div class="templateIcon">templateIcon</div> | ||
42 | <div class="selections">selections</div> | ||
43 | </div> | ||
44 | </div> | ||
45 | <div class="buttons"> | ||
46 | <input id="cancelButton" type="button" value="CANCEL" class="cancelButton" /> | ||
47 | <input id="okButton" disabled="true" type="button" value="OK" class="okButton" /> | ||
48 | </div> | ||
49 | </div> | ||
50 | </body> | ||
51 | </html> \ No newline at end of file | ||