function time_to_date(time) { time_array=new Array; time_array['zile']=Math.floor(time/(3600*24)); time_array['ore']=Math.floor((time%(3600*24))/3600); time_array['minute']=Math.floor(((time%(3600*24))%3600)/60); time_array['secunde']=((time%(3600*24))%3600)%60; return time_array; } function print_time(time) { var time_array=time_to_date(time); var string=""; if(time_array['ore']<10) time_array['ore']='0'+time_array['ore']; if(time_array['minute']<10) time_array['minute']='0'+time_array['minute']; if(time_array['secunde']<10) time_array['secunde']='0'+time_array['secunde']; if (time_array['zile']>0) string+=time_array['zile']+" Zile "; string+=time_array['ore']+":"; string+=time_array['minute']+":"+time_array['secunde']; return string; } function put_text(id,text) { if (document.getElementById(id)) { document.getElementById(id).innerHTML=text; } } function prd(x) { put_text('clock',x.time); for (k=0; k<=x.l.length; k++) { if (x.l[k]) { xlk=x.l[k]; $('#product_'+xlk.i+' button').removeClass('myoffer'); if (xlk.u=='' && xlk.u!='') $('#product_'+xlk.i+' button').addClass('myoffer'); put_text('cumparator_'+xlk.i,xlk.u); put_text('price_add_'+xlk.i,xlk.a); var $element=document.getElementById('pret_'+xlk.i); if ($element) { var $moneda=document.getElementById('moneda_'+xlk.i).innerHTML; if (document.getElementById('pret_'+xlk.i).innerHTML!=xlk.p+' '+$moneda) { //alert(BASEHREF); put_text('pret_'+xlk.i,xlk.p+' '+$moneda); next_time(xlk.i,xlk.p); $('#pret_'+xlk.i).effect("highlight", {color:'#ff0000'},900); if($('#bids_'+xlk.i).size()>0) $('#bids_'+xlk.i).load(BASEHREF+'content/ajax/last_bids.php?lid='+xlk.i); } } else { next_time(xlk.i,xlk.p); if($('#bids_'+xlk.i).size()>0) $('#bids_'+xlk.i).load(BASEHREF+'content/ajax/last_bids.php?lid='+xlk.i); } if (document.getElementById('lastSold_'+xlk.i)!=null) { $('#lastSold_'+xlk.i).load(BASEHREF+'content/ajax/last_sold.php?ida='+xlk.i); } temp_int=parseInt(xlk.r); temp_obj=document.getElementById('timp_'+xlk.i); //alerta($sound_on_off); // if (temp_int<6 && temp_int>=0 && $sound_on_off=='on') { // if($('#bg_sound_'+xlk.i).size()>0) $('#bg_sound_'+xlk.i).html(' '); // } /* if (temp_int<10 && temp_obj.className=='time') temp_obj.className='time ending'; if (temp_int>10 && temp_obj.className=='time ending') temp_obj.className='time'; */ $('#timp_'+xlk.i).removeClass('ending'); if (temp_int<11) $('#timp_'+xlk.i).addClass('ending'); if (temp_obj) { if (temp_int>=0) temp_obj.innerHTML=print_time(temp_int); else { if(xlk.u!='') { temp_obj.innerHTML='Vandut'; // var d=new Date(); // if (d.getMonth()<10) var month='0'+d.getMonth(); // if (d.getDate()<10) var date='0'+d.getDate(); // temp_obj.innerHTML='incheiata la:
'; // +date+'.'+month+'.'+d.getYear()+' '+d.getHours()+':'+d.getMinutes(); // $('#timp_'+xlk.i).addClass('sold'); } else { temp_obj.innerHTML='Necastigat'; } } } } // alert($.datepicker.formatDate('d-m-y',d)); } if (x.e==1) alerta ('Trebuie sa fii inregistrat'); if (x.e==2) alerta ('Licitatia nu a inceput'); if (x.e==3) alerta ('Produsul a fost vandut'); if (x.e==41) alerta ('Ai introdus o oferta prea mica! Oferta minima este EUR '+xlk.w); if (x.e==111) alerta ('Ai introdus o oferta mult prea mare!'); if (x.e==43) alerta ('Ai introdus care nu este multiplu de '+xlk.z); if (x.e==42) alerta ('Ai introdus o oferta mai mica decat pretul actual!'); if (x.e==5) alerta ('Licitatia nu este activa in acest moment'); if (x.e==6) alerta ('Ai deja 10 licitatii castigate in ultima luna! Nu mai poti licita!'); if (x.e==7) alerta ('Esti deja ultimul licitator'); if (x.e==8) alerta ('La aceasta licitatie pot participa doar utilizatorii incepatori!'); } var valid=true; var ids=''; var nr_script=0; // //function refresh_script(lid,autobid) { // temp_str=''; // // if (autobid!=null) { // temp_str+='&autobid='+document.getElementById(autobid).value; // if(document.getElementById('autobid_max_containter').style.display=='none') { // document.getElementById('autobid_max_containter').style.display='block'; // } // document.getElementById('autobid_max').innerHTML=document.getElementById(autobid).value; // } // // if (lid!=null) { // temp_str+='&lid='+lid+'&price_add='+$('#price_add_'+lid).val(); // } // // last_script=document.getElementById('refresh_'+nr_script); // // if (last_script) { // document.getElementsByTagName('head')[0].removeChild(last_script); // } // // nr_script++; // // var script = document.createElement('script'); // script.type = 'text/javascript'; // script.src = BASEHREF+'script.php?nocache='+(new Date()).getTime()+'&ids='+ids+temp_str; // script.id = 'refresh_'+nr_script; // // document.getElementsByTagName('head')[0].appendChild(script); // // if (lid==null) { // t=setTimeout(function () { refresh_script(); },3000); // } //} function refresh_script(lid,autobid) { temp_str=''; if (autobid!=null) { temp_str+='&autobid='+document.getElementById(autobid).value; if(document.getElementById('autobid_max_containter').style.display=='none') { document.getElementById('autobid_max_containter').style.display='block'; } document.getElementById('autobid_max').innerHTML=document.getElementById(autobid).value; } if (lid!=null) { temp_str+='&lid='+lid+'&price_add='+$('#price_add_'+lid).val(); } last_script=document.getElementById('refresh_'); if (last_script) { document.getElementsByTagName('head')[0].removeChild(last_script); } nr_script++; var script = document.createElement('script'); script.type = 'text/javascript'; script.src = BASEHREF+'script.php?nocache='+(new Date()).getTime()+'&ids='+ids+temp_str; script.id = 'refresh_'; document.getElementsByTagName('head')[0].appendChild(script); if (lid==null) { t=setTimeout(function () { refresh_script(); },2000); } } function AjaxW(parametrii,fisier,id_f,titlu_f,latime_f,inaltime_f,min_b,max_b,close_b) { // NSS_win(id_f,,'',,true); options={ 'modal' :true, 'width' :latime_f+20, 'height' :inaltime_f, 'title' : titlu_f }; do_win("
",options); $('#NSS_win_content').load(fisier+'?'+parametrii); } function NSS_winClose(id){ $("#window_alerta").dialog('close'); } function auction_autobid_mare(id,auto_bid) { if ($('#autobid_product').html()==' ') $('#autobid_product').load(BASEHREF+'content/windows/win_autobid.php?id='+id); else $('#autobid_product').html(' '); } function auction_autobid(id,auto_bid) { AjaxW('id='+id,BASEHREF+'content/windows/win_autobid.php','auto_bid',auto_bid,400,230,0,0,1); } function auctions_customer_operation(type,val,val2) { if (type=='pagination') { var trim=''; trim+='type='+type; trim+='&af_pag='+val; $('#divAuctionsWins').load(BASEHREF+'content/ajax/auctions_op.php?'+trim); } if (type=='refuza') { if (confirm('Esti sigur ca vrei sa refuzi produsul?')) { var trim=''; trim+='type='+type; trim+='&id='+val; trim+='&af_pag='+eurl($val('page')); $('#divAuctionsWins').load(BASEHREF+'content/ajax/auctions_op.php?'+trim) } } if (type=='plateste') { AjaxW('x='+val,BASEHREF+'content/windows/win_payment_method.php','payment_method','Alege metoda de plata',350,250,0,0,1); } if (type=='confirmaPlata') { if ($val('paymentMethod')=='') { error('Va rugam selectati metoda de plata!',220,50); } else if ($val('paymentMethod')==0) { window.location=BASEHREF+'confirma-plata-produs.html?x='+val; } else if ($val('paymentMethod')==1) { window.location=BASEHREF+'process.html?x='+val; }else if ($val('paymentMethod')==2) { window.location=BASEHREF+'cumpara-produs-banca.html?x='+val; } else { error('Eroare! Va rugam incercati din nou!',220,50); } } } function sound_on_off(){ $('#ajax_return').load(BASEHREF+'content/ajax/save_sound.php'); }