*** empty log message ***
This commit is contained in:
parent
e91fdcf393
commit
981d5c74cb
@ -25,6 +25,7 @@ XSLTOPTS = \
|
|||||||
|
|
||||||
all:
|
all:
|
||||||
$(XSLTPROC) main-eucd.xsl don.xhtml > don.php
|
$(XSLTPROC) main-eucd.xsl don.xhtml > don.php
|
||||||
|
$(XSLTPROC) main-eucd.xsl graph.xhtml > graph.php
|
||||||
$(XSLTPROC) main-eucd.xsl donateurs.xhtml > donateurs.php
|
$(XSLTPROC) main-eucd.xsl donateurs.xhtml > donateurs.php
|
||||||
$(XSLTPROC) main-eucd.xsl valid.xhtml > valid.php
|
$(XSLTPROC) main-eucd.xsl valid.xhtml > valid.php
|
||||||
$(XSLTPROC) main-eucd.xsl erreur.xhtml > erreur.php
|
$(XSLTPROC) main-eucd.xsl erreur.xhtml > erreur.php
|
||||||
|
|||||||
@ -7,6 +7,11 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- $Id$ -->
|
<!-- $Id$ -->
|
||||||
<title>Dons FSF France Projet EUCD.INFO</title>
|
<title>Dons FSF France Projet EUCD.INFO</title>
|
||||||
|
<script language="php">
|
||||||
|
require("../../conf/conf.class.php3");
|
||||||
|
require("../../lib/mysql.lib.php3");
|
||||||
|
require("../../don.class.php");
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="main">
|
<div class="main">
|
||||||
@ -16,19 +21,19 @@
|
|||||||
|
|
||||||
<center>
|
<center>
|
||||||
<p>
|
<p>
|
||||||
<img src="http://eucd.info/cacti/graph_image.php?graphid=58&rraid=1" height="150" width="500" alt="progression des dons"></img>
|
<img src="http://eucd.info/cacti/graph_image.php?graphid=58&rraid=1" height="150" width="500" alt="progression des dons" />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<img src="http://eucd.info/cacti/graph_image.php?graphid=58&rraid=2" height="150" width="500" alt="progression des dons"></img>
|
<img src="http://eucd.info/cacti/graph_image.php?graphid=58&rraid=2" height="150" width="500" alt="progression des dons"></img>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<img src="http://eucd.info/cacti/graph_image.php?graphid=58&rraid=3" height="150" width="500" alt="progression des dons"></img>
|
<img src="http://eucd.info/cacti/graph_image.php?graphid=58&rraid=3" height="150" width="500" alt="progression des dons"></img>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<img src="http://eucd.info/cacti/graph_image.php?graphid=58&rraid=4" height="150" width="500" alt="progression des dons"></img>
|
<img src="http://eucd.info/cacti/graph_image.php?graphid=58&rraid=4" height="150" width="500" alt="progression des dons"></img>
|
||||||
</p>
|
</p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user