"Accounts and transactions report scetch"
Bootstrap 3.2.0 Snippet by kariya

<link href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <div class="col-xs-10"> <div class="panel panel-primary"> <!-- Default panel contents --> <div class="panel-heading"> <h2 class="panel-title"> Comprehensive Report </h2> </div> <div class="panel-body"> <h3> Events Result </h3> </div> <ul class="list-group"> <li class="list-group-item"> <h4>This report consisting details about the Event results.</h4> <table class="table table-hover"> <thead> <tr> <th>P_Id</th> <th>P_Name</th> <th>P_Course</th> <th>P_Semester</th> <th>P_College</th> <th>P_Events</th> <th>P_Activities</th> <th>P_Email</th> <th>P_Round</th> <th>P_Position</th> </tr> </thead> <tbody> <tr> <td>001</td> <td>John</td> <td>MCA</td> <td>3</td> <td>Cdac</td> <td>Technical</td> <td>coding</td> <td>john@example.com</td> <td>Prelims</td> <td>1st</td> </tr> <tr> <td>001</td> <td>John</td> <td>MCA</td> <td>3</td> <td>Cdac</td> <td>Technical</td> <td>coding</td> <td>john@example.com</td> <td>Prelims</td> <td>1st</td> </tr> <tr> <td>001</td> <td>John</td> <td>MCA</td> <td>3</td> <td>Cdac</td> <td>Technical</td> <td>coding</td> <td>john@example.com</td> <td>Prelims</td> <td>1st</td> </tr> </tbody> </table> </li> </tbody> </table> </li> </ul> </div> </div> </div> </div>

Related: See More


Questions / Comments: