just for rename

This commit is contained in:
life
2014-10-28 14:48:22 +08:00
parent af9a820cbf
commit f20565d54b
64 changed files with 7694 additions and 0 deletions

@ -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>