diff options
-rwxr-xr-x | flowsheet_details.inc | 1 | ||||
-rwxr-xr-x | pdf/cert_new.inc | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/flowsheet_details.inc b/flowsheet_details.inc index 67192ca..cba65d0 100755 --- a/flowsheet_details.inc +++ b/flowsheet_details.inc @@ -16,6 +16,7 @@ function dwsim_flowsheet_completed_proposals_all() } //$result->rowCount() == 0 else { + $output .= "Total number of completed flowsheets: " . $result->rowCount() . "<br>"; $output .= "Work has been completed for the following flow sheets. We welcome your contributions. For more details, please visit ".l("https://dwsim.fossee.in/flowsheeting-project","https://dwsim.fossee.in/flowsheeting-project", array('attributes' => array('target' => '_blank')))."<br>"."<h4>"."If you are looking for flowsheeting project ideas, ".l("click here","https://dwsim.fossee.in/flowsheeting-ideas",array('attributes' => array('class' => array('flash_content'), 'target' => '_blank')))."</h4>"."<hr>"; $preference_rows = array(); $i = 1; diff --git a/pdf/cert_new.inc b/pdf/cert_new.inc index f66b343..2ae0e79 100755 --- a/pdf/cert_new.inc +++ b/pdf/cert_new.inc @@ -146,14 +146,14 @@ function generate_pdf() $image4 = $path . "/pdf/images/bottom_line.png"; $pdf->SetY(-50); $pdf->SetX(80); - $image3 = $path . "/pdf/images/iitb.png"; + //$image3 = $path . "/pdf/images/iitb.png"; $image2 = $path . "/pdf/images/fossee.png"; $pdf->Ln(8); $pdf->Image($image2, $pdf->GetX() +15, $pdf->GetY() + 7, 40, 0); $pdf->Ln(6); $pdf->Image($pngAbsoluteFilePath, $pdf->GetX() + 102, $pdf->GetY() - 5, 30, 0); - $pdf->Image($image3, $pdf->GetX() + 200, $pdf->GetY() -3, 15, 0); + //$pdf->Image($image3, $pdf->GetX() + 200, $pdf->GetY() -3, 15, 0); $pdf->Image($image4, $pdf->GetX() +50, $pdf->GetY() + 28, 150, 0); $pdf->SetFont('Arial', 'I', 8); $pdf->SetTextColor(0, 0, 0); |