aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Color/colortoolbar.reel/colortoolbar.html
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-03-13 15:19:35 -0700
committerJose Antonio Marquez2012-03-13 15:19:35 -0700
commit451cdd792046eca1d57dd205940e5b638f8a08ac (patch)
treeee1bd320b9741745bcc835f87694ac8edce80d12 /js/panels/Color/colortoolbar.reel/colortoolbar.html
parent8844b46dec5f36de04c1fc3a1b1b4d00e726a067 (diff)
downloadninja-451cdd792046eca1d57dd205940e5b638f8a08ac.tar.gz
Renaming folder
Diffstat (limited to 'js/panels/Color/colortoolbar.reel/colortoolbar.html')
-rwxr-xr-xjs/panels/Color/colortoolbar.reel/colortoolbar.html54
1 files changed, 0 insertions, 54 deletions
diff --git a/js/panels/Color/colortoolbar.reel/colortoolbar.html b/js/panels/Color/colortoolbar.reel/colortoolbar.html
deleted file mode 100755
index 9ab54836..00000000
--- a/js/panels/Color/colortoolbar.reel/colortoolbar.html
+++ /dev/null
@@ -1,54 +0,0 @@
1<!DOCTYPE HTML>
2
3<!DOCTYPE html>
4<!-- <copyright>
5 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
6 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
7 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
8 </copyright> -->
9
10<html lang="en">
11 <head>
12 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
13 <link rel="stylesheet" type="text/css" href="css/colortoolbar.css">
14
15 <script type="text/montage-serialization">
16 {
17
18 "owner": {
19 "module": "js/panels/Color/colortoolbar.reel",
20 "name": "ColorToolbar",
21 "properties": {
22 "element": {"#": "colortoolbar"}
23 }
24 }
25 }
26 </script>
27
28 </head>
29
30 <body>
31
32 <div id="colortoolbar" class="colortoolbar">
33
34 <div class="cpe_stroke_icon selected"></div>
35
36 <div class="cpe_colortoolbar_container">
37
38 <button></button>
39
40 </div>
41
42 <div class="cpe_fill_icon selected"></div>
43
44 <div class="cpe_colortoolbar_container">
45
46 <button></button>
47
48 </div>
49
50 </div>
51
52 </body>
53
54</html> \ No newline at end of file