test
This commit is contained in:
15
web/xava/editors/chooseFile.jsp
Normal file
15
web/xava/editors/chooseFile.jsp
Normal file
@@ -0,0 +1,15 @@
|
||||
<%@ include file="../imports.jsp"%>
|
||||
|
||||
<jsp:useBean id="style" class="org.openxava.web.style.Style" scope="request"/>
|
||||
|
||||
<%
|
||||
String accept = request.getParameter("accept");
|
||||
%>
|
||||
<table>
|
||||
<th align='left' class="<%=style.getLabel()%>">
|
||||
<xava:message key="enter_new_file"/>
|
||||
</th>
|
||||
<td>
|
||||
<input name="newFile" class=<%=style.getEditor()%> type="file" size='60' tabindex="1" accept="<%=accept%>"/>
|
||||
</td>
|
||||
</table>
|
||||
Reference in New Issue
Block a user