annotation.html (473B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 3 <html> 4 <head> 5 <link type="text/css" rel="stylesheet" href="annotation.css" /> 6 </head> 7 <body> 8 <div id="bar"> 9 <img id="close" src="annotation-close.png"/> 10 <img id="move" src="annotation-move.png"/> 11 <img id="collapse" src="annotation-hide.png"/> 12 </div> 13 <img id="grippy" src="annotation-grippy.png"/> 14 <textarea id="text" wrap="soft"></textarea> 15 </body> 16 </html>