system: Linux mars.sprixweb.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
<?php
class Display_DLeft
{
function showLeft($news,$result,$body)
{
$output .= '
<div id="left">
<h2 style="background-color:Red; color:White; margin:0px; margin-top:1px; text-align:center; font-size:30px">Head & Regd. Office:</h2><br />
<h2 style="color:red; margin:0px; text-align:left; margin-bottom:1px;">PEOPLE FOR HUMAN RIGHTS ®</h2>
<h3 style="color:red; margin-left:5px; text-align:left; margin-bottom:20px;"><font color="blue">1 Hargobind Avenue, Phase II,<br />Majitha Road Amritsar 143001<br />Contact: (M)+91-98152-32633 </br> (O)+91-183-5098800</font></h3>
<div style="width:100%; height:2px; background-color:Gray;"></div></br>
<img src="./images/donate-blood.png" width="200px"/>
<h2 style=" color:red; margin:0px; margin-top:15px; text-align:center; font-size:25px"><a href="?do=donor" >Join Online<br />HUMAN RIGHTS Blood Donor</a></h2><br />
<div style="width:100%; height:2px; background-color:Gray;"></div>
<h2 style="background-color:Red; color:White; margin:0px; margin-top:15px; text-align:center; font-size:30px">Join PFHR<br /> The War Against Crime</h2><br />
<marquee behavior="scroll" direction="up" style="height: 200px; text-align:center" onmouseover="this.stop();" onmouseout="this.start();"><a href="?do=contactus" style=" font-size:20px">Join PFHR Make World Crime Free</a></marquee>
<marquee >
</marquee>
</div>';
return $output;
}
}
?>