*** empty log message ***
This commit is contained in:
parent
e91fdcf393
commit
981d5c74cb
@ -25,6 +25,7 @@ XSLTOPTS = \
|
||||
|
||||
all:
|
||||
$(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 valid.xhtml > valid.php
|
||||
$(XSLTPROC) main-eucd.xsl erreur.xhtml > erreur.php
|
||||
|
||||
@ -7,6 +7,11 @@
|
||||
<head>
|
||||
<!-- $Id$ -->
|
||||
<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>
|
||||
<body>
|
||||
<div class="main">
|
||||
@ -16,19 +21,19 @@
|
||||
|
||||
<center>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
</center>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user