Plugin Directory

Changeset 3268331


Ignore:
Timestamp:
04/08/2025 06:49:19 AM (12 months ago)
Author:
rohitashv
Message:

responsive design added

Location:
emarksheet
Files:
41 added
3 edited

Legend:

Unmodified
Added
Removed
  • emarksheet/trunk/emarksheet.php

    r3266509 r3268331  
    55Description: This is a simple and unique wordpress plugin to create a simple marksheet using wordpress. You can also give a link to your users to see the result and print it.
    66Author: rohitashv
    7 Version: 5.4.4
     7Version: 5.5
    88License:           GPL v2 or later
    99License URI:       https://www.gnu.org/licenses/gpl-2.0.html
  • emarksheet/trunk/menu-pages/print.php

    r3265698 r3268331  
    11
    2 <style>
    3 #print {
    4         width: 21.6cm;
    5         padding: 2cm;
    6         margin: 1cm auto;
    7         border: 1px #D3D3D3 solid;
    8         border-radius: 5px;
    9         background: white;
    10         box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    11     }
    12 </style>
    132<script>
    143function print_this()
     
    4534   
    4635    echo "<div class='print' id='print'><center><h1>".esc_html($get_s[0]->school_name)."</h1></center><center><div style='font-size:18px;'>".esc_html($get_s[0]->address)." , ".esc_html($get_s[0]->district)." ( ". esc_html($get_s[0]->state) ." ) "."<br/><br/>PROGRESS REPORT</div></center><br/><br/>";
    47     echo "<table class='table' border='1'style='width:100%;' >";
     36    echo "<table class='table-responsive table table-striped text-center' border='1'style='width:100%;' >";
    4837    echo "<tr><td><strong>Name of the student : </strong></td> <td>".esc_html($select_data5[0]->first_n)." ".esc_html($select_data5[0]->last_n)."</td> <td><strong>Date Of Birth</strong></td> <td>".esc_html($select_data5[0]->dob_date)."/".esc_html($select_data5[0]->dob_month)."/".esc_html($select_data5[0]->dob_year)."</td></tr>";
    4938    echo "<tr><td><strong>Father's Name  </strong><td>".esc_html($select_data5[0]->father_n)."</td><td><strong> Mother's Name : </strong> </td><td>".esc_html($select_data5[0]->mother_n)."</td></tr>";
     
    5140    echo "</table>";
    5241    $j = 1;
    53     echo "<table class='responsive display table table-bordered'style='width:100%;' border='1'>";
     42        echo "<table class='table-responsive table table-striped text-center' style='width:100%;' border='1'>";
    5443        echo "<tr><th>Subject</th><th>Total Marks</th><th>Min Pass Marks</th><th>Obtained Marks</th><th>Remark</tr>";
    5544        $tm_total = 0;
  • emarksheet/trunk/readme.txt

    r3266509 r3268331  
    77Requires at least: 4.1
    88Tested up to: 6.7.2
    9 Stable tag: 5.4.4
     9Stable tag: 5.5
    1010
    1111== Short Description ==
Note: See TracChangeset for help on using the changeset viewer.