1 <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
2 pageEncoding="ISO-8859-1"
5 taglib prefix="s" uri="/struts-tags"
7 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
9 <!-- Initialization of the message
10 =============================================================================================================================
12 <% String message = request.getParameter("message");
13 String value = request.getParameter("value");
15 <s:set var="code"><%=message%></s:set>
19 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
20 <title><s:text name="name.module"/></title>
21 <link href=<s:url value="/skin/default.css"/> rel="stylesheet" type="text/css">
26 =============================================================================================================================
28 <jsp:include page="/jsp/menubar.jsp">
29 <jsp:param name="menu" value="study" />
33 =============================================================================================================================
35 <jsp:include page="/jsp/titlebar.jsp">
36 <jsp:param name="entity" value="study" />
37 <jsp:param name="disable" value="true" />
41 =============================================================================================================================
44 <jsp:include page="/jsp/toolbar.jsp">
45 <jsp:param name="tools" value="none" />
47 <div id=top-spacer></div>
48 <jsp:include page="/jsp/menuitem.jsp">
49 <jsp:param name="menu" value="study" />
51 <jsp:include page="/jsp/studyProperties.jsp" />
55 =============================================================================================================================
59 <div id=section><s:text name="title.import"/></div>
61 <table width=100% cellpadding=0 cellspacing=0 border=0 class=text>
62 <tr height=25 valign=middle>
64 <s:text name="message.upload">
65 <s:param><s:property value="%{fileName}"/></s:param>
69 <tr height=1 bgcolor=#AAAAAA><td></td></tr>
71 <table width=100% cellpadding=0 cellspacing=0 border=0 class=error>
72 <tr height=5><td></td></tr>
75 <s:text name="message.error.%{#code}">
76 <% if (value != null) {
77 %> <s:param><%=value%></s:param>
82 <tr height=10><td></td></tr>
85 <s:url id="back" namespace="/study" action="step-study" />
87 <input type=button style='width: 100px;' value="<s:text name="button.ok"/>">