aboutsummaryrefslogtreecommitdiff
path: root/js/io/workflow/newFileDialog/new-file-options-navigator.reel/new-file-options-navigator.html
diff options
context:
space:
mode:
authorPierre Frisch2011-12-22 07:25:50 -0800
committerValerio Virgillito2012-01-27 11:18:17 -0800
commitb89a7ee8b956c96a1dcee995ea840feddc5d4b27 (patch)
tree0f3136ab0ecdbbbed6a83576581af0a53124d6f1 /js/io/workflow/newFileDialog/new-file-options-navigator.reel/new-file-options-navigator.html
parent2401f05d1f4b94d45e4568b81fc73e67b969d980 (diff)
downloadninja-b89a7ee8b956c96a1dcee995ea840feddc5d4b27.tar.gz
First commit of Ninja to ninja-internal
Signed-off-by: Valerio Virgillito <rmwh84@motorola.com>
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.html51
1 files changed, 51 insertions, 0 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
new file mode 100644
index 00000000..a022f841
--- /dev/null
+++ b/js/io/workflow/newFileDialog/new-file-options-navigator.reel/new-file-options-navigator.html
@@ -0,0 +1,51 @@
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