File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/graph\html
Editing: graph/html/index.html
Full path: C:\ict\ICT\graph\html\index.html
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<!doctype html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title></title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="apple-touch-icon" href="apple-touch-icon.png"> <link rel="stylesheet" href="css/normalize.min.css"> <link href="js/vendor/Chart.js/Chart.min.css" rel="stylesheet" type="text/css"/> <link rel="stylesheet" href="css/main.css"> <script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script> </head> <body> <!--[if lt IE 8]> <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <div class="header-container"> <header class="wrapper clearfix"> <h1 class="title">สถาบันวิจัยพฤติกรรมศาสตร์</h1> <!-- <nav> <ul> <li><a href="#">nav ul li a</a></li> <li><a href="#">nav ul li a</a></li> <li><a href="#">nav ul li a</a></li> </ul> </nav>--> </header> </div> <div class="main-container"> <div class="main wrapper clearfix"> <div class="row"> <div class="column-fluid"><h2 id='title-text'></h2></div> </div> <div class="row"> <div class="column"> <section> <canvas id="renderSummary" width="400" height="400"></canvas> </section> </div> <div class="column"> <section> <canvas id="renderStrategy" width="400" height="400"></canvas> </section> </div> </div> </div> <!-- #main --> </div> <!-- #main-container --> <div class="footer-container"> <footer class="wrapper"> <h3>©2019 - BSRI</h3> </footer> </div> <!-- The Modal --> <div id="strategyModal" class="modal"> <!-- Modal content --> <div class="modal-content"> <div class="modal-header"> <span class="close">×</span> <h2 id='strategy-title'>ประเด็นยุทธศาสตร์ (Strategy Issues)</h2> </div> <div class="modal-body"> <table id='table-strategy'> <colgroup> <col span="1"> <col span="1"> <col span="1"> <col span="1"> <col span="1"> <col span="1"> <col span="1"> <col span="1" style="width: 15%"> </colgroup> <!--No,ชื่อภาระผูกพัน,งบประมาณที่ได้รับจัดสรร, เบิกจ่ายแล้ว , คงเหลือ ,ร้อยละเบิกจ่าย,ร้อยละคงเหลือ,ผู้รับผิดชอบ--> <tr> <th>No</th> <th>ชื่อภาระผูกพัน</th> <th>งบประมาณที่ได้รับจัดสรร</th> <th>เบิกจ่ายแล้ว</th> <th>คงเหลือ</th> <th>ร้อยละเบิกจ่าย</th> <th>ร้อยละคงเหลือ</th> <th>ผู้รับผิดชอบ</th> </tr> <tr> <td>AAAA</td> <td>โครงการผลิตและเผยแพร่หนังสือและเอกสารวิชาการด้านพฤติกรรมศาสตร์</td> <td>CCCC</td> <td>DDDDDDD</td> <td>EEEEE</td> <td>FFFFFF</td> <td>GGGG</td> <td>GGGG</td> </tr> <tr> <td>AAAA</td> <td>กิจกรรมการถ่ายทอดองค์ความรู้ด้านการเขียนโครงการวิจัยเพื่อขอทุนต่างประเทศ</td> <td>CCCC</td> <td>DDDDDDD</td> <td>EEEEE</td> <td>FFFFFF</td> <td>GGGG</td> <td>GGGG</td> </tr> </table> </div> <!-- <div class="modal-footer"> <h3>Modal Footer</h3> </div>--> </div> </div> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script> <!--Vender--> <script src="js/vendor/Chart.js/Chart.min.js" type="text/javascript"></script> <script src="js/vendor/Chart.js/Chart.bundle.min.js" type="text/javascript"></script> <script src="js/vendor/chartjs-plugin-datalabels.min.js" type="text/javascript"></script> <script src="js/utils.js" type="text/javascript"></script> <script src="js/main.js"></script> </body> </html>