Файл: vk/pages/shop/index.php
Строк: 48
<!--User INDEX page-->
<div id='wrap'>
<div id='top'>
<?php
include 'pages/top1.php';
?>
</div>
<div id='header'>
<?php include 'pages/logo.php'; ?>
</div>
<!--<div id='slider'>
<div id="container">
<div id="example">
<div id="slides">
<div class="slides_container">
<div class="slide">
<img src="/img/s1.png" width="570" height="270" alt="Slide 1">
</div>
<div class="slide">
<img src="/img/s2.png" width="570" height="270" alt="Slide 2">
</div>
<div class="slide">
<img src="/img/s3.png" width="570" height="270" alt="Slide 3">
</div>
<div class="slide">
<img src="/img/s4.png" width="570" height="270" alt="Slide 4">
</div>
</div>
</div>
<img src="/img/example-frame.png" width="739" height="341" alt="Example Frame" id="frame">
</div>
</div>
</div>
-->
<div class='hr'></div>
<div id='content'>
<center>
<input type='button' class='btn btn-warning' value='Подарки Вконтакте' OnClick='window.location.href="/shop/gifts"'> 
<input type='button' class='btn btn-warning' value='Голоса Вконтакте' OnClick='window.location.href="/shop/votes"'> 
<input type='button' class='btn btn-warning' value='Мои покупки' OnClick='window.location.href="/shop/my"'> 
</center>
<center>
<div class='please-select'>
<b>Выберите один из пунктов меню</b>
</div>
</center>
</div>
</div>