github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/themes/wind/templates/editor-ajax-result.html (about)

     1  <!DOCTYPE html>
     2  <html>
     3  <head>
     4  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     5  <title>Upload Result Page</title>
     6  <script language="javascript" type="text/javascript">
     7  	window.parent.window.jbImagesDialog.uploadFinish({
     8  		filename:'{{file_name}}',
     9  		result: '{{result}}',
    10  		resultCode: '{{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  <body>
    18  Result: {{result}}
    19  </body>
    20  </html>