new file: "doc/Sprint2/Capture d'\303\251cran de 2014-01-10 12:04:57.png"

new file:   "doc/Sprint2/Capture d'\303\251cran de 2014-01-10 12:05:16.png"
	new file:   "doc/Sprint2/Capture d'\303\251cran de 2014-01-10 12:06:15.png"
	new file:   "doc/Sprint2/Capture d'\303\251cran de 2014-01-10 12:06:21.png"
	new file:   "doc/Sprint2/Capture d'\303\251cran de 2014-01-10 12:06:23.png"
	new file:   "doc/Sprint2/Capture d'\303\251cran de 2014-01-10 12:11:29.png"
	renamed:    fichier/dir/d/zz -> fichier/dir/zz
This commit is contained in:
Quentin 2014-01-10 12:14:04 +01:00
parent c2867bbe0d
commit 6672112230
11 changed files with 21 additions and 39 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -1,21 +0,0 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf8" />
<link rel="stylesheet" type="text/css" href="style/styles.css">
<title>Boutique Marchande sur le Web</title>
</head>
<body>
<div id="bandeau">
<h1>Boutique marchande</h1>
</div>
<div id="menu">
<ul>
<li><a href="http://index.php">Accueil</a></li>
<li><a href="http://consultprod.php">Consultation des promotions et nouveautés</a></li>
<li><a href="http://consultcat.php">Consultation des produits par catégorie</a></li>
<li><a href="http://recherche.php">Recherche dun produit à commander (client nouveau)</a></ul>
</div>
<div id="contenu">

View File

@ -71,7 +71,10 @@ class Vue1
else
@chaine = "../fichier/" + @chaine
if(File.directory?(@chaine))
@ctrl.recupUrlsDoss(@chaine)
else
if(File.exist?(@chaine))
@ctrl.recupUrls(@chaine)