Regalamiunsorriso/www/admin/art/articoloVarianteImg.jsp
2026-04-07 18:02:17 +02:00

24 lines
1.8 KiB
Text

<%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Crea Immagini AV Scalate 0.1</title>
</head>
<link rel="stylesheet" href="../_V2/_css/style.css">
<body><jsp:useBean id="bean" scope="request" type="it.acxent.art.ArticoloVariante" class="it.acxent.art.ArticoloVariante" ></jsp:useBean>
Creazione immagine Scaled in corso......................................<br />
<ul> <li>
dettaglio prefisso AV scaled 370 : <acx:if_img alt=" " scaledWidth="370" checkScaled="false" scaledPrefix="AV/"><img src="../../_img/_imgArt/<%=bean.getImgFileName(1) %>" border="0" alt="Art Righe Thumb"></acx:if_img><acx:else_img>No Foto</acx:else_img><br />
</li>
<li>lista prefisso TH scaled 275 : <acx:if_img alt=" " scaledWidth="275" checkScaled="false"><img src="../../_img/_imgArt/<%=bean.getImgFileName(1) %>" border="0" alt="Art Righe Thumb"></acx:if_img><acx:else_img>No Foto</acx:else_img>
</li>
<li>carrello prefisso CART scaled 50 : <acx:if_img alt=" " scaledWidth="50" checkScaled="false" scaledPrefix="CART/"><img src="../../_img/_imgArt/<%=bean.getImgFileName(1) %>" border="0" alt="Art Righe Thumb"></acx:if_img><acx:else_img>No Foto</acx:else_img>
</li>
<li>ViewAll prefisso VALL scaled 120 : <acx:if_img alt=" " scaledWidth="120" checkScaled="false" scaledPrefix="VALL/"><img src="../../_img/_imgArt/<%=bean.getImgFileName(1) %>" border="0" alt="Art Righe Thumb"></acx:if_img><acx:else_img>No Foto</acx:else_img>
</li>
</ul>
</body>
</html>