Regalamiunsorriso/www/admin/art/_mailMessage/amzUpdate.html
2026-04-07 18:02:17 +02:00

37 lines
769 B
HTML

<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Untitled Document</title>
</head>
<body>
<p>Data Esecuzione: <strong><%=data%></strong></p>
<p><strong><%=risultato%></strong></p>
<p><strong style="color:darkgreen">Elenco Articoli Amz Aggiornati</strong></p>
<table width="100%" style='border:1px solid #ccc'>
<thead>
<tr style='border:1px solid #ccc'>
<th>Codice</th>
<th>Amz</th>
<th>Google</th>
<th>Codici Forn</th>
<th>Descrizione</th>
<th>Pr. Pub</th>
<th>Pr. Amz</th>
<th>Street Price</th>
<th>Ric Eff.</th>
<th>Q.ta</th>
<th>Q.ta Amz</th>
<th>Visibile</th>
<th>Res.</th>
</tr>
</thead>
<tbody>
<%=listaArticoli%>
</tbody>
</table>
</body>
</html>