init
This commit is contained in:
14
app/views/File/image.html
Normal file
14
app/views/File/image.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<script type="text/javascript">
|
||||
window.parent.window.leanoteImagesDialog.uploadFinish({
|
||||
filename:'{{.fileUrlPath}}',
|
||||
result: '{{.resultMsg}}',
|
||||
resultCode: '{{.resultCode}}'
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
</html>
|
||||
Reference in New Issue
Block a user