Code:
<TABLE border="0" cellpadding="0" cellspacing="0">
<FORM action="/shop/admin/sales_report.php" method="POST" name="asl_form">
<TR>
<TD>Current language:</TD>
<TD>
<INPUT type="hidden" name="redirect" value="">
<SELECT name="asl" onChange="javascript: document.asl_form.submit()">
<OPTION value="DE">German</OPTION>
<OPTION value="ES">Spanish</OPTION>
<OPTION value="FR">French</OPTION>
<OPTION value="GB" selected>English</OPTION>
<OPTION value="IT">Italian</OPTION>
</SELECT>
</TD></TR>
</FORM>
</TABLE>
Code:
<form name="report" method="post" action="http://secure.tommeetippee.com/shop/admin/sales_report.php">
<input type="radio" name="lastday" value="0" checked> Today
<input type="radio" name="lastday" value="1" > Last 1 day
<input type="radio" name="lastday" value="7" > Last 7 day
<input type="radio" name="lastday" value="30" > Last 30 day
<input type="radio" name="lastday" value="365" > Last 365 day
<input type="submit" style="margin-top:5px">
<div style="line-height:10px"></div>
There are 1 orders.
<table>
<tr>
<th align="left" width="160px">Login</th>
<th style="padding-right:15px">Name</th>
<th>Total</th>
<th>Count</th>
<th>Last Order</th>
<th>Last
Order #</th>
<th>Referer</th>
<th>Status</th>
</tr>
<tr>
<td>
<input style="padding-left:0px; padding-right:10px" onClick="document.report.action='sales_report.php?login=anonymous646'" title="anonymous646" type="submit" class="submitLink" value="anonymous646">
<input name='orderid' type='hidden' value='anonymous646' />
</td>
<td>Name removed for data protection act</td>
<td align="right">бё</td>
<td align="center">1</td>
<td width="105">Aug 16 08:11 AM</td>
<td align="center">
2666</td> <td></td>
<td align="center">P</td>
</tr>
<tr><td>TOTAL</td><td></td><td align="right" >бёtotal</td>
<td></td><td></td></tr>
</table>
<h2>NEW USERS WITH NO ORDER</h2>
<table>
<tr>
<th align="left" width="160px">Login</th>
<th style="padding-right:15px">Name</th>
<th>Total</th>
<th>Count</th>
<th>Last Order</th>
<th>Last
Order #</th>
<th>Referer</th>
<th>Status</th>
</tr>
<tr>
<td>
<input style="padding-left:0px; padding-right:10px" onClick="document.report.action='sales_report.php?login=removed for data protection act'" title="removed" type="submit" class="submitLink" value="Noonoo">
<input name='orderid' type='hidden' value='Noonoo' />
</td>
<td>removed name for data protection act</td>
<td align="right"></td>
<td align="center"></td>
<td width="105">Aug 16 12:40 AM</td>
<td align="center"></td> <td>
other</td>
<td align="center"></td>
</tr>
</table>
</form>