Mercurial > MadButterfly
comparison inkscape/firefox/content/madbuilder.html @ 361:8c4456190d9a
Add text editor support to edit C source file inside the MadBuilder
author | wycc |
---|---|
date | Wed, 11 Mar 2009 08:51:11 +0800 |
parents | 6fd8da22a5ef |
children | a373b4743e63 |
comparison
equal
deleted
inserted
replaced
360:b4f74753d125 | 361:8c4456190d9a |
---|---|
63 <a class='button' href='#'> <span id='Test' onClick='onButtonClick(this)'>Test</span></a> | 63 <a class='button' href='#'> <span id='Test' onClick='onButtonClick(this)'>Test</span></a> |
64 <br/> | 64 <br/> |
65 <br/> | 65 <br/> |
66 </div> | 66 </div> |
67 <table> | 67 <table> |
68 <tr><td width=200 height=700 valign=top><div id='filelist' valign=top></div></td><td width=700 height=700 valign=top> <div id='inkscape'></div></td></tr> | 68 <tr><td width=200 height=700 valign=top><div id='filelist' valign=top></div></td><td width=700 height=700 valign=top> <div id='inkscape'></div><div id='editor'></div></td></tr> |
69 </table> | 69 </table> |
70 <script type="text/javascript" src="inkscape.js" > | 70 <script type="text/javascript" src="inkscape.js" > |
71 </script> | 71 </script> |
72 </body> | 72 </body> |
73 </html> | 73 </html> |