Advertisement
D3cryp73r

AddDetailsPage

Sep 7th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 101.61 KB | None | 0 0
  1.  
  2. <?php
  3.    
  4.  session_start();
  5. $_SESSION['url'] = $_SERVER['REQUEST_URI'];
  6. //Checking is seesion is hod or not
  7.  
  8.  if (!isset($_SESSION['username'])||$_SESSION['username']!='Hod')
  9.  {
  10.     $_SESSION['msg'] = "You must log in first";
  11.     header('location: index.php');
  12.  }
  13. $servername = "localhost";
  14. $username = "root";
  15. $password = "";
  16. $dbname = "registration";
  17. $conn = new mysqli($servername, $username, $password, $dbname);
  18.    
  19.              
  20.  
  21. ////////Image Upload PHP code Starts here ////////
  22.  
  23. function GetImageExtension($imagetype)
  24.      {
  25.       if(empty($imagetype)) return false;
  26.       switch($imagetype)
  27.       {
  28.           case 'image/bmp': return '.bmp';
  29.           case 'image/gif': return '.gif';
  30.           case 'image/jpeg': return '.jpg';
  31.           case 'image/png': return '.png';
  32.           default: return false;
  33.       }
  34.     }
  35.      
  36.      
  37.      
  38. if (!empty($_FILES["uploadedimage"]["name"])) {
  39.  
  40.     $file_name=$_FILES["uploadedimage"]["name"];
  41.     $temp_name=$_FILES["uploadedimage"]["tmp_name"];
  42.     $imgtype=$_FILES["uploadedimage"]["type"];
  43.     $ext= GetImageExtension($imgtype);
  44.    
  45. ///Code to use image name with new customized  image name .
  46.    
  47. $imagename="16d41a05j6".$ext;
  48.  
  49.     $target_path = "images/".$imagename;
  50.    
  51. if(move_uploaded_file($temp_name, $target_path))
  52. {
  53.    
  54.  
  55.  
  56.     $query_upload=" UPDATE `student` SET `imgpath` = '".$target_path."' WHERE `student`.`id` = '15d41a05j6'";    
  57.        
  58.     mysqli_query($conn,$query_upload);
  59.    if ($conn->query($query_upload) === TRUE){
  60.         echo "New record created successfully";
  61.     }
  62.     else
  63.     {
  64.        echo "Error: " . $query_upload . "<br>" . $conn->error;
  65.     }
  66.    
  67. }
  68.     else{
  69.  
  70.    exit("Error While uploading image on the server");
  71. }
  72.  
  73. }
  74.  
  75. ////////Image upload PHP code ends here ////////
  76.  
  77. ?>
  78.  
  79.  
  80. <!DOCTYPE html>
  81. <html style="background-color:#3c4141;">
  82.  
  83. <head>
  84.     <meta charset="utf-8">
  85.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  86.     <title>SriInduDepartmentalWebsite-Final (1)</title>
  87.     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.0/css/bootstrap.min.css">
  88.     <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=ABeeZee">
  89.     <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Acme">
  90.     <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Actor">
  91.     <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Adamina">
  92.     <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Advent+Pro">
  93.     <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Allerta">
  94.     <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Bitter:400,700">
  95.     <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
  96.     <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700">
  97.     <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700">
  98.     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
  99.     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.1.1/aos.css">
  100.     <link rel="stylesheet" href="assets/css/styles.min.css">
  101. </head>
  102.  
  103. <body style="padding:0px;">
  104.     <nav class="navbar navbar-dark navbar-expand-md navigation-clean-search" style="color:rgb(159,158,158);background-color:#545555;">
  105.         <div class="container-fluid"><a class="navbar-brand" href="#" style="font-family:ABeeZee, sans-serif;font-size:16px;color:#d7d4d4;">Sri Indu College Of Engineering &amp; Technology</a><button class="navbar-toggler" data-toggle="collapse" data-target="#navcol-1"><span class="sr-only">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
  106.             <div
  107.                class="collapse navbar-collapse" id="navcol-1">
  108.                 <form class="form-inline mr-auto" target="_self">
  109.                     <div class="form-group"><label for="search-field"></label></div>
  110.                 </form><a class="btn btn-outline-dark" role="button" href="/HodIndex.html" style="color:rgb(250,252,255);width:79px;margin:12px;border:none;">Home</a><a class="btn btn-outline-dark" role="button" href="/index.html" style="color:rgb(250,252,255);width:79px;margin:12px;">Login</a>
  111.                 <span
  112.                    class="navbar-text"><a href="#" class="login" style="font-size:20px;">&nbsp;About Dev</a></span>
  113.         </div>
  114.         </div>
  115.     </nav>
  116.     <div>
  117.         <div class="row" style="padding:34px;">
  118.             <div class="col-md-8">
  119.                 <section data-aos="fade-up" data-aos-duration="900" class="card">
  120.                     <h1>Student Details</h1>
  121.                     <form  id="form1" action="studentsuccess.php" method="post" class="form-inline">
  122.                         <div class="md-input-group">
  123.                             <label class="md-input-label">Roll Number</label>
  124.                             <input name="roll" class="form-control md-input" type="text" required=""></div>
  125.                         <div class="md-input-group"><label class="md-input-label">Student Name</label>
  126.                             <input name="sname"class="form-control md-input" type="text"></div>
  127.                         <div class="md-input-group"><label class="md-input-label">Father Name</label>
  128.                             <input name="fname" class="form-control md-input" type="text"></div>
  129.                         <div class="md-input-group"><label class="md-input-label">Year&nbsp;</label>
  130.                             <input name="year" class="form-control md-input" type="text" required="" maxlength="4" minlength="4"></div>
  131.                         <div class="md-input-group"><label class="md-input-label">Section</label><input name="sec" class="form-control md-input" type="text"></div>
  132.                         <div class="md-input-group">
  133.                             <label class="md-input-label">Date Of Birth</label>
  134.                             <input name class="form-control md-input" type="text"></div>
  135.                     </form>
  136.                 </section>
  137.                 <section data-aos="fade-up" data-aos-duration="1000" class="card">
  138.                     <h1>Contact Details</h1>
  139.                     <form id="form2" id="form1" action="studentsuccess.php" method="post" class="form-inline">
  140.                         <div class="md-input-group"><label class="md-input-label">Student Mobile Number</label>
  141.                             <input name="smobile" class="form-control md-input" type="text"></div>
  142.                         <div class="md-input-group"><label class="md-input-label">Father Mobile Number</label>
  143.                             <input name="fmobile" class="form-control md-input" type="text"></div>
  144.                         <div class="md-input-group"><label class="md-input-label">Land Line</label><input name="landline" class="form-control md-input" type="text"></div>
  145.                         <div class="md-input-group"><label class="md-input-label">Address</label><input name="address" class="form-control md-input" type="text"></div>
  146.                     </form>
  147.                 </section>
  148.             </div>
  149.             <div class="col" data-aos="fade-right" data-aos-duration="1450" style="margin:30px 0px 100px 0px;padding:39px;height:163px;"><label style="font-size:27px;">Upload a photo here:</label>
  150.                
  151.                 <form action="addDetails.php" id=" picform" method="post" action="addDetails.php" enctype="multipart/form-data" method="post" >
  152.                 <input name="uploadedimage" type="file">
  153.                 <input name="Upload Now" type="submit" value="Upload Image">
  154.                 </form>
  155.            
  156.            
  157.            
  158.             </div>
  159.            
  160.             <div class="col">
  161.                 <h1 style="font-size:27px;">Click here to Update Subject Details&nbsp;<button class="btn btn-primary" type="button" style="margin:40px 100px ;">Submit</button><label style="font-size:17px;background-color:#f1cfcf;">NOTE: Enter correct Year</label></h1>
  162.             </div>
  163.         </div>
  164.     </div>
  165.     <div>
  166.         <form id="form3" method="post" action="studentsuccess.php">
  167.         <div class="container">
  168.             <div class="row">
  169.                 <div class="col-md-4 align-self-center">
  170.                     <div class="row">
  171.                         <div class="col-md-6 align-self-center"><label class="col-form-label" style="font-size:21px;"><strong>SSC Results:</strong></label></div>
  172.                         <div class="col-md-6 align-self-center" style="background-color:#eaeaea;">
  173.                             <input name="ssc" type="text"></div>
  174.                     </div>
  175.                 </div>
  176.                 <div class="col-md-4 align-self-center">
  177.                     <div class="row">
  178.                         <div class="col-md-6 align-self-center"><label class="col-form-label" style="font-size:19px;"><strong>Intermediate Results:</strong></label></div>
  179.                         <div class="col-md-6 align-self-center" style="background-color:#eaeaea;">
  180.                             <input type="text" name="inter"></div>
  181.                     </div>
  182.                 </div>
  183.                 <div class="col-md-4 align-self-center">
  184.                     <div class="row">
  185.                         <div class="col-md-6"><label class="col-form-label" style="font-size:18px;"><strong>EAMCET Rank:</strong></label></div>
  186.                         <div class="col-md-6" style="background-color:#eaeaea;height:38px;">
  187.                             <input type="text" name="eamcet"></div>
  188.                     </div>
  189.                 </div>
  190.             </div>
  191.         </div>
  192.         </form>
  193.        
  194.     </div>
  195.     <div>
  196.         <div class="container" style="height:44px;"></div>
  197.     </div>
  198.     <div class="container">
  199.         <h1 class="text-center" style="color:rgb(222,222,222);background-color:#8b8a8a;">I Year Progress</h1>
  200.         <div class="table-responsive" data-aos="fade-up" data-aos-duration="1000">
  201.             <table class="table table-striped" >
  202.                 <thead>
  203.                     <tr>
  204.                         <th></th>
  205.                         <th>Computer Programming</th>
  206.                         <th>English</th>
  207.                         <th>Mathematics</th>
  208.                         <th>Engineering Drawing</th>
  209.                         <th>Physics</th>
  210.                         <th>Eng Lab</th>
  211.                         <th>Computer Programming Lab<br></th>
  212.                         <th>Workshop Practice</th>
  213.                         <th>Workshop Practice</th>
  214.                         <th>Workshop Practice</th>
  215.                         <th>Total</th>
  216.                     </tr>
  217.                 </thead>
  218.                 <tbody>
  219.                     <tr>
  220.                         <td><strong>I Year 1 Sem 1 Mid</strong><br></td>
  221.                         <td><input type="text" style="width:70px;"></td>
  222.                         <td><input type="text" style="width:70px;"></td>
  223.                         <td><input type="text" style="width:70px;"></td>
  224.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  225.                         <td><input type="text" style="width:70px;"></td>
  226.                         <td><input type="text" style="width:70px;"></td>
  227.                         <td><input type="text" style="width:70px;"></td>
  228.                         <td><input type="text" style="width:70px;"></td>
  229.                         <td><input type="text" style="width:70px;"></td>
  230.                         <td><input type="text" style="width:70px;"></td>
  231.                         <td><input type="text" style="width:70px;"></td>
  232.                     </tr>
  233.                     <tr>
  234.                         <td><strong>I Year 1 Sem 2 Mid</strong><br></td>
  235.                         <td><input type="text" style="width:70px;"></td>
  236.                         <td><input type="text" style="width:70px;"></td>
  237.                         <td><input type="text" style="width:70px;"></td>
  238.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  239.                         <td><input type="text" style="width:70px;"></td>
  240.                         <td><input type="text" style="width:70px;"></td>
  241.                         <td><input type="text" style="width:70px;"></td>
  242.                         <td><input type="text" style="width:70px;"></td>
  243.                         <td><input type="text" style="width:70px;"></td>
  244.                         <td><input type="text" style="width:70px;"></td>
  245.                         <td><input type="text" style="width:70px;"></td>
  246.                     </tr>
  247.                     <tr>
  248.                         <td><strong>I Year I Semester&nbsp;</strong><br></td>
  249.                         <td><input type="text" style="width:70px;"></td>
  250.                         <td><input type="text" style="width:70px;"></td>
  251.                         <td><input type="text" style="width:70px;"></td>
  252.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  253.                         <td><input type="text" style="width:70px;"></td>
  254.                         <td><input type="text" style="width:70px;"></td>
  255.                         <td><input type="text" style="width:70px;"></td>
  256.                         <td><input type="text" style="width:70px;"></td>
  257.                         <td><input type="text" style="width:70px;"></td>
  258.                         <td><input type="text" style="width:70px;"></td>
  259.                         <td><input type="text" style="width:70px;"></td>
  260.                     </tr>
  261.                     <tr>
  262.                         <td><strong>Result</strong></td>
  263.                         <td><input type="text" style="width:70px;"></td>
  264.                         <td><input type="text" style="width:70px;"></td>
  265.                         <td><input type="text" style="width:70px;"></td>
  266.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  267.                         <td><input type="text" style="width:70px;"></td>
  268.                         <td><input type="text" style="width:70px;"></td>
  269.                         <td><input type="text" style="width:70px;"></td>
  270.                         <td><input type="text" style="width:70px;"></td>
  271.                         <td><input type="text" style="width:70px;"></td>
  272.                         <td><input type="text" style="width:70px;"></td>
  273.                         <td><input type="text" style="width:70px;"></td>
  274.                     </tr>
  275.                     <tr>
  276.                         <td><strong>SGPA</strong></td>
  277.                         <td><input type="text" style="width:70px;"></td>
  278.                         <td><input type="text" style="width:70px;"></td>
  279.                         <td><input type="text" style="width:70px;"></td>
  280.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  281.                         <td><input type="text" style="width:70px;"></td>
  282.                         <td><input type="text" style="width:70px;"></td>
  283.                         <td><input type="text" style="width:70px;"></td>
  284.                         <td><input type="text" style="width:70px;"></td>
  285.                         <td><input type="text" style="width:70px;"></td>
  286.                         <td><input type="text" style="width:70px;"></td>
  287.                         <td><input type="text" style="width:70px;"></td>
  288.                     </tr>
  289.                     <tr>
  290.                         <td><strong>CGPA</strong></td>
  291.                         <td><input type="text" style="width:70px;"></td>
  292.                         <td><input type="text" style="width:70px;"></td>
  293.                         <td><input type="text" style="width:70px;"></td>
  294.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  295.                         <td><input type="text" style="width:70px;"></td>
  296.                         <td><input type="text" style="width:70px;"></td>
  297.                         <td><input type="text" style="width:70px;"></td>
  298.                         <td><input type="text" style="width:70px;"></td>
  299.                         <td><input type="text" style="width:70px;"></td>
  300.                         <td><input type="text" style="width:70px;"></td>
  301.                         <td><input type="text" style="width:70px;"></td>
  302.                     </tr>
  303.                 </tbody>
  304.             </table>
  305.         </div>
  306.         <div class="table-responsive" data-aos="fade-up" data-aos-duration="1000">
  307.             <table class="table table-striped" >
  308.                 <thead>
  309.                     <tr>
  310.                         <th></th>
  311.                         <th></th>
  312.                         <th>English</th>
  313.                         <th>Mathematics</th>
  314.                         <th>Engineering Drawing</th>
  315.                         <th>Physics</th>
  316.                         <th>Eng Lab</th>
  317.                         <th>Computer Programming Lab<br></th>
  318.                         <th>Workshop Practice</th>
  319.                         <th>Workshop Practice</th>
  320.                         <th>Workshop Practice</th>
  321.                         <th>Total</th>
  322.                     </tr>
  323.                 </thead>
  324.                 <tbody>
  325.                     <tr>
  326.                         <td><strong>I Year 2nd Sem 1st Mid</strong><br></td>
  327.                         <td><input type="text" style="width:70px;"></td>
  328.                         <td><input type="text" style="width:70px;"></td>
  329.                         <td><input type="text" style="width:70px;"></td>
  330.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  331.                         <td><input type="text" style="width:70px;"></td>
  332.                         <td><input type="text" style="width:70px;"></td>
  333.                         <td><input type="text" style="width:70px;"></td>
  334.                         <td><input type="text" style="width:70px;"></td>
  335.                         <td><input type="text" style="width:70px;"></td>
  336.                         <td><input type="text" style="width:70px;"></td>
  337.                         <td><input type="text" style="width:70px;"></td>
  338.                     </tr>
  339.                     <tr>
  340.                         <td><strong>I Year 2nd Sem 2nd Mid</strong><br></td>
  341.                         <td><input type="text" style="width:70px;"></td>
  342.                         <td><input type="text" style="width:70px;"></td>
  343.                         <td><input type="text" style="width:70px;"></td>
  344.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  345.                         <td><input type="text" style="width:70px;"></td>
  346.                         <td><input type="text" style="width:70px;"></td>
  347.                         <td><input type="text" style="width:70px;"></td>
  348.                         <td><input type="text" style="width:70px;"></td>
  349.                         <td><input type="text" style="width:70px;"></td>
  350.                         <td><input type="text" style="width:70px;"></td>
  351.                         <td><input type="text" style="width:70px;"></td>
  352.                     </tr>
  353.                     <tr>
  354.                         <td><strong>I Year 2nd Semester&nbsp;</strong><br></td>
  355.                         <td><input type="text" style="width:70px;"></td>
  356.                         <td><input type="text" style="width:70px;"></td>
  357.                         <td><input type="text" style="width:70px;"></td>
  358.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  359.                         <td><input type="text" style="width:70px;"></td>
  360.                         <td><input type="text" style="width:70px;"></td>
  361.                         <td><input type="text" style="width:70px;"></td>
  362.                         <td><input type="text" style="width:70px;"></td>
  363.                         <td><input type="text" style="width:70px;"></td>
  364.                         <td><input type="text" style="width:70px;"></td>
  365.                         <td><input type="text" style="width:70px;"></td>
  366.                     </tr>
  367.                     <tr>
  368.                         <td><strong>Result</strong></td>
  369.                         <td><input type="text" style="width:70px;"></td>
  370.                         <td><input type="text" style="width:70px;"></td>
  371.                         <td><input type="text" style="width:70px;"></td>
  372.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  373.                         <td><input type="text" style="width:70px;"></td>
  374.                         <td><input type="text" style="width:70px;"></td>
  375.                         <td><input type="text" style="width:70px;"></td>
  376.                         <td><input type="text" style="width:70px;"></td>
  377.                         <td><input type="text" style="width:70px;"></td>
  378.                         <td><input type="text" style="width:70px;"></td>
  379.                         <td><input type="text" style="width:70px;"></td>
  380.                     </tr>
  381.                     <tr>
  382.                         <td><strong>SGPA</strong></td>
  383.                         <td><input type="text" style="width:70px;"></td>
  384.                         <td><input type="text" style="width:70px;"></td>
  385.                         <td><input type="text" style="width:70px;"></td>
  386.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  387.                         <td><input type="text" style="width:70px;"></td>
  388.                         <td><input type="text" style="width:70px;"></td>
  389.                         <td><input type="text" style="width:70px;"></td>
  390.                         <td><input type="text" style="width:70px;"></td>
  391.                         <td><input type="text" style="width:70px;"></td>
  392.                         <td><input type="text" style="width:70px;"></td>
  393.                         <td><input type="text" style="width:70px;"></td>
  394.                     </tr>
  395.                     <tr>
  396.                         <td><strong>CGPA</strong></td>
  397.                         <td><input type="text" style="width:70px;"></td>
  398.                         <td><input type="text" style="width:70px;"></td>
  399.                         <td><input type="text" style="width:70px;"></td>
  400.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  401.                         <td><input type="text" style="width:70px;"></td>
  402.                         <td><input type="text" style="width:70px;"></td>
  403.                         <td><input type="text" style="width:70px;"></td>
  404.                         <td><input type="text" style="width:70px;"></td>
  405.                         <td><input type="text" style="width:70px;"></td>
  406.                         <td><input type="text" style="width:70px;"></td>
  407.                         <td><input type="text" style="width:70px;"></td>
  408.                     </tr>
  409.                 </tbody>
  410.             </table>
  411.         </div>
  412.         <div class="row" data-aos="fade-up" data-aos-duration="1000">
  413.             <div class="col-md-6">
  414.                 <h1 class="text-center" style="font-size:28px;background-color:#bfbebe;color:rgb(82,84,85);">I Sem&nbsp;Attendance</h1>
  415.                 <div class="table-responsive table-bordered">
  416.                     <table class="table table-striped table-bordered">
  417.                         <thead>
  418.                             <tr>
  419.                                 <th style="width:156px;">Subject</th>
  420.                                 <th style="width:269px;">Total classes</th>
  421.                                 <th style="width:269px;">Classes attended</th>
  422.                             </tr>
  423.                         </thead>
  424.                         <tbody>
  425.                             <tr>
  426.                                 <td>Cell 1</td>
  427.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  428.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  429.                             </tr>
  430.                             <tr>
  431.                                 <td>Cell 1</td>
  432.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  433.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  434.                             </tr>
  435.                             <tr>
  436.                                 <td>Cell 1</td>
  437.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  438.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  439.                             </tr>
  440.                             <tr>
  441.                                 <td>Cell 1</td>
  442.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  443.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  444.                             </tr>
  445.                             <tr>
  446.                                 <td>Cell 1</td>
  447.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  448.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  449.                             </tr>
  450.                             <tr>
  451.                                 <td>Cell 1</td>
  452.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  453.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  454.                             </tr>
  455.                             <tr>
  456.                                 <td>Cell 1</td>
  457.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  458.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  459.                             </tr>
  460.                             <tr>
  461.                                 <td>Cell 1</td>
  462.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  463.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  464.                             </tr>
  465.                             <tr>
  466.                                 <td>Cell 1</td>
  467.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  468.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  469.                             </tr>
  470.                             <tr>
  471.                                 <td>Cell 1</td>
  472.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  473.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  474.                             </tr>
  475.                         </tbody>
  476.                         <tfoot>
  477.                             <tr>
  478.                                 <td>Result</td>
  479.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  480.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  481.                             </tr>
  482.                         </tfoot>
  483.                     </table>
  484.                 </div>
  485.             </div>
  486.             <div class="col-md-6">
  487.                 <h1 class="text-center" style="font-size:28px;background-color:#bfbebe;color:rgb(82,84,85);">II Sem Attendance</h1>
  488.                 <div class="table-responsive table-bordered">
  489.                     <table class="table table-striped table-bordered">
  490.                         <thead>
  491.                             <tr>
  492.                                 <th style="width:156px;">Subject</th>
  493.                                 <th style="width:269px;">Total classes</th>
  494.                                 <th style="width:269px;">Classes attended</th>
  495.                             </tr>
  496.                         </thead>
  497.                         <tbody>
  498.                             <tr>
  499.                                 <td>Cell 1</td>
  500.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  501.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  502.                             </tr>
  503.                             <tr>
  504.                                 <td>Cell 1</td>
  505.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  506.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  507.                             </tr>
  508.                             <tr>
  509.                                 <td>Cell 1</td>
  510.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  511.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  512.                             </tr>
  513.                             <tr>
  514.                                 <td>Cell 1</td>
  515.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  516.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  517.                             </tr>
  518.                             <tr>
  519.                                 <td>Cell 1</td>
  520.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  521.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  522.                             </tr>
  523.                             <tr>
  524.                                 <td>Cell 1</td>
  525.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  526.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  527.                             </tr>
  528.                             <tr>
  529.                                 <td>Cell 1</td>
  530.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  531.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  532.                             </tr>
  533.                             <tr>
  534.                                 <td>Cell 1</td>
  535.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  536.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  537.                             </tr>
  538.                             <tr>
  539.                                 <td>Cell 1</td>
  540.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  541.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  542.                             </tr>
  543.                             <tr>
  544.                                 <td>Cell 1</td>
  545.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  546.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  547.                             </tr>
  548.                         </tbody>
  549.                         <tfoot>
  550.                             <tr>
  551.                                 <td>Result</td>
  552.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  553.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  554.                             </tr>
  555.                         </tfoot>
  556.                     </table>
  557.                 </div>
  558.             </div>
  559.         </div>
  560.         <h1 class="text-center" style="color:rgb(222,222,222);background-color:#8b8a8a;">II Year Progress</h1>
  561.         <div class="table-responsive" data-aos="fade-up" data-aos-duration="1000">
  562.             <table class="table table-striped" >
  563.                 <thead>
  564.                     <tr>
  565.                         <th></th>
  566.                         <th>Probabilty</th>
  567.                         <th>Mathematics</th>
  568.                         <th>Data Structures</th>
  569.                         <th>Design Logic Desgn</th>
  570.                         <th>Electronic Devices And Circuits</th>
  571.                         <th>Basic Electrical&nbsp;</th>
  572.                         <th>EEE lab</th>
  573.                         <th>Data C++ LAb</th>
  574.                         <th>Data C++ LAb</th>
  575.                         <th>Data C++ LAb</th>
  576.                         <th>Total</th>
  577.                     </tr>
  578.                 </thead>
  579.                 <tbody>
  580.                     <tr>
  581.                         <td><strong>II Year 1 Sem 1 Mid</strong></td>
  582.                         <td><input type="text" style="width:70px;"></td>
  583.                         <td><input type="text" style="width:70px;"></td>
  584.                         <td><input type="text" style="width:70px;"></td>
  585.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  586.                         <td style="width:190px;"><input type="text" style="width:70px;"></td>
  587.                         <td><input type="text" style="width:70px;"></td>
  588.                         <td><input type="text" style="width:70px;"></td>
  589.                         <td><input type="text" style="width:70px;"></td>
  590.                         <td><input type="text" style="width:70px;"></td>
  591.                         <td><input type="text" style="width:70px;"></td>
  592.                         <td><input type="text" style="width:70px;"></td>
  593.                     </tr>
  594.                     <tr>
  595.                         <td><strong>II Year &nbsp;I Sem 2 Mid</strong><br></td>
  596.                         <td><input type="text" style="width:70px;"></td>
  597.                         <td><input type="text" style="width:70px;"></td>
  598.                         <td><input type="text" style="width:70px;"></td>
  599.                         <td><input type="text" style="width:70px;"></td>
  600.                         <td><input type="text" style="width:70px;"></td>
  601.                         <td><input type="text" style="width:70px;"></td>
  602.                         <td><input type="text" style="width:70px;"></td>
  603.                         <td><input type="text" style="width:70px;"></td>
  604.                         <td><input type="text" style="width:70px;"></td>
  605.                         <td><input type="text" style="width:70px;"></td>
  606.                         <td><input type="text" style="width:70px;"></td>
  607.                     </tr>
  608.                     <tr>
  609.                         <td><strong>II Year I Semester&nbsp;</strong><br></td>
  610.                         <td><input type="text" style="width:70px;"></td>
  611.                         <td><input type="text" style="width:70px;"></td>
  612.                         <td><input type="text" style="width:70px;"></td>
  613.                         <td><input type="text" style="width:70px;"></td>
  614.                         <td><input type="text" style="width:70px;"></td>
  615.                         <td><input type="text" style="width:70px;"></td>
  616.                         <td><input type="text" style="width:70px;"></td>
  617.                         <td><input type="text" style="width:70px;"></td>
  618.                         <td><input type="text" style="width:70px;"></td>
  619.                         <td><input type="text" style="width:70px;"></td>
  620.                         <td><input type="text" style="width:70px;"></td>
  621.                     </tr>
  622.                     <tr>
  623.                         <td><strong>Result</strong></td>
  624.                         <td><input type="text" style="width:70px;"></td>
  625.                         <td><input type="text" style="width:70px;"></td>
  626.                         <td><input type="text" style="width:70px;"></td>
  627.                         <td><input type="text" style="width:70px;"></td>
  628.                         <td><input type="text" style="width:70px;"></td>
  629.                         <td><input type="text" style="width:70px;"></td>
  630.                         <td><input type="text" style="width:70px;"></td>
  631.                         <td><input type="text" style="width:70px;"></td>
  632.                         <td><input type="text" style="width:70px;"></td>
  633.                         <td><input type="text" style="width:70px;"></td>
  634.                         <td><input type="text" style="width:70px;"></td>
  635.                     </tr>
  636.                     <tr>
  637.                         <td><strong>SGPA</strong></td>
  638.                         <td><input type="text" style="width:70px;"></td>
  639.                         <td><input type="text" style="width:70px;"></td>
  640.                         <td><input type="text" style="width:70px;"></td>
  641.                         <td><input type="text" style="width:70px;"></td>
  642.                         <td><input type="text" style="width:70px;"></td>
  643.                         <td><input type="text" style="width:70px;"></td>
  644.                         <td><input type="text" style="width:70px;"></td>
  645.                         <td><input type="text" style="width:70px;"></td>
  646.                         <td><input type="text" style="width:70px;"></td>
  647.                         <td><input type="text" style="width:70px;"></td>
  648.                         <td><input type="text" style="width:70px;"></td>
  649.                     </tr>
  650.                     <tr>
  651.                         <td><strong>CGPA</strong></td>
  652.                         <td><input type="text" style="width:70px;"></td>
  653.                         <td><input type="text" style="width:70px;"></td>
  654.                         <td><input type="text" style="width:70px;"></td>
  655.                         <td><input type="text" style="width:70px;"></td>
  656.                         <td><input type="text" style="width:70px;"></td>
  657.                         <td><input type="text" style="width:70px;"></td>
  658.                         <td><input type="text" style="width:70px;"></td>
  659.                         <td><input type="text" style="width:70px;"></td>
  660.                         <td><input type="text" style="width:70px;"></td>
  661.                         <td><input type="text" style="width:70px;"></td>
  662.                         <td><input type="text" style="width:70px;"></td>
  663.                     </tr>
  664.                 </tbody>
  665.             </table>
  666.         </div>
  667.         <div class="table-responsive" data-aos="fade-up" data-aos-duration="1000">
  668.             <table class="table table-striped" >
  669.                 <thead>
  670.                     <tr>
  671.                         <th></th>
  672.                         <th>Probabilty</th>
  673.                         <th>Mathematics</th>
  674.                         <th>Data Structures</th>
  675.                         <th>Design Logic Desgn</th>
  676.                         <th>Electronic Devices And Circuits</th>
  677.                         <th>Basic Electrical&nbsp;</th>
  678.                         <th>EEE lab</th>
  679.                         <th>Data C++ LAb</th>
  680.                         <th>Data C++ LAb</th>
  681.                         <th>Data C++ LAb</th>
  682.                         <th>Total</th>
  683.                     </tr>
  684.                 </thead>
  685.                 <tbody>
  686.                     <tr>
  687.                         <td><strong>II Year 2nd Sem 1st Mid</strong></td>
  688.                         <td><input type="text" style="width:70px;"></td>
  689.                         <td><input type="text" style="width:70px;"></td>
  690.                         <td><input type="text" style="width:70px;"></td>
  691.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  692.                         <td style="width:190px;"><input type="text" style="width:70px;"></td>
  693.                         <td><input type="text" style="width:70px;"></td>
  694.                         <td><input type="text" style="width:70px;"></td>
  695.                         <td><input type="text" style="width:70px;"></td>
  696.                         <td><input type="text" style="width:70px;"></td>
  697.                         <td><input type="text" style="width:70px;"></td>
  698.                         <td><input type="text" style="width:70px;"></td>
  699.                     </tr>
  700.                     <tr>
  701.                         <td><strong>II Year &nbsp;2nd Sem 2nd Mid</strong><br></td>
  702.                         <td><input type="text" style="width:70px;"></td>
  703.                         <td><input type="text" style="width:70px;"></td>
  704.                         <td><input type="text" style="width:70px;"></td>
  705.                         <td><input type="text" style="width:70px;"></td>
  706.                         <td><input type="text" style="width:70px;"></td>
  707.                         <td><input type="text" style="width:70px;"></td>
  708.                         <td><input type="text" style="width:70px;"></td>
  709.                         <td><input type="text" style="width:70px;"></td>
  710.                         <td><input type="text" style="width:70px;"></td>
  711.                         <td><input type="text" style="width:70px;"></td>
  712.                         <td><input type="text" style="width:70px;"></td>
  713.                     </tr>
  714.                     <tr>
  715.                         <td><strong>II Year 2nd Semester&nbsp;</strong><br></td>
  716.                         <td><input type="text" style="width:70px;"></td>
  717.                         <td><input type="text" style="width:70px;"></td>
  718.                         <td><input type="text" style="width:70px;"></td>
  719.                         <td><input type="text" style="width:70px;"></td>
  720.                         <td><input type="text" style="width:70px;"></td>
  721.                         <td><input type="text" style="width:70px;"></td>
  722.                         <td><input type="text" style="width:70px;"></td>
  723.                         <td><input type="text" style="width:70px;"></td>
  724.                         <td><input type="text" style="width:70px;"></td>
  725.                         <td><input type="text" style="width:70px;"></td>
  726.                         <td><input type="text" style="width:70px;"></td>
  727.                     </tr>
  728.                     <tr>
  729.                         <td><strong>Result&nbsp;</strong><br></td>
  730.                         <td><input type="text" style="width:70px;"></td>
  731.                         <td><input type="text" style="width:70px;"></td>
  732.                         <td><input type="text" style="width:70px;"></td>
  733.                         <td><input type="text" style="width:70px;"></td>
  734.                         <td><input type="text" style="width:70px;"></td>
  735.                         <td><input type="text" style="width:70px;"></td>
  736.                         <td><input type="text" style="width:70px;"></td>
  737.                         <td><input type="text" style="width:70px;"></td>
  738.                         <td><input type="text" style="width:70px;"></td>
  739.                         <td><input type="text" style="width:70px;"></td>
  740.                         <td><input type="text" style="width:70px;"></td>
  741.                     </tr>
  742.                     <tr>
  743.                         <td><strong>SGPA</strong></td>
  744.                         <td><input type="text" style="width:70px;"></td>
  745.                         <td><input type="text" style="width:70px;"></td>
  746.                         <td><input type="text" style="width:70px;"></td>
  747.                         <td><input type="text" style="width:70px;"></td>
  748.                         <td><input type="text" style="width:70px;"></td>
  749.                         <td><input type="text" style="width:70px;"></td>
  750.                         <td><input type="text" style="width:70px;"></td>
  751.                         <td><input type="text" style="width:70px;"></td>
  752.                         <td><input type="text" style="width:70px;"></td>
  753.                         <td><input type="text" style="width:70px;"></td>
  754.                         <td><input type="text" style="width:70px;"></td>
  755.                     </tr>
  756.                     <tr>
  757.                         <td><strong>CGPA</strong></td>
  758.                         <td><input type="text" style="width:70px;"></td>
  759.                         <td><input type="text" style="width:70px;"></td>
  760.                         <td><input type="text" style="width:70px;"></td>
  761.                         <td><input type="text" style="width:70px;"></td>
  762.                         <td><input type="text" style="width:70px;"></td>
  763.                         <td><input type="text" style="width:70px;"></td>
  764.                         <td><input type="text" style="width:70px;"></td>
  765.                         <td><input type="text" style="width:70px;"></td>
  766.                         <td><input type="text" style="width:70px;"></td>
  767.                         <td><input type="text" style="width:70px;"></td>
  768.                         <td><input type="text" style="width:70px;"></td>
  769.                     </tr>
  770.                 </tbody>
  771.             </table>
  772.         </div>
  773.         <div class="row" data-aos="fade-up" data-aos-duration="1000">
  774.             <div class="col-md-6">
  775.                 <h1 class="text-center" style="font-size:28px;background-color:#bfbebe;color:rgb(82,84,85);">I Sem&nbsp;Attendance</h1>
  776.                 <div class="table-responsive table-bordered">
  777.                     <table class="table table-striped table-bordered">
  778.                         <thead>
  779.                             <tr>
  780.                                 <th style="width:156px;">Subject</th>
  781.                                 <th style="width:269px;">Total classes</th>
  782.                                 <th style="width:269px;">Classes attended</th>
  783.                             </tr>
  784.                         </thead>
  785.                         <tbody>
  786.                             <tr>
  787.                                 <td>Cell 1</td>
  788.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  789.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  790.                             </tr>
  791.                             <tr>
  792.                                 <td>Cell 1</td>
  793.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  794.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  795.                             </tr>
  796.                             <tr>
  797.                                 <td>Cell 1</td>
  798.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  799.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  800.                             </tr>
  801.                             <tr>
  802.                                 <td>Cell 1</td>
  803.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  804.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  805.                             </tr>
  806.                             <tr>
  807.                                 <td>Cell 1</td>
  808.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  809.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  810.                             </tr>
  811.                             <tr>
  812.                                 <td>Cell 1</td>
  813.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  814.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  815.                             </tr>
  816.                             <tr>
  817.                                 <td>Cell 1</td>
  818.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  819.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  820.                             </tr>
  821.                             <tr>
  822.                                 <td>Cell 1</td>
  823.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  824.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  825.                             </tr>
  826.                             <tr>
  827.                                 <td>Cell 1</td>
  828.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  829.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  830.                             </tr>
  831.                         </tbody>
  832.                         <tfoot>
  833.                             <tr>
  834.                                 <td>Result</td>
  835.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  836.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  837.                             </tr>
  838.                         </tfoot>
  839.                     </table>
  840.                 </div>
  841.             </div>
  842.             <div class="col-md-6">
  843.                 <h1 class="text-center" style="font-size:28px;background-color:#bfbebe;color:rgb(82,84,85);">II Sem Attendance</h1>
  844.                 <div class="table-responsive table-bordered">
  845.                     <table class="table table-striped table-bordered">
  846.                         <thead>
  847.                             <tr>
  848.                                 <th style="width:156px;">Subject</th>
  849.                                 <th style="width:269px;">Total classes</th>
  850.                                 <th style="width:269px;">Classes attended</th>
  851.                             </tr>
  852.                         </thead>
  853.                         <tbody>
  854.                             <tr>
  855.                                 <td>Cell 1</td>
  856.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  857.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  858.                             </tr>
  859.                             <tr>
  860.                                 <td>Cell 1</td>
  861.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  862.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  863.                             </tr>
  864.                             <tr>
  865.                                 <td>Cell 1</td>
  866.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  867.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  868.                             </tr>
  869.                             <tr>
  870.                                 <td>Cell 1</td>
  871.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  872.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  873.                             </tr>
  874.                             <tr>
  875.                                 <td>Cell 1</td>
  876.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  877.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  878.                             </tr>
  879.                             <tr>
  880.                                 <td>Cell 1</td>
  881.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  882.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  883.                             </tr>
  884.                             <tr>
  885.                                 <td>Cell 1</td>
  886.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  887.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  888.                             </tr>
  889.                             <tr>
  890.                                 <td>Cell 1</td>
  891.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  892.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  893.                             </tr>
  894.                             <tr>
  895.                                 <td>Cell 1</td>
  896.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  897.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  898.                             </tr>
  899.                         </tbody>
  900.                         <tfoot>
  901.                             <tr>
  902.                                 <td>Result</td>
  903.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  904.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  905.                             </tr>
  906.                         </tfoot>
  907.                     </table>
  908.                 </div>
  909.             </div>
  910.         </div>
  911.         <h1 class="text-center" style="color:rgb(222,222,222);background-color:#8b8a8a;">III Year Progress</h1>
  912.         <div class="table-responsive" data-aos="fade-up" data-aos-duration="1000">
  913.             <table class="table table-striped" >
  914.                 <thead>
  915.                     <tr>
  916.                         <th></th>
  917.                         <th>Principle of Programming</th>
  918.                         <th>Software Engineering</th>
  919.                         <th>Compiler Design</th>
  920.                         <th>Operating SYstem</th>
  921.                         <th>Computer Netwroks</th>
  922.                         <th>Os Lab</th>
  923.                         <th>Compiler Design lab</th>
  924.                         <th>Operation Research</th>
  925.                         <th>Operation Research</th>
  926.                         <th>Operation Research</th>
  927.                         <th>Total</th>
  928.                     </tr>
  929.                 </thead>
  930.                 <tbody>
  931.                     <tr>
  932.                         <td><strong>III Year 1 Sem 1 Mid</strong></td>
  933.                         <td><input type="text" style="width:70px;"></td>
  934.                         <td><input type="text" style="width:70px;"></td>
  935.                         <td><input type="text" style="width:70px;"></td>
  936.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  937.                         <td><input type="text" style="width:70px;"></td>
  938.                         <td><input type="text" style="width:70px;"></td>
  939.                         <td><input type="text" style="width:70px;"></td>
  940.                         <td><input type="text" style="width:70px;"></td>
  941.                         <td><input type="text" style="width:70px;"></td>
  942.                         <td><input type="text" style="width:70px;"></td>
  943.                         <td><input type="text" style="width:70px;"></td>
  944.                     </tr>
  945.                     <tr>
  946.                         <td><strong>III &nbsp;1 Sem 2 Mid</strong><br></td>
  947.                         <td><input type="text" style="width:70px;"></td>
  948.                         <td><input type="text" style="width:70px;"></td>
  949.                         <td><input type="text" style="width:70px;"></td>
  950.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  951.                         <td><input type="text" style="width:70px;"></td>
  952.                         <td><input type="text" style="width:70px;"></td>
  953.                         <td><input type="text" style="width:70px;"></td>
  954.                         <td><input type="text" style="width:70px;"></td>
  955.                         <td><input type="text" style="width:70px;"></td>
  956.                         <td><input type="text" style="width:70px;"></td>
  957.                         <td><input type="text" style="width:70px;"></td>
  958.                     </tr>
  959.                     <tr>
  960.                         <td><strong>III Year I Semester&nbsp;</strong><br></td>
  961.                         <td><input type="text" style="width:70px;"></td>
  962.                         <td><input type="text" style="width:70px;"></td>
  963.                         <td><input type="text" style="width:70px;"></td>
  964.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  965.                         <td><input type="text" style="width:70px;"></td>
  966.                         <td><input type="text" style="width:70px;"></td>
  967.                         <td><input type="text" style="width:70px;"></td>
  968.                         <td><input type="text" style="width:70px;"></td>
  969.                         <td><input type="text" style="width:70px;"></td>
  970.                         <td><input type="text" style="width:70px;"></td>
  971.                         <td><input type="text" style="width:70px;"></td>
  972.                     </tr>
  973.                     <tr>
  974.                         <td><strong>Result</strong></td>
  975.                         <td><input type="text" style="width:70px;"></td>
  976.                         <td><input type="text" style="width:70px;"></td>
  977.                         <td><input type="text" style="width:70px;"></td>
  978.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  979.                         <td><input type="text" style="width:70px;"></td>
  980.                         <td><input type="text" style="width:70px;"></td>
  981.                         <td><input type="text" style="width:70px;"></td>
  982.                         <td><input type="text" style="width:70px;"></td>
  983.                         <td><input type="text" style="width:70px;"></td>
  984.                         <td><input type="text" style="width:70px;"></td>
  985.                         <td><input type="text" style="width:70px;"></td>
  986.                     </tr>
  987.                     <tr>
  988.                         <td><strong>SGPA</strong></td>
  989.                         <td><input type="text" style="width:70px;"></td>
  990.                         <td><input type="text" style="width:70px;"></td>
  991.                         <td><input type="text" style="width:70px;"></td>
  992.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  993.                         <td><input type="text" style="width:70px;"></td>
  994.                         <td><input type="text" style="width:70px;"></td>
  995.                         <td><input type="text" style="width:70px;"></td>
  996.                         <td><input type="text" style="width:70px;"></td>
  997.                         <td><input type="text" style="width:70px;"></td>
  998.                         <td><input type="text" style="width:70px;"></td>
  999.                         <td><input type="text" style="width:70px;"></td>
  1000.                     </tr>
  1001.                     <tr>
  1002.                         <td><strong>CGPA</strong></td>
  1003.                         <td><input type="text" style="width:70px;"></td>
  1004.                         <td><input type="text" style="width:70px;"></td>
  1005.                         <td><input type="text" style="width:70px;"></td>
  1006.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  1007.                         <td><input type="text" style="width:70px;"></td>
  1008.                         <td><input type="text" style="width:70px;"></td>
  1009.                         <td><input type="text" style="width:70px;"></td>
  1010.                         <td><input type="text" style="width:70px;"></td>
  1011.                         <td><input type="text" style="width:70px;"></td>
  1012.                         <td><input type="text" style="width:70px;"></td>
  1013.                         <td><input type="text" style="width:70px;"></td>
  1014.                     </tr>
  1015.                 </tbody>
  1016.             </table>
  1017.         </div>
  1018.         <div class="table-responsive" data-aos="fade-up" data-aos-duration="1000">
  1019.             <table class="table table-striped" >
  1020.                 <thead>
  1021.                     <tr>
  1022.                         <th></th>
  1023.                         <th>Principle of Programming</th>
  1024.                         <th>Software Engineering</th>
  1025.                         <th>Compiler Design</th>
  1026.                         <th>Operating SYstem</th>
  1027.                         <th>Computer Netwroks</th>
  1028.                         <th>Os Lab</th>
  1029.                         <th>Compiler Design lab</th>
  1030.                         <th>Operation Research</th>
  1031.                         <th>Operation Research</th>
  1032.                         <th>Operation Research</th>
  1033.                         <th>Total</th>
  1034.                     </tr>
  1035.                 </thead>
  1036.                 <tbody>
  1037.                     <tr>
  1038.                         <td><strong>III Year 2nd Sem 1st Mid</strong></td>
  1039.                         <td><input type="text" style="width:70px;"></td>
  1040.                         <td><input type="text" style="width:70px;"></td>
  1041.                         <td><input type="text" style="width:70px;"></td>
  1042.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  1043.                         <td><input type="text" style="width:70px;"></td>
  1044.                         <td><input type="text" style="width:70px;"></td>
  1045.                         <td><input type="text" style="width:70px;"></td>
  1046.                         <td><input type="text" style="width:70px;"></td>
  1047.                         <td><input type="text" style="width:70px;"></td>
  1048.                         <td><input type="text" style="width:70px;"></td>
  1049.                         <td><input type="text" style="width:70px;"></td>
  1050.                     </tr>
  1051.                     <tr>
  1052.                         <td><strong>III Year 2nd Sem 2nd Mid</strong><br></td>
  1053.                         <td><input type="text" style="width:70px;"></td>
  1054.                         <td><input type="text" style="width:70px;"></td>
  1055.                         <td><input type="text" style="width:70px;"></td>
  1056.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  1057.                         <td><input type="text" style="width:70px;"></td>
  1058.                         <td><input type="text" style="width:70px;"></td>
  1059.                         <td><input type="text" style="width:70px;"></td>
  1060.                         <td><input type="text" style="width:70px;"></td>
  1061.                         <td><input type="text" style="width:70px;"></td>
  1062.                         <td><input type="text" style="width:70px;"></td>
  1063.                         <td><input type="text" style="width:70px;"></td>
  1064.                     </tr>
  1065.                     <tr>
  1066.                         <td><strong>III Year 2nd Semester&nbsp;</strong><br></td>
  1067.                         <td><input type="text" style="width:70px;"></td>
  1068.                         <td><input type="text" style="width:70px;"></td>
  1069.                         <td><input type="text" style="width:70px;"></td>
  1070.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  1071.                         <td><input type="text" style="width:70px;"></td>
  1072.                         <td><input type="text" style="width:70px;"></td>
  1073.                         <td><input type="text" style="width:70px;"></td>
  1074.                         <td><input type="text" style="width:70px;"></td>
  1075.                         <td><input type="text" style="width:70px;"></td>
  1076.                         <td><input type="text" style="width:70px;"></td>
  1077.                         <td><input type="text" style="width:70px;"></td>
  1078.                     </tr>
  1079.                     <tr>
  1080.                         <td><strong>Result</strong></td>
  1081.                         <td><input type="text" style="width:70px;"></td>
  1082.                         <td><input type="text" style="width:70px;"></td>
  1083.                         <td><input type="text" style="width:70px;"></td>
  1084.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  1085.                         <td><input type="text" style="width:70px;"></td>
  1086.                         <td><input type="text" style="width:70px;"></td>
  1087.                         <td><input type="text" style="width:70px;"></td>
  1088.                         <td><input type="text" style="width:70px;"></td>
  1089.                         <td><input type="text" style="width:70px;"></td>
  1090.                         <td><input type="text" style="width:70px;"></td>
  1091.                         <td><input type="text" style="width:70px;"></td>
  1092.                     </tr>
  1093.                     <tr>
  1094.                         <td><strong>SGPA</strong></td>
  1095.                         <td><input type="text" style="width:70px;"></td>
  1096.                         <td><input type="text" style="width:70px;"></td>
  1097.                         <td><input type="text" style="width:70px;"></td>
  1098.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  1099.                         <td><input type="text" style="width:70px;"></td>
  1100.                         <td><input type="text" style="width:70px;"></td>
  1101.                         <td><input type="text" style="width:70px;"></td>
  1102.                         <td><input type="text" style="width:70px;"></td>
  1103.                         <td><input type="text" style="width:70px;"></td>
  1104.                         <td><input type="text" style="width:70px;"></td>
  1105.                         <td><input type="text" style="width:70px;"></td>
  1106.                     </tr>
  1107.                     <tr>
  1108.                         <td><strong>CGPA</strong></td>
  1109.                         <td><input type="text" style="width:70px;"></td>
  1110.                         <td><input type="text" style="width:70px;"></td>
  1111.                         <td><input type="text" style="width:70px;"></td>
  1112.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  1113.                         <td><input type="text" style="width:70px;"></td>
  1114.                         <td><input type="text" style="width:70px;"></td>
  1115.                         <td><input type="text" style="width:70px;"></td>
  1116.                         <td><input type="text" style="width:70px;"></td>
  1117.                         <td><input type="text" style="width:70px;"></td>
  1118.                         <td><input type="text" style="width:70px;"></td>
  1119.                         <td><input type="text" style="width:70px;"></td>
  1120.                     </tr>
  1121.                 </tbody>
  1122.             </table>
  1123.         </div>
  1124.         <div class="row" data-aos="fade-up" data-aos-duration="1000">
  1125.             <div class="col-md-6">
  1126.                 <h1 class="text-center" style="font-size:28px;background-color:#bfbebe;color:rgb(82,84,85);">I Sem&nbsp;Attendance</h1>
  1127.                 <div class="table-responsive table-bordered">
  1128.                     <table class="table table-striped table-bordered">
  1129.                         <thead>
  1130.                             <tr>
  1131.                                 <th style="width:156px;">Subject</th>
  1132.                                 <th style="width:269px;">Total classes</th>
  1133.                                 <th style="width:269px;">Classes attended</th>
  1134.                             </tr>
  1135.                         </thead>
  1136.                         <tbody>
  1137.                             <tr>
  1138.                                 <td>Cell 1</td>
  1139.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1140.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1141.                             </tr>
  1142.                             <tr>
  1143.                                 <td>Cell 1</td>
  1144.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1145.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1146.                             </tr>
  1147.                             <tr>
  1148.                                 <td>Cell 1</td>
  1149.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1150.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1151.                             </tr>
  1152.                             <tr>
  1153.                                 <td>Cell 1</td>
  1154.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1155.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1156.                             </tr>
  1157.                             <tr>
  1158.                                 <td>Cell 1</td>
  1159.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1160.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1161.                             </tr>
  1162.                             <tr>
  1163.                                 <td>Cell 1</td>
  1164.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1165.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1166.                             </tr>
  1167.                             <tr>
  1168.                                 <td>Cell 1</td>
  1169.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1170.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1171.                             </tr>
  1172.                             <tr>
  1173.                                 <td>Cell 1</td>
  1174.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1175.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1176.                             </tr>
  1177.                             <tr>
  1178.                                 <td>Cell 1</td>
  1179.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1180.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1181.                             </tr>
  1182.                             <tr>
  1183.                                 <td>Cell 1</td>
  1184.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1185.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1186.                             </tr>
  1187.                         </tbody>
  1188.                         <tfoot>
  1189.                             <tr>
  1190.                                 <td>Result</td>
  1191.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1192.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1193.                             </tr>
  1194.                         </tfoot>
  1195.                     </table>
  1196.                 </div>
  1197.             </div>
  1198.             <div class="col-md-6">
  1199.                 <h1 class="text-center" style="font-size:28px;background-color:#bfbebe;color:rgb(82,84,85);">II Sem Attendance</h1>
  1200.                 <div class="table-responsive table-bordered">
  1201.                     <table class="table table-striped table-bordered">
  1202.                         <thead>
  1203.                             <tr>
  1204.                                 <th style="width:156px;">Subject</th>
  1205.                                 <th style="width:269px;">Total classes</th>
  1206.                                 <th style="width:269px;">Classes attended</th>
  1207.                             </tr>
  1208.                         </thead>
  1209.                         <tbody>
  1210.                             <tr>
  1211.                                 <td>Cell 1</td>
  1212.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1213.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1214.                             </tr>
  1215.                             <tr>
  1216.                                 <td>Cell 1</td>
  1217.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1218.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1219.                             </tr>
  1220.                             <tr>
  1221.                                 <td>Cell 1</td>
  1222.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1223.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1224.                             </tr>
  1225.                             <tr>
  1226.                                 <td>Cell 1</td>
  1227.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1228.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1229.                             </tr>
  1230.                             <tr>
  1231.                                 <td>Cell 1</td>
  1232.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1233.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1234.                             </tr>
  1235.                             <tr>
  1236.                                 <td>Cell 1</td>
  1237.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1238.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1239.                             </tr>
  1240.                             <tr>
  1241.                                 <td>Cell 1</td>
  1242.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1243.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1244.                             </tr>
  1245.                             <tr>
  1246.                                 <td>Cell 1</td>
  1247.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1248.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1249.                             </tr>
  1250.                             <tr>
  1251.                                 <td>Cell 1</td>
  1252.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1253.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1254.                             </tr>
  1255.                             <tr>
  1256.                                 <td>Cell 1</td>
  1257.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1258.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1259.                             </tr>
  1260.                         </tbody>
  1261.                         <tfoot>
  1262.                             <tr>
  1263.                                 <td>Result</td>
  1264.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1265.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1266.                             </tr>
  1267.                         </tfoot>
  1268.                     </table>
  1269.                 </div>
  1270.             </div>
  1271.         </div>
  1272.         <h1 class="text-center" style="color:rgb(222,222,222);background-color:#8b8a8a;">IV Year Progress</h1>
  1273.         <div class="table-responsive" data-aos="fade-up" data-aos-duration="1000">
  1274.             <table class="table table-striped" >
  1275.                 <thead>
  1276.                     <tr>
  1277.                         <th></th>
  1278.                         <th>Linux Programming</th>
  1279.                         <th>Design Paterns</th>
  1280.                         <th>Data Ware housing</th>
  1281.                         <th>Cloud Computing</th>
  1282.                         <th>Mobile Computing</th>
  1283.                         <th>Machine Learning</th>
  1284.                         <th>Aritificial Intelligence</th>
  1285.                         <th>Linux Lab&nbsp;</th>
  1286.                         <th>Linux Lab&nbsp;</th>
  1287.                         <th>Linux Lab&nbsp;</th>
  1288.                         <th>Total</th>
  1289.                     </tr>
  1290.                 </thead>
  1291.                 <tbody>
  1292.                     <tr>
  1293.                         <td>IV Year 1 Sem 1 Mid<br></td>
  1294.                         <td><input type="text" style="width:70px;"></td>
  1295.                         <td><input type="text" style="width:70px;"></td>
  1296.                         <td><input type="text" style="width:70px;"></td>
  1297.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  1298.                         <td><input type="text" style="width:70px;"></td>
  1299.                         <td><input type="text" style="width:70px;"></td>
  1300.                         <td><input type="text" style="width:70px;"></td>
  1301.                         <td><input type="text" style="width:70px;"></td>
  1302.                         <td><input type="text" style="width:70px;"></td>
  1303.                         <td><input type="text" style="width:70px;"></td>
  1304.                         <td><input type="text" style="width:70px;"></td>
  1305.                     </tr>
  1306.                     <tr>
  1307.                         <td>IV Year 1 Sem 2 Mid<br></td>
  1308.                         <td><input type="text" style="width:70px;"></td>
  1309.                         <td><input type="text" style="width:70px;"></td>
  1310.                         <td><input type="text" style="width:70px;"></td>
  1311.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  1312.                         <td><input type="text" style="width:70px;"></td>
  1313.                         <td><input type="text" style="width:70px;"></td>
  1314.                         <td><input type="text" style="width:70px;"></td>
  1315.                         <td><input type="text" style="width:70px;"></td>
  1316.                         <td><input type="text" style="width:70px;"></td>
  1317.                         <td><input type="text" style="width:70px;"></td>
  1318.                         <td><input type="text" style="width:70px;"></td>
  1319.                     </tr>
  1320.                     <tr>
  1321.                         <td>IV Year I Semester&nbsp;<br></td>
  1322.                         <td><input type="text" style="width:70px;"></td>
  1323.                         <td><input type="text" style="width:70px;"></td>
  1324.                         <td><input type="text" style="width:70px;"></td>
  1325.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  1326.                         <td><input type="text" style="width:70px;"></td>
  1327.                         <td><input type="text" style="width:70px;"></td>
  1328.                         <td><input type="text" style="width:70px;"></td>
  1329.                         <td><input type="text" style="width:70px;"></td>
  1330.                         <td><input type="text" style="width:70px;"></td>
  1331.                         <td><input type="text" style="width:70px;"></td>
  1332.                         <td><input type="text" style="width:70px;"></td>
  1333.                     </tr>
  1334.                     <tr>
  1335.                         <td>Result&nbsp;<br></td>
  1336.                         <td><input type="text" style="width:70px;"></td>
  1337.                         <td><input type="text" style="width:70px;"></td>
  1338.                         <td><input type="text" style="width:70px;"></td>
  1339.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  1340.                         <td><input type="text" style="width:70px;"></td>
  1341.                         <td><input type="text" style="width:70px;"></td>
  1342.                         <td><input type="text" style="width:70px;"></td>
  1343.                         <td><input type="text" style="width:70px;"></td>
  1344.                         <td><input type="text" style="width:70px;"></td>
  1345.                         <td><input type="text" style="width:70px;"></td>
  1346.                         <td><input type="text" style="width:70px;"></td>
  1347.                     </tr>
  1348.                     <tr>
  1349.                         <td>SGPA</td>
  1350.                         <td><input type="text" style="width:70px;"></td>
  1351.                         <td><input type="text" style="width:70px;"></td>
  1352.                         <td><input type="text" style="width:70px;"></td>
  1353.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  1354.                         <td><input type="text" style="width:70px;"></td>
  1355.                         <td><input type="text" style="width:70px;"></td>
  1356.                         <td><input type="text" style="width:70px;"></td>
  1357.                         <td><input type="text" style="width:70px;"></td>
  1358.                         <td><input type="text" style="width:70px;"></td>
  1359.                         <td><input type="text" style="width:70px;"></td>
  1360.                         <td><input type="text" style="width:70px;"></td>
  1361.                     </tr>
  1362.                     <tr>
  1363.                         <td>CGPA</td>
  1364.                         <td><input type="text" style="width:70px;"></td>
  1365.                         <td><input type="text" style="width:70px;"></td>
  1366.                         <td><input type="text" style="width:70px;"></td>
  1367.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  1368.                         <td><input type="text" style="width:70px;"></td>
  1369.                         <td><input type="text" style="width:70px;"></td>
  1370.                         <td><input type="text" style="width:70px;"></td>
  1371.                         <td><input type="text" style="width:70px;"></td>
  1372.                         <td><input type="text" style="width:70px;"></td>
  1373.                         <td><input type="text" style="width:70px;"></td>
  1374.                         <td><input type="text" style="width:70px;"></td>
  1375.                     </tr>
  1376.                 </tbody>
  1377.             </table>
  1378.         </div>
  1379.         <div class="table-responsive" data-aos="fade-up" data-aos-duration="1000">
  1380.             <table class="table table-striped" >
  1381.                 <thead>
  1382.                     <tr>
  1383.                         <th></th>
  1384.                         <th>Linux Programming</th>
  1385.                         <th>Design Paterns</th>
  1386.                         <th>Data Ware housing</th>
  1387.                         <th>Cloud Computing</th>
  1388.                         <th>Mobile Computing</th>
  1389.                         <th>Machine Learning</th>
  1390.                         <th>Aritificial Intelligence</th>
  1391.                         <th>Linux Lab&nbsp;</th>
  1392.                         <th>Linux Lab&nbsp;</th>
  1393.                         <th>Linux Lab&nbsp;</th>
  1394.                         <th>Total</th>
  1395.                     </tr>
  1396.                 </thead>
  1397.                 <tbody>
  1398.                     <tr>
  1399.                         <td>IV Year 1 Sem 1 Mid<br></td>
  1400.                         <td><input type="text" style="width:70px;"></td>
  1401.                         <td><input type="text" style="width:70px;"></td>
  1402.                         <td><input type="text" style="width:70px;"></td>
  1403.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  1404.                         <td><input type="text" style="width:70px;"></td>
  1405.                         <td><input type="text" style="width:70px;"></td>
  1406.                         <td><input type="text" style="width:70px;"></td>
  1407.                         <td><input type="text" style="width:70px;"></td>
  1408.                         <td><input type="text" style="width:70px;"></td>
  1409.                         <td><input type="text" style="width:70px;"></td>
  1410.                         <td><input type="text" style="width:70px;"></td>
  1411.                     </tr>
  1412.                     <tr>
  1413.                         <td>IV Year 1 Sem 2 Mid<br></td>
  1414.                         <td><input type="text" style="width:70px;"></td>
  1415.                         <td><input type="text" style="width:70px;"></td>
  1416.                         <td><input type="text" style="width:70px;"></td>
  1417.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  1418.                         <td><input type="text" style="width:70px;"></td>
  1419.                         <td><input type="text" style="width:70px;"></td>
  1420.                         <td><input type="text" style="width:70px;"></td>
  1421.                         <td><input type="text" style="width:70px;"></td>
  1422.                         <td><input type="text" style="width:70px;"></td>
  1423.                         <td><input type="text" style="width:70px;"></td>
  1424.                         <td><input type="text" style="width:70px;"></td>
  1425.                     </tr>
  1426.                     <tr>
  1427.                         <td>IV Year I Semester&nbsp;<br></td>
  1428.                         <td><input type="text" style="width:70px;"></td>
  1429.                         <td><input type="text" style="width:70px;"></td>
  1430.                         <td><input type="text" style="width:70px;"></td>
  1431.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  1432.                         <td><input type="text" style="width:70px;"></td>
  1433.                         <td><input type="text" style="width:70px;"></td>
  1434.                         <td><input type="text" style="width:70px;"></td>
  1435.                         <td><input type="text" style="width:70px;"></td>
  1436.                         <td><input type="text" style="width:70px;"></td>
  1437.                         <td><input type="text" style="width:70px;"></td>
  1438.                         <td><input type="text" style="width:70px;"></td>
  1439.                     </tr>
  1440.                     <tr>
  1441.                         <td>Result&nbsp;<br></td>
  1442.                         <td><input type="text" style="width:70px;"></td>
  1443.                         <td><input type="text" style="width:70px;"></td>
  1444.                         <td><input type="text" style="width:70px;"></td>
  1445.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  1446.                         <td><input type="text" style="width:70px;"></td>
  1447.                         <td><input type="text" style="width:70px;"></td>
  1448.                         <td><input type="text" style="width:70px;"></td>
  1449.                         <td><input type="text" style="width:70px;"></td>
  1450.                         <td><input type="text" style="width:70px;"></td>
  1451.                         <td><input type="text" style="width:70px;"></td>
  1452.                         <td><input type="text" style="width:70px;"></td>
  1453.                     </tr>
  1454.                     <tr>
  1455.                         <td>SGPA</td>
  1456.                         <td><input type="text" style="width:70px;"></td>
  1457.                         <td><input type="text" style="width:70px;"></td>
  1458.                         <td><input type="text" style="width:70px;"></td>
  1459.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  1460.                         <td><input type="text" style="width:70px;"></td>
  1461.                         <td><input type="text" style="width:70px;"></td>
  1462.                         <td><input type="text" style="width:70px;"></td>
  1463.                         <td><input type="text" style="width:70px;"></td>
  1464.                         <td><input type="text" style="width:70px;"></td>
  1465.                         <td><input type="text" style="width:70px;"></td>
  1466.                         <td><input type="text" style="width:70px;"></td>
  1467.                     </tr>
  1468.                     <tr>
  1469.                         <td>CGPA</td>
  1470.                         <td><input type="text" style="width:70px;"></td>
  1471.                         <td><input type="text" style="width:70px;"></td>
  1472.                         <td><input type="text" style="width:70px;"></td>
  1473.                         <td style="width:137px;"><input type="text" style="width:70px;"></td>
  1474.                         <td><input type="text" style="width:70px;"></td>
  1475.                         <td><input type="text" style="width:70px;"></td>
  1476.                         <td><input type="text" style="width:70px;"></td>
  1477.                         <td><input type="text" style="width:70px;"></td>
  1478.                         <td><input type="text" style="width:70px;"></td>
  1479.                         <td><input type="text" style="width:70px;"></td>
  1480.                         <td><input type="text" style="width:70px;"></td>
  1481.                     </tr>
  1482.                 </tbody>
  1483.             </table>
  1484.         </div>
  1485.         <div class="row" data-aos="fade-up" data-aos-duration="1000">
  1486.             <div class="col-md-6">
  1487.                 <h1 class="text-center" style="font-size:28px;background-color:#bfbebe;color:rgb(82,84,85);">I Sem&nbsp;Attendance</h1>
  1488.                 <div class="table-responsive table-bordered">
  1489.                     <table class="table table-striped table-bordered">
  1490.                         <thead>
  1491.                             <tr>
  1492.                                 <th style="width:156px;">Subject</th>
  1493.                                 <th style="width:269px;">Total classes</th>
  1494.                                 <th style="width:269px;">Classes attended</th>
  1495.                             </tr>
  1496.                         </thead>
  1497.                         <tbody>
  1498.                             <tr>
  1499.                                 <td>Cell 1</td>
  1500.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1501.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1502.                             </tr>
  1503.                             <tr>
  1504.                                 <td>Cell 1</td>
  1505.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1506.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1507.                             </tr>
  1508.                             <tr>
  1509.                                 <td>Cell 1</td>
  1510.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1511.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1512.                             </tr>
  1513.                             <tr>
  1514.                                 <td>Cell 1</td>
  1515.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1516.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1517.                             </tr>
  1518.                             <tr>
  1519.                                 <td>Cell 1</td>
  1520.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1521.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1522.                             </tr>
  1523.                             <tr>
  1524.                                 <td>Cell 1</td>
  1525.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1526.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1527.                             </tr>
  1528.                             <tr>
  1529.                                 <td>Cell 1</td>
  1530.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1531.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1532.                             </tr>
  1533.                             <tr>
  1534.                                 <td>Cell 1</td>
  1535.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1536.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1537.                             </tr>
  1538.                             <tr>
  1539.                                 <td>Cell 1</td>
  1540.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1541.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1542.                             </tr>
  1543.                             <tr>
  1544.                                 <td>Cell 1</td>
  1545.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1546.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1547.                             </tr>
  1548.                         </tbody>
  1549.                         <tfoot>
  1550.                             <tr>
  1551.                                 <td>Result</td>
  1552.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1553.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1554.                             </tr>
  1555.                         </tfoot>
  1556.                     </table>
  1557.                 </div>
  1558.             </div>
  1559.             <div class="col-md-6">
  1560.                 <h1 class="text-center" style="font-size:28px;background-color:#bfbebe;color:rgb(82,84,85);">II Sem Attendance</h1>
  1561.                 <div class="table-responsive table-bordered">
  1562.                     <table class="table table-striped table-bordered">
  1563.                         <thead>
  1564.                             <tr>
  1565.                                 <th style="width:156px;">Subject</th>
  1566.                                 <th style="width:269px;">Total classes</th>
  1567.                                 <th style="width:269px;">Classes attended</th>
  1568.                             </tr>
  1569.                         </thead>
  1570.                         <tbody>
  1571.                             <tr>
  1572.                                 <td>Cell 1</td>
  1573.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1574.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1575.                             </tr>
  1576.                             <tr>
  1577.                                 <td>Cell 1</td>
  1578.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1579.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1580.                             </tr>
  1581.                             <tr>
  1582.                                 <td>Cell 1</td>
  1583.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1584.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1585.                             </tr>
  1586.                             <tr>
  1587.                                 <td>Cell 1</td>
  1588.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1589.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1590.                             </tr>
  1591.                             <tr>
  1592.                                 <td>Cell 1</td>
  1593.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1594.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1595.                             </tr>
  1596.                             <tr>
  1597.                                 <td>Cell 1</td>
  1598.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1599.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1600.                             </tr>
  1601.                             <tr>
  1602.                                 <td>Cell 1</td>
  1603.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1604.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1605.                             </tr>
  1606.                             <tr>
  1607.                                 <td>Cell 1</td>
  1608.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1609.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1610.                             </tr>
  1611.                             <tr>
  1612.                                 <td>Cell 1</td>
  1613.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1614.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1615.                             </tr>
  1616.                             <tr>
  1617.                                 <td>Cell 1</td>
  1618.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1619.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1620.                             </tr>
  1621.                         </tbody>
  1622.                         <tfoot>
  1623.                             <tr>
  1624.                                 <td>Result</td>
  1625.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1626.                                 <td><input class="form-control-sm" type="text" autofocus="" style="width:115px;"></td>
  1627.                             </tr>
  1628.                         </tfoot>
  1629.                     </table>
  1630.                 </div>
  1631.             </div>
  1632.         </div>
  1633.     </div>
  1634.     <div style="height:20px;"></div>
  1635.  
  1636.    
  1637. <!--    Form sumit line -->
  1638.         <button id="formsubmit"class="btn btn-dark btn-block btn-lg"  onclick="submitForms()" value="clickme">Submit</button>
  1639.     <div style="height:20px;"></div>
  1640.     <div class="footer-clean" style="background-color:rgb(49,55,58);">
  1641.         <footer>
  1642.             <div class="container">
  1643.                 <div class="row justify-content-center">
  1644.                     <div class="col-sm-4 col-md-3 item"><img data-bs-hover-animate="pulse" style="background-image:url(&quot;assets/img/36929706_1044434599064256_6289139470734196736_n.png&quot;);background-size:cover;height:69px;width:397px;background-color:#31373a;"></div>
  1645.                     <div class="col-sm-4 col-md-3 item" style="width:50px;"></div>
  1646.                     <div class="col-sm-4 col-md-3 item" style="width:147px;"></div>
  1647.                     <div class="col-lg-3 item social" data-bs-hover-animate="pulse" style="width:313px;">
  1648.                         <h3 style="color:rgb(231,231,231);">E-mail Developers @</h3>
  1649.                         <ul>
  1650.                             <li><a href="mailto:parshuram.sudda@gmail.com" style="color:rgb(225,226,227);width:160px;">Parshuram[dot]sudda[at]gmail[dot]com</a></li>
  1651.                             <li style="width:274px;"><a href="mailto:vishnurapuru10@gmail.com" style="color:rgb(215,215,215);width:47px;">Vishnurapuru[(2+3)+5][at]gmail[dot]com</a></li>
  1652.                         </ul>
  1653.                         <p class="copyright" style="color:rgb(251,252,252);">AiPlus © 2018</p>
  1654.                     </div>
  1655.                 </div>
  1656.             </div>
  1657.         </footer>
  1658.     </div>
  1659.     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
  1660.     <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.0/js/bootstrap.bundle.min.js"></script>
  1661.     <script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.1.1/aos.js"></script>
  1662.     <script src="assets/js/script.min.js">
  1663.     </script>
  1664.     <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
  1665. <script>
  1666.     $(document).ready(function(){
  1667.        
  1668.     $("#formsubmit").click(function(){
  1669.     $.post($(this).attr("action"), $(this).serialize(), function (response) {
  1670.       alert(response);
  1671.     });
  1672. });
  1673. </script>
  1674. <!--
  1675.    <script>
  1676.        submitForms = function()
  1677.        {
  1678.   document.getElementById("form1").submit();
  1679.    document.getElementById("form2").submit();
  1680. document.getElementById("form3").submit();
  1681.        }
  1682.    </script>
  1683. -->
  1684.    
  1685. </body>
  1686.  
  1687. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement