comment inverser la colonne de gauche...

12 messages dans ce sujet

Posté(e) · Signaler ce message

Bonjour,

je suis passer une fois dessus par hasard...

si je me souvien c'est dans modeles/haut.php...

à bientôt...

Partager ce message


Lien à poster
Partager sur d’autres sites

Posté(e) · Signaler ce message

Bonjour,

je n'ai pas réussit !!

une aide est la bienvenue !!

à bientôt...

Partager ce message


Lien à poster
Partager sur d’autres sites

Posté(e) · Signaler ce message

Bonjour,

je n'ai pas réussit !!

une aide est la bienvenue !!

à bientôt...

fais passer toute la colonne de gauche se trouvant dans haut .php dans bas.php avant tout autre code de bas.php et hop hop tu retrouve ta colonne a droite!

Partager ce message


Lien à poster
Partager sur d’autres sites

Posté(e) · Signaler ce message

Bonjour,

ah d'accord !!

c'est pour ça !!

merci encore...

à bientôt...

Partager ce message


Lien à poster
Partager sur d’autres sites

Posté(e) · Signaler ce message

Bonjour,

ah d'accord !!

c'est pour ça !!

merci encore...

à bientôt...

si tu trouve pas envoie moi les deux pages et je te le fais.

Partager ce message


Lien à poster
Partager sur d’autres sites

Posté(e) · Signaler ce message

Bonjour,

merci de ton aide !!

je tente d'abord !!

pour le moment ma colonne de gauche

se trouve en au milieu en bas !!

mais bientôt à gauche...

enfin je l'espère !!

à bientôt...

Partager ce message


Lien à poster
Partager sur d’autres sites

Posté(e) · Signaler ce message

Bonjour,

alors soit il ne faut pas que je garde la colonne de gauche !!

soir je fait n'importe quoi !!

ou soit je retrouve la colonne de gauche sous sa soeur !!

un indice est apprécié !! ;)

à bientôt...

Partager ce message


Lien à poster
Partager sur d’autres sites

Posté(e) · Signaler ce message

c'est dans le fichier bas.php comme te l'a dit Atila

Partager ce message


Lien à poster
Partager sur d’autres sites

Posté(e) · Signaler ce message

Bon j'ai pas testé mais je pense que ca va marcher...

haut.php


--------------------


[code]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 

<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">


<head>

<title><?php echo $DOC_TITLE ?></title>

<meta name="description" content="" />

<meta name="Keywords" content="" />

<meta name="robots" content="All" />

<meta http-equiv="Content-language" content="french" />

<meta name="Classification" content="entreprise" />

<meta name="Author" content="Ma petite entreprise" />

<meta name="Publisher" content="Ma petite entreprise" />

<meta http-equiv="expires" content="0" />

<meta http-equiv="Pragma" content="no-cache" />

<meta name="robots" content="index,follow,all" />

<meta name="Updated" content="daily" />

<meta name="revisit-after" content="10 days" />

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<base href="<?php echo  $wwwroot;?>" />

<link rel="stylesheet" href="<?php echo $stylefile?>" type="text/css" media="screen" />

<script type="text/javascript" src="<?php echo $wwwroot?>/lib/js/window.js"></script>



</head>


<body>

<table border="0" cellpadding="5" cellspacing="0" align="center" height="100%" bgcolor="#ffffff">


<tr><td class="normal" align="center" height="100%" >


<table width="960" border="0" cellpadding="0" cellspacing="0" height="100%" >


<tr><td align="center" class="titre">


<?php echo  $site ?>


</td></tr>


<tr><td colspan="2" height="10" class="normal" align="right">


		<table border="0" cellpadding="2" cellspacing="2">


		<tr>


			<td width="10" height="10" bgcolor="#1f1f5f"><a href="<?php echo  $_SERVER['PHP_SELF'];?>?style=bleu"><img src="<?php echo $wwwroot?>/images/blank.gif" alt="blank" width="10" height="10" border="0" /></a></td>


			<td width="10" height="10" bgcolor="#663366"><a href="<?php echo  $_SERVER['PHP_SELF'];?>?style=violet"><img src="<?php echo $wwwroot?>/images/blank.gif" alt="blank" width="10" height="10" border="0" /></a></td>


			<td width="10" height="10" bgcolor="#3C7A6D"><a href="<?php echo  $_SERVER['PHP_SELF'];?>?style=vert"><img src="<?php echo $wwwroot?>/images/blank.gif" alt="blank" width="10" height="10" border="0" /></a></td>


			<td width="10" height="10" bgcolor="#993300"><a href="<?php echo  $_SERVER['PHP_SELF'];?>?style=marron"><img src="<?php echo $wwwroot?>/images/blank.gif" alt="blank" width="10" height="10" border="0" /></a></td>


			<td width="10" height="10" bgcolor="#CC0000"><a href="<?php echo  $_SERVER['PHP_SELF'];?>?style=rouge"><img src="<?php echo $wwwroot?>/images/blank.gif" alt="blank" width="10" height="10" border="0" /></a></td>


			<td width="10" height="10" bgcolor="#FF9900"><a href="<?php echo  $_SERVER['PHP_SELF'];?>?style=jaune"><img src="<?php echo $wwwroot?>/images/blank.gif" alt="blank" width="10" height="10" border="0" /></a></td>


		</tr>


		</table>


</td></tr>

<tr>


<td valign="top" class="normal">
bas.php ------------------
</td>

<td colspan="2" height="10" class="normal" align="right">

	<a href="<?php echo $wwwroot?>/index.php" class="normal">Accueil</a>

	| <a href="<?php echo $wwwroot?>/compte.php" class="normal">Mon compte</a>

		| 

		<?php 

		if (est_identifie()) {

			 echo "Bonjour&nbsp;";

			  echo stripslashes($_SESSION['utilisateur']['prenom']) . " " . stripslashes($_SESSION['utilisateur']['nom_famille']); ?>

			| <a class="normal" href="<?php echo $wwwroot?>/sortie.php">Se déconnecter</a>

		<?php } else { ?>

			  <a class="normal" href="<?php echo $wwwroot?>/membre.php">S'identifier</a>

			| <a class="normal" href="<?php echo $wwwroot?>/utilisateurs/enregistrement.php">Ouvrir un compte client</a>

		<?php }?>

</td></tr>


<tr><td colspan="2" height="10" class="normal" align="right">&nbsp;</td></tr>


<tr><td align="center">


<table border="0" cellpadding="0" cellspacing="5" width="100%" height="100%">

<tr>

<td width="180" valign="top" style="border-right:1px solid #000000;padding:5px;">


	<table cellpadding="0" cellspacing="0" width="100%" border="0" >

	<tr><td class="tetiere" align="center" >Votre caddie</td></tr>

	<tr>

		<td class="normal" align="center">


		<?php if   ($_SESSION['caddie']->compte_elements() != 0) { ?>


		Nb de produit(s)<br /> sélectionné(s) : <font color="#CC0000"><b><?php echo $_SESSION['caddie']->compte_elements()?></b></font>.<p> 


		Montant total du panier :<br /> <font color="#CC0000"><b><?php echo fprix($_SESSION['caddie']->total); ?> € T.T.C</b></font>


		<p><a class="normal" href="<?php echo $wwwroot?>/achat/caddie_affichage.php"><b>commander</b></a></p>


		<?php } else { echo "Votre panier est vide actuellement"; }	?>

		</td>

	</tr>

	</table>

<br />

<div class="tetiere">

<a href="<?php echo $wwwroot?>/achat/index.php">Nos produits</a>

</div>

<?php 

if (!isset($catid)) { $catid = 0; }


$frm['parent'] = array($catid);


construit_menu_arborescent_cat($categorie_options, $frm['parent']);


echo $categorie_options;


if (!isset($rubid)) { $rubid = 0; }


$frm['parent'] = array($rubid);


construit_menu_arborescent_rub($rubrique_options, $frm['parent']);


echo "<br /><div class=\"tetiere\"><a href=\"$wwwroot/lire/index.php\">$site et vous</a></div>";


echo $rubrique_options;


echo "<br /><img src=\"$wwwroot/images/menminus.gif\" alt=\"\" /> <a href=\"$wwwroot/cgv.php\" class=\"normal\">Conditions de vente</a>";


echo "<br /><img src=\"$wwwroot/images/menminus.gif\" alt=\"\" /> <a href=\"$wwwroot/contacts.php\" class=\"normal\">Contacts</a>";

?>

<p>

<img src="<?php echo  $wwwroot ?>/images/paypal.gif" width="150" height="97" alt="peel.fr, paypal" border="0" />

<p>

<form method="get" action="<?php echo $wwwroot?>/achat/recherche.php" name="recherche">

				<table border="0" width="100%" cellspacing="0" cellpadding="0">

				  <tr>

					<td class="label">Rechercher un produit :</td>

				  </tr>

				  <tr>

					<td class="normal">

					  Insérer un mot clef :<br />

					  <input class="formulaire1" type="text" name="motclef" size="10" value="<?php echo  vb($_GET['motclef']);?>" />

					  <input type="submit" value="Rechercher" name="action" class="bouton" />

					  </td>

				  </tr>

				</table>

			</form>

</p>			

<?php 

if (est_identifie()) { 


if (a_priv("admin")) { ?>

			<hr size="1" />

			<li> <a class="normal" href="<?php echo $wwwroot?>/administrer/index.php">Administrer le site</a></li>

		<?php }

		} ?>

</td>

</tr></table>

</td></tr>

<tr><td class="petit">

<hr size="1" />

<?php 

print_societe();


echo "<br /><div align=\"right\"><a href=\"http://www.peel.fr\" target=\"_blank\" class=\"petit\"><img src=\"".$wwwroot."/administrer/images/opensource_88x18_02.gif\" width=\"88\" height=\"18\" title=\"PEEL OPEN SOURCE\" border=\"0\" aly=\"\" /></a></div>";


mysql_close($connexion);

?>

</td></tr></table>


</body>

</html>

Partager ce message


Lien à poster
Partager sur d’autres sites

Posté(e) · Signaler ce message

Bonjour,

merci j'avait compris !!

mais pas réussit !!

il faut dire que j'ai fait des modifs !!

il se peut que c'est incompatible avec mes transferts !!

j'ai vue du code plus haut ...

j'ai regardé de plus prêt !! ça me donne la même chose !!

tout en mettant moins de code dans bas.php !!

je continue à chercher...

à bientôt...

Partager ce message


Lien à poster
Partager sur d’autres sites

Posté(e) · Signaler ce message

;)

Alors met ton code avec la colonne à gauche ici

et je te passe la colonne à droite oki?

Partager ce message


Lien à poster
Partager sur d’autres sites

Posté(e) · Signaler ce message

Bonjour,

ok merci je te l'envoi en mp...

à bientôt...

Partager ce message


Lien à poster
Partager sur d’autres sites

Créer un compte ou se connecter pour commenter

Vous devez être membre afin de pouvoir déposer un commentaire

Créer un compte

Créez un compte sur notre communauté. C’est facile !


Créer un nouveau compte

Se connecter

Vous avez déjà un compte ? Connectez-vous ici.


Connectez-vous maintenant

Twitter Advisto ecommerce

Facebook PEEL Shopping