]> git.sur5r.net Git - bacula/docs/commitdiff
Update donations received page
authorKern Sibbald <kern@sibbald.com>
Sat, 8 Oct 2011 16:58:19 +0000 (18:58 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 8 Oct 2011 17:00:49 +0000 (19:00 +0200)
docs/home-page/en/pages/donations.php

index f03c6ec4e1c88e102875cec2f461ca58ff08d043..f5cfcc4224c00c9a3b9728328b10cd4565689ece 100644 (file)
@@ -1,64 +1,41 @@
 <? require_once("inc/header.php"); ?>
 <? require_once("inc/header.php"); ?>
+<table>
+  <tr>
+   <td class="contentTopic">
+   Donations Received 
+
+   </td>
+   </tr>
+
+   <tr>
+   <td class="content">
+
+   <h3>Donations Received in 2011</h3>   
+   The following people or organizations have made 
+   donations or supplied finacial development support
+   to the Bacula project and have specifically requested
+   that their names appear here:
+   <p>
+   <ul>
+   <li>Julie Kinnear - <a href="http://juliekinnear.com/" >MLS Listings Toronto</a></li>
+   <li>David Tsegai - <a href="http://calgaryrealestate.ca/" >Calgary Condos</a></li>
+   <li>Heather Hadden - <a href="http://ilovetoronto.com/" >Toronto Realtor</a></li>
+   <li>Jay Banks - <a href="http://jaybanks.ca/" >Vancouver Real Estate</a></li>
+   <li>Jamie Sarner - <a href="http://jamiesarner.com/" >Toronto Luxury Homes</a></li>
+   <li>Elli Davis - <a href="http://ellidavis.com/" >Toronto Real Estate</a></li>
+   </ul>
+   <p>
+   Many thanks to the many Bacula listed and non-listed
+   supporters have provided support or made donations.
+   Names listed here are by specific request. If you have
+   made a donation or provided financial support and wish
+   to appear in this list, please send an email to 
+   kern at sibbald dot com.
+
+   </td>
+   </tr>
 
 
-<table width="100%">
-<tr>
-        <td class="contentTopic">
-                Donations Received
-        </td>
-</tr>
-</table>
-<table width="90%" align="center">
-<tr>
-        <td class="content">
-        <table class="news" style="width: 99%">
-<?
-
-$max_news = 5;
-$news_counter = 0;
-
-// read file into an array and revert that
-// revert cause array_pop always gets the last element
-//
-$file = "donations.txt";
-$lines = array_reverse(file($file)) or
-        die("No newsfile!");
-
-// as long as there are lines ...
-//
-while(count($lines) > 0 && $news_counter < $max_news) {
-        // next line
-        $line = array_pop($lines);
-
-        // start of news
-        if(eregi("^[a-z0-9]+;;;", $line)) {
-                // news header
-                list($author,$date,$time) = explode(";;;",$line);
 
 
-                // news subject
-                $subject = array_pop($lines);
-                printf('<tr><td class="newsHeader">%s</td></tr>', $subject);
-                printf('<tr><td class="newsContent"><pre class="newsContent">');
-
-                continue;
-        }
-
-        // end of news
-        if(eregi("^;;;", $line)) {
-                printf('</pre></td></tr>');
-                printf('<tr>');
-                printf('<td class="newsFooter">%s - %s, %s</td>', $date, $time, $author);
-                printf('</tr>');
-                printf('<tr><td><img src="/images/spacer.gif" width="1px" height="15px"></td></tr>');
-                $news_counter++;
-                continue;
-        }
-
-        // news content
-        printf('%s', $line);
-}
-?>
-        </table>
-        </td>
-</tr>
 </table>
 </table>
-<? require_once("inc/header.php"); ?>
+ <p>
+<? require_once("inc/footer.php"); ?>