[Scummvm-cvs-logs] CVS: web press.php,1.14,1.15 donations.php,1.5,1.6
Max Horn
fingolfin at users.sourceforge.net
Tue Oct 14 05:28:11 CEST 2003
Update of /cvsroot/scummvm/web
In directory sc8-pr-cvs1:/tmp/cvs-serv24294
Modified Files:
press.php donations.php
Log Message:
minor tweaking
Index: press.php
===================================================================
RCS file: /cvsroot/scummvm/web/press.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- press.php 13 Oct 2003 15:52:54 -0000 1.14
+++ press.php 14 Oct 2003 12:27:47 -0000 1.15
@@ -16,9 +16,11 @@
sidebar_start();
//display welcome table
-echo html_round_frame_start("Press","98%","",20);
+echo html_round_frame_start("Press","",20);
?>
+<h1>ScummVM press coverage</h1>
+
<p><a href="http://newsforge.com/newsforge/03/10/07/1527227.shtml?tid=8"
><b>Bringing old adventure games back to life</b></a>, NewsForge, October 8, 2003
</p>
Index: donations.php
===================================================================
RCS file: /cvsroot/scummvm/web/donations.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- donations.php 12 Oct 2003 23:50:36 -0000 1.5
+++ donations.php 14 Oct 2003 12:27:47 -0000 1.6
@@ -17,24 +17,22 @@
sidebar_start();
//display donations
-echo html_round_frame_start("ScummVM Donations","98%","",20);
-echo html_frame_start("","100%",1,1);
+echo html_round_frame_start("ScummVM Donations","",20);
-echo html_frame_tr(html_frame_td(html_b("Donations").html_br(). html_line()));
?>
-<tr><td><small>Donation status last updated: <? echo date("F d, Y",getlastmod());?></small><br></td></tr>
-<tr><td>ScummVM gladly accepts donations to help us with various expenses.
+<h1>Donations</h1>
+<small>Donation status last updated: <? echo date("F d, Y",getlastmod());?></small><br>
+<p>ScummVM gladly accepts donations to help us with various expenses.
In the interest of public disclosure, this page keeps a running tally of donations and
expenses incurred by the project. For privacy and logistic reasons, individual contributors
-names and amounts are usually not listed.<br><br>
+names and amounts are usually not listed.</p>
-If you wish to donate money, you may do so using the PayPal service by clicking the button
+<p>If you wish to donate money, you may do so using the PayPal service by clicking the button
underneath the left menu. We also welcome other forms of donations - if you have something
you wish to contribute then please feel free to contact us via e-mail (donate @ scummvm dit
org). All amounts are expressed in USD.
-<BR><BR>
-</td></tr>
-<tr><td>
+</p>
+
<U>Donations:</U><BR>
Prior to page: $80, carried over from previous donations<BR>
August 2003: $166 in 12 donations<BR>
@@ -51,9 +49,7 @@
</table>
<BR>
<U>Current Balance:</U> <B>$65.70</B>
-</td></tr>
<?
-echo html_frame_end();
echo html_round_frame_end(" ");
//end of donations display
More information about the Scummvm-git-logs
mailing list