- <%@ page contentType="text/html;charset=GBK"%>
- <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
- <br/>
- <div style="font-size:15px;font-weight:bold;width:100%;text-align:center">
- <c:choose>
- <c:when test="${isExistFile==true }">
- <img alt="${file.srcFile}" src="${file.codeImgPath}?time=${time}">
- </c:when>
- <c:otherwise>
- <font color="red">Îļþ²»´æÔÚ</font>
- </c:otherwise>
- </c:choose>
- </div>
|