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

37 lines
806 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 Ebay Aggiornati</strong></p>
<table width="100%" style="border:1px solid #ccc">
<thead>
<tr style="border:1px solid #ccc">
<th>Codice</th>
<th>M.Gest.</th>
<th>Ebay</th>
<th>Google</th>
<th>Codici Forn</th>
<th>Descrizione</th>
<th>Pr. Pub</th>
<th>Pr. Ebay</th>
<th>Street Price</th>
<th>Ric Eff.</th>
<th>Q.ta</th>
<th>Q.ta Ebay</th>
<th>Visibile</th>
<th>Res.</th>
</tr>
</thead>
<tbody>
<%=listaArticoli%>
</tbody>
</table>
<p>&nbsp;</p>
</body>
</html>