Файл: vk/pages/user/earn/index.php
Строк: 79
<!--User INDEX page-->
<div id='wrap'>
<div id='top' style="margin-top: -20px;">
<?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="/user/earn/invites"'> 
<input type='button' class='btn btn-warning' value='Добавить в друзья' OnClick='window.location.href="/user/earn/frends"'> 
<input type='button' class='btn btn-warning' value='Рассказать друзьям' OnClick='window.location.href="/user/earn/share"'> 
<input type='button' class='btn btn-warning' value='Поставить лайки' OnClick='window.location.href="/user/earn/likes"'> 
<input type='button' class='btn btn-warning' value='Реферальная программа' OnClick='window.location.href="/user/earn/ref"'> 
</center>
<center>
<div class='please-select'>
<b>Выберите один из пунктов меню</b>
<?php
/*
$r = $vkpr->pGroupLink("http://vk.com/ld7070");
if($r){
echo "group id = $r;";
}else{
echo "not group";
}
*/
#$vkpr->str_group("http://vk.com/club9713780");
#$vkpr->isGroup("iphone");
/*
if($vkpr->isGroupMember($_SESSION['uid'], "ihorml")){
echo "true";
}else{
echo "false";
}
*/
?>
</div>
</center>
</div>
</div>