Changeset 16895


Ignore:
Timestamp:
06/23/13 09:57:05 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/function/SplitDelete.php

    r16894 r16895  
    2727                                        $timestamp2 = date('Y-m-d',$timestamp);
    2828                                        $date_time = date('H:i',$timestamp);
    29                                         //$time_new = $date_time->format('H:i:s')
     29                                       
    3030                                        if($days == $timestamp2)
    3131                                        {
     
    3333                                        cnt++;
    3434                               
    35 <<<<<<< .mine
    3635$('#save').hide();
    3736        $('#update').show();
     
    3938        var div= document.createElement("div");
    4039                div.setAttribute('id','TableHolder');
    41 =======
    42         $('#save').hide();
    43         $('#update').show();
    44         var div= document.createElement("div");
    45                 div.setAttribute('id','TableHolder');
    46 >>>>>>> .r16893
    4740        var table = document.createElement("table");
    4841                table.setAttribute('id',"table"+cnt);
     
    7063                       
    7164                       
    72 <<<<<<< .mine
    7365                       
    7466                        if($('#Time').val() != ""){  var splitting = $('#Time').val().split(':'); var add = 01;   
    75 =======
    76                         if($('#Time').val() != ""){  var splitting = $('#Time').val().split(':'); var add = 01;   
    77 >>>>>>> .r16893
    7867
    7968                        timeValue = pad((Number(splitting[0]) + Number(add)),2)+':'+splitting[1];
     
    10998                                getTableId =get;
    11099
    111 <<<<<<< .mine
    112100
    113101                        name="name"; value=""; meas = "name"; meas2 = "time";   //getTableId = $(this).attr('name');
    114102                        split1();    }else{   alert("please enter value for time to add measurement");   }
    115103
    116 =======
    117 
    118                         name="name"; value=""; meas = "name"; meas2 = "time";  // getTableId = $(this).attr('name');
    119                         split1();    }else{   alert("please enter value for time to add measurement");   }
    120 
    121 >>>>>>> .r16893
    122104                               
    123105                        }
     
    198180                td4.setAttribute("style","border:1px solid white; color:#37DFB1; font-size:14px; text-align:center;");
    199181                td4.appendChild(
    200 <<<<<<< .mine
    201 =======
    202                         button = document.createElement('input'),
    203                         button.setAttribute("type",'button'),
    204                         button.setAttribute('id','btnSplit'),
    205                         button.setAttribute('value','Split'),
    206                         button.setAttribute('name','#table'+cnt),
    207                         button.onclick= function()
    208                         {
    209 
    210                         if($('#Time').val() != ""){  var splitting = $('#Time').val().split(':'); var add = 30;   
    211 
    212                                                
    213                 var limit = 60;
    214                                 var adds =0;
    215                                 adds =  (Number(splitting[1]) + Number(add));
    216                                  if(adds >= limit){
    217                                  adds = Number(adds) - Number(limit);
    218                                  timeValue =pad(Number(splitting[0])+1,2)+':'+ pad(adds,2);
    219                                  
    220                                  }else{
    221                                  
    222                         timeValue =pad(splitting[0],2)+':'+ pad((Number(splitting[1]) + Number(add)),2);
    223                                         }
    224                                                 function pad(number, length) {
    225                                    
    226                                                         var str = '' + number;
    227                                                         while (str.length < length) {
    228                                                                 str = '0' + str;
    229                                                         }
    230                                    
    231                                                 return str;
    232 
    233                                                 };
    234                                                
    235                                                
    236                          name="name"; value="";
    237                          meas = "name"; meas2 = "time"; 
    238                          getTableId = $(this).attr('name');
    239                          split1();
    240                          }else{ alert("please enter value for time to add measurement"); }
    241 
    242                                  
    243                                
    244                         }
    245                 );
    246                 td4.appendChild(
    247 >>>>>>> .r16893
    248182                        button=document.createElement('input'),
    249183                        button.setAttribute('type','button'),
     
    299233                        button.setAttribute('name','#table2'),
    300234                        button.onclick=function(){
    301 <<<<<<< .mine
    302235var aa;
    303236                        $('div#TableHolder #table2 #Time').each(function(){
     
    305238                                        });
    306239                        if(aa != ""){ var splitting =aa.split(':'); var add = 01;   
    307 =======
    308                         var aa;
    309                         $('div#TableHolder #table2 #Time').each(function(){
    310                                         aa = $(this).val();
    311                                         });
    312                         if(aa != ""){ var splitting =aa.split(':'); var add = 01;   
    313 >>>>>>> .r16893
    314240
    315241                        timeValue = pad((Number(splitting[0]) + Number(add)),2)+':'+splitting[1];
     
    419345               
    420346                td4.appendChild(
    421 <<<<<<< .mine
    422 =======
    423                         button = document.createElement('input'),
    424                         button.setAttribute("type",'button'),
    425                         button.setAttribute('id','btnSplit'),
    426                         button.setAttribute('value','Split'),
    427                         button.setAttribute('name','#table2'),
    428                         button.onclick= function()
    429                         {
    430                         var aa;
    431                         $('div#TableHolder #table2 #Time').each(function(){
    432                                         aa = $(this).val();
    433                                         });
    434                                  if(aa != ""){  var splitting = aa.split(':'); var add = 30; var limit = 60;
    435                                 var adds =0;
    436                                 adds =  (Number(splitting[1]) + Number(add));
    437                                  if(adds >= limit){
    438                                  adds = Number(adds) - Number(limit);
    439                                  timeValue =pad(Number(splitting[0])+1,2)+':'+ pad(adds,2);
    440                                  
    441                                  }else{
    442                                  
    443                         timeValue =pad(splitting[0],2)+':'+ pad((Number(splitting[1]) + Number(add)),2);
    444                                         }
    445                                                 function pad(number, length) {
    446                                    
    447                                                         var str = '' + number;
    448                                                         while (str.length < length) {
    449                                                                 str = '0' + str;
    450                                                         }
    451                                    
    452                                                 return str;
    453 
    454                                                 }
    455                        
    456                          meas = "name"; meas2 = "time"; getTableId = $(this).attr('name'); 
    457                          split2();    }else{   alert("please enter value for time to add measurement");   }
    458                                  
    459                         }
    460                 );
    461                 td4.appendChild(
    462 >>>>>>> .r16893
    463347                        button=document.createElement('input'),
    464348                        button.setAttribute('type','button'),
     
    478362                tr.appendChild(td4);
    479363                table.appendChild(tr);
    480 <<<<<<< .mine
    481364                div.appendChild(table);
    482365                $('#TableH1').append(div);
     
    484367        var div= document.createElement("div");
    485368                div.setAttribute('id','TableHolder');   
    486 =======
    487                 div.appendChild(table);
    488                 $('#TableH1').append(div);
    489                
    490         var div= document.createElement("div");
    491                 div.setAttribute('id','TableHolder');   
    492 >>>>>>> .r16893
    493369        var table = document.createElement("table");
    494370                table.setAttribute('id',"table1");
     
    514390                        button.setAttribute('name','#table1'),
    515391                        button.onclick=function(){
    516 <<<<<<< .mine
    517392                        var aa;
    518393                        $('div#TableHolder #table2 #Time').each(function(){
     
    520395                                        });
    521396                        if(aa !='') { var splitting  =aa.split(':'); var add = 01;   
    522 =======
    523                         var aa;
    524                         $('div#TableHolder #table1 #Time').each(function(){
    525                                         aa = $(this).val();
    526                                         });
    527                        
    528                         if(aa != ""){ var splitting = aa.split(':'); var add = 01;   
    529 >>>>>>> .r16893
    530397
    531398                        timeValue = pad((Number(splitting[0]) + Number(add)),2)+':'+splitting[1];
     
    540407                                                return str;
    541408
    542 <<<<<<< .mine
    543409                                                };
    544410                                               
     
    562428name="name"; value="";  meas = "class"; meas2 = "time";  //getTableId = $(this).attr('name');
    563429split2();    }else{   alert("please enter value for time to add measurement");   }
    564 =======
    565                                                 };
    566                                                
    567                                                
    568                                                 var s = 0; var  get;
    569                                                
    570 $("table").each(function() {
    571                                 if($(this).attr("name")=='#table1'){
    572                                 get = "#"+$(this).attr("id");
    573                                
    574                                                 s =1;
    575                                 }else{
    576                                 if(s==0){
    577                                 get =  '#table'+cnt;
    578                                 }
    579                                 }
    580     });
    581 getTableId =get;
    582 >>>>>>> .r16893
    583 
    584                                                
    585                                                 name="name"; value="";  meas = "class"; meas2 = "time";  //getTableId = $(this).attr('name');
    586                                                 split2();    }else{   alert("please enter value for time to add measurement");   }
    587430
    588431                               
     
    640483                        button.setAttribute('name','#table1'),
    641484                        button.onclick=function(){
    642 <<<<<<< .mine
    643485                        $('div#TableHolder #table1 #Time').each(function(){
    644486                                        aa = $(this).val();
     
    646488                       
    647489                        if(aa != ""){ timeValue = aa; name="name"; value="#table1"; meas = "hidden"; meas2 = true;  getTableId = $(this).attr('name'); split2();    }else{   alert("please enter value for time to add measurement");   }
    648 =======
    649                         var aa;
    650                         $('div#TableHolder #table1 #Time').each(function(){
    651                                         aa = $(this).val();
    652                                         });
    653                        
    654                         if(aa != ""){ timeValue = aa; name="name"; value="#table1"; meas = "hidden"; meas2 = true;  getTableId = $(this).attr('name'); split2();    }else{   alert("please enter value for time to add measurement");   }
    655 >>>>>>> .r16893
    656490
    657491                               
     
    670504               
    671505                td4.appendChild(
    672 <<<<<<< .mine
    673 =======
    674                         button = document.createElement('input'),
    675                         button.setAttribute("type",'button'),
    676                         button.setAttribute('id','btnSplit'),
    677                         button.setAttribute('value','Split'),
    678                         button.setAttribute('name','#table1'),
    679                         button.onclick= function()
    680                         {
    681                         var aa;
    682                         $('div#TableHolder #table1 #Time').each(function(){
    683                                         aa = $(this).val();
    684                                         });
    685                                  if(aa != ""){  var splitting = aa.split(':'); var add = 30;   
    686 
    687                         var limit = 60;
    688                                 var adds =0;
    689                                 adds =  (Number(splitting[1]) + Number(add));
    690                                  if(adds >= limit){
    691                                  adds = Number(adds) - Number(limit);
    692                                  timeValue =pad(Number(splitting[0])+1,2)+':'+ pad(adds,2);
    693                                  
    694                                  }else{
    695                                  
    696                         timeValue =pad(splitting[0],2)+':'+ pad((Number(splitting[1]) + Number(add)),2);
    697                                         }
    698                                                 function pad(number, length) {
    699                                    
    700                                                         var str = '' + number;
    701                                                         while (str.length < length) {
    702                                                                 str = '0' + str;
    703                                                         }
    704                                    
    705                                                 return str;
    706 
    707                                                 }
    708 
    709 
    710                                                 name="name"; value=""; 
    711                                                
    712 meas = "class"; meas2 = "time";
    713 
    714                 getTableId = $(this).attr('name'); 
    715                 split2();    }else{   alert("please enter value for time to add measurement");   }
    716                                  
    717                         }
    718                 );
    719                 td4.appendChild(
    720 >>>>>>> .r16893
    721506                        button=document.createElement('input'),
    722507                        button.setAttribute('type','button'),
     
    742527        }
    743528        var meas;
    744 <<<<<<< .mine
    745529        var timeValue;
    746530        var pad;
    747531        if(cnt==0){ cnt=2; }   
    748532        function split2()
    749 =======
    750         var timeValue;
    751         var pad;
    752         if(cnt==0){  cnt=2; }   
    753         function split2()
    754 >>>>>>> .r16893
    755533        {
    756534       
     
    811589                                                } 
    812590
    813 <<<<<<< .mine
    814591                                        var s = 0; var  get;
    815592                                                var nn;
     
    831608meas = "class"; meas2 = "time";  getTableId = get;   split1();    }else{   alert("please enter value for time to add measurement");   }
    832609
    833 =======
    834                                         var s = 0; var  get;
    835                                                 var nn;
    836                                                 nn = $(this).attr('name');
    837                                 $("table").each(function() {
    838                                 if($(this).attr("name")==nn){
    839                                        
    840                                         get = "#"+$(this).attr("id");
    841                                         //get = $(this).attr("name");
    842                                                 s =1;
    843                                 }else{
    844                                 if(s==0){
    845                                 get = '#table'+cnt;
    846                                 }
    847                                 }
    848                                 });
    849 
    850 name="name"; value=$(this).attr('name');
    851                                                 meas = "class"; meas2 = "time";  getTableId = get;   split1();    }else{   alert("please enter value for time to add measurement");   }
    852 
    853 >>>>>>> .r16893
    854610                               
    855611                        }
     
    879635                                               
    880636                        );
    881 <<<<<<< .mine
    882637var td1=document.createElement('td');
    883638td1.setAttribute("style","border:1px solid white; color:#37DFB1; font-size:14px;text-align:center;");
     
    885640measurementcbo= document.createElement('select'),
    886641measurementcbo.setAttribute('id','measurement'),
    887 =======
    888                 var td1=document.createElement('td');
    889                         td1.setAttribute("style","border:1px solid white; color:#37DFB1; font-size:14px;text-align:center;");
    890                         td1.appendChild(
    891                                 measurementcbo= document.createElement('select'),
    892                                         measurementcbo.setAttribute('id','measurement'),
    893 >>>>>>> .r16893
    894642<?php
    895643                        $measure=mysql_query("SELECT*FROM measurement");
     
    950698               
    951699                        td4.appendChild(
    952 <<<<<<< .mine
    953 =======
    954                                 button = document.createElement('input'),
    955                                 button.setAttribute("type",'button'),
    956                                 button.setAttribute('id','btnSplit'),
    957                                 button.setAttribute('value','Split'),
    958                                 button.setAttribute('name','#table'+cnt),
    959                                 button.onclick=function(){
    960                                 var aa;
    961                         $('div#TableHolder #table'+cnt+' #Time').each(function(){
    962                                         aa = $(this).val();
    963                                         });
    964                                  if(aa != ""){  var splitting = aa.split(':'); var add = 30;   
    965 
    966                         var limit = 60;
    967                                 var adds =0;
    968                                 adds =  (Number(splitting[1]) + Number(add));
    969                                  if(adds >= limit){
    970                                  adds = Number(adds) - Number(limit);
    971                                  timeValue =pad(Number(splitting[0])+1,2)+':'+ pad(adds,2);
    972                                  
    973                                  }else{
    974                                  
    975                         timeValue =pad(splitting[0],2)+':'+ pad((Number(splitting[1]) + Number(add)),2);
    976                                         }
    977                                                 function pad(number, length) {
    978                                    
    979                                                         var str = '' + number;
    980                                                         while (str.length < length) {
    981                                                                 str = '0' + str;
    982                                                         }
    983                                    
    984                                                 return str;
    985 
    986                                                 }
    987 
    988                                                 meas = "class"; meas2 = "time";
    989                                                
    990 
    991                          getTableId = $(this).attr('name');
    992                          split2();    }else{   alert("please enter value for time to add measurement");   }
    993                                 }
    994                         );
    995                         td4.appendChild(
    996 >>>>>>> .r16893
    997700                                button=document.createElement('input'),
    998701                                button.setAttribute('type','button'),
     
    1146849                        button.setAttribute('name','#table'+cnt),
    1147850                        button.onclick=function(){
    1148 <<<<<<< .mine
    1149851               
    1150852                        if($('#Time').val() != ""){ timeValue = $('#Time').val();                               
    1151853                        name = "name"; value = $(this).attr('name');  meas = "hidden"; meas2 = true; getTableId = $(this).attr('name');   split1();    }else{   alert("please enter value for time to add measurement");   }
    1152 =======
    1153                 var aa;
    1154                         $('div#TableHolder #table'+cnt+' #Time').each(function(){
    1155                                         aa = $(this).val();
    1156                                         });
    1157                         if(aa != ""){ timeValue = aa;                           
    1158                         name = "name"; value = $(this).attr('name');  meas = "hidden"; meas2 = true; getTableId = $(this).attr('name');   split1();    }else{   alert("please enter value for time to add measurement");   }
    1159 >>>>>>> .r16893
    1160854
    1161855                               
     
    1175869                       
    1176870                        td4.appendChild(
    1177 <<<<<<< .mine
    1178 =======
    1179                                 button = document.createElement('input'),
    1180                                 button.setAttribute("type",'button'),
    1181                                 button.setAttribute('id','btnSplit'),
    1182                                 button.setAttribute('value','Split'),
    1183                                 button.setAttribute('name','#table'+cnt),
    1184                                 button.onclick=function(){
    1185                                 var aa;
    1186                         $('div#TableHolder #table'+cnt+' #Time').each(function(){
    1187                                         aa = $(this).val();
    1188                                         });
    1189                                  if(aa != ""){  var splitting = aa.split(':'); var add = 30;   
    1190 
    1191                 var limit = 60;
    1192                                 var adds =0;
    1193                                 adds =  (Number(splitting[1]) + Number(add));
    1194                                  if(adds >= limit){
    1195                                  adds = Number(adds) - Number(limit);
    1196                                  timeValue =pad(Number(splitting[0])+1,2)+':'+ pad(adds,2);
    1197                                  
    1198                                  }else{
    1199                                  
    1200                         timeValue =pad(splitting[0],2)+':'+ pad((Number(splitting[1]) + Number(add)),2);
    1201                                         }
    1202                                                 function pad(number, length) {
    1203                                    
    1204                                                         var str = '' + number;
    1205                                                         while (str.length < length) {
    1206                                                                 str = '0' + str;
    1207                                                         }
    1208                                    
    1209                                                 return str;
    1210 
    1211                                                 }
    1212                                
    1213                          meas = "name"; meas2 = "time"; getTableId = $(this).attr('name');    split2();    }else{   alert("please enter value for time to add measurement");   }
    1214                                 }
    1215                         );
    1216                         td4.appendChild(
    1217 >>>>>>> .r16893
    1218871                                button=document.createElement('input'),
    1219872                                button.setAttribute('type','button'),
Note: See TracChangeset for help on using the changeset viewer.