aboutsummaryrefslogtreecommitdiff
path: root/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html')
-rwxr-xr-xjs/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html24
1 files changed, 10 insertions, 14 deletions
diff --git a/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html b/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html
index 1f9d9b9f..f9a42887 100755
--- a/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html
+++ b/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html
@@ -1,4 +1,4 @@
1<!DOCTYPE HTML> 1<!DOCTYPE HTML>
2<!-- <copyright> 2<!-- <copyright>
3 This file contains proprietary software owned by Motorola Mobility, Inc.<br/> 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/> 4 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
@@ -11,8 +11,7 @@
11 <script type="text/montage-serialization"> 11 <script type="text/montage-serialization">
12 { 12 {
13 "hottextHeight": { 13 "hottextHeight": {
14 "module": "js/components/hottextunit.reel", 14 "prototype": "js/components/hottextunit.reel[HotTextUnit]",
15 "name": "HotTextUnit",
16 "properties": { 15 "properties": {
17 "element": {"#": "templateHeight"}, 16 "element": {"#": "templateHeight"},
18 "minValue":25, 17 "minValue":25,
@@ -31,8 +30,7 @@
31 }, 30 },
32 31
33 "hottextWidth": { 32 "hottextWidth": {
34 "module": "js/components/hottextunit.reel", 33 "prototype": "js/components/hottextunit.reel[HotTextUnit]",
35 "name": "HotTextUnit",
36 "properties": { 34 "properties": {
37 "element": {"#": "templateWidth"}, 35 "element": {"#": "templateWidth"},
38 "minValue":25, 36 "minValue":25,
@@ -51,8 +49,7 @@
51 }, 49 },
52 50
53 "fileInputField":{ 51 "fileInputField":{
54 "module": "js/io/ui/file-picker/file-input-field.reel", 52 "prototype": "js/io/ui/file-picker/file-input-field.reel",
55 "name": "FileInputField",
56 "properties": { 53 "properties": {
57 "element": {"#": "fileInputField"} 54 "element": {"#": "fileInputField"}
58 } 55 }
@@ -66,8 +63,7 @@
66 }, 63 },
67 64
68 "owner":{ 65 "owner":{
69 "module": "js/io/ui/new-file-dialog/new-file-location.reel", 66 "prototype": "js/io/ui/new-file-dialog/new-file-location.reel",
70 "name": "NewFileLocation",
71 "properties": { 67 "properties": {
72 "element": {"#": "newfileLocation"}, 68 "element": {"#": "newfileLocation"},
73 "fileInputField": {"@": "fileInputField"}, 69 "fileInputField": {"@": "fileInputField"},
@@ -78,23 +74,23 @@
78 </script> 74 </script>
79</head> 75</head>
80<body> 76<body>
81<div id="newfileLocation" class="newfileLocation"> 77<div data-montage-id="newfileLocation" class="newfileLocation">
82 <div class="templateSelection"> 78 <div class="templateSelection">
83 <div class="template"></div> 79 <div class="template"></div>
84 </div> 80 </div>
85 <div class="locationSelection"> 81 <div class="locationSelection">
86 <div> 82 <div>
87 <span class="nameText">NAME:</span> 83 <span class="nameText">NAME:</span>
88 <input id="newFileName" class="nj-skinned newFileName" type="search" value="" /> 84 <input data-montage-id="newFileName" class="nj-skinned newFileName" type="search" value="" />
89 <span class="fileExtension"></span> 85 <span class="fileExtension"></span>
90 </div> 86 </div>
91 <div> 87 <div>
92 <span>DIRECTORY:</span> 88 <span>DIRECTORY:</span>
93 <div id="fileInputField"></div> 89 <div data-montage-id="fileInputField"></div>
94 </div> 90 </div>
95 <br /> 91 <br />
96 <div style="display:none;"><span>WIDTH:</span><span class="templatePx" id="templateWidth"></span></div> 92 <div style="display:none;"><span>WIDTH:</span><span class="templatePx" data-montage-id="templateWidth"></span></div>
97 <div style="display:none;"><span>HEIGHT:</span><span class="templatePx" id="templateHeight"></span></div> 93 <div style="display:none;"><span>HEIGHT:</span><span class="templatePx" data-montage-id="templateHeight"></span></div>
98 </div> 94 </div>
99</div> 95</div>
100</body> 96</body>