First commit
This commit is contained in:
parent
cf97b64877
commit
cc69770608
1468 changed files with 265316 additions and 128 deletions
37
www/admin/art/_mailMessage/ebayUpdate.html
Normal file
37
www/admin/art/_mailMessage/ebayUpdate.html
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
<!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> </p>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue