[Gnucash-changes] r13975 - htdocs/trunk/fr - getting a feeling for scope of change

Joshua Sled jsled at cvs.gnucash.org
Tue May 9 12:57:16 EDT 2006


Author: jsled
Date: 2006-05-09 12:57:15 -0400 (Tue, 09 May 2006)
New Revision: 13975
Trac: http://svn.gnucash.org/trac/changeset/13975

Modified:
   htdocs/trunk/fr/components/header.phtml
   htdocs/trunk/fr/index.phtml
   htdocs/trunk/fr/menu/menu-main.phtml
Log:
getting a feeling for scope of change

Modified: htdocs/trunk/fr/components/header.phtml
===================================================================
--- htdocs/trunk/fr/components/header.phtml	2006-05-09 16:57:00 UTC (rev 13974)
+++ htdocs/trunk/fr/components/header.phtml	2006-05-09 16:57:15 UTC (rev 13975)
@@ -2,7 +2,7 @@
 	PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
-<link rel="stylesheet" href="/en/gnucash.css" type="text/css">
+<link rel="stylesheet" href="../www/gnucash.css" type="text/css">
 <link rel="icon" href="favicon.ico" type="image/x-icon"> 
 <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> 
 <title>GnuCash - <?php echo $title; ?></title>
@@ -12,7 +12,7 @@
 
 <table border=0 cellpadding=3 cellspacing=0 width="100%">
 <tr>
-<td valign="bottom" colspan="2" bgcolor="#666699"><img src="/images/gnucash_logo1.png" alt="GnuCash Logo"></td>
+<td valign="bottom" colspan="2" bgcolor="#666699"><img src="../www/images/gnucash_logo1.png" alt="GnuCash Logo"></td>
 <td align="right" valign="bottom" bgcolor="#666699" width="65%"><font size="-1" color="#ffffff">
 Language: 
 <a class=nav href="/en/">Anglais</a> 
@@ -30,5 +30,5 @@
 <table border="0" cellpadding="3" cellspacing="0" width="90%">
 <tr>
 <td valign="top" width="1%" bgcolor="#ffffff">
-<img src="/images/spacer.gif" width="200" height="1" alt="spacer"><br>
+<img src="../images/spacer.gif" width="200" height="1" alt="spacer"><br>
 

Modified: htdocs/trunk/fr/index.phtml
===================================================================
--- htdocs/trunk/fr/index.phtml	2006-05-09 16:57:00 UTC (rev 13974)
+++ htdocs/trunk/fr/index.phtml	2006-05-09 16:57:15 UTC (rev 13975)
@@ -3,14 +3,14 @@
  include("../emulate_globals_on.php");
 }
 ?>
-<?php include($GLOBALS['DOCUMENT_ROOT']."/fr/components/header.phtml"); ?>
-<?php include($GLOBALS['DOCUMENT_ROOT']."/fr/menu/menu-main.phtml"); ?>
+<?php include("components/header.phtml"); ?>
+<?php include("menu/menu-main.phtml"); ?>
 
 	</td>
   <td valign="top" width="98%">
   
 <h1>Bienvenue Sur GnuCash.org</h1>
-  
+
 <font size=-1>
 
 Si vous recherchez un moyen de gérer vos finances personnelles en utilisant un logiciel gratuit
@@ -49,9 +49,9 @@
 <h1>Actualités</h1>
 
 <?php 
-$lang_newspath = $toppath . "/news/fr/";
-$en_newspath = $toppath . "/news/en/";
-include($toppath."/news/news-script.php"); 
+$lang_newspath = "../news/fr/";
+$en_newspath = "../news/en/";
+include("../news/news-script.php"); 
 ?>
 
 <font size=-2>
@@ -63,4 +63,4 @@
 
   </td>
 
-<?php include($toppath."/fr/components/footer.phtml"); ?>
+<?php include("components/footer.phtml"); ?>

Modified: htdocs/trunk/fr/menu/menu-main.phtml
===================================================================
--- htdocs/trunk/fr/menu/menu-main.phtml	2006-05-09 16:57:00 UTC (rev 13974)
+++ htdocs/trunk/fr/menu/menu-main.phtml	2006-05-09 16:57:15 UTC (rev 13975)
@@ -2,32 +2,32 @@
 
 <table border=0 cellpadding=4 cellspacing=0 width="100%">
 <tr><td bgcolor="#cacaf7">
-  <img border=0 src="/images/webding.png" alt="dot"> <b>Informations Generales</b>
-  <?php include($GLOBALS['DOCUMENT_ROOT']."/fr/menu/menu-general.phtml"); ?>
+  <img border=0 src="../www/images/webding.png" alt="dot"> <b>Informations Generales</b>
+  <?php include("menu-general.phtml"); ?>
   </td></tr>
 <tr><td>
-  <img border=0 src="/images/webding.png" alt="dot"> <b>Documentation</b>
-  <?php include($GLOBALS['DOCUMENT_ROOT']."/fr/menu/menu-documentation.phtml"); ?>
+  <img border=0 src="../www/images/webding.png" alt="dot"> <b>Documentation</b>
+  <?php include("./menu/menu-documentation.phtml"); ?>
   </td></tr>
 <tr><td>
-  <img border=0 src="/images/webding.png" alt="dot"> <b>Aide</b>
-  <?php include($GLOBALS['DOCUMENT_ROOT']."/fr/menu/menu-help.phtml"); ?>
+  <img border=0 src="../www/images/webding.png" alt="dot"> <b>Aide</b>
+  <?php include("./menu/menu-help.phtml"); ?>
   </td></tr>
 <tr><td>
-  <img border=0 src="/images/webding.png" alt="dot"> <b>Telechargement</b>
-  <?php include($GLOBALS['DOCUMENT_ROOT']."/fr/menu/menu-downloads.phtml"); ?>
+  <img border=0 src="../www/images/webding.png" alt="dot"> <b>Telechargement</b>
+  <?php include("./menu/menu-downloads.phtml"); ?>
   </td> </tr>
 <tr><td>
-  <img border=0 src="/images/webding.png" alt="dot"> <b>Informations Developpeur</b>
-  <?php include($GLOBALS['DOCUMENT_ROOT']."/fr/menu/menu-developer.phtml"); ?>
+  <img border=0 src="../www/images/webding.png" alt="dot"> <b>Informations Developpeur</b>
+  <?php include("./menu/menu-developer.phtml"); ?>
   </td></tr>
 <tr><td>
-  <img border=0 src="/images/webding.png" alt="dot"> <b>Autres Informations</b>
-  <?php include($GLOBALS['DOCUMENT_ROOT']."/fr/menu/menu-other.phtml"); ?>
+  <img border=0 src="../www/images/webding.png" alt="dot"> <b>Autres Informations</b>
+  <?php include("./menu/menu-other.phtml"); ?>
   </td></tr>
 <tr><td>
-  <img border=0 src="/images/webding.png" alt="dot"> <b>Recherche</b>
-  <?php include($GLOBALS['DOCUMENT_ROOT']."/fr/menu/menu-search.phtml"); ?>
+  <img border=0 src="../www/images/webding.png" alt="dot"> <b>Recherche</b>
+  <?php include("./menu/menu-search.phtml"); ?>
   </td></tr>
 </table>
 



More information about the gnucash-changes mailing list