Changeset 3268331
- Timestamp:
- 04/08/2025 06:49:19 AM (12 months ago)
- Location:
- emarksheet
- Files:
-
- 41 added
- 3 edited
-
tags/5.5 (added)
-
tags/5.5/bootstrap (added)
-
tags/5.5/bootstrap/css (added)
-
tags/5.5/bootstrap/css/bootstrap.css (added)
-
tags/5.5/bootstrap/css/print.css (added)
-
tags/5.5/bootstrap/img (added)
-
tags/5.5/bootstrap/img/glyphicons-halflings-white.png (added)
-
tags/5.5/bootstrap/img/glyphicons-halflings.png (added)
-
tags/5.5/bootstrap/js (added)
-
tags/5.5/bootstrap/js/bootstrap.js (added)
-
tags/5.5/bootstrap/js/bootstrap.min.js (added)
-
tags/5.5/emarksheet.php (added)
-
tags/5.5/install-script.php (added)
-
tags/5.5/menu-pages (added)
-
tags/5.5/menu-pages/emark_add_class.php (added)
-
tags/5.5/menu-pages/emark_add_marks.php (added)
-
tags/5.5/menu-pages/emark_add_student.php (added)
-
tags/5.5/menu-pages/emark_add_student_list.php (added)
-
tags/5.5/menu-pages/emark_add_sub.php (added)
-
tags/5.5/menu-pages/help.php (added)
-
tags/5.5/menu-pages/print.php (added)
-
tags/5.5/menu-pages/settings.php (added)
-
tags/5.5/menu-pages/uninstall.php (added)
-
tags/5.5/readme.txt (added)
-
tags/5.5/screenshot-1.jpg (added)
-
tags/5.5/screenshot-1.png (added)
-
tags/5.5/screenshot-2.jpg (added)
-
tags/5.5/screenshot-2.png (added)
-
tags/5.5/screenshot-3.jpg (added)
-
tags/5.5/screenshot-3.png (added)
-
tags/5.5/screenshot-4.jpg (added)
-
tags/5.5/screenshot-4.png (added)
-
tags/5.5/screenshot-5.jpg (added)
-
tags/5.5/screenshot-5.png (added)
-
tags/5.5/screenshot-6.jpg (added)
-
tags/5.5/screenshot-6.png (added)
-
tags/5.5/screenshot-7.jpg (added)
-
tags/5.5/screenshot-7.png (added)
-
tags/5.5/screenshot-8.jpg (added)
-
tags/5.5/screenshot-8.png (added)
-
tags/5.5/screenshot-9.png (added)
-
trunk/emarksheet.php (modified) (1 diff)
-
trunk/menu-pages/print.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
emarksheet/trunk/emarksheet.php
r3266509 r3268331 5 5 Description: 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. 6 6 Author: rohitashv 7 Version: 5. 4.47 Version: 5.5 8 8 License: GPL v2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
emarksheet/trunk/menu-pages/print.php
r3265698 r3268331 1 1 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>13 2 <script> 14 3 function print_this() … … 45 34 46 35 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%;' >"; 48 37 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>"; 49 38 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>"; … … 51 40 echo "</table>"; 52 41 $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'>"; 54 43 echo "<tr><th>Subject</th><th>Total Marks</th><th>Min Pass Marks</th><th>Obtained Marks</th><th>Remark</tr>"; 55 44 $tm_total = 0; -
emarksheet/trunk/readme.txt
r3266509 r3268331 7 7 Requires at least: 4.1 8 8 Tested up to: 6.7.2 9 Stable tag: 5. 4.49 Stable tag: 5.5 10 10 11 11 == Short Description ==
Note: See TracChangeset
for help on using the changeset viewer.