コード例 #1
0
ファイル: panel.php プロジェクト: alchemixt99/STL
            <div class="modal-header">
              <button type="button" class="close" data-dismiss="modal" aria-hidden="true"><i class="md md-close"></i></button>
              <h4 class="modal-title">Source Code</h4>
            </div>
            <div class="modal-body">
              <pre></pre>
            </div>
            <div class="modal-footer">
              <button type="button" class="btn btn-flat btn-primary" data-dismiss="modal">Close</button>
            </div>
          </div>
        </div>
      </div>
    </div>
<?php 
echo $html_snippet->load_footer();
?>
    <script>
    function plot_morris(x,y,yy,data,l,ll,e,t){
      switch(t){
        case "line":
          new Morris.Line({
            element: e,
            data: data,
            xkey: x,
            ykeys: [y],
            labels: [l],
            resize: true
          });
        break;
        case "bar":