annotate inkscape/firefox/madbuilder.html @ 275:40c0c907c6dd

Add button placeholder
author wycc
date Thu, 29 Jan 2009 22:34:24 +0800
parents 96aae15527c8
children
rev   line source
272
01439f28d0bd Check-in primitive integrated madbuilder code.
wycc
parents:
diff changeset
1 <html>
01439f28d0bd Check-in primitive integrated madbuilder code.
wycc
parents:
diff changeset
2 <head>
01439f28d0bd Check-in primitive integrated madbuilder code.
wycc
parents:
diff changeset
3 <script language="javascript" src="jquery-1.3.1.js"></script>
01439f28d0bd Check-in primitive integrated madbuilder code.
wycc
parents:
diff changeset
4 <script language="javascript" src="jqXMLUtils.js"></script>
01439f28d0bd Check-in primitive integrated madbuilder code.
wycc
parents:
diff changeset
5 <script language="javascript" src="jqSOAPClient.js"></script>
274
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
6 <style type="text/css">
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
7 .normal {
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
8 background-color:write
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
9 }
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
10 .active {
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
11 background-color: yellow
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
12 }
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
13 a.button {
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
14 background:#0ff ;
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
15 color : # 444 ;
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
16 display : block ;
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
17 float : left ;
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
18 font : normal 12px arial, sans-serif ;
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
19 height : 24px;
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
20 margin-right : 6px;
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
21 padding-right : 18px;
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
22 text-decoration : none ;
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
23 }
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
24 a.button span {
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
25 background : transparent url ( 'bg_button_div.gif' ) no-repeat ;
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
26 display : block ;
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
27 line- height : 14px; line- height : 14px;
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
28 padding : 5px 0 5px 18px; padding : 5px 0 5px 18px;
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
29 }
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
30 a.button :active {
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
31 background-position : bottom right ;
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
32 color : # 000 ;
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
33 outline : none ;
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
34 }
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
35 a.button :active span {
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
36 background-position : bottom left ;
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
37 padding : 6px 0 4px 18px;
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
38 }
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
39 </style>
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
40 </style>
272
01439f28d0bd Check-in primitive integrated madbuilder code.
wycc
parents:
diff changeset
41 </head>
01439f28d0bd Check-in primitive integrated madbuilder code.
wycc
parents:
diff changeset
42 <body>
01439f28d0bd Check-in primitive integrated madbuilder code.
wycc
parents:
diff changeset
43 <div id='frame' width=800 height=200>
01439f28d0bd Check-in primitive integrated madbuilder code.
wycc
parents:
diff changeset
44 </div>
01439f28d0bd Check-in primitive integrated madbuilder code.
wycc
parents:
diff changeset
45
274
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
46 <div id='btns'>
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
47 <a class='button' href='#'> <span id='Jump' onClick='onButtonClick(this)'>Jump</span></a>
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
48 <a class='button' href='#'> <span id='InsertKey' onClick='onButtonClick(this)'>Insert</span></a>
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
49 <a class='button' href='#'> <span id='ExtendScene' onClick='onButtonClick(this)'>Extend</span></a>
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
50 <a class='button' href='#'> <span id='DeleteScene' onClick='onButtonClick(this)'>Delete</span></a>
275
40c0c907c6dd Add button placeholder
wycc
parents: 274
diff changeset
51 <a class='button' href='#'> <span id='MakeSymbol' onClick='onButtonClick(this)'>Make Symbol</span></a>
40c0c907c6dd Add button placeholder
wycc
parents: 274
diff changeset
52 <a class='button' href='#'> <span id='MakeButton' onClick='onButtonClick(this)'>make Button</span></a>
274
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
53 <br/>
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
54 <br/>
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
55 </div>
96aae15527c8 Port all basic scene editor from pyGtk to the firefox
wycc
parents: 272
diff changeset
56 <div id='inkscape' width=1000 height=700>
272
01439f28d0bd Check-in primitive integrated madbuilder code.
wycc
parents:
diff changeset
57 </div>
01439f28d0bd Check-in primitive integrated madbuilder code.
wycc
parents:
diff changeset
58 <script type="text/javascript" src="inkscape.js" >
01439f28d0bd Check-in primitive integrated madbuilder code.
wycc
parents:
diff changeset
59 </script>
01439f28d0bd Check-in primitive integrated madbuilder code.
wycc
parents:
diff changeset
60 </body>
01439f28d0bd Check-in primitive integrated madbuilder code.
wycc
parents:
diff changeset
61 </html>