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

@ -13,9 +13,9 @@
</div> </div>
<div id="menu"> <div id="menu">
<ul> <ul>
<li><a href="http://index.php ">Accueil</a></li> <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://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://consultcat.php">Consultation des produits par catégorie</a></li>
<li><a href="http://recherche.php ">Recherche dun produit à commander (client nouveau)</a></ul> <li><a href="http://recherche.php">Recherche dun produit à commander (client nouveau)</a></ul>
</div> </div>
<div id="contenu"> <div id="contenu">

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

@ -66,23 +66,26 @@ class Vue1
Gtk::MessageDialog::ERROR, Gtk::MessageDialog::ERROR,
Gtk::MessageDialog::BUTTONS_CLOSE, Gtk::MessageDialog::BUTTONS_CLOSE,
"Erreur : Veuillez saisir un fichier ou dossier !") "Erreur : Veuillez saisir un fichier ou dossier !")
m.run m.run
m.destroy m.destroy
else else
@chaine = "../fichier/" + @chaine @chaine = "../fichier/" + @chaine
if(File.directory?(@chaine)) if(File.directory?(@chaine))
@ctrl.recupUrlsDoss(@chaine)
@ctrl.recupUrlsDoss(@chaine)
else else
if(File.exist?(@chaine)) if(File.exist?(@chaine))
@ctrl.recupUrls(@chaine) @ctrl.recupUrls(@chaine)
else else
d = Gtk::MessageDialog.new(Gtk::Window.new, Gtk::Dialog::DESTROY_WITH_PARENT, d = Gtk::MessageDialog.new(Gtk::Window.new, Gtk::Dialog::DESTROY_WITH_PARENT,
Gtk::MessageDialog::ERROR, Gtk::MessageDialog::ERROR,
Gtk::MessageDialog::BUTTONS_CLOSE, Gtk::MessageDialog::BUTTONS_CLOSE,
"Erreur : Fichier ou dossier inexistant !") "Erreur : Fichier ou dossier inexistant !")
d.run d.run
d.destroy d.destroy
end end
end end
end end
} }

View File

@ -1,4 +1,4 @@
class VueResult class VueResult
def initialize(liste_result, nom) def initialize(liste_result, nom)
@window = Gtk::Window.new @window = Gtk::Window.new
@window.set_title(nom) @window.set_title(nom)