This commit is contained in:
life
2014-05-07 13:06:24 +08:00
parent fac05a7b6c
commit 476ade10e7
1085 changed files with 259628 additions and 0 deletions

14
app/views/File/image.html Normal file
View 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>