?? filelist.vm
字號:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>文件瀏覽</title>
<link rel="stylesheet" href="$!request.getContextPath()/csslib/style.css" type="text/css">
<script Language="javascript" src="$request.getContextPath()/jslib/function.js"></script>
<script language="javascript">
function init(){
parent.RithtFrame.location = "..$!zw.getPath()$!zw.getSite()/$!zw.getFileName()";
}
function doclose(){
parent.window.close();
}
</script>
</head>
<body onload="init()">
<form name="thisForm" method="post" action="printsave.jsp">
<input type="hidden" name="docId" value="$sendDoc.getDocId()">
<input type="hidden" name="filePath">
<input type="hidden" name="status" value="$sendDoc.getStatus()">
<input type="hidden" name="docKind" value="$sendDoc.getDocKind()">
<input type="hidden" name="pfile">
<table border="0" width=100% cellspacing="1" cellpadding="0" align="center" >
<tr>
<td colspan=2 align=left> <img src="$request.getContextPath()/image/undeal.gif">正文附件列表:</td>
</tr>
<tr height=25>
<td> </td>
</tr>
<tr height=25>
<td> 文件正文:</td>
</tr>
<tr>
<td align=left> <a href="..$!zw.getPath()$!zw.getSite()/$!zw.getFileName()" target="RithtFrame">$!zw.getTitle()</a></td>
</tr>
#if($fjList.size()>0)
<tr height=35>
<td> 文件附件:</td>
</tr>
#foreach($fj in $fjList)
<tr height=25>
<td align=left> <a href="..$!fj.getPath()$!fj.getSite()/$!fj.getFileName()" target="RithtFrame">$!fj.getTitle()</a></td>
</tr>
#end
#end
<tr height=25>
<td> </td>
</tr>
</table>
</form>
<table border="0" align="center" cellpadding="0" cellspacing="0" width=100%>
<tr>
<td align=center>
<a href="#" onclick="doclose()"><font color=red>關閉窗口</font></a>
</td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -