test
This commit is contained in:
9
web/xava/editors/imageLabelEditor.jsp
Normal file
9
web/xava/editors/imageLabelEditor.jsp
Normal file
@@ -0,0 +1,9 @@
|
||||
<%
|
||||
String propertyKey = request.getParameter("propertyKey");
|
||||
String fvalue = (String) request.getAttribute(propertyKey + ".fvalue");
|
||||
String sPrefix = request.getParameter("prefix");
|
||||
String sExtension = request.getParameter("extension");
|
||||
%>
|
||||
|
||||
<input id="<%=propertyKey%>" type="hidden" name="<%=propertyKey%>" value="<%=fvalue%>">
|
||||
<img src="<%=request.getContextPath()%>/xava/images/<%= sPrefix+fvalue+"."+sExtension%>" alt="<%=fvalue %>"/>
|
||||
Reference in New Issue
Block a user