Код
<style>
#apohereedit tr {
display:none;
}
</style>
<div id="apoeditthis"></div>
<script>
ApoTeam (c) 2013
// Расставляем кнопки редактирования
function apoicons() {
$('#apoeditava').after('<img style="cursor:pointer;vertical-align:middle;" src="http://s1.ucoz.net/img/fr/EmnE.gif" onclick="apoeditp(\'ava\', \'Редактирование аватарки\')">');
$('#block12').append(' <img style="cursor:pointer;vertical-align:middle;" src="http://s1.ucoz.net/img/fr/EmnE.gif" onclick="apoeditp(\'http\', \'Редактирование адреса сайта\')">');
$('#block13').append(' <img style="cursor:pointer;vertical-align:middle;" src="http://s1.ucoz.net/img/fr/EmnE.gif" onclick="apoeditp(\'icq\', \'Редактирование ICQ\')">');
$('#block14').append(' <img style="cursor:pointer;vertical-align:middle;" src="http://s1.ucoz.net/img/fr/EmnE.gif" onclick="apoeditp(\'aol\', \'Редактирование AOL\')">');
$('#block15').append(' <img style="cursor:pointer;vertical-align:middle;" src="http://s1.ucoz.net/img/fr/EmnE.gif" onclick="apoeditp(\'msn\', \'Редактирование MSN\')">');
$('#block16').append(' <img style="cursor:pointer;vertical-align:middle;" src="http://s1.ucoz.net/img/fr/EmnE.gif" onclick="apoeditp(\'yahoo\', \'Редактирование YAHOO\')">');
$('#block21').append(' <img style="cursor:pointer;vertical-align:middle;" src="http://s1.ucoz.net/img/fr/EmnE.gif" onclick="apoeditp(\'sign\', \'Редактирование Подписи\')">');
$('#block26').append(' <img style="cursor:pointer;vertical-align:middle;" src="http://s1.ucoz.net/img/fr/EmnE.gif" onclick="apoeditp(\'phone\', \'Редактирование YAHOO\')">');
};
apoicons();
// Функция подгрузки формы редактирования
function apoeditp(apo, title) {
_uWnd.close('apoid');
setTimeout(function() {
new _uWnd('apoid', title, 500, 230, {autosize:0, fadeclosespeed:0, fadespeed:200, oncontent:function() {
$('#apohereedit').html('').load('/index/11-$_USER_ID$ form[name="adduser"]', function() {
$('#siF20').attr('onclick', 'apopostme();return false;').before('<input type="button" value="Полное редактирование" onclick="$(\'#apohereedit tr\').show(300);$(this).remove();">');
$('#apohereedit tr[id^="siM"]').each(function() {
if($(this).find('.securityCode').size() != 0 || $(this).find('.manFlSbm').size() != 0) {
$(this).fadeIn().prev().fadeIn();
}
if(apo == 'ava' && $(this).find('.manFlAvaLink').size() != 0) {
$(this).fadeIn();
}
if(apo == 'http' && $(this).find('.manFlaSite').size() != 0) {
$(this).fadeIn();
}
if(apo == 'icq' && $(this).find('.manFlaICQ').size() != 0) {
$(this).fadeIn();
}
if(apo == 'aol' && $(this).find('.manFlaAOL').size() != 0) {
$(this).fadeIn();
}
if(apo == 'msn' && $(this).find('.manFlaMSN').size() != 0) {
$(this).fadeIn();
}
if(apo == 'yahoo' && $(this).find('.manFlaYahoo').size() != 0) {
$(this).fadeIn();
}
if(apo == 'sign' && $(this).find('.manFlaSign').size() != 0) {
$(this).fadeIn();
}
if(apo == 'phone' && $(this).find('.manFlaphone').size() != 0) {
$(this).fadeIn();
}
});
});
}}, '<div id="apohereedit"><img src="http://s36.ucoz.net/.s/img/wd/3/ajax.gif"></div>');
}, 100);
};
// Функция отправки формы на сервер
function apopostme() {
$.post("/index/", $("form[name='adduser']").serialize(), function(a) {
$('#secuImg').click();
if($(a).find('.manTdError').size() > 0) {
_uWnd.alert($(a).find('.manTdError').text(), '', {w:200, h:70});
} else {
_uWnd.alert('Успешно!', '', {w:200, h:70});
_uWnd.close('apoid');
$('.popup-body').fadeTo(500, 0.3);
$.get(location.href, function(a) {
$('.popup-body').html($('.popup-body', a).html()).fadeTo(500, 1);
apoicons();
})
};
});
};
// Родная функция выбора аватарки
function ava(t){
if (t==1){document.adduser.avatar.disabled=true;document.adduser.avatar.style.display='none';document.adduser.avau.style.display='';document.adduser.avau.disabled=false;document.getElementById('ava1').innerHTML='(GIF, JPEG)';}
else {document.adduser.avau.disabled=true;document.adduser.avau.style.display='none';document.adduser.avatar.style.display='';document.adduser.avatar.disabled=false;document.getElementById('ava1').innerHTML='(www адрес)';window.open('/index/7','Avatars','top=0,left=0,width=700,height=550');}
}
apo-ucoz.com (c) 2013
</script>