Вход Регистрация
Файл: user/settings/icons_title.php
Строк: 179
<?php
include_once '../../sys/inc/start.php';
include_once 
'../../sys/inc/compress.php';
include_once 
'../../sys/inc/sess.php';
include_once 
'../../sys/inc/home.php';
include_once 
'../../sys/inc/settings.php';
include_once 
'../../sys/inc/db_connect.php';
include_once 
'../../sys/inc/ipua.php';
include_once 
'../../sys/inc/fnc.php';
include_once 
'../../sys/inc/user.php';
only_reg();
$set['title']="Настройки иконок верхней панели";
include_once 
'../../sys/inc/thead.php';
title();
if (isset(
$_POST['ok'])){
mysql_query("UPDATE `user` SET `iconindex` = '".intval($_POST['index'])."' WHERE `id` = '".$user['id']."'");
mysql_query("UPDATE `user` SET `iconmail` = '".intval($_POST['mail'])."' WHERE `id` = '".$user['id']."'");
mysql_query("UPDATE `user` SET `iconjurnal` = '".intval($_POST['jurnal'])."' WHERE `id` = '".$user['id']."'");
mysql_query("UPDATE `user` SET `iconnotice` = '".intval($_POST['notice'])."' WHERE `id` = '".$user['id']."'");
mysql_query("UPDATE `user` SET `iconstr` = '".intval($_POST['str'])."' WHERE `id` = '".$user['id']."'");
msg("Настройки успешно приняты. Иконки будут изменены после обновления страницы.");
}
err();
echo 
"<form method='post' action='?$passgen'>
<b>Иконка главной страницы:</b><br/>
<input type='radio' name='index' value='1' checked/> <img src='/style/title/index1.png' alt='1'/><br/>
<input type='radio' name='index' value='2'/> <img src='/style/title/index2.png' alt='2'/><br/>
<input type='radio' name='index' value='6'/> <img src='/style/title/index6.png' alt='6'/><br/>
<input type='radio' name='index' value='3'/> <img src='/style/title/index3.png' alt='3'/><br/>
<input type='radio' name='index' value='4'/> <img src='/style/title/index4.png' alt='4'/><br/>
<input type='radio' name='index' value='5'/> <img src='/style/title/index5.png' alt='5'/><br/>"
;
echo 
"<b>Иконка личной страницы:</b><br/>";
if (
$user['pol']==1)$pol="man";
else if (
$user['pol']==0)$pol="woman";
echo 
"<input type='radio' name='str' value='1' checked/> <img src='/style/title/".$pol."1.png' alt='1'/><br/>";
echo 
"<input type='radio' name='str' value='2'/> <img src='/style/title/".$pol."2.png' alt='2'/><br/>";
echo 
"<input type='radio' name='str' value='3'/> <img src='/style/title/".$pol."3.png' alt='3'/><br/>";
echo 
"<input type='radio' name='str' value='4'/> <img src='/style/title/".$pol."4.png' alt='4'/><br/>";
echo 
"<input type='radio' name='str' value='5'/> <img src='/style/title/".$pol."5.png' alt='5'/><br/>";
echo 
"<b>Иконка почты:</b><br/>
<input type='radio' name='mail' value='1' checked/> <img src='/style/title/mail1.png' alt='1'/><br/>
<input type='radio' name='mail' value='2'/> <img src='/style/title/mail2.png' alt='2'/><br/>
<input type='radio' name='mail' value='3'/> <img src='/style/title/mail3.png' alt='3'/><br/>
<input type='radio' name='mail' value='4'/> <img src='/style/title/mail4.png' alt='4'/><br/>
<input type='radio' name='mail' value='5'/> <img src='/style/title/mail5.png' alt='5'/><br/>
<b>Иконка журнала:</b><br/>
<input type='radio' name='jurnal' value='1' checked/> <img src='/style/title/jurnal1.png' alt='1'/><br/>
<input type='radio' name='jurnal' value='2'/> <img src='/style/title/jurnal2.png' alt='2'/><br/>
<input type='radio' name='jurnal' value='3'/> <img src='/style/title/jurnal3.png' alt='3'/><br/>
<input type='radio' name='jurnal' value='4'/> <img src='/style/title/jurnal4.png' alt='4'/><br/>
<input type='radio' name='jurnal' value='5'/> <img src='/style/title/jurnal5.png' alt='5'/><br/>
<input type='radio' name='jurnal' value='6'/> <img src='/style/title/jurnal6.png' alt='6'/><br/>
<b>Иконка событий:</b><br/>
<input type='radio' name='notice' value='1' checked/> <img src='/style/title/notice1.png' alt='1'/><br/>
<input type='radio' name='notice' value='2'/> <img src='/style/title/notice2.png' alt='2'/><br/>
<input type='radio' name='notice' value='3'/> <img src='/style/title/notice3.png' alt='3'/><br/>
<input type='radio' name='notice' value='4'/> <img src='/style/title/notice4.png' alt='4'/><br/>
<input type='radio' name='notice' value='5'/> <img src='/style/title/notice5.png' alt='5'/><br/>
<input type='submit' name='ok' value='Сохранить выбраные иконки'></form>"
;
echo 
"<a href='index.php'><div class='gmenu'><img src='/style/glavnaya.gif'> В настройки</div></a>";
include_once 
'../../sys/inc/tfoot.php';
?>
Онлайн: 2
Реклама