github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/public/libs/tinymce/plugins/jbimages/ci/application/views/ajax_upload_result.php (about)

     1  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     2  <html xmlns="http://www.w3.org/1999/xhtml">
     3  <head>
     4  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     5  <title>JustBoil's Result Page</title>
     6  <script language="javascript" type="text/javascript">
     7  	window.parent.window.jbImagesDialog.uploadFinish({
     8  		filename:'<?php echo $file_name; ?>',
     9  		result: '<?php echo $result; ?>',
    10  		resultCode: '<?php echo $resultcode; ?>'
    11  	});
    12  </script>
    13  <style type="text/css">
    14  	body {font-family: Courier, "Courier New", monospace; font-size:11px;}
    15  </style>
    16  </head>
    17  
    18  <body>
    19  
    20  Result: <?php echo $result; ?>
    21  
    22  </body>
    23  </html>