Mercurial > MadButterfly
comparison inkscape/firefox/content/madbuilder.html @ 339:63aaf96209cd
* Move location of files so that we can produce XPI file from them.
* Add the produce to compile the inkscape for madbutterfly
* Add makefile to produce inkscape and madbuilder.xpi
author | wycc |
---|---|
date | Sun, 08 Mar 2009 10:05:22 +0800 |
parents | inkscape/firefox/madbuilder.html@d5327265da1e |
children | 4350aa369149 |
comparison
equal
deleted
inserted
replaced
336:995eb2c1a1aa | 339:63aaf96209cd |
---|---|
1 <html> | |
2 <head> | |
3 <script language="javascript" src="jquery-1.3.1.js"></script> | |
4 <script language="javascript" src="jqXMLUtils.js"></script> | |
5 <script language="javascript" src="jqSOAPClient.js"></script> | |
6 <style type="text/css"> | |
7 .normal { | |
8 background-color:write | |
9 } | |
10 .active { | |
11 background-color: yellow | |
12 } | |
13 a.button { | |
14 background:#0ff ; | |
15 color : # 444 ; | |
16 display : block ; | |
17 float : left ; | |
18 font : normal 12px arial, sans-serif ; | |
19 height : 24px; | |
20 margin-right : 6px; | |
21 padding-right : 18px; | |
22 text-decoration : none ; | |
23 } | |
24 a.button span { | |
25 background : transparent url ( 'bg_button_div.gif' ) no-repeat ; | |
26 display : block ; | |
27 line- height : 14px; line- height : 14px; | |
28 padding : 5px 0 5px 18px; padding : 5px 0 5px 18px; | |
29 } | |
30 a.button :active { | |
31 background-position : bottom right ; | |
32 color : # 000 ; | |
33 outline : none ; | |
34 } | |
35 a.button :active span { | |
36 background-position : bottom left ; | |
37 padding : 6px 0 4px 18px; | |
38 } | |
39 </style> | |
40 </style> | |
41 </head> | |
42 <body> | |
43 <div id='frame' width=800 height=200> | |
44 </div> | |
45 | |
46 <div id='btns'> | |
47 <a class='button' href='#'> <span id='Jump' onClick='onButtonClick(this)'>Jump</span></a> | |
48 <a class='button' href='#'> <span id='InsertKey' onClick='onButtonClick(this)'>Insert</span></a> | |
49 <a class='button' href='#'> <span id='ExtendScene' onClick='onButtonClick(this)'>Extend</span></a> | |
50 <a class='button' href='#'> <span id='DeleteScene' onClick='onButtonClick(this)'>Delete</span></a> | |
51 <a class='button' href='#'> <span id='MakeSymbol' onClick='onButtonClick(this)'>Make Symbol</span></a> | |
52 <a class='button' href='#'> <span id='MakeButton' onClick='onButtonClick(this)'>make Button</span></a> | |
53 <br/> | |
54 <br/> | |
55 </div> | |
56 <div id='inkscape' width=1000 height=700> | |
57 </div> | |
58 <script type="text/javascript" src="inkscape.js" > | |
59 </script> | |
60 </body> | |
61 </html> |