Add the main admin, dosen, mahasiswa, API, and service code needed to run the core legacy application with configurable upload storage.
45 lines
1.2 KiB
PHP
45 lines
1.2 KiB
PHP
<?php $db=new dB($dbsetting); ?>
|
|
<div class="row">
|
|
<div class="col-sm-12">
|
|
<ol class="breadcrumb">
|
|
<li>
|
|
<i class="clip-home-3"></i>
|
|
<a href="<?php ECHO DOSEN_PAGE;?>">
|
|
Home
|
|
</a>
|
|
</li>
|
|
<li class="active">
|
|
Review Saya
|
|
</li>
|
|
<li class="search-box">
|
|
<label><?php echo tanggalIndo(date('Y-m-d H:i:s'),'j F Y, H:i');?></label>
|
|
</li>
|
|
</ol>
|
|
<div class="page-header">
|
|
<h1>Review Saya<small> <b>(Usulan Judul TA yang pernah saya komentari atau saya berikan tanggapan)</b> </small></h1>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<!-- start: DYNAMIC TABLE PANEL -->
|
|
<table class="table table-striped table-bordered table-hover table-full-width" id="list-myreview">
|
|
<thead>
|
|
<tr>
|
|
<th style="width:15%;text-align:center">Nama Mahasiswa</th>
|
|
<th style="width:50%;text-align:center">Judul Usulan</th>
|
|
<th style="width:10%;text-align:center">Tahun Ajaran</th>
|
|
<th style="width:15%;text-align:center">Tanggal</th>
|
|
<th style="width:10%;text-align:center">Status</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td colspan="5" class="dataTables_empty">Loading data from server</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<!-- end: DYNAMIC TABLE PANEL -->
|
|
</div>
|
|
</div>
|