????JFIF??x?x????'
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_old4/Html/LevelB/Category2/ |
Upload File : |
<!DOCTYPE html> <html> <head> <title>Count the dishes and match the number</title> <script type="text/javascript" src="../../../js/allScriptsForLessonsHtml.js"></script> <script> function page_preLoad() { shared_setDeviceTypeLevelCategoryLastLesson(Level.B, Category.No2); shared_set_tblMainiPadBodyWidthHeight('id_tblMainiPadBody', 'id_meta'); shared_setHeaderTable('id_tblHeader', shared_title_page, shared_getSubTitle(Level.B, Category.No2, 3), true, true); shared_setFooterTable('id_tblFooter', true, true, false, true, true); var ids_headings = ['id_td_heading1', 'id_td_heading2']; var ids_boxes = ['id_dropBox_no9', 'id_dropBox_no11_1', 'id_dropBox_no7', 'id_dropBox_no11_2']; var ids_options = ['id_td_no11_1', 'id_td_no7', 'id_td_no9', 'id_td_no11_2']; var ids_spans = ['id_span_no11_1', 'id_span_no7', 'id_td_no9', 'id_td_no11_2']; var ids_All = ids_headings.concat(ids_boxes); shared_adjust_fontSize_for_ids_all_devices(ids_All, 80); shared_adjust_fontSize_for_ids_all_devices(ids_options, 120); shared_init_dropBox_tds_with_drag_here(ids_boxes); shared_init_dropping_spans(ids_spans); shared_hideAllExceptFirstElement('id_span_no11_', 2); shared_set_all_draggble_to_false_except_first_element('id_td_no11_', 2); var id_tables_array = ['id_table1']; shared_border_collapse_for_tables_except_android(id_tables_array); } function page_onLoad() { } function btnPrevious_click() { window.location = 'LevelBCat2Lesson2.html'; } function btnNext_click() { window.location = 'LevelBCat2Lesson4.html'; } function btnHome_click() { shared_btnHomeCategories_click('LevelB'); } function DragDrop(id_dropBox, isNo11, ids_array) { if (shared_isMovingElementIdInTheArraySetIsFilledTrue(id_dropBox, ids_array)) { shared_setTextAndBackgroundColorToGreenAndIsMovedTrue(shared_currentDropingId, id_dropBox); if (isNo11) { showNextNo11() } isAllInfosMovedShowClapsAnimation(); shared_set_currentDropingId_draggbleToFalse(); } else { shared_resetCurrentDroppingPosition(id_dropBox); } } function showNextNo11() { shared_unHideNextElementNew('id_span_no11_', 2); } function isAllInfosMovedShowClapsAnimation() { var ids_boxes = ['id_dropBox_no9', 'id_dropBox_no11_1', 'id_dropBox_no7', 'id_dropBox_no11_2']; shared_is_all_infos_filled_show_claps_animationWithIsFilled(ids_boxes); } </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" cellpadding="2%" cellspacing="0"> <tr height="100%"> <td> <table id="id_table1" width="100%" height="100%" border="1" cellspacing="0" cellpadding="0"> <tr height="5%"> <td id="id_td_heading1" class="shared_style_options_blue_24px_bold" style="border-bottom: none; border-left: none"> Count the dishes and drag the number: </td> </tr> <tr height="10%"> <td style="border-bottom: none; border-left: none"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="*" id="id_td_heading2" class="shared_style_options_blue_24px_bold">Options:</td> <td id="id_td_no11_1" class="shared_style_red_24px_bold" width="20%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"> <span id="id_span_no11_1" class="cls_drag_no11_1">11</span> </td> <td id="id_td_no7" class="shared_style_red_24px_bold" width="20%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"> <span id="id_span_no7" class="cls_drag_no7">7</span> </td> <td id="id_td_no9" class="shared_style_red_24px_bold" width="20%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"> <span id="id_span_no9" class="cls_drag_no9">9</span> </td> <td id="id_td_no11_2" class="shared_style_red_24px_bold" width="20%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"> <span id="id_span_no11_2" class="cls_drag_no11_2">11</span> </td> </tr> </table> </td> </tr> <tr height="*"> <td style="border:none"> <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0" style="border:none"> <tr id="id_tr_no9" height="25%" ondragover="shared_highlight('id_dropBox_no9'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_dropBox_no9')" ondrop="DragDrop('id_dropBox_no9', false, ['id_span_no9'])"> <td width="70%" style="border-bottom: none; border-left: none"> <img id="id_imgDishesSet1" src="../../../img/LevelB/Category2/LevelBCat2Lesson3/dishesSet1.png" width="90%" height="auto"> </td> <td id="id_dropBox_no9" class="shared_style_red_24px_bold" width="*" align="center" style="border-left: none; border-bottom: none; border-right: none"> __ </td> </tr> <tr id="id_tr_no11_1" height="25%" ondragover="shared_highlight('id_dropBox_no11_1'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_dropBox_no11_1')" ondrop="DragDrop('id_dropBox_no11_1', true, ['id_span_no11_1', 'id_span_no11_2'])"> <td width="70%" style="border-bottom: none; border-left: none"> <img id="id_imgDishesSet2" src="../../../img/LevelB/Category2/LevelBCat2Lesson3/dishesSet2.png" width="95%" height="auto"> </td> <td id="id_dropBox_no11_1" class="shared_style_red_24px_bold" width="*" align="center" style="border-left: none;border-bottom: none; border-right: none"> __ </td> </tr> <tr id="id_tr_no7" height="25%" ondragover="shared_highlight('id_dropBox_no7'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_dropBox_no7')" ondrop="DragDrop('id_dropBox_no7', false, ['id_span_no7'])"> <td width="70%" style="border-bottom: none; border-left: none"> <img id="id_imgDishesSet3" src="../../../img/LevelB/Category2/LevelBCat2Lesson3/dishesSet3.png" width="95%" height="auto"> </td> <td id="id_dropBox_no7" class="shared_style_red_24px_bold" width="*" align="center" style="border-left: none; border-bottom: none; border-right: none"> __ </td> </tr> <tr id="id_tr_no11_2" height="*" ondragover="shared_highlight('id_dropBox_no11_2'); shared_allowDrop_web(event)" ondragleave="shared_un_highlight('id_dropBox_no11_2')" ondrop="DragDrop('id_dropBox_no11_2', true, ['id_span_no11_1', 'id_span_no11_2'])"> <td width="70%" style="border-left: none; border-bottom: none"> <img id="id_imgDishesSet4" src="../../../img/LevelB/Category2/LevelBCat2Lesson3/dishesSet4.png" width="90%" height="auto"> </td> <td id="id_dropBox_no11_2" class="shared_style_red_24px_bold" width="*" align="center" style="border-left: none; border-right: none; border-bottom: none"> __ </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_no7', {handle : 'id_td_no7', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_span_no11_1', {handle : 'id_td_no11_1', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_span_no11_2', {handle : 'id_td_no11_2', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); new webkit_draggable('id_span_no9', {handle : 'id_td_no9', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}}); webkit_drop.add('id_tr_no7', {onOver : function(){shared_highlight('id_dropBox_no7')}, onOut : function(){shared_un_highlight('id_dropBox_no7')}, onDrop : function(){DragDrop('id_dropBox_no7', false, ['id_span_no7'])}}); webkit_drop.add('id_tr_no11_1', {onOver : function(){shared_highlight('id_dropBox_no11_1')}, onOut : function(){shared_un_highlight('id_dropBox_no11_1')}, onDrop : function(){DragDrop('id_dropBox_no11_1', true, ['id_span_no11_1', 'id_span_no11_2'])}}); webkit_drop.add('id_tr_no11_2', {onOver : function(){shared_highlight('id_dropBox_no11_2')}, onOut : function(){shared_un_highlight('id_dropBox_no11_2')}, onDrop : function(){DragDrop('id_dropBox_no11_2', true, ['id_span_no11_1', 'id_span_no11_2'])}}); webkit_drop.add('id_tr_no9', {onOver : function(){shared_highlight('id_dropBox_no9')}, onOut : function(){shared_un_highlight('id_dropBox_no9')}, onDrop : function(){DragDrop('id_dropBox_no9', false, ['id_span_no9'])}}); </script> </body> </html>