|
|
|
<div id='mainPane'><form name='form'>
<div style='background:white;margin:auto;width:3000px;max-width:90vw;margin-top:10px;'>
<div class='standard3'>
<table style='width:3000px;max-width:90vw;'>
<tr>
<td style='width:100%;text-align:center;'>
<h1 class='title'>Schedule
</h1>
</td>
<td>
<span class='standard3'>Select Training Type
</span>
<br />
<select onchange='document.form.submit();' name='training_type' id='training_type' class='standard'>
<option></option>
</select>
</tr>
</table>
</div>
<table style='float:right'>
<tr class='search_results'>
</tr>
</table> <div class='standard'>
<iframe src='calendar.jsf' style='width:3000px;height:700px;max-width:90vw;max-height:90vh;margin:auto;'></iframe>
</div>
<div class='mobile'>
<iframe src='calendarmobile.jsf' style='width:3000px;height:700px;max-width:90vw;max-height:90vh;margin:auto;' ></iframe>
</div>
</div>
</form></div> |