- <%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
- <%@include file="/context/mytags.jsp"%>
- <!DOCTYPE html>
- <html>
- <head>
- <title></title>
- </head>
- <body>
- <c:if test="${empty dbpath }"> ${errormsg} </c:if>
- <c:if test="${empty errormsg }">
- <img alt="" src='${dbpath}'>
- </c:if>
-
- </body>
- </html>
|