ESH/shift_wise_male_data.php
2024-10-23 18:28:06 +05:30

136 lines
2.0 KiB
PHP

<style>
* {
box-sizing: border-box;
}
.tbl-row {
margin-left:-5px;
margin-right:-5px;
}
.tbl-column {
float: left;
width: 50%;
padding: 5px;
}
/* Clearfix (clear floats) */
.tbl-row::after {
content: "";
clear: both;
display: table;
}
table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
border: 1px solid #ddd;
}
</style>
<div class="tbl-row">
<div class="tbl-column">
<table border="1" height="150" width="50%">
<tr>
<th rowspan="6"><center>MALE</center></th>
<th><center>Shift</center></th>
<th><center>Nos.</center></th>
<th><center>%</center></th>
</tr>
<!-- <tr>
<td><center><strong></strong></center></td>
<td></td>
<td></td>
</tr> -->
<tr>
<td width="25%"><center><strong>A</strong></center></td>
<td></td>
<td></td>
</tr>
<tr>
<td width="25%"><center><strong>B</strong></center></td>
<td></td>
<td></td>
</tr>
<tr>
<td width="25%"><center><strong>G</strong></center></td>
<td></td>
<td></td>
</tr>
<tr>
<td width="25%"><center><strong>C</strong></center></td>
<td></td>
<td></td>
</tr>
<tr>
<td width="25%"><center><strong>Total</strong></center></td>
<td></td>
<td></td>
</tr>
</table>
</div>
<div class="tbl-column">
<table border="1" height="150" width="50%">
<tr>
<th rowspan="6"><center>FEMALE</center></th>
<th><center>Shift</center></th>
<th><center>Nos.</center></th>
<th><center>%</center></th>
</tr>
<!-- <tr>
<td><center><strong></strong></center></td>
<td></td>
<td></td>
</tr> -->
<tr>
<td width="25%"><center><strong>A</strong></center></td>
<td></td>
<td></td>
</tr>
<tr>
<td width="25%"><center><strong>B</strong></center></td>
<td></td>
<td></td>
</tr>
<tr>
<td width="25%"><center><strong>G</strong></center></td>
<td></td>
<td></td>
</tr>
<tr>
<td width="25%"><center><strong>C</strong></center></td>
<td></td>
<td></td>
</tr>
<tr>
<td width="25%"><center><strong>Total</strong></center></td>
<td></td>
<td></td>
</tr>
</table>
</div>
</div>