Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 18.217.228.195
<script type="text/javascript">
$(function () {
$('#tabs').tabs()
})
$(function () {
$('#sub_tabs').tabs()
})
</script>
<div id="tabs">
<ul>
<li><a href="#">Uploaded Study Material</a></li>
</ul>
<div id="ack_rv_rt_application" style="overflow: auto; padding: 1rem">
<table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
<tr>
<td align="right" style="width: 140px">Degree:</td>
<td>
<select
id="fdegree"
onchange="getSubject()"
class="textInputEnabled"
style="width: 100%; height: 28px"
></select>
</td>
</tr>
<tr>
<td align="right" style="width: 140px">Exam No.:</td>
<td>
<select
id="sem"
onchange="getSubject()"
class="textInputEnabled"
style="width: 100%; height: 28px"
>
<option value="All">All</option>
<option value="A">I SEMESTER</option>
<option value="B">II SEMESTER</option>
<option value="C">III SEMESTER</option>
<option value="D">IV SEMESTER</option>
<option value="E">V SEMESTER</option>
<option value="F">VI SEMESTER</option>
</select>
</td>
</tr>
<tr>
<td align="right" style="width: 140px">Subject:</td>
<td>
<select
id="subject"
class="textInputEnabled"
style="width: 100%; height: 28px"
>
<option value="All">All</option>
</select>
</td>
</tr>
<tr>
<td></td>
<td>
<span
style="
background-color: #008cba;
border: none;
color: white;
padding: 6px 15px;
text-align: center;
text-decoration: none;
display: inline-block;
cursor: pointer;
font: caption;
border-radius: 3px;
"
onclick="DisplayAllUploads();"
>
View
</span>
</td>
</tr>
</table>
</div>
<div id="ack_rv_rt_application_details" style="overflow: auto; width: 100%">
<table
align="center"
class="tr_ventor_row"
width="98%"
cellspacing="0"
cellpadding="5"
>
<tr class="tr_bg1">
<td
align="center"
style="
font-size: 12px;
font-weight: bold;
border-left: 1px solid #c5dbec;
border-right: 1px solid #c5dbec;
border-top: 1px solid #c5dbec;
border-bottom: 1px solid #c5dbec;
"
>
Sl. No.
</td>
<td
align="center"
style="
font-size: 12px;
font-weight: bold;
border-left: 0px solid #c5dbec;
border-right: 1px solid #c5dbec;
border-top: 1px solid #c5dbec;
border-bottom: 1px solid #c5dbec;
"
>
Uploaded Date
</td>
<td
align="center"
style="
font-size: 12px;
font-weight: bold;
border-left: 0px solid #c5dbec;
border-right: 1px solid #c5dbec;
border-top: 1px solid #c5dbec;
border-bottom: 1px solid #c5dbec;
"
>
Teacher Name
</td>
<!-- <td align='center' style=' font-size:12px; font-weight:bold; border-left:0px solid #C5DBEC; border-right:1px solid #C5DBEC; border-top:1px solid #C5DBEC; border-bottom:1px solid #C5DBEC;'>Degree</td> -->
<td
align="center"
style="
font-size: 12px;
font-weight: bold;
border-left: 0px solid #c5dbec;
border-right: 1px solid #c5dbec;
border-top: 1px solid #c5dbec;
border-bottom: 1px solid #c5dbec;
"
>
Semester
</td>
<td
align="center"
style="
font-size: 12px;
font-weight: bold;
border-left: 0px solid #c5dbec;
border-right: 1px solid #c5dbec;
border-top: 1px solid #c5dbec;
border-bottom: 1px solid #c5dbec;
"
>
Subject Name
</td>
<td
align="center"
style="
font-size: 12px;
font-weight: bold;
border-left: 0px solid #c5dbec;
border-right: 1px solid #c5dbec;
border-top: 1px solid #c5dbec;
border-bottom: 1px solid #c5dbec;
"
>
Chapter / Unit
</td>
<td
align="center"
style="
font-size: 12px;
font-weight: bold;
border-left: 0px solid #c5dbec;
border-right: 1px solid #c5dbec;
border-top: 1px solid #c5dbec;
border-bottom: 1px solid #c5dbec;
"
>
Students <br />
Viewed
</td>
<td
align="center"
style="
font-size: 12px;
font-weight: bold;
border-left: 0px solid #c5dbec;
border-right: 1px solid #c5dbec;
border-top: 1px solid #c5dbec;
border-bottom: 1px solid #c5dbec;
"
>
View?
</td>
<td
align="center"
style="
font-size: 12px;
font-weight: bold;
border-left: 0px solid #c5dbec;
border-right: 1px solid #c5dbec;
border-top: 1px solid #c5dbec;
border-bottom: 1px solid #c5dbec;
"
>
Delete?
</td>
</tr>
<tbody id="reval_table_data"></tbody>
</table>
</div>
</div>
|