From: Olivier G. <og...@us...> - 2005-11-20 21:45:39
|
Update of /cvsroot/osmose-dev/osmose/resources/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18136/osmose/resources/html Modified Files: end.html Log Message: translated Fin du diaporama, and improved the replaceTag method (feature request #1277567). Index: end.html =================================================================== RCS file: /cvsroot/osmose-dev/osmose/resources/html/end.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** end.html 30 Aug 2005 17:44:35 -0000 1.1.1.1 --- end.html 20 Nov 2005 21:45:30 -0000 1.2 *************** *** 1,8 **** <html> <head> ! <title>Fin du diaporama</title> </head> <body bgcolor="#000000"> ! <center><font color="#FFFFFF">Fin du diaporama</font></center> </body> </html> --- 1,8 ---- <html> <head> ! <title>{SLIDESHOW.END}</title> </head> <body bgcolor="#000000"> ! <center><font color="#FFFFFF">{SLIDESHOW.END}</font></center> </body> </html> |