Файл: user/settings.php
Строк: 904
<?php
require_once '../incfiles/core.php';
require_once '../incfiles/func.php';
require_once '../incfiles/auth.php';
require_once '../incfiles/user.php';
if (empty($user_id)) {go(URL.'/');}
$title = lang('Настройки','Налаштування');
require_once '../incfiles/head.php';
?>
<script type="text/javascript">
$(function(){
$('#form').on('submit', function(e){
Page.Loading('start');
e.preventDefault();
var $that = $(this),
formData = new FormData($that.get(0));
$.ajax({
url: $that.attr('action'),
type: $that.attr('method'),
contentType: false,
processData: false,
data: formData,
success: function(response){
if(response){
$('.content').html(response);
Page.Loading('stop');
}
}
});
});
});
</script>
<?
$act = htmlentities(trim($_GET['act']));
echo '<div class="title">
<a '. ($act == false?'class="title_a_hover"':'') .' href="'.URL.'/user/settings.php" onclick="Page.Go(this.href); return false">'.lang('О себе','Про себе').'</a>
<a '. ($act == 'contacts'?'class="title_a_hover"':'') .' href="'.URL.'/user/settings.php?act=contacts" onclick="Page.Go(this.href); return false">'.lang('Контакты','Контакти').'</a>
<a '. ($act == 'security'?'class="title_a_hover"':'') .' href="'.URL.'/user/settings.php?act=security" onclick="Page.Go(this.href); return false">'.lang('Безопасность','Безпека').'</a>
<a '. ($act == 'access'?'class="title_a_hover"':'') .' href="'.URL.'/user/settings.php?act=access" onclick="Page.Go(this.href); return false">'.lang('Приватность','Приватність').'</a>
<a '. ($act == 'payments'?'class="title_a_hover"':'') .' href="'.URL.'/user/settings.php?act=payments" onclick="Page.Go(this.href); return false">'.lang('Платежи','Платежі').'</a>
<a '. ($act == 'servis'?'class="title_a_hover"':'') .' href="'.URL.'/user/settings.php?act=servis" onclick="Page.Go(this.href); return false">'.lang('Сервисы','Сервіси').'</a>
<a '. ($act == 'new'?'class="title_a_hover"':'') .' href="'.URL.'/user/settings.php?act=new" onclick="Page.Go(this.href); return false">'.lang('Страница','Сторінка').'</a>
</div>';
require_once 'handler/settings.php';
switch($act)
{
default:
echo $save.'<form id="form" action="'.URL.'/user/settings.php" method="post">
<div class="block">
'.lang('Имя','Ім'я').':<br />
<input class="input" name="name" type="text" maxlength="500" value="'.$user['name'].'"/>
</div><div class="block">
'.lang('Фамилия','Прізвище').':<br />
<input class="input" name="surname" type="text" maxlength="500" value="'.$user['surname'].'"/>
</div><div class="block">
'.lang('Пол','Стать').':
<select class="input2" name="sex">
<option value="1"'. ($user['sex'] == 1?' selected="selected"':NULL) .'>'.lang('Мужской','Чоловіча').' </option>
<option value="2"'. ($user['sex'] == 2?' selected="selected"':NULL) .'>'.lang('Женский','Жіноча').'</option>
</select>
</div><div class="block">
'.lang('Дата рождения','Дата народження').':<br />
<select class="input2" name="day">
<option value="0"'. ($user['day'] == 0?' selected="selected"':NULL) .'>День</option>
<option value="1"'. ($user['day'] == 1?' selected="selected"':NULL) .'>1</option>
<option value="2"'. ($user['day'] == 2?' selected="selected"':NULL) .'>2</option>
<option value="3"'. ($user['day'] == 3?' selected="selected"':NULL) .'>3</option>
<option value="4"'. ($user['day'] == 4?' selected="selected"':NULL) .'>4</option>
<option value="5"'. ($user['day'] == 5?' selected="selected"':NULL) .'>5</option>
<option value="6"'. ($user['day'] == 6?' selected="selected"':NULL) .'>6</option>
<option value="7"'. ($user['day'] == 7?' selected="selected"':NULL) .'>7</option>
<option value="8"'. ($user['day'] == 8?' selected="selected"':NULL) .'>8</option>
<option value="9"'. ($user['day'] == 9?' selected="selected"':NULL) .'>9</option>
<option value="10"'. ($user['day'] == 10?' selected="selected"':NULL) .'>10</option>
<option value="11"'. ($user['day'] == 11?' selected="selected"':NULL) .'>11</option>
<option value="12"'. ($user['day'] == 12?' selected="selected"':NULL) .'>12</option>
<option value="13"'. ($user['day'] == 13?' selected="selected"':NULL) .'>13</option>
<option value="14"'. ($user['day'] == 14?' selected="selected"':NULL) .'>14</option>
<option value="15"'. ($user['day'] == 15?' selected="selected"':NULL) .'>15</option>
<option value="16"'. ($user['day'] == 16?' selected="selected"':NULL) .'>16</option>
<option value="17"'. ($user['day'] == 17?' selected="selected"':NULL) .'>17</option>
<option value="18"'. ($user['day'] == 18?' selected="selected"':NULL) .'>18</option>
<option value="19"'. ($user['day'] == 19?' selected="selected"':NULL) .'>19</option>
<option value="20"'. ($user['day'] == 20?' selected="selected"':NULL) .'>20</option>
<option value="21"'. ($user['day'] == 21?' selected="selected"':NULL) .'>21</option>
<option value="22"'. ($user['day'] == 22?' selected="selected"':NULL) .'>22</option>
<option value="23"'. ($user['day'] == 23?' selected="selected"':NULL) .'>23</option>
<option value="24"'. ($user['day'] == 24?' selected="selected"':NULL) .'>24</option>
<option value="25"'. ($user['day'] == 25?' selected="selected"':NULL) .'>25</option>
<option value="26"'. ($user['day'] == 26?' selected="selected"':NULL) .'>26</option>
<option value="27"'. ($user['day'] == 27?' selected="selected"':NULL) .'>27</option>
<option value="28"'. ($user['day'] == 28?' selected="selected"':NULL) .'>28</option>
<option value="29"'. ($user['day'] == 29?' selected="selected"':NULL) .'>29</option>
<option value="30"'. ($user['day'] == 30?' selected="selected"':NULL) .'>30</option>
<option value="31"'. ($user['day'] == 31?' selected="selected"':NULL) .'>31</option>
</select>
<select class="input2" name="month">
<option value="0"'. ($user['month'] == 0?' selected="selected"':NULL) .'>'.lang('Месяц','Місяць').'</option>
<option value="1"'. ($user['month'] == 1?' selected="selected"':NULL) .'>'.lang('Январь','Січень').'</option>
<option value="2"'. ($user['month'] == 2?' selected="selected"':NULL) .'>'.lang('Февраль','Лютий').'</option>
<option value="3"'. ($user['month'] == 3?' selected="selected"':NULL) .'>'.lang('Март','Березень').'</option>
<option value="4"'. ($user['month'] == 4?' selected="selected"':NULL) .'>'.lang('Апрель','Квітень').'</option>
<option value="5"'. ($user['month'] == 5?' selected="selected"':NULL) .'>'.lang('Май','Травень').'</option>
<option value="6"'. ($user['month'] == 6?' selected="selected"':NULL) .'>'.lang('Июнь','Червень').'</option>
<option value="7"'. ($user['month'] == 7?' selected="selected"':NULL) .'>'.lang('Июль','Липень').'</option>
<option value="8"'. ($user['month'] == 8?' selected="selected"':NULL) .'>'.lang('Август','Серпень').'</option>
<option value="9"'. ($user['month'] == 9?' selected="selected"':NULL) .'>'.lang('Сентябрь','Вересень').'</option>
<option value="10"'. ($user['month'] == 10?' selected="selected"':NULL) .'>'.lang('Октябрь','Жовтень').'</option>
<option value="11"'. ($user['month'] == 11?' selected="selected"':NULL) .'>'.lang('Ноябрь','Листопад').'</option>
<option value="12"'. ($user['month'] == 12?' selected="selected"':NULL) .'>'.lang('Декабрь','Грудень').'</option>
</select>
<input class="input2" type="text" value="' . $user['year'] . '" size="4" maxlength="4" name="year" placeholder="'.lang('Год','Рік').'"/><br/>
</div><div class="block">
'.lang('Показывать на странице','Показувати на сторінці').':
<select class="input2" name="hide_year">
<option value="0"'. ($user['hide_year'] == 0?' selected="selected"':NULL) .'>'.lang('Дату рождения','Дату народження').'</option>
<option value="1"'. ($user['hide_year'] == 1?' selected="selected"':NULL) .'>'.lang('Только месяц и день','Тільки місяць і день').'</option>
</select>
</div><div class="block">
'.lang('Место жительства','Місце проживання').':<br/>
<select class="input2" name="region">
<option value="0"'. ($user['region'] == 0?' selected="selected"':NULL) .'>'.lang('Выбрать','Вибрати').' обл.</option>';
$res = mysql_query("SELECT * FROM `region` ORDER by `id`");
while ($array = mysql_fetch_array($res))
{
echo '<option value="'.$array['id'].'"'. ($user['region'] == $array['id']?' selected="selected"':NULL) .'>'.lang($array['ru_name'],$array['ua_name']).' обл.</option>';
}
echo '</select> <input class="input2" name="city" type="text" maxlength="50" value="'.$user['city'].'" placeholder="'.lang('Родной город','Рідне місто').'"/>
</div><div class="block">
'.lang('Семейное положение','Сімейний стан').':
<select class="input2" name="family">
<option value="0"'. ($user['family'] == 0?' selected="selected"':NULL) .'>'.lang('Выбрать','Вибрати').'</option>
<option value="1"'. ($user['family'] == 1?' selected="selected"':NULL) .'>'.lang('Неженат/Незамужем','Неодружений/Незаміжня').'</option>
<option value="2"'. ($user['family'] == 2?' selected="selected"':NULL) .'>'.lang('Встречаюсь','Зустрічаюсь').'</option>
<option value="3"'. ($user['family'] == 3?' selected="selected"':NULL) .'>'.lang('Помолвлен(а)','Заручений/Заручена').'</option>
<option value="4"'. ($user['family'] == 4?' selected="selected"':NULL) .'>'.lang('Женат/Замужем','Одружений/Заміжня').'</option>
<option value="5"'. ($user['family'] == 5?' selected="selected"':NULL) .'>'.lang('Все сложно','Все складно').'</option>
<option value="6"'. ($user['family'] == 6?' selected="selected"':NULL) .'>'.lang('В активном поиске','В активному пошуку').'</option>
<option value="7"'. ($user['family'] == 7?' selected="selected"':NULL) .'>'.lang('Влюблен(а)','Закоханий/Закохана').'</option>
</select>
</div><div class="block">
'.lang('Увлечения','Захоплення').':<br />
<input class="input" name="hobi" type="text" maxlength="500" value="'.$user['hobi'].'"/>
</div><div class="block">
'.lang('О себе','Про себе').':<br />
<textarea class="input" name="about">'.no_tags($user['about']).'</textarea>
</div><div class="block">
<input name="save_info" type="hidden" value="1"/>
<input class="button" type="submit" value="'.lang('Сохранить','Зберегти').'"/>
</div>
</form>';
break;
case 'contacts':
echo '<form id="form" action="'.URL.'/user/settings.php?act=contacts" method="post">
<div class="block">
E-mail:<br />
<input class="input" name="email" type="text" maxlength="50" value="'.$user['email'].'"/>
</div><div class="block">
Skype:<br />
<input class="input" name="skype" type="text" maxlength="50" value="'.$user['skype'].'"/>
</div><div class="block">
ICQ:<br />
<input class="input" name="icq" type="text" maxlength="50" value="'.$user['icq'].'"/>
</div><div class="block">
Моб.телефон:<br/>
<input class="input" name="tel" type="text" maxlength="50" value="'.$user['tel'].'"/>
</div><div class="block">
<input name="save_contacts" type="hidden" value="1"/>
<input class="button" type="submit" value="'.lang('Сохранить','Зберегти').'"/>
</div>
</form>';
break;
case 'security':
echo $save.'<form id="form" action="'.URL.'/user/settings.php?act=security" method="post">
<div class="block">
'.lang('Старый','Старий').' пароль:<br />
<input class="input" name="mypass" type="text" maxlength="20" value=""/>
</div><div class="block">
'.lang('Новый','Новий').' пароль: <br />
<input class="input" name="newpass" type="text" maxlength="20" value=""/>
</div><div class="block">
'.lang('Введите повторно новый','Введіть повторно новий').' пароль: <br />
<input class="input" name="newpass2" type="text" maxlength="20" value=""/>
</div><div class="block">
<input name="save_security" type="hidden" value="1"/>
<input class="button" type="submit" value="'.lang('Сохранить','Зберегти').'"/>
</div>
</form>';
break;
case 'access':
if (mysql_result(mysql_query("SELECT COUNT(`id`) FROM `ask` WHERE `user_id` = '".$user_id."' LIMIT 1"),0) == false) mysql_query("INSERT INTO `ask` SET `user_id` = '".$user_id."', `time` = '".time()."'");
$ask = mysql_fetch_array(mysql_query("SELECT * FROM `ask` WHERE `user_id` = '".$user_id."' LIMIT 1"));
echo '<form id="form" action="'.URL.'/user/settings.php?act=access" method="post">
<div class="block">
'.lang('Просматривать мою страницу могут','Переглядати мою сторінку можуть').':
<select class="input2" name="access_page">
<option value="0"'. ($user['access_page'] == 0?' selected="selected"':NULL) .'>'.lang('Все пользователи','Усі користувачі').'</option>
<option value="1"'. ($user['access_page'] == 1?' selected="selected"':NULL) .'>'.lang('Только друзья','Тільки друзі').'</option>
</select>
</div><div class="block">
'.lang('Отправлять мне сообщения могут','Надсилати мені повідомлення можуть').':
<select class="input2" name="access_mail">
<option value="0"'. ($user['access_mail'] == 0?' selected="selected"':NULL) .'>'.lang('Все пользователи','Усі користувачі').'</option>
<option value="1"'. ($user['access_mail'] == 1?' selected="selected"':NULL) .'>'.lang('Только друзья','Тільки друзі').'</option>
</select>
</div><div class="block">
'.lang('Задавать мне вопросы могут','Задавати мені питання можуть').':
<select class="input2" name="access_ask">
<option value="0"'. ($ask['access'] == 0?' selected="selected"':NULL) .'>'.lang('Все пользователи','Усі користувачі').'</option>
<option value="1"'. ($ask['access'] == 1?' selected="selected"':NULL) .'>'.lang('Только друзья','Тільки друзі').'</option>
<option value="2"'. ($ask['access'] == 2?' selected="selected"':NULL) .'>'.lang('Запретить анонимные вопросы','Заборонити анонімні запитання').'</option>
<option value="3"'. ($ask['access'] == 3?' selected="selected"':NULL) .'>'.lang('Запретить все вопросы','Заборонити будь-які запитання').'</option>
</select>
</div><div class="block">
<input name="save_access" type="hidden" value="1"/>
<input class="button" type="submit" value="'.lang('Сохранить','Зберегти').'"/>
</div>
</form>';
break;
case 'payments':
echo '
<div class="block"><font color="#465DDC"><center><b>
'.lang('Состояние личного счёта','Стан особистого рахунку').'</font><br /></center></b></div></br>';
echo'<center><b><font color="black">Монети - </font></b>'.lang('универсальная условная единица для приобретения платных возможностей LiveBook.','універсальна умовна одиниця для придбання платних можливостей LiveBook.').'</font><br /></center></b>';
echo '
<div class="block"><font color="#465DDC"><center><b>
'.lang('На Вашем счёте:','На вашому рахунку').'</font> '.$user['balans'].' Монет('.lang('ы','и').') <b> </b><br /></center></b></div></br>';
echo '<div class="title"><center>
<a '. ($act == false?'class="title_a"':'') .' href="'.URL.'/balans/" onclick="Page.Go(this.href); return false">'.lang('Пополнить счёт','Поповнити баланс').'</div></center></a>
';
break;
case 'vip':
//mysql_query("UPDATE `users` SET `access_best` ='0''".$access_best."',`balans` = `balans`-10 WHERE `id` = '".$user_id."'");
echo '<form id="form" action="'.URL.'/user/settings.php?act=vip" method="post">';
if ($user['access_best'] == 1) echo'
</div><div class="block">
'.lang('Платная услуга VIP','Платна послуга VIP').': </br>
'.lang('Услуга предоставляет такие возможности:','Послуга надає такі можливості:').'</br>
'.lang('1.Вашу страницу будет показано всем пользователям в веб версии сайта на правой панели','1.Вашу сторінку буде показано всім користувачам у веб версії сайта на правій панелі').'</br>
'.lang('2.Вашу страницу будет показано самой первой в списке пользователей','2.Вашу сторінку буде показано самою першою в списку користувачів').'</br>
'.lang('3.Цена услуги 10 монет','3.Ціна послуги 10 монет').'</br>
<select class="input2" name="access_best">
<option value="0"'. ($user['access_best'] == 0?' selected="selected"':NULL) .'>'.lang('Активировать услугу','Підключити послугу').'</option>
</select>
</div><div class="block">
<input name="save_vip" type="hidden" value="1"/>';
if ($user['access_best'] == 1)
if ($user['balans'] >9)echo'<input class="button" type="submit" value="'.lang('Сохранить','Зберегти').'"/>';
if ($user['access_best'] == 1) if ($user['balans'] <10)echo''.lang('Чтобы подключить услугу сначало пополните счет.','Щоб підключити послугу спочатку поповніть свій рахунок.').'';
echo'</div>
</form>';
if ($user['access_best'] == 0)echo''.lang('Услуга активирована','Послуга активна').'';
break;
case 'servis':
echo '<form id="form" action="'.URL.'/user/settings.php?act=servis" method="post">
<div class="block">
'.lang('Набор стикеров Девушка Эля','Набір стікерів Дівчина Еля').':</br> <img src="'.URL.'/design/image/elya.png"/> <a href="/user/settings.php?act=detailelya" onclick="Page.Go(this.href); return false">'.lang('Подробнее','Детальніше').'</a> </br>
<select class="input2" name="access_elya">
<option value="0"'. ($user['access_elya'] == 0?' selected="selected"':NULL) .'>'.lang('Отключить','Відключити').'</option>
<option value="1"'. ($user['access_elya'] == 1?' selected="selected"':NULL) .'>'.lang('Добавить к набору','Додати до набору').'</option>
</select>
</div><div class="block">
'.lang('Набор стикеров Веселий Андрей','Набір стікерів Веселий Андрій').': </br>
<img src="'.URL.'/design/image/andr.png"/> <a href="/user/settings.php?act=detailandr" onclick="Page.Go(this.href); return false">'.lang('Подробнее','Детальніше').'</a> </br>
<select class="input2" name="access_andrey">
<option value="0"'. ($user['access_andrey'] == 0?' selected="selected"':NULL) .'>'.lang('Отключить','Відключити').'</option>
<option value="1"'. ($user['access_andrey'] == 1?' selected="selected"':NULL) .'>'.lang('Добавить к набору','Додати до набору').'</option>
</select>
</div><div class="block">
'.lang('Набор стикеров Джери','Набір стікерів Джері').': </br>
<img src="'.URL.'/design/image/jery.png"/> <a href="/user/settings.php?act=detailjery" onclick="Page.Go(this.href); return false">'.lang('Подробнее','Детальніше').'</a> </br>
<select class="input2" name="access_jery">
<option value="0"'. ($user['access_jery'] == 0?' selected="selected"':NULL) .'>'.lang('Отключить','Відключити').'</option>
<option value="1"'. ($user['access_jery'] == 1?' selected="selected"':NULL) .'>'.lang('Добавить к набору','Додати до набору').'</option>
</select>
</div><div class="block">
<input name="save_servis" type="hidden" value="1"/>
<input class="button" type="submit" value="'.lang('Сохранить','Зберегти').'"/>
</div>
</form>
<div class="title">
'.lang('Платная услуга VIP','Платна послуга VIP').': </br></div>
<div class="block">
<img src="'.URL.'/design/img/vip.png"/> <a href="/user/settings.php?act=vip" onclick="Page.Go(this.href); return false">'.lang('Подробнее','Детальніше').'</a> </br></div>
';
break;
case 'new':
echo '<form id="form" action="'.URL.'/user/settings.php?act=new" method="post">
<div class="block">
'.lang('Показ новых пользователей в меню','Показ нових користувачів в меню').':</br>
<select class="input2" name="access_new">
<option value="1"'. ($user['access_new'] == 1?' selected="selected"':NULL) .'>'.lang('Отключить','Відключити').'</option>
<option value="0"'. ($user['access_new'] == 0?' selected="selected"':NULL) .'>'.lang('Показать','Показати').'</option>
</select>
</div><div class="block">
<input name="save_new" type="hidden" value="1"/>
<input class="button" type="submit" value="'.lang('Сохранить','Зберегти').'"/>
</div>
</form>';
break;
case 'detailelya':
echo'
<div class="block"><font color="#465DDC"><center><b>
'.lang('Набор стикеров Девушка Эля','Набір стікерів Дівчина Еля').'</div></font>
<p></p>
'.user_name(18).'<ul>'.lang('Автор набора стикеров Девушка Эля','Автор Набору стікерів Дівчина Еля').'</ul>
</ul>
<div class="block">
<img style="cursor: pointer;" src="/design/smiles/elya/1.png" height="40" width="40" alt=" .el1. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/elya/2.png" height="40" width="40" alt=" .el2. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/elya/3.png" height="40" width="40" alt=" .el3. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/elya/4.png" height="40" width="40" alt=" .el4. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/elya/5.png" height="40" width="40" alt=" .el5. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/elya/6.png" height="40" width="40" alt=" .el6. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/elya/7.png" height="40" width="40" alt=" .el7. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/elya/8.png" height="40" width="40" alt=" .el8. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/elya/9.png" height="40" width="40" alt=" .el9. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/elya/10.png" height="40" width="40" alt=" .el10. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/elya/11.png" height="40" width="40" alt=" .el11. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/elya/12.png" height="40" width="40" alt=" .el12. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/elya/13.png" height="40" width="40" alt=" .el13. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/elya/14.png" height="40" width="40" alt=" .el14. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/elya/15.png" height="40" width="40" alt=" .el15. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/elya/16.png" height="40" width="40" alt=" .el16. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/elya/17.png" height="40" width="40" alt=" .el17. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/elya/18.png" height="40" width="40" alt=" .el18. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/elya/19.png" height="40" width="40" alt=" .el19. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/elya/20.png" height="40" width="40" alt=" .el20. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/elya/21.png" height="40" width="40" alt=" .el21. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/elya/22.png" height="40" width="40" alt=" .el22. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/elya/23.png" height="40" width="40" alt=" .el23. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/elya/24.png" height="40" width="40" alt=" .el24. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/elya/25.png" height="40" width="40" alt=" .el25. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/elya/26.png" height="40" width="40" alt=" .el26. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/elya/27.png" height="40" width="40" alt=" .el27. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/elya/28.png" height="40" width="40" alt=" .el28. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/elya/29.png" height="40" width="40" alt=" .el29. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/elya/30.png" height="40" width="40" alt=" .el30. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/elya/31.png" height="40" width="40" alt=" .el31. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/elya/32.png" height="40" width="40" alt=" .el32. " onclick="clc(this.alt)"/>
</div>
';
break;
case 'detailjery':
echo'
<div class="block"><font color="#465DDC"><center><b>
'.lang('Набор стикеров Джери','Набір стікерів Джері').'</div></font>
<p></p>
'.user_name(1).'<ul>'.lang('Автор набора стикеров Джери','Автор Набору стікерів Джері').'</ul>
</ul>
<div class="block">
<img style="cursor: pointer;" src="/design/smiles/jery/1.gif" height="60" width="60" alt=" .jery1. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/jery/2.gif" height="60" width="60" alt=" .jery2. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/jery/3.gif" height="60" width="60" alt=" .jery3. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/jery/4.gif" height="60" width="60" alt=" .jery4. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/jery/5.gif" height="60" width="60" alt=" .jery5. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/jery/6.gif" height="60" width="60" alt=" .jery6. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/jery/7.gif" height="60" width="60" alt=" .jery7. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/jery/8.gif" height="60" width="60" alt=" .jery8. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/jery/9.gif" height="60" width="60" alt=" .jery9. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/jery/10.gif" height="60" width="60" alt=" .jery10. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/jery/11.gif" height="60" width="60" alt=" .jery11. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/jery/12.gif" height="60" width="60" alt=" .jery12. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/jery/13.gif" height="60" width="60" alt=" .jery13. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/jery/14.gif" height="60" width="60" alt=" .jery14. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/jery/15.gif" height="60" width="60" alt=" .jery15. " onclick="clc(this.alt)"/>
</div>
';
break;
case 'detailandr':
echo'
<div class="block"><font color="#465DDC"><center><b>
'.lang('Набор стикеров Веселий Андрей','Набір стікерів Веселий Андрій').'</div></font>
<p></p>
'.user_name(18).'<ul>'.lang('Автор набора стикеров Веселий Андрей','Автор Набору стікерів Веселий Андрій').'</ul>
</ul>
<div class="block">
<img style="cursor: pointer;" src="/design/smiles/andr/1.png" height="40" width="40" alt=" .andr1. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/andr/2.png" height="40" width="40" alt=" .andr2. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/andr/3.png" height="40" width="40" alt=" .andr3. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/andr/4.png" height="40" width="40" alt=" .andr4. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/andr/5.png" height="40" width="40" alt=" .andr5. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/andr/6.png" height="40" width="40" alt=" .andr6. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/andr/7.png" height="40" width="40" alt=" .andr7. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/andr/8.png" height="40" width="40" alt=" .andr8. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/andr/9.png" height="40" width="40" alt=" .andr9. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/andr/10.png" height="40" width="40" alt=" .andr10. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/andr/11.png" height="40" width="40" alt=" .andr11. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/andr/12.png" height="40" width="40" alt=" .andr12. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/andr/13.png" height="40" width="40" alt=" .andr13. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/andr/14.png" height="40" width="40" alt=" .andr14. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/andr/15.png" height="40" width="40" alt=" .andr15. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/andr/16.png" height="40" width="40" alt=" .andr16. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/andr/17.png" height="40" width="40" alt=" .andr17. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/andr/18.png" height="40" width="40" alt=" .andr18. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/andr/19.png" height="40" width="40" alt=" .andr19. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/andr/20.png" height="40" width="40" alt=" .andr20. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/andr/21.png" height="40" width="40" alt=" .andr21. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/andr/22.png" height="40" width="40" alt=" .andr22. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/andr/23.png" height="40" width="40" alt=" .andr23. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/andr/24.png" height="40" width="40" alt=" .andr24. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/andr/25.png" height="40" width="40" alt=" .andr25. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/andr/26.png" height="40" width="40" alt=" .andr26. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/andr/27.png" height="40" width="40" alt=" .andr27. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/andr/28.png" height="40" width="40" alt=" .andr28. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/andr/29.png" height="40" width="40" alt=" .andr29. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/andr/30.png" height="40" width="40" alt=" .andr30. " onclick="clc(this.alt)"/>
<img style="cursor: pointer;" src="/design/smiles/andr/31.png" height="40" width="40" alt=" .andr31. " onclick="clc(this.alt)"/>
</div>';
break;
}
require_once '../incfiles/foot.php';
?>