just for rename
This commit is contained in:
app/views
admin
app
blog
errors
file
home
find_password.htmlfind_password2.htmlfind_password2_timeout.htmlfooter.htmlheader.htmlheader_box.htmlindex.htmlindex_en.htmlindex_zh.htmllogin.htmlmodal.htmlregister.html
html2Image
note
notebook
oauth
share
user
14
app/views/file/blog_logo.html
Normal file
14
app/views/file/blog_logo.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>图片上传结果</title>
|
||||
<script language="javascript" type="text/javascript">
|
||||
window.parent.window.uploadFinish({
|
||||
filename:'{{.fileUrlPath}}',
|
||||
result: '{{.resultMsg}}',
|
||||
resultCode: '{{.resultCode}}'
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
</html>
|
Reference in New Issue
Block a user