diff options
author | Valerio Virgillito | 2012-02-15 16:09:47 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-15 16:09:47 -0800 |
commit | d366c0bd1af6471511217ed574083e15059519b5 (patch) | |
tree | c8c9f9af761457e3c5f4c6774fb0fbba851df0c4 /user-document-templates/montage-application-cloud/index.html | |
parent | 997ce3fb65f27b3d6f331f63b5dc22d3c7fb8f1e (diff) | |
parent | b85bfb54aaca3ccca3c1ef09115de925cd67f4e9 (diff) | |
download | ninja-d366c0bd1af6471511217ed574083e15059519b5.tar.gz |
Merge branch 'refs/heads/integration'
Diffstat (limited to 'user-document-templates/montage-application-cloud/index.html')
-rwxr-xr-x[-rw-r--r--] | user-document-templates/montage-application-cloud/index.html | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/user-document-templates/montage-application-cloud/index.html b/user-document-templates/montage-application-cloud/index.html index d1f9634d..49931969 100644..100755 --- a/user-document-templates/montage-application-cloud/index.html +++ b/user-document-templates/montage-application-cloud/index.html | |||
@@ -4,6 +4,7 @@ | |||
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/> |
5 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | 5 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. |
6 | </copyright> --> | 6 | </copyright> --> |
7 | |||
7 | <html> | 8 | <html> |
8 | 9 | ||
9 | <head> | 10 | <head> |
@@ -24,8 +25,8 @@ | |||
24 | <script type="text/montage-serialization"> | 25 | <script type="text/montage-serialization"> |
25 | { | 26 | { |
26 | "owner": { | 27 | "owner": { |
27 | "module": "./appdelegate", | 28 | "module": "main.reel", |
28 | "name": "MyAppDelegate" | 29 | "name": "Main" |
29 | } | 30 | } |
30 | } | 31 | } |
31 | </script> | 32 | </script> |
@@ -34,15 +35,15 @@ | |||
34 | 35 | ||
35 | <body> | 36 | <body> |
36 | 37 | ||
37 | <div id="userHead"></div> | 38 | <ninja-div id="userHead"></ninja-div> |
38 | 39 | ||
39 | <div id="stageBG" class="stageDimension stageContentShadow"></div> | 40 | <ninja-div id="stageBG" class="stageDimension stageContentShadow"></ninja-div> |
40 | 41 | ||
41 | <div id="Viewport" class="stageDimension"> | 42 | <ninja-div id="Viewport" class="stageDimension"> |
42 | 43 | ||
43 | <div id="UserContent" class="stageView stageDimension global3DSettings"></div> | 44 | <ninja-div id="UserContent" class="stageView stageDimension global3DSettings"></ninja-div> |
44 | 45 | ||
45 | </div> | 46 | </ninja-div> |
46 | 47 | ||
47 | </body> | 48 | </body> |
48 | 49 | ||