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 : 3.21.105.46
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<style>
td {
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
}
td:first-child {
padding-left: 10px;
padding-right: 0;
}
</style>
<div class="row clearfix" id="personal_det">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="card">
<div class="header bg-blue">
<h2>Particulars of Publications</h2>
</div>
<div>
<br />
<table>
<tr>
<td>Title of the Paper/Book</td>
<td style="padding-right: 2px; padding-left: 2px">:</td>
<td>
<input
type="text"
id="title"
name="title"
class="form-control"
placeholder="Title of the Paper/Book"
style="width: 300px"
/>
</td>
<td>Name of the Journal/Publisher</td>
<td style="padding-right: 2px; padding-left: 2px">:</td>
<td>
<input
type="text"
id="journal"
name="journal"
class="form-control"
placeholder="Name of the Journal/Publisher"
style="width: 300px"
/>
</td>
</tr>
<tr>
<td>Place and year of Publication</td>
<td style="padding-right: 2px; padding-left: 2px">:</td>
<td>
<input
type="text"
id="place"
name="place"
class="form-control"
placeholder="Place and year of Publication"
style="width: 300px"
/>
</td>
<td>
<input
type="hidden"
id="fid"
name="fid"
class="form-control"
placeholder="Place and year of Publication"
/>
</td>
</tr>
</table>
<center>
<button
type="button"
style="font-weight: 600; font-size: 16px; margin-bottom: 17px"
class="btn btn-warning waves-effect btn-lg"
onclick="saveparticularmicdetails()"
>
Save
</button>
</center>
</div>
<div id="parttab"></div>
</div>
</div>
</div>
|