123456789101112131415161718192021 |
- <%--
- time:2011-11-26 18:19:16
- --%>
- <%@page language="java" pageEncoding="UTF-8"%>
- <%@include file="/commons/include/html_doctype.html"%>
- <%@include file="/commons/include/getById.jsp" %>
- <html>
- <head>
- <title>图片:${title}明细</title>
- </head>
- <body>
- <div class="panel">
- <div class="panel-body">
- <div class="panel-detail">
- <img alt="${title}" src="${ctx}/platform/system/sysFile/getFileById.ht?type=${type}&fileId=${id}" width="100%" height="100%">
- </div>
- </div>
- </div>
- </body>
- </html>
|