| 1 |
- <html>
<head>
</head>
<body>
<form method="post">
<div class='content-div' ssFith='{max:300,min:100,lvl:1,fixHeight:150}'>
${errMsg}
<br><br>
${objMsg}
</div>
<div class="bottom-div">
<div class="bottom-down-div">
<input type="submit" value="重新发送" class="bottom-button"
onclick='<serv.ss subm="true" name="ss.agrTask" dest="info" parm="{shid:"${shid}"}"/>'/>
<input type="submit" value="取消发送" class="bottom-button"
onclick='<serv.ss subm="true" name="ss.rejTask" dest="info" parm="{shid:"${shid}"}"/>'/>
<input type="button" onclick="wd.display.closeDialog();" class="bottom-button" value="关闭" />
</div>
</div>
</form>
</body>
</html>
|