*** empty log message ***
This commit is contained in:
parent
2142e38d7c
commit
ea1f60d18a
@ -31,12 +31,15 @@ RSYNC=/usr/bin/rsync
|
|||||||
ROPT=-av
|
ROPT=-av
|
||||||
RSSH=-e ssh
|
RSSH=-e ssh
|
||||||
|
|
||||||
all:
|
prim:
|
||||||
$(XSLTPROC) eucd.xsl don.xhtml > don.php
|
$(XSLTPROC) eucd.xsl don.xhtml > don.php
|
||||||
$(XSLTPROC) eucd.xsl erreur.xhtml > erreur.php
|
$(XSLTPROC) eucd.xsl erreur.xhtml > erreur.php
|
||||||
$(XSLTPROC) eucd.xsl merci.xhtml > merci.php
|
$(XSLTPROC) eucd.xsl merci.xhtml > merci.php
|
||||||
|
|
||||||
|
|
||||||
|
all: $(ENPAGES) $(FRPAGES)
|
||||||
|
|
||||||
|
|
||||||
$(ENPAGES) $(FRPAGES): %.html: %.xhtml fsfe-fr.xsl navigation.en.xsl navigation.fr.xsl
|
$(ENPAGES) $(FRPAGES): %.html: %.xhtml fsfe-fr.xsl navigation.en.xsl navigation.fr.xsl
|
||||||
@echo "Building $@ ..."; \
|
@echo "Building $@ ..."; \
|
||||||
path=$< ; \
|
path=$< ; \
|
||||||
|
|||||||
@ -29,8 +29,8 @@
|
|||||||
<br />
|
<br />
|
||||||
<a href="donations.fr.php">Dons</a><br />
|
<a href="donations.fr.php">Dons</a><br />
|
||||||
<script language="php">
|
<script language="php">
|
||||||
//include("http://eucd.info/thermometer.php");
|
require("/var/www/www.eucd.info/htdocs/thermometer.php");
|
||||||
//print moneyMeter($totaal_ontvangen+$post_donaties+$post_sponsoring, $totaal_pending, $post_intent);
|
print moneyMeter($totaal_ontvangen+$post_donaties+$post_sponsoring, $totaal_pending, $post_intent);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user