DIR : /home/kozerus/public_html/jkwii/js/jsdoit/jsdoit18/index.html /home/kozerus/public_html/jkwii/js/jsdoit/jsdoit18 <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>背景画像で使い方それぞれなToDo forked: Simple ToDo管理アプリ with HTML5 - js do it</title> <meta name="Description" content="" /> <meta name="Keywords" content="" /> <link rel="stylesheet" type="text/css" media="screen,print" href="style.css" /> </head> <body> <!-- generated by: jsdo.it - http://jsdo.it/beryujp/ptodo2 --> <!-- Copyright beryujp - http://jsdo.it/beryujp --> <!-- Licensed under MIT License - http://www.opensource.org/licenses/mit-license.php --> <div id="taskPane" onclick="ToDoApp.createToDoForm(event); event.stopPropagation();" ondragover="ToDoApp.onFileDragOver(event)" ondrop="ToDoApp.onFileDrop(event)"> </div><!-- /#taskPane --> <div id="status"></div> <input type="button" id="btnResetImage" value="reset image" onclick="ToDoApp.resetBackground();"/> <script type="text/javascript" src="http://jsdo.it/lib/jquery-1.4.2.min/js"></script> <script type="text/javascript" src="http://jsdo.it/lib/jquery-1.7.1/js"></script> <script type="text/javascript" src="http://jsdo.it/lib/jquery.ui-1.8.22/js"></script> <script type="text/javascript" src="index.js"></script> </body> </html>//