| Server IP : 213.186.33.4 / Your IP : 216.73.216.59 Web Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : awebpaca ( 35430) PHP Version : 8.5.0 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/awebpaca/boutiques/app/design/adminhtml/default/default/template/system/ |
Upload File : |
<?php
/**
* Magento
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE_AFL.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magentocommerce.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade Magento to newer
* versions in the future. If you wish to customize Magento for your
* needs please refer to http://www.magentocommerce.com for more information.
*
* @category design
* @package default_default
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*/
?>
<div class="box-left">
<h4 class="icon-head head-customer-view"><?php echo $this->__('Personal Information') ?></h4>
<div class="box">
<p><strong>Last Logged in:</strong> June, 16, 2007 ( Currently <strong>OFFLINE</strong> )<br/>
<strong>Account Created on:</strong> April 01, 2001<br/>
<strong>Account Created in:</strong> Magento Store</p>
<address>
<strong>Default Billing Address</strong><br/>
Yoav Kutner<br/>
3402 Motor Ave Suite B<br/>
Los Angeles, CA 90034<br/>
United States<br/>
<small><strong>T</strong> |</small> (310) 123-1234</address>
</div>
</div>
<div class="box-right">
<dl class="grid accordion">
<dt><a href="#">Sales Statistics</a></dt>
<dd class="open grid">
<table cellspacing="0" class="data">
<thead>
<tr>
<th>Store</th>
<th>Lifetime Sale</th>
<th>Average Sale</th>
</tr>
</thead>
<tfoot>
<tr>
<td class="label"><strong><big>Total</big></strong></td>
<td class="emph"><strong><big>$2076.97</big></strong></td>
<td class="emph"><strong><big>$116.74</big></strong></td>
</tr>
</tfoot>
<tbody>
<tr>
<td class="label">Magento Store (EN)</td>
<td>$1875.99</td>
<td>$89.99</td>
</tr>
<tr class="even">
<td class="label">Varien Store (EN)</td>
<td>$200.98</td>
<td>$26.75</td>
</tr>
</tbody>
</table>
</dd>
</dl>
</div>
<div class="clear"></div>
<br/>
<dl class="accordion">
<dt><a href="#">Last 5 Orders</a></dt>
<dd class="grid open">
<table cellspacing="0" class="data">
<thead>
<tr>
<th>Order #</th>
<th>Date</th>
<th>Ship To</th>
<th>Order Total</th>
<th>Bought From</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>2DRF234</td>
<td>06/15/2007</td>
<td>Yoav Kutner</td>
<td>$65.50</td>
<td>Magento Store (EN)</td>
<td><a href="#">View</a></td>
</tr>
<tr class="even">
<td>Z12341247</td>
<td>01/12/2007</td>
<td>Yoav Kutner</td>
<td>$98.75</td>
<td>Varien Store (EN)</td>
<td><a href="#">View</a></td>
</tr>
<tr>
<td>Z9876145</td>
<td>07/30/2006</td>
<td>Yoav Kutner</td>
<td>$124.99</td>
<td>Magento Store (EN)</td>
<td><a href="#">View</a></td>
</tr>
<tr class="even">
<td>Z0123123</td>
<td>03/26/2006</td>
<td>Yoav Kutner</td>
<td>$70.99</td>
<td>Magento Store (EN)</td>
<td><a href="#">View</a></td>
</tr>
<tr>
<td>S1230K89</td>
<td>01/17/2006</td>
<td>Yoav Kutner</td>
<td>$54.65</td>
<td>Magento Store (EN)</td>
<td><a href="#">View</a></td>
</tr>
</tbody>
</table></dd>
<dt><a href="#">Shopping Cart (3 items)</a></dt>
<dd></dd>
<dt><a href="#">Wishlist (1 item)</a></dt>
<dd></dd>
</dl>