Files
Babydatenbank/web/xava/editors/imageLabelEditor.jsp
Socrates 9ed0f2a056 test
2020-05-26 10:29:34 +02:00

10 lines
449 B
Plaintext

<%
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 %>"/>