You are using a browser that is either out of date or not supported.
HIBM.ORG is best viewed using Firefox, Safari, Opera, or IE 6+.
Thank you for your attention.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
dollar:home [2011/05/15 21:38] danieldollar:home [2014/05/04 17:38] – external edit 127.0.0.1
Line 28: Line 28:
 echo 'As of<br />', date('F d, Y'),'<br /><br />'; echo 'As of<br />', date('F d, Y'),'<br /><br />';
  
-//change below with php code to calculate how much has been donated; +// BOF TotalDonated BOF 
-echo '<a href="/arm/lib/tpl/dollar/donate-form/show-donors.php" title="Donation List" rel="gb_page_center[840440]"><span style="font-size:50px;">';+//change how much has been donated; 
 +echo '<a href="/arm/lib/tpl/dollar/donate-form/show-donors.php" title="Donation List" rel="gb_page_center[750400]"><span style="font-size:50px;">';
 include 'lib/tpl/dollar/donate-form/total_ajax.php'; include 'lib/tpl/dollar/donate-form/total_ajax.php';
 echo '</span></a><br/><br/>'; echo '</span></a><br/><br/>';
 +// EOF TotalDonated EOF
  
 echo '(Goal is <span style="color:red;">$1,000,000</span> to get to Therapy Trials) echo '(Goal is <span style="color:red;">$1,000,000</span> to get to Therapy Trials)
Line 37: Line 39:
  
 // BOF DONATE BUTTON; // BOF DONATE BUTTON;
-echo '<div align="center"><a href="/arm/lib/tpl/dollar/donate-form/" title="ARM Dollar Campaign Donation" rel="gb_page_center[700, 400]">+echo '<div align="center"><a href="/arm/lib/tpl/dollar/donate-form/" title="ARM Dollar Campaign Donation" rel="gb_page_center[750, 400]">
 <img src="/arm/lib/tpl/dollar/dollarimages/donate_button.gif" align="center" /> <img src="/arm/lib/tpl/dollar/dollarimages/donate_button.gif" align="center" />
 </a></div></center>'; </a></div></center>';