*** empty log message ***

This commit is contained in:
Rodolphe Quiedeville 2002-12-20 18:10:11 +00:00
parent 2142e38d7c
commit ea1f60d18a
2 changed files with 6 additions and 3 deletions

View File

@ -31,12 +31,15 @@ RSYNC=/usr/bin/rsync
ROPT=-av
RSSH=-e ssh
all:
prim:
$(XSLTPROC) eucd.xsl don.xhtml > don.php
$(XSLTPROC) eucd.xsl erreur.xhtml > erreur.php
$(XSLTPROC) eucd.xsl merci.xhtml > merci.php
all: $(ENPAGES) $(FRPAGES)
$(ENPAGES) $(FRPAGES): %.html: %.xhtml fsfe-fr.xsl navigation.en.xsl navigation.fr.xsl
@echo "Building $@ ..."; \
path=$< ; \

View File

@ -29,8 +29,8 @@
<br />
<a href="donations.fr.php">Dons</a><br />
<script language="php">
//include("http://eucd.info/thermometer.php");
//print moneyMeter($totaal_ontvangen+$post_donaties+$post_sponsoring, $totaal_pending, $post_intent);
require("/var/www/www.eucd.info/htdocs/thermometer.php");
print moneyMeter($totaal_ontvangen+$post_donaties+$post_sponsoring, $totaal_pending, $post_intent);
</script>
</td>