Esempio n. 1
0
 for <span style="color:#2CBB76;font-weight:bold;text-decoration:underline;">$<?php 
echo $amt;
?>
!</span></p></span>
                    <span><p>5% is taken as a Service Charge - <span style="color:red;">$<?php 
echo $amt * 0.05;
?>
</span></p></span>
                </div>
                <div class="col-lg-4" id="seller_info">
                    <img style="margin-right:1em;margin-bottom:1em;" width="200px" height="250px" src="<?php 
echo $seller->getImage();
?>
" alt="profile_pic"/><br/>
                    <span>5% Towards <?php 
echo $charity->getName();
?>
: <span style="color:#2CBB76;font-weight:bold;text-decoration:underline;">$<?php 
echo $amt * 0.05;
?>
!</span></span><br/>
                    <span>85% for Seller <span style="color:#2CBB76;font-weight:bold;text-decoration:underline;">$<?php 
echo $amt * 0.85;
?>
!</span></span>
                    <hr style="margin:0;color:gray;"/>
                    <span>-2.75% for Credit Card Processing: <span style="color:red;">$<?php 
echo $amt * 0.0275;
?>
!</span></span>
                </div>
Esempio n. 2
0
"><?php 
echo $top_charity1->getName();
?>
</a></li>
                                <li style="margin-bottom:.5em;"><a href="viewcharity.php?id=<?php 
echo $top_charity2->getId();
?>
"><?php 
echo $top_charity2->getName();
?>
</a></li>
                                <li><a href="viewcharity.php?id=<?php 
echo $top_charity3->getId();
?>
"><?php 
echo $top_charity3->getName();
?>
</a></li>
                            </ul>
                        </div>
                    </div>
                    <div class="row">
                        <div  id="non_profit_descrip">
                            <span style="display:block;font-size:2em;"><?php 
echo $charity->getName();
?>
</span>
                            <p><a href='viewcharity.php?id=<?php 
echo $charity->getId();
?>
'><?php