';
}
innerHTMLstartondiv = innerHTMLstart + '';
if (success == 0){
if(id=='uploadPhotoeditValid') {
innerHTMLbody = '
Kliknij, aby dodać logo
';
}
else {
innerHTMLbody = '
Kliknij, aby dodać zdjęcie
';
}
document.getElementById('photoLinks' + id).innerHTML ='';
}
if (success == 1){
if(i>0){
if(id=='uploadPhotoeditValid') {
innerHTMLbody = '
';
} else {
innerHTMLbody = '
';
}
document.getElementById('browse' + id).style.display = 'none';
} else {
if(id=='uploadPhotoeditValid') {
innerHTMLbody = '
';
} else {
innerHTMLbody = '
';
}
document.getElementById('browse' + id).style.display = 'none';
}
document.getElementById('filephoto' + id).value = '';
if (document.getElementById('errNeedPhotoMain') != null) {
document.getElementById('errNeedPhotoMain').innerHTML = '';
}
if(id=='uploadPhotoeditValid') {
document.getElementById('photoLinks' + id).innerHTML = '
';
}
else {
document.getElementById('photoLinks' + id).innerHTML = '
';
}
}
if (success == 2){
if(id=='uploadPhotoeditValid') {
innerHTMLbody = '
';
} else {
innerHTMLbody = '
';
}
document.getElementById('errDimensionWidth' + id).innerHTML = width;
document.getElementById('errDimensionHeight' + id).innerHTML = height;
document.getElementById('errDimension' + id).style.display = 'block';
}
if (success == 3){
if(id=='uploadPhotoeditValid') {
innerHTMLbody = '
';
} else {
innerHTMLbody = '
';
}
document.getElementById('errFormat' + id).style.display = 'block';
}
document.getElementById('filephoto' + id).value = '';
document.getElementById('upload_photo' + id).innerHTML = innerHTMLstart + innerHTMLbody + '
';
document.getElementById('upload_photo' + id + 'ondiv').innerHTML = innerHTMLstartondiv + innerHTMLbody + '