[grisbi-cvs] grisbi-web download.shtml.de, 1.3, 1.4 download.shtml.en, 1.3, 1.4 download.shtml.es, 1.2, 1.3 download.shtml.fr, 1.4, 1.5 download.shtml.it, 1.3, 1.4 download.shtml.nl, 1.3, 1.4 xml.php, 1.9, 1.10
NIEL Gérald
gegeweb at users.sourceforge.net
Mon May 31 21:55:46 CEST 2010
- Previous message: [grisbi-cvs] grisbi-web download.shtml.de, 1.2, 1.3 download.shtml.en, 1.2, 1.3 download.shtml.es, 1.1, 1.2 download.shtml.fr, 1.3, 1.4 download.shtml.it, 1.2, 1.3 download.shtml.nl, 1.2, 1.3
- Next message: [grisbi-cvs] grisbi-web xml.php,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/grisbi/grisbi-web
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv13087
Modified Files:
download.shtml.de download.shtml.en download.shtml.es
download.shtml.fr download.shtml.it download.shtml.nl xml.php
Log Message:
add type file (include php)
Index: xml.php
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/xml.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- xml.php 31 May 2010 05:40:51 -0000 1.9
+++ xml.php 31 May 2010 19:55:44 -0000 1.10
@@ -10,9 +10,12 @@
if (isset($_GET["xsl"])) $xsl_file=$_GET["xsl"];
else $xsl_file=$xml_file;
+if (isset($_GET["ext"])) $type=$_GET["ext"];
+else $ext=".html";
+
// on construit les variables fichiers
$path=$xml_file;
-$cache="$path/$xsl_file.$lang.html";
+$cache="$path/$xsl_file.$lang.$ext";
$xml_file="$path/$xml_file.xml";
$xsl_file="$path/$xsl_file.xsl";
Index: download.shtml.es
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/download.shtml.es,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- download.shtml.es 31 May 2010 18:43:54 -0000 1.2
+++ download.shtml.es 31 May 2010 19:55:44 -0000 1.3
@@ -1,7 +1,7 @@
<!--#include virtual="templates/head.dl.inc.es"-->
<!--#include virtual="templates/menu.inc.es"-->
-<!--#include virtual="xml.php?xml=dl&lang=es"-->
+<!--#include virtual="xml.php?xml=dl&ext=php&lang=es"-->
<!--#include virtual="templates/footer.inc.es"-->
Index: download.shtml.it
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/download.shtml.it,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- download.shtml.it 31 May 2010 18:43:54 -0000 1.3
+++ download.shtml.it 31 May 2010 19:55:44 -0000 1.4
@@ -1,7 +1,7 @@
<!--#include virtual="templates/head.dl.inc.it"-->
<!--#include virtual="templates/menu.inc.it"-->
-<!--#include virtual="xml.php?xml=dl&lang=it"-->
+<!--#include virtual="xml.php?xml=dl&ext=php&lang=it"-->
<!--#include virtual="templates/footer.inc.it"-->
Index: download.shtml.fr
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/download.shtml.fr,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- download.shtml.fr 31 May 2010 18:43:54 -0000 1.4
+++ download.shtml.fr 31 May 2010 19:55:44 -0000 1.5
@@ -1,6 +1,6 @@
<!--#include virtual="templates/head.dl.inc.fr"-->
<!--#include virtual="templates/menu.inc.fr"-->
-<!--#include virtual="xml.php?xml=dl&lang=fr"-->
+<!--#include virtual="xml.php?xml=dl&ext=php&lang=fr"-->
<!--#include virtual="templates/footer.inc.fr"-->
Index: download.shtml.nl
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/download.shtml.nl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- download.shtml.nl 31 May 2010 18:43:54 -0000 1.3
+++ download.shtml.nl 31 May 2010 19:55:44 -0000 1.4
@@ -1,7 +1,7 @@
<!--#include virtual="templates/head.dl.inc.nl"-->
<!--#include virtual="templates/menu.inc.nl"-->
-<!--#include virtual="xml.php?xml=dl&lang=nl"-->
+<!--#include virtual="xml.php?xml=dl&ext=php&lang=nl"-->
<!--#include virtual="templates/footer.inc.nl"-->
Index: download.shtml.de
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/download.shtml.de,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- download.shtml.de 31 May 2010 18:43:53 -0000 1.3
+++ download.shtml.de 31 May 2010 19:55:44 -0000 1.4
@@ -1,4 +1,4 @@
<!--#include virtual="templates/head.dl.inc.de"-->
<!--#include virtual="templates/menu.inc.de"-->
-<!--#include virtual="xml.php?xml=dl&lang=de"-->
+<!--#include virtual="xml.php?xml=dl&ext=php&lang=de"-->
<!--#include virtual="templates/footer.inc.de"-->
Index: download.shtml.en
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/download.shtml.en,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- download.shtml.en 31 May 2010 18:43:54 -0000 1.3
+++ download.shtml.en 31 May 2010 19:55:44 -0000 1.4
@@ -1,7 +1,7 @@
<!--#include virtual="templates/head.dl.inc.en"-->
<!--#include virtual="templates/menu.inc.en"-->
-<!--#include virtual="xml.php?xml=dl&lang=en"-->
+<!--#include virtual="xml.php?xml=dl&ext=php&lang=en"-->
<!--#include virtual="templates/footer.inc.en"-->
- Previous message: [grisbi-cvs] grisbi-web download.shtml.de, 1.2, 1.3 download.shtml.en, 1.2, 1.3 download.shtml.es, 1.1, 1.2 download.shtml.fr, 1.3, 1.4 download.shtml.it, 1.2, 1.3 download.shtml.nl, 1.2, 1.3
- Next message: [grisbi-cvs] grisbi-web xml.php,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list