????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 18.191.150.27 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/OLD/ |
Upload File : |
<!DOCTYPE html> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <html> <head> <meta id="id_meta" /> <title>School</title> <link href="css/shared_styles.css" rel="stylesheet" type="text/css" media="all"> <script src="js/topmostInfo.js" type="text/javascript"></script><!--Order1--> <script src="js/enums.js" type="text/javascript"></script><!--Order2--> <script src="js/shared_funtions.js" type="text/javascript"></script><!--Order3--> <style> .tdStyle { vertical-align: middle; text-align: center; } #buttonStyle { background: #000000; width: 140px; height: 40px; font-size:25px; text-align:center; color:#FFFFFF; font-weight:bold; text-shadow:0 -1px 0 rgba(0,0,0,0.5); line-height:40px; } </style> <script> function page_load() { shared_setDeviceType(); shared_createProjectPaths(); shared_set_tblMainiPadBodyWidthHeight('id_tblMainiPadBody', 'id_meta'); shared_setHeaderTable('id_tblHeader', shared_title_page, 'Levels', false, false, false); shared_setFooterTableEmpty('id_tblFooter'); var deviceType = shared_getDeviceType(); if (deviceType == shared_DeviceTypeAndroid) { shared_show_claps_animation_for_initial('shared_id_div_claps_image'); setInterval(shared_hideClapsImage, 10); } } function btnLevelA_click() { localStorage.setItem('currentLevel', 'LevelA'); window.location = "Html/LevelA/LevelACategories.html"; } function btnLevelB_click() { localStorage.setItem('currentLevel', 'LevelB'); window.location = "Html/LevelB/LevelBCategories.html"; } function btnLevelC_click() { localStorage.setItem('currentLevel', 'LevelC'); window.location = "Html/LevelC/LevelCCategories.html"; } function btnLevelD_click() { localStorage.setItem('currentLevel', 'LevelD'); window.location = "Html/LevelD/LevelDCategories.html"; } function btnLevelE_click() { localStorage.setItem('currentLevel', 'LevelE'); window.location = "Html/LevelE/LevelECategories.html"; } function btnLevelF_click() { localStorage.setItem('currentLevel', 'LevelF'); window.location = "Html/LevelF/LevelFCategories.html"; } function btnLevelG_click() { localStorage.setItem('currentLevel', 'LevelG'); window.location = "Html/LevelG/LevelGCategories.html"; } function btnLevelH_click() { localStorage.setItem('currentLevel', 'LevelH'); window.location = "Html/LevelH/LevelHCategories.html"; } </script> </head> <body onload="page_load()"> <div id="shared_id_div_claps_image" > </div> <table id="id_tblMainiPadBody" border="1px" cellspacing="0" cellpadding="0"> <tr height="5%"> <td> <header height="100%"> <div id="id_tblHeader" align="center"></div> </header> </td> </tr> <tr height="*"> <td> <table width="100%" height="100%" border="0px" cellspacing="0" cellpadding="0"> <tr> <td> <table width="100%" height="100%" border="0px" cellspacing="0" cellpadding="0"> <tr> <td> <table width="100%" height="100%" border="0px" cellspacing="0" cellpadding="0"> <tr> <td class="tdStyle"> <input type="button" class="shared_style_buttonsFooter" style="width:150px" value="Level A" onClick="btnLevelA_click()"> </td> </tr> <tr> <td class="tdStyle"> <input type="button" class="shared_style_buttonsFooter" style="width:150px" value="Level B" onClick="btnLevelB_click()"> </td> </tr> <tr> <td class="tdStyle"> <input type="button" class="shared_style_buttonsFooter" style="width:150px" value="Level C" onClick="btnLevelC_click()"> </td> </tr> <tr> <td class="tdStyle"> <input type="button" class="shared_style_buttonsFooter" style="width:150px" value="Level D" onClick="btnLevelD_click()" disabled> </td> </tr> </table> </td> <td> <table width="100%" height="100%" border="0px" cellspacing="0" cellpadding="5"> <tr> <td class="tdStyle"> <input type="button" class="shared_style_buttonsFooter" style="width:150px" value="Level E" onClick="btnLevelE_click()" disabled> </td> </tr> <tr> <td class="tdStyle"> <input type="button" class="shared_style_buttonsFooter" style="width:150px" value="Level F" onClick="btnLevelF_click()" disabled> </td> </tr> <tr> <td class="tdStyle"> <input type="button" class="shared_style_buttonsFooter" style="width:150px" value="Level G" onClick="btnLevelG_click()" disabled> </td> </tr> <tr> <td class="tdStyle"> <input type="button" class="shared_style_buttonsFooter" style="width:150px" value="Level H" onClick="btnLevelH_click()" disabled> </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 type="text/javascript" src="../../js/index.js"></script> <script type="text/javascript"> app.initialize(); </script> </body> </html>