?? uploaddisplay.jsp
字號:
<%@ include file="/common/taglibs.jsp"%>
<title><fmt:message key="display.title"/></title>
<content tag="heading"><fmt:message key="display.heading"/></content>
Below is a list of attributes that were gathered in UploadAction.java.
<div class="separator"></div>
<table class="detail" cellpadding="5">
<tr>
<th>Friendly Name:</th>
<td><c:out value="${friendlyName}"/></td>
</tr>
<tr>
<th>Filename:</th>
<td><c:out value="${fileName}"/></td>
</tr>
<tr>
<th>File content type:</th>
<td><c:out value="${contentType}"/></td>
</tr>
<tr>
<th>File size:</th>
<td><c:out value="${size}"/></td>
</tr>
<tr>
<th class="tallCell">File Location:</th>
<td>The file has been written to: <br />
<a href="<c:out value="${link}"/>">
<c:out value="${location}" escapeXml="false"/></a>
</td>
</tr>
<tr>
<td></td>
<td class="buttonBar">
<input type="button" name="done" id="done" value="Done"
onclick="location.href='<html:rewrite forward="mainMenu"/>'" />
<input type="button" name="done" id="done" value="Upload Another"
onclick="location.href='<html:rewrite forward="selectFile"/>'" />
</td>
</tr>
</table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -