- ODON A. MARAVILLAS JR, MSCS
-
+
Chairperson/Associate Dean
@@ -352,10 +351,16 @@ function download(){
callback: function(docPDF) {
docPDF.save('HTML Linuxhint web page.pdf');
},
- x: 15,
- y: 15,
- width: 170,
- windowWidth: 650
+ x: 20,
+ y: 2,
+ width: 170,
+ windowWidth: 700,
+ // orientation: "portrait",
+ // unit: "in",
+ // format: [8, 12],
+ orientation: "l",
+ unit: "in",
+ // format: 'legal',
});
}
diff --git a/apply/admin-application.php b/apply/admin-application.php
index 02d99d4..1340e91 100644
--- a/apply/admin-application.php
+++ b/apply/admin-application.php
@@ -285,7 +285,7 @@ function large() {
-
+
@@ -309,7 +309,6 @@ function large() {
| Curriculum |
Section |
Total GPA |
- Email Address |
Adviser Status |
Action |
@@ -330,126 +329,126 @@ function large() {
$suffix = "th";
}
$user_id = $row["id"];
- echo "| " . $row["user_name"] . " | " . $row["year_level"] . $suffix . " Year | " . strtoupper($row["curriculum"]) . " | Section " . $row["section"] . " | " . $row["gpa"] . " | " . $row["email"] . " | " . "" . $row["adviser_status"] . " | " . '
+ echo " |
| " . $row["user_name"] . " | " . $row["year_level"] . $suffix . " Year | " . strtoupper($row["curriculum"]) . " | Section " . $row["section"] . " | " . round($row["gpa"],4) . " | " . $row["adviser_status"] . " | " . '
| ' . "
";
}
}
?>
-
-
+
@@ -473,7 +472,6 @@ function large() {
| Curriculum |
Section |
Total GPA |
- Email Address |
@@ -500,8 +498,7 @@ function large() {
|
|
|
- |
- |
+ |
-
+
Curriculum
Section |
Total GPA |
- Email Address |
+ Feedback |
@@ -559,7 +556,7 @@ function large() {
$suffix = "th";
}
$user_id = $row["user_id"];
- echo "| " . $row["user_name"] . " | " . $row["year_level"] . $suffix . " Year | BS" . strtoupper($row["curriculum"]) . " | Section " . $row["section"] . " | " . $row["gpa"] . " | " . $row["email"] . " |
";
+ echo "| " . $row["user_name"] . " | " . $row["year_level"] . $suffix . " Year | BS" . strtoupper($row["curriculum"]) . " | Section " . $row["section"] . " | " . round($row["gpa"],4) . " | " . $row["feedback"] . " |
";
}
}
?>
@@ -580,7 +577,7 @@ function large() {