Current File : /home/k/a/r/karenpetzb/www/items/category/helpers.tar
mail_ajaxdownloaddocument.phtml000060400000001623150713417640013034 0ustar00<?php header('Content-Type: text/html; charset=ISO-8859-15'); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
</head>
<body>
    Bonjour <?php echo $this->user_fullname; ?>,<br /><br />
Voici la fiche technique du produit trouv� sur le site <?php echo $this->site_url; ?> : <br /><br />
<?php echo $this->document_link; ?><br /><br />
Le nom du produit est : <?php echo $this->product_name; ?><br /><br />
Pour y acc�der : <br /><br />
<?php echo $this->product_url; ?><br /><br />
<?php echo $this->site_name; ?> pr�sente toute une gamme de <?php echo $this->category_name; ?>, � d�couvrir en cliquant sur le lien suivant :<br /><br />
<?php echo $this->category_url; ?><br /><br />
</body>
</html>
mail_user_to_commercial.phtml000060400000001642150713417640012476 0ustar00<?php
$user = $this->user;
$message = $this->message;
$messageNotConnected = $this->messageNotConnected;
?>
<style type="text/css">
.text1 {
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #000000; 
	text-decoration: none; 
	width: 100%;  
	float: left;
	margin: 5px;
	text-align: center;
}
.text2 {
	font-family: "Arial";
	font-size: 11px;
	font-weight: normal;
	color: #000000; 
	text-decoration: none; 
	width: 100%;  
	float: left;
	margin: 5px;
	text-align: center;
}
</style>
<div class="text1">DEMANDE D'INFORMATIONS</div> 
<div class="text1">Client :</div>
<div class="text2">
	<?php if (isset($user) && !empty($user)) { 
		echo $user['nom']." ".$user['prenom'].'<br/><br/>';
		echo 'Email : '.$user['email'].'<br/><br/>';
		echo 'T�l�phone : '.$user['tel']; 
	} else { 
		echo $messageNotConnected; 
	} ?>
</div>
<div class="text1">Message :</div>
<div class="text2">
	<?php echo $message;  ?>
</div>mail_ajaxsendfriend.phtml000060400000000613150713417640011605 0ustar00<?php header('Content-Type: text/html; charset=ISO-8859-15'); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
</head>
<body>
    <?php echo $this->text_message; ?>
</body>
</html>