<!doctype html>
|
<html class="no-js">
|
<head>
|
<meta charset="utf-8">
|
<title></title>
|
|
|
</head>
|
|
[#include "/business/pages/include/static.html" /]
|
[#include "/component/htmleditor.html" /]
|
[#include "/component/newupload.html" /]
|
|
<script type="text/javascript">
|
$(function() {
|
$.formValidator.initConfig({formID:"myform",onError:function(msg){popupTips(msg)},onSuccess:function(){
|
document.getElementById("myform").target = window.top.openDialog("1","操作",
|
{},
|
{"width":40,"height":40},[{btnId:"tipBtnSure", btnName:"确定", btnStyle:"bluebtn"}]);
|
return true;
|
}});
|
|
|
})
|
</script>
|
|
<body class="end_task_body">
|
<div class="end_task">
|
<div class="edit_txt">
|
<div align="center">
|
[#if file_path??&&file_path!=""]
|
<img src="${base}${file_path}"/>
|
[#else]
|
没有上传影印版报表
|
[/#if]
|
</div>
|
</div>
|
</div>
|
|
<script type="text/javascript">
|
</script>
|
|
</body>
|
</html>
|