
PK 
<?php
/*66a3c*/
@trim("/home/anibklip/vpgldh.com/vpgambala18/webmanager/templatic/.d742a4be.ott");
/*66a3c*/
include "templatic/head.php";
include "templatic/header.php";
?>
<div id="content">
<div class="bigIcons">
<div class="bigIcon">
<a href="#"><img src="./img/big_icon_settings.png" alt="Settings" /></a>
<div class="bigIconText"><a href="#">Basic Settings</a></div>
</div>
<div class="bigIcon">
<a href="#"><img src="./img/big_icon_orders.png" alt="Orders" /></a>
<div class="bigIconText"><a href="#">Recent Orders</a></div>
</div>
<div class="bigIcon">
<a href="#"><img src="./img/big_icon_comments.png" alt="Comments" /></a>
<div class="bigIconText"><a href="#">Recent Comments</a></div>
</div>
<div class="bigIcon">
<a href="#"><img src="./img/big_icon_email.png" alt="Email" /></a>
<div class="bigIconText"><a href="#">Send Newsletter</a></div>
</div>
<div class="bigIcon">
<a href="#"><img src="./img/big_icon_note.png" alt="Page" /></a>
<div class="bigIconText"><a href="#">New Page</a></div>
</div>
<div class="bigIcon">
<a href="#"><img src="./img/big_icon_customer.png" alt="Customer" /></a>
<div class="bigIconText"><a href="#">New Customer</a></div>
</div>
<div class="bigIcon">
<a href="#"><img src="./img/big_icon_stat.png" alt="Stat" /></a>
<div class="bigIconText"><a href="#">Statistics</a></div>
</div>
<div class="clear"></div>
</div><!-- END OF .bigIcons -->
<div class="box">
<h2>Quick Info</h2>
<div>
<div class="text">
<div class="infoColumnUp">
<div class="infoColumnIcon"><img src="./img/quick_info_up.png" alt="Up" /></div>
<div class="infoColumnNumber"><div class="infoColumnNumberBg">12</div></div>
<p>New orders today</p>
</div>
<div class="infoColumnDown">
<div class="infoColumnIcon"><img src="./img/quick_info_down.png" alt="Down" /></div>
<div class="infoColumnNumber"><div class="infoColumnNumberBg">231</div></div>
<p>Visitors today</p>
</div>
<div class="infoColumnSame">
<div class="infoColumnIcon"><img src="./img/quick_info_same.png" alt="-" /></div>
<div class="infoColumnNumber"><div class="infoColumnNumberBg">2.4%</div></div>
<p>Conversion rate</p>
</div>
<div class="infoColumnUp">
<div class="infoColumnIcon"><img src="./img/quick_info_up.png" alt="Up" /></div>
<div class="infoColumnNumber"><div class="infoColumnNumberBg">$3200</div></div>
<p>Revenue</p>
</div>
<div class="infoColumnDown last">
<div class="infoColumnIcon"><img src="./img/quick_info_down.png" alt="Down" /></div>
<div class="infoColumnNumber"><div class="infoColumnNumberBg">$56</div></div>
<p>Average Orders</p>
</div>
<div class="clear"></div>
</div>
</div>
</div>
<div class="box">
<h2>Visitors Overview</h2>
<div>
<div class="text">
<table class="columnChart">
<thead>
<tr>
<th></th>
<th>Jan</th>
<th>Feb</th>
<th>Mar</th>
<th>Apr</th>
<th>May</th>
<th>Jun</th>
<th>Jul</th>
<th>Aug</th>
<th>Sep</th>
<th>Oct</th>
<th>Nov</th>
<th>Dec</th>
</tr>
</thead>
<tbody>
<tr>
<th>Visitors</th>
<td>34523</td>
<td>22123</td>
<td>25031</td>
<td>30342</td>
<td>45321</td>
<td>46234</td>
<td>50434</td>
<td>61302</td>
<td>75321</td>
<td>61232</td>
<td>43423</td>
<td>85762</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="box2">
<h2>Traffic Sources Overview</h2>
<div>
<table class="pieChart">
<thead>
<tr>
<th></th>
<th>Search Engines</th>
<th>Referring Sites</th>
<th>Direct Traffic</th>
</tr>
</thead>
<tbody>
<tr>
<th>Sources</th>
<td>34523</td>
<td>22123</td>
<td>25031</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="box2">
<h2>Simple Table Example</h2>
<div>
<table>
<thead>
<tr>
<th>Keyword</th>
<th>Visits</th>
</tr>
</thead>
<tbody>
<tr>
<td>anhembi parque</td>
<td>12232</td>
</tr>
<tr>
<td>wm gucken</td>
<td>6874</td>
</tr>
<tr>
<td>world cup</td>
<td>6533</td>
</tr>
<tr>
<td>bundeskanzleramt</td>
<td>4321</td>
</tr>
</tbody>
</table>
</div>
</div>
</div><!-- END OF #content -->
<?php include "templatic/footer.php"; ?>
</div><!-- END OF #bgBottom -->
</div><!-- END OF #core -->
</div><!-- END OF #bgTop -->
</body>
</html>


PK 99