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

Add button placeholder
author wycc
date Thu, 29 Jan 2009 22:34:24 +0800
parents 96aae15527c8
children
comparison
equal deleted inserted replaced
274:96aae15527c8 275:40c0c907c6dd
46 <div id='btns'> 46 <div id='btns'>
47 <a class='button' href='#'> <span id='Jump' onClick='onButtonClick(this)'>Jump</span></a> 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> 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> 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> 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>
51 <br/> 53 <br/>
52 <br/> 54 <br/>
53 </div> 55 </div>
54 <div id='inkscape' width=1000 height=700> 56 <div id='inkscape' width=1000 height=700>
55 </div> 57 </div>