????JFIF??x?x????'403WebShell
403Webshell
Server IP : 79.136.114.73  /  Your IP : 3.148.168.26
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_old10/Html/LevelF/Category2/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/appsrv.astacus.se/apps/school/www_old10/Html/LevelF/Category2/LevelFCat2Lesson42.html
<!doctype html>
<html>
    <head>
        <title>Fill in the blanks</title>
        <script type="text/javascript" src="../../../js/allScriptsForLessonsHtml.js"></script>
        <script>
            
            function page_preLoad()
            {
                s_setDeviceTypeLevelCategoryLastLesson(Level.F, Category.No2);
                s_set_tblMainiPadBodyWidthHeight('id_tblMainiPadBody', 'id_meta');
                
                s_setHeaderTable('id_tblHeader', s_title_page, s_getSubTitle(Level.F, Category.No2, 42), true, true);
                s_setFooterTable('id_tblFooter', true, true, true, true, true);
                
                var ids_headings = ['id_td_heading1', 'id_td_heading2', 'id_td_heading3', 'id_td_heading4', 'id_td_heading5'];
                var ids_options = ['id_options', 'id_td_clothes', 'id_td_safe', 'id_td_tool', 'id_td_water', 'id_td_heating', 'id_td_cool', 'id_td_cooking'];
                var ids_spans = ['id_span_clothes', 'id_span_safe', 'id_span_tool', 'id_span_water', 'id_span_heating', 'id_span_cool', 'id_span_cooking'];
                var ids_boxes = ['id_dropboxCooking', 'id_dropboxHeating', 'id_dropboxClothes', 'id_dropboxWater', 'id_dropboxSafe', 'id_dropboxCool', 'id_dropboxTool'];
                
                var ids_texts = new Array();
                
                for (var textId = 1; textId <= 34; textId++)
                {
                    ids_texts.push('id_td_text' + textId);
                }
                
                var ids_textBoxes = new Array();
                var ids_td_textboxes = new Array();
                
                for (var textBoxId = 1; textBoxId <= 13; textBoxId++)
                {
                    var idTdTextBox = 'id_td_textBox' + textBoxId;
                    var idTextBox = 'id_textBox' + textBoxId;
                    var eTextBox = document.getElementById(idTextBox);
                    eTextBox.value = '';
                    
                    if (s_currentDeviceType == s_DeviceTypeAndroidDeviceApp)
                    {
                        eTextBox.style.border = 'solid 2px black';
                    }
                    
                    ids_textBoxes.push(idTextBox);
                    ids_td_textboxes.push(idTdTextBox);
                }
                
                var ids_All = ids_headings.concat(ids_options, ids_boxes);
                
                s_adjust_fontSize_for_ids_all_devices(ids_All, 70);
                s_adjust_fontSize_for_ids_all_devices(ids_texts, 65);
                s_adjust_fontSize_for_ids_all_devices(ids_td_textboxes, 60);
                s_adjust_fontSize_for_ids_all_devices(ids_textBoxes, 60);
                
                s_init_dropBox_tds_withOUT_drag_here(ids_boxes);
                s_init_dropping_spans(ids_spans);
                
                var id_tables_array = ['id_table1', 'id_table2', 'id_table3', 'id_table4', 'id_table5'];
                s_border_collapse_for_tables_except_android(id_tables_array);
            }
        
        function page_onLoad()
        {
            
        }
        
        function btnHome_click()
        {
            s_btnHomeCategories_click('LevelF');
        }
        
        function btnPrevious_click()
        {
            window.location = 'LevelFCat2Lesson41.html';
        }
        
        function btnNext_click()
        {
            window.location = 'LevelFCat2Lesson43.html';
        }
        
        function DragDrop(id_dropBox, ids_array)
        {
            if (s_isMovingElementIdInTheArraySetIsFilledTrue(id_dropBox, ids_array))
            {
                s_setTextAndBackgroundColorToGreenAndIsMovedTrue(s_currentDropingId, id_dropBox);
                
                s_set_currentDropingId_draggbleToFalse();
            }
            else
            {
                s_resetCurrentDroppingPosition(id_dropBox);
            }
            
        }
        
        function btnValidate_click()
        {
            var ids_boxes = ['id_dropboxCooking', 'id_dropboxHeating', 'id_dropboxClothes', 'id_dropboxWater', 'id_dropboxSafe', 'id_dropboxCool', 'id_dropboxTool'];
            
            var isAllBoxesFilled = s_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');
            var eTextBox7 = document.getElementById('id_textBox7');
            var eTextBox8 = document.getElementById('id_textBox8');
            var eTextBox9 = document.getElementById('id_textBox9');
            var eTextBox10 = document.getElementById('id_textBox10');
            var eTextBox11 = document.getElementById('id_textBox11');
            var eTextBox12 = document.getElementById('id_textBox12');
            var eTextBox13 = document.getElementById('id_textBox13');
            
            if (isAllBoxesFilled &&
                (eTextBox1.value !== '') &&
                (eTextBox2.value !== '') &&
                (eTextBox3.value !== '') &&
                (eTextBox4.value !== '') &&
                (eTextBox5.value !== '') &&
                (eTextBox6.value !== '') &&
                (eTextBox7.value !== '') &&
                (eTextBox8.value !== '') &&
                (eTextBox9.value !== '') &&
                (eTextBox10.value !== '') &&
                (eTextBox11.value !== '') &&
                (eTextBox12.value !== '') &&
                (eTextBox13.value !== ''))
            {
                s_show_claps_animation('s_id_div_message');
            }
        }
        </script>
        
    </head>
    <body onload="page_onLoad()">
        
        <div id="s_id_div_message"></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="0" cellspacing="0">
                        <tr>
                            <td>
                                <table width="100%" height="100%" border="0" cellpadding="2%" cellspacing="0">
                                    <tr height="4%">
                                        <td style="padding-bottom:0px">
                                            <table id="id_table1" width="100%" height="100%" border="1" cellpadding="0" cellspacing="0">
                                                <tr>
                                                    <td id="id_td_heading1" class="s_style_heading">Answer the following:
                                                    </td>
                                                </tr>
                                            </table>
                                        </td>
                                    </tr>
                                    <tr height="16%">
                                        <td style="padding-bottom:0px">
                                            <table id="id_table2" width="100%" height="100%" border="1" cellpadding="0" cellspacing="0">
                                                <tr height="20%">
                                                    <td id="id_td_heading2" class="s_style_heading">1. Enter the 2 uses of refrigerator:</td>
                                                </tr>
                                                <tr height="*">
                                                    <td>
                                                        <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                            <tr height="50%">
                                                                <td>
                                                                    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                                        <tr>
                                                                            <td id="id_td_text1" class="s_style_textBlack_padding_left" width="40%" align="left"><span class="s_style_heading_part_text_2">A:</span> Refrigerator helps to</td>
                                                                            <td id="id_td_textBox1" width="20%" align="center">
                                                                                <textarea id="id_textBox1" class="s_style_droppable_dash" style="width:90%; text-align:center; resize:none" rows="1">
                                                                                </textarea>
                                                                            </td>
                                                                            <td id="id_td_text2" class="s_style_textBlack_padding_left" width="*" align="left">. &nbsp;for longer time. We</td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                            <tr height="*">
                                                                <td>
                                                                    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                                        <tr>
                                                                            <td id="id_td_text3" class="s_style_textBlack_padding_left" width="22%" align="left" style="padding-left:6%">can make</td>
                                                                            <td id="id_td_textBox2" width="20%" align="center">
                                                                                <textarea id="id_textBox2" class="s_style_droppable_dash" style="width:90%; text-align:center; resize:none" rows="1">
                                                                                </textarea>
                                                                            </td>
                                                                            <td id="id_td_text4" class="s_style_textBlack" width="9%" align="center">and</td>
                                                                            <td id="id_td_textBox3" width="20%" align="center">
                                                                                <textarea id="id_textBox3" class="s_style_droppable_dash" style="width:90%; text-align:center; resize:none" rows="1">
                                                                                </textarea>
                                                                            </td>
                                                                            <td id="id_td_text5" class="s_style_textBlack_padding_left" width="*" align="left">in freezer.</td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                </tr>
                                            </table>
                                        </td>
                                    </tr>
                                    <tr height="22%">
                                        <td style="padding-bottom:0px">
                                            <table id="id_table3" width="100%" height="100%" border="1" cellpadding="0" cellspacing="0">
                                                <tr height="20%">
                                                    <td id="id_td_heading3" class="s_style_heading">2. Enter the 2 uses of washing machine:</td>
                                                </tr>
                                                <tr height="*">
                                                    <td>
                                                        <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                            <tr height="33%">
                                                                <td>
                                                                    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                                        <tr>
                                                                            <td id="id_td_text6" class="s_style_textBlack_padding_left" width="56%" align="left"><span class="s_style_heading_part_text_2">A:</span> Washing machine is helpful to</td>
                                                                            <td id="id_td_textBox4" width="20%" align="center">
                                                                                <textarea id="id_textBox4" class="s_style_droppable_dash" style="width:90%; text-align:center; resize:none" rows="1">
                                                                                </textarea>
                                                                            </td>
                                                                            <td id="id_td_text7" class="s_style_textBlack" width="4%" align="left">,</td>
                                                                            <td id="id_td_textBox5" width="20%" align="center">
                                                                                <textarea id="id_textBox5" class="s_style_droppable_dash" style="width:90%; text-align:center; resize:none" rows="1">
                                                                                </textarea>
                                                                            </td>
                                                                            <td id="id_td_text8" class="s_style_textBlack" width="*" align="left">,</td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                            <tr height="33%">
                                                                <td>
                                                                    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                                        <tr>
                                                                            <td id="id_td_text9" class="s_style_textBlack_padding_left" width="22%" align="left" style="padding-left:6%">rinse and</td>
                                                                            <td id="id_td_textBox6" width="20%" align="center">
                                                                                <textarea id="id_textBox6" class="s_style_droppable_dash" style="width:90%; text-align:center; resize:none" rows="1">
                                                                                </textarea>
                                                                            </td>
                                                                            <td id="id_td_text10" class="s_style_textBlack" width="*" align="center">the clothes. It is very helpful to save</td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                            <tr height="*">
                                                                <td>
                                                                    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                                        <tr>
                                                                            <td id="id_td_textBox7" width="25%" align="center" style="padding-left:6%">
                                                                                <textarea id="id_textBox7" class="s_style_droppable_dash" style="width:90%; text-align:center; resize:none" rows="1">
                                                                                </textarea>
                                                                            </td>
                                                                            <td id="id_td_text11" class="s_style_textBlack" width="10%" align="center">and</td>
                                                                            <td id="id_td_textBox8" width="20%" align="center">
                                                                                <textarea id="id_textBox8" class="s_style_droppable_dash" style="width:90%; text-align:center; resize:none" rows="1">
                                                                                </textarea>
                                                                            </td>
                                                                            <td id="id_td_text12" class="s_style_textBlack_padding_left" width="*" align="left">.</td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                </tr>
                                            </table>
                                        </td>
                                    </tr>
                                    <tr height="22%">
                                        <td style="padding-bottom:0px">
                                            <table id="id_table4" width="100%" height="100%" border="1" cellpadding="0" cellspacing="0">
                                                <tr height="20%">
                                                    <td id="id_td_heading4" class="s_style_heading">3. Enter the 2 uses of mixer and grinder:</td>
                                                </tr>
                                                <tr height="*">
                                                    <td>
                                                        <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                            <tr height="33%">
                                                                <td>
                                                                    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                                        <tr>
                                                                            <td id="id_td_text13" class="s_style_textBlack_padding_left" width="58%" align="left"><span class="s_style_heading_part_text_2">A:</span> Mixer and grinder useful to make</td>
                                                                            <td id="id_td_textBox9" width="19%" align="center">
                                                                                <textarea id="id_textBox9" class="s_style_droppable_dash" style="width:90%; text-align:center; resize:none" rows="1">
                                                                                </textarea>
                                                                            </td>
                                                                            <td id="id_td_text14" class="s_style_textBlack" width="2%" align="left">,</td>
                                                                            <td id="id_td_textBox10" width="19%" align="center">
                                                                                <textarea id="id_textBox10" class="s_style_droppable_dash" style="width:90%; text-align:center; resize:none" rows="1">
                                                                                </textarea>
                                                                            </td>
                                                                            <td id="id_td_text15" class="s_style_textBlack" width="*" align="left">,</td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                            <tr height="33%">
                                                                <td>
                                                                    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                                        <tr>
                                                                            <td id="id_td_text16" class="s_style_textBlack_padding_left" width="12%" align="left" style="padding-left:6%">and</td>
                                                                            <td id="id_td_textBox11" width="20%" align="center">
                                                                                <textarea id="id_textBox11" class="s_style_droppable_dash" style="width:90%; text-align:center; resize:none" rows="1">
                                                                                </textarea>
                                                                            </td>
                                                                            <td id="id_td_text17" class="s_style_textBlack" width="*" align="center">of different ingredients. It is also useful to</td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                            <tr height="*">
                                                                <td>
                                                                    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                                        <tr>
                                                                            <td id="id_td_text18" class="s_style_textBlack_padding_left" width="15%" align="left" style="padding-left:6%">make</td>
                                                                            <td id="id_td_textBox12" width="20%" align="center">
                                                                                <textarea id="id_textBox12" class="s_style_droppable_dash" style="width:90%; text-align:center; resize:none" rows="1">
                                                                                </textarea>
                                                                            </td>
                                                                            <td id="id_td_text19" class="s_style_textBlack" width="10%" align="center">and</td>
                                                                            <td id="id_td_textBox13" width="20%" align="center">
                                                                                <textarea id="id_textBox13" class="s_style_droppable_dash" style="width:90%; text-align:center; resize:none" rows="1">
                                                                                </textarea>
                                                                            </td>
                                                                            <td id="id_td_text20" class="s_style_textBlack_padding_left" width="*" align="left">juices.</td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                </tr>
                                            </table>
                                        </td>
                                    </tr>
                                    <tr height="*">
                                        <td>
                                            <table id="id_table5" width="100%" height="100%" border="1" cellpadding="0" cellspacing="0">
                                                <tr height="10%">
                                                    <td id="id_td_heading5" class="s_style_heading">Fill in the blanks:</td>
                                                </tr>
                                                <tr height="20%">
                                                    <td>
                                                        <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                            <tr>
                                                                <td id="id_options" class="s_style_heading_options" width="15%">Options:</td>
                                                                <td width="*">
                                                                    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                                        <tr height="50%">
                                                                            <td id="id_td_clothes" class="s_style_draggable_text" width="25%" align="center" draggable="true" ondragstart="s_dragStartNew(event)">
                                                                                <span id="id_span_clothes">clothes</span>
                                                                            </td>
                                                                            <td id="id_td_safe" class="s_style_draggable_text" width="25%" align="center" draggable="true" ondragstart="s_dragStartNew(event)">
                                                                                <span id="id_span_safe">safe</span>
                                                                            </td>
                                                                            <td id="id_td_tool" class="s_style_draggable_text" width="25%" align="center" draggable="true" ondragstart="s_dragStartNew(event)">
                                                                                <span id="id_span_tool">tool</span>
                                                                            </td>
                                                                            <td id="id_td_water" class="s_style_draggable_text" width="*" align="center" draggable="true" ondragstart="s_dragStartNew(event)">
                                                                                <span id="id_span_water">water</span>
                                                                            </td>
                                                                        </tr>
                                                                        <tr height="50%">
                                                                            <td id="id_td_heating" class="s_style_draggable_text" width="25%" align="center" draggable="true" ondragstart="s_dragStartNew(event)">
                                                                                <span id="id_span_heating">heating</span>
                                                                            </td>
                                                                            <td id="id_td_cool" class="s_style_draggable_text" width="25%" align="center" draggable="true" ondragstart="s_dragStartNew(event)">
                                                                                <span id="id_span_cool">cool</span>
                                                                            </td>
                                                                            <td id="id_td_cooking" class="s_style_draggable_text" width="25%" align="center" draggable="true" ondragstart="s_dragStartNew(event)">
                                                                                <span id="id_span_cooking">cooking</span>
                                                                            </td>
                                                                            <td id="id_td_text21" width="*">&nbsp;</td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                </tr>
                                                <tr height="*">
                                                    <td>
                                                        <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="2%">
                                                            <tr height="16.6%">
                                                                <td>
                                                                    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                                        <tr>
                                                                            <td id="id_td_text22" class="s_style_textBlack_padding_left" width="40%">1. Micro oven is useful to</td>
                                                                            <td id="id_dropboxCooking" class="s_style_droppable_dash" width="12%" align="center"
                                                                                ondragover="s_highlight('id_dropboxCooking'); s_allowDrop_web(event)"
                                                                                ondragleave="s_un_highlight('id_dropboxCooking')"
                                                                                ondrop="DragDrop('id_dropboxCooking', ['id_span_cooking', 'id_span_heating'])">_______</td>
                                                                            <td id="id_td_text23" class="s_style_textBlack_padding_left" width="10%">and</td>
                                                                            <td id="id_dropboxHeating" class="s_style_droppable_dash" width="12%" align="center"
                                                                                ondragover="s_highlight('id_dropboxHeating'); s_allowDrop_web(event)"
                                                                                ondragleave="s_un_highlight('id_dropboxHeating')"
                                                                                ondrop="DragDrop('id_dropboxHeating', ['id_span_cooking', 'id_span_heating'])">_______</td>
                                                                            <td id="id_td_text24" class="s_style_textBlack_padding_left" width="*">the food quickly.</td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                            <tr id="id_tr_dropboxClothes" height="16.6%"
                                                                ondragover="s_highlight('id_dropboxClothes'); s_allowDrop_web(event)"
                                                                ondragleave="s_un_highlight('id_dropboxClothes')"
                                                                ondrop="DragDrop('id_dropboxClothes', ['id_span_clothes'])">
                                                                <td>
                                                                    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                                        <tr>
                                                                            <td id="id_td_text25" class="s_style_textBlack_padding_left" width="60%">2. Iron is useful to give good look to the</td>
                                                                            <td id="id_dropboxClothes" class="s_style_droppable_dash" width="12%" align="center">_______</td>
                                                                            <td id="id_td_text26" class="s_style_textBlack" width="*">.</td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                            <tr id="id_tr_dropboxWater" height="16.6%"
                                                                ondragover="s_highlight('id_dropboxWater'); s_allowDrop_web(event)"
                                                                ondragleave="s_un_highlight('id_dropboxWater')"
                                                                ondrop="DragDrop('id_dropboxWater', ['id_span_water'])">
                                                                <td>
                                                                    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                                        <tr>
                                                                            <td id="id_td_text27" class="s_style_textBlack_padding_left" width="68%">3. Air cooler cools the temperature by using</td>
                                                                            <td id="id_dropboxWater" class="s_style_droppable_dash" width="12%" align="center">_______</td>
                                                                            <td id="id_td_text28" class="s_style_textBlack" width="*">.</td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                            <tr id="id_tr_dropboxSafe" height="16.6%"
                                                                ondragover="s_highlight('id_dropboxSafe'); s_allowDrop_web(event)"
                                                                ondragleave="s_un_highlight('id_dropboxSafe')"
                                                                ondrop="DragDrop('id_dropboxSafe', ['id_span_safe'])">
                                                                <td>
                                                                    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                                        <tr>
                                                                            <td id="id_td_text29" class="s_style_textBlack_padding_left" width="50%">4. Water purifier makes the water</td>
                                                                            <td id="id_dropboxSafe" class="s_style_droppable_dash" width="12%" align="center">_______</td>
                                                                            <td id="id_td_text30" class="s_style_textBlack_padding_left" width="*">to drink.</td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                            <tr id="id_tr_dropboxCool" height="16.6%"
                                                                ondragover="s_highlight('id_dropboxCool'); s_allowDrop_web(event)"
                                                                ondragleave="s_un_highlight('id_dropboxCool')"
                                                                ondrop="DragDrop('id_dropboxCool', ['id_span_cool'])">
                                                                <td>
                                                                    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                                        <tr>
                                                                            <td id="id_td_text31" class="s_style_textBlack_padding_left" width="51%">5. Air conditioner makes the room</td>
                                                                            <td id="id_dropboxCool" class="s_style_droppable_dash" width="12%" align="center">_______</td>
                                                                            <td id="id_td_text32" class="s_style_textBlack" width="*">.</td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                            <tr id="id_tr_dropboxTool" height="*"
                                                                ondragover="s_highlight('id_dropboxTool'); s_allowDrop_web(event)"
                                                                ondragleave="s_un_highlight('id_dropboxTool')"
                                                                ondrop="DragDrop('id_dropboxTool', ['id_span_tool'])">
                                                                <td>
                                                                    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                                        <tr>
                                                                            <td id="id_td_text33" class="s_style_textBlack_padding_left" width="51%">6. Vacuum cleaner is a cleaning</td>
                                                                            <td id="id_dropboxTool" class="s_style_droppable_dash" width="12%" align="center">_______</td>
                                                                            <td id="id_td_text34" class="s_style_textBlack" width="*">.</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_clothes', {handle : 'id_td_clothes', revert : true, scroll : false, onStart : function(){s_dragStartNew(event)}});
            new webkit_draggable('id_span_safe', {handle : 'id_td_safe', revert : true, scroll : false, onStart : function(){s_dragStartNew(event)}});
            new webkit_draggable('id_span_tool', {handle : 'id_td_tool', revert : true, scroll : false, onStart : function(){s_dragStartNew(event)}});
            new webkit_draggable('id_span_water', {handle : 'id_td_water', revert : true, scroll : false, onStart : function(){s_dragStartNew(event)}});
            new webkit_draggable('id_span_heating', {handle : 'id_td_heating', revert : true, scroll : false, onStart : function(){s_dragStartNew(event)}});
            new webkit_draggable('id_span_cool', {handle : 'id_td_cool', revert : true, scroll : false, onStart : function(){s_dragStartNew(event)}});
            new webkit_draggable('id_span_cooking', {handle : 'id_td_cooking', revert : true, scroll : false, onStart : function(){s_dragStartNew(event)}});
            
            webkit_drop.add('id_dropboxCooking', {onOver : function(){s_highlight('id_dropboxCooking')}, onOut : function(){s_un_highlight('id_dropboxCooking')}, onDrop : function(){DragDrop('id_dropboxCooking', ['id_span_heating', 'id_span_cooking'])}});
            webkit_drop.add('id_dropboxHeating', {onOver : function(){s_highlight('id_dropboxHeating')}, onOut : function(){s_un_highlight('id_dropboxHeating')}, onDrop : function(){DragDrop('id_dropboxHeating', ['id_span_heating', 'id_span_cooking'])}});
            webkit_drop.add('id_tr_dropboxClothes', {onOver : function(){s_highlight('id_dropboxClothes')}, onOut : function(){s_un_highlight('id_dropboxClothes')}, onDrop : function(){DragDrop('id_dropboxClothes', ['id_span_clothes'])}});
            webkit_drop.add('id_tr_dropboxWater', {onOver : function(){s_highlight('id_dropboxWater')}, onOut : function(){s_un_highlight('id_dropboxWater')}, onDrop : function(){DragDrop('id_dropboxWater', ['id_span_water'])}});
            webkit_drop.add('id_tr_dropboxSafe', {onOver : function(){s_highlight('id_dropboxSafe')}, onOut : function(){s_un_highlight('id_dropboxSafe')}, onDrop : function(){DragDrop('id_dropboxSafe', ['id_span_safe'])}});
            webkit_drop.add('id_tr_dropboxCool', {onOver : function(){s_highlight('id_dropboxCool')}, onOut : function(){s_un_highlight('id_dropboxCool')}, onDrop : function(){DragDrop('id_dropboxCool', ['id_span_cool'])}});
            webkit_drop.add('id_tr_dropboxTool', {onOver : function(){s_highlight('id_dropboxTool')}, onOut : function(){s_un_highlight('id_dropboxTool')}, onDrop : function(){DragDrop('id_dropboxTool', ['id_dropboxTool', 'id_span_tool'])}});
            
            </script>
    </body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit