aboutsummaryrefslogtreecommitdiff
path: root/user-document-templates
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-02-12 16:50:33 -0800
committerJose Antonio Marquez2012-02-12 16:50:33 -0800
commitb1fc4f84d92efeaa33ec239b662235c9e8218d0c (patch)
tree8f8c9aacb3c2a2315b8f44ca4400dfea95e21833 /user-document-templates
parent9f2356c48b831d32d7278648656fe44b98bc4a1f (diff)
downloadninja-b1fc4f84d92efeaa33ec239b662235c9e8218d0c.tar.gz
File Save (HTML only)
Added the ability to save an HTML file from design view, need to add CSS detection and saving (of styles in <style> only). Also need to add 'Save All' for all file attached to the HTML file.
Diffstat (limited to 'user-document-templates')
-rwxr-xr-xuser-document-templates/montage-application-cloud/index.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/user-document-templates/montage-application-cloud/index.html b/user-document-templates/montage-application-cloud/index.html
index d1f9634d..63dd5926 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>
@@ -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