ÿØÿà JFIF ` ` ÿþxØ
| 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/cp-admin/ |
Upload File : |
<?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'];
$fahyp = $list[$i]['fahyp'];
$fahov = $list[$i]['fahov'];
$fthyp = $list[$i]['fthyp'];
$fthov = $list[$i]['fthov'];
$ttbox = $list[$i]['ttbox'];
$tfbox = $list[$i]['tfbox'];
$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'];
$fmenuhover = $list[$i]['fmenuhover'];
$fsousmenu = $list[$i]['fsousmenu'];
$fsousmenuh= $list[$i]['fsousmenuh'];
$fbarreh = $list[$i]['fbarreh'];
$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['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, fmenuhover=:fmenuhover, fsousmenu=:fsousmenu, fsousmenuh=:fsousmenuh, fbarreh=:fbarreh,ttbox=:ttbox,tfbox=:tfbox,fahyp=:fahyp,fahov=:fahov,fthyp=:fthyp,fthov=:fthov
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'],
'fahyp' => $_POST['fahyp'],
'fahov' => $_POST['fahov'],
'fthyp' => $_POST['fthyp'],
'fthov' => $_POST['fthov'],
'ttbox' => $_POST['ttbox'],
'tfbox' => $_POST['tfbox'],
'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'],
'fmenuhover' => $_POST['fmenuhover'],
'fsousmenu' => $_POST['fsousmenu'],
'fsousmenuh' => $_POST['fsousmenuh'],
'fbarreh' => $_POST['fbarreh'],
'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><a href="settings.php">Général</a></li>
<li><a href="set_configuration.php">Configuration</a></li>
<li><a href="colmenu.php">Paramètres du Menu</a></li>
<li><a href="colonne_G.php">Colonne Gauche</a></li>
<li><a href="colonne_D.php">Colonne Droite</a></li>
<li><a href="./tema_elements.php">Thèmes éléments</a></li>
<li class="active"><a href="./tema.php">Thèmes couleurs</a></li>
</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èmes éléments'.
</b>
<br />
<br />
<h3 style="color: #fff; line-height: 25px; padding-bottom: 8px; padding-left: 30px">1- 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 : </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 : </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 : </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- Couleurs menu principal</h3><br /><br />
<div class="control-group">
<label class="control-label" style="width:320px;" for="">Couleur Barre horizontal 100% : </label>
<div class="controls">
<input type="text" class="jscolor" name="fbarreh" style="width:65px;" value="<?php echo ''.$fbarreh.''; ?>"> Restera noire pour Smartphone </div>
</div>
<br /><center>--------------------------------</center><br /><br />
<div class="control-group">
<label class="control-label" style="width:320px;" for="fil">Couleur Fond MENU : </label>
<div class="controls">
<input type="text" class="jscolor" name="fmenu" style="width:65px;" value="<?php echo ''.$fmenu.''; ?>"> hover : <input type="text" class="jscolor" name="fmenuhover" style="width:65px;" value="<?php echo ''.$fmenuhover.''; ?>">
</div>
</div>
<div class="control-group">
<label class="control-label" style="width:320px;" for="filS">Couleur Liens MENU : </label>
<div class="controls">
<input type="text" class="jscolor" name="hymenu" style="width:65px;" value="<?php echo ''.$hymenu.''; ?>"> hover : <input type="text" class="jscolor" name="homenu" style="width:65px;" value="<?php echo ''.$homenu.''; ?>">
</div>
</div>
<br /><center>--------------------------------</center><br /><br />
<div class="control-group">
<label class="control-label" style="width:320px;" for="fil">Couleur sous-menu large FOND : </label>
<div class="controls">
<input type="text" class="jscolor" name="menu_large_fond" style="width:65px;" value="<?php echo ''.$menu_large_fond.''; ?>">
</div>
</div>
<br />
<div class="control-group">
<label class="control-label" style="width:320px;" for="fil">Couleur Fond SOUS-MENU : </label>
<div class="controls">
<input type="text" class="jscolor" name="fsousmenu" style="width:65px;" value="<?php echo ''.$fsousmenu.''; ?>"> hover : <input type="text" class="jscolor" name="fsousmenuh" style="width:65px;" value="<?php echo ''.$fsousmenuh.''; ?>">
</div>
</div>
<div class="control-group">
<label class="control-label" style="width:320px;" for="fil">Couleur Liens SOUS-MENU : </label>
<div class="controls">
<input type="text" class="jscolor" name="hyssmenu" style="width:65px;" value="<?php echo ''.$hyssmenu.''; ?>"> hover : <input type="text" class="jscolor" name="hossmenu" style="width:65px;" value="<?php echo ''.$hossmenu.''; ?>">
</div>
</div>
<br />
<center>Pour les radius et bordures et autres voir : templates/shop/global_end...css</center>
<br />
<br /><br /><h3 style="color: #fff; line-height: 25px; padding-bottom: 8px; padding-left: 30px">3- Couleurs Titres</h3><br /><br />
<div class="control-group">
<label class="control-label" style="width:320px;" for="filS">Couleur Fond Titre Site : </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 : </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 : </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 : </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- Couleurs Box (colonne)</h3><br /><br />
<div class="control-group">
<label class="control-label" style="width:320px;" for="tfbox">Couleur Fond Titres Box : </label>
<div class="controls">
<input type="text" class="jscolor" name="tfbox" style="width:65px;" value="<?php echo ''.$tfbox.''; ?>">
</div>
</div>
<div class="control-group">
<label class="control-label" style="width:320px;" for="ttbox">Couleur Titres Box : </label>
<div class="controls">
<input type="text" class="jscolor" name="ttbox" style="width:65px;" value="<?php echo ''.$ttbox.''; ?>">
</div>
</div>
<div class="control-group">
<label class="control-label" style="width:320px;" for="box">Couleur Fond Box : </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 : </label>
<div class="controls">
<input type="text" class="jscolor" name="box_bor" style="width:65px;" value="<?php echo ''.$box_bor.''; ?>">
</div>
</div>
<br /><br />
<div class="control-group">
<label class="control-label" style="width:320px;" for="box_txt">Couleur Box Texte : </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 : </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 : </label>
<div class="controls">
<input type="text" class="jscolor" name="box_hov" style="width:65px;" value="<?php echo ''.$box_hov.''; ?>">
</div>
</div>
<br />
<br />
<div class="control-group">
<label class="control-label" style="width:320px;" for="box_txt">Couleur Fond hyp : </label>
<div class="controls">
<input type="text" class="jscolor" name="fahyp" style="width:65px;" value="<?php echo ''.$fahyp.''; ?>"> liens encadrés
</div>
</div>
<div class="control-group">
<label class="control-label" style="width:320px;" for="box_txt">Couleur Fond hover : </label>
<div class="controls">
<input type="text" class="jscolor" name="fahov" style="width:65px;" value="<?php echo ''.$fahov.''; ?>"> liens encadrés
</div>
</div>
<div class="control-group">
<label class="control-label" style="width:320px;" for="box_txt">Couleur txt Fond hyp : </label>
<div class="controls">
<input type="text" class="jscolor" name="fthyp" style="width:65px;" value="<?php echo ''.$fthyp.''; ?>"> liens encadrés
</div>
</div>
<div class="control-group">
<label class="control-label" style="width:320px;" for="box_txt">Couleur txt Fond hover : </label>
<div class="controls">
<input type="text" class="jscolor" name="fthov" style="width:65px;" value="<?php echo ''.$fthov.''; ?>"> liens encadrés
</div>
</div>
<br />
<center>Pour les liens encadrés et la puce des titres Box voir : templates/shop/global_end...css </center>
<br />
<br /><br /><h3 style="color: #fff; line-height: 25px; padding-bottom: 8px; padding-left: 30px">5- Couleurs Produits</h3><br /><br />
<div class="control-group">
<label class="control-label" style="width:320px;" for="thum">Couleur fond produits : </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 : </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 : </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 : </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 à modifier.
<br />
<br />
</div>
</div>
<br /><br /><h3 style="color: #fff; line-height: 25px; padding-bottom: 8px; padding-left: 30px">
6- Couleurs Bottom</h3><br /><br />
<div class="control-group">
<label class="control-label" style="width:320px;" for="bottom">Couleur Fond BOTTOM : </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 : </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 : </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- Couleurs Footer</h3><br /><br />
<div class="control-group">
<label class="control-label" style="width:320px;" for="foot_coul">Couleur de fond footer : </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 : </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 : </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 : </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 : </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 : </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- 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 : </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 : </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 à la class : <b>.cd-top</b>
</div>
</div>
<br /><br /><h3 style="color: #fff; line-height: 25px; padding-bottom: 8px; padding-left: 30px">
9- Couleurs Globales du site</h3><br /><br />
<div class="control-group">
<label class="control-label" style="width:320px;" for="box_txt">Couleur Texte : </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 : </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 : </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"> Comment faire un nouveau thème</h3><br /><br />
<div style="font-size: 28px;color: #F60;">Mes Thèmes</div>
<div style="font-size: 16px;color: #0070A6;">
<br />
Si je fais un nouveau thème que j'appelle (ATTENTION : PAS DE MAJUSCULES
!) : <b>vacances</b>
<div style="color: #F60;">
je dois importer dans mon dossier : templates/shop/img 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è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è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è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è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è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è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è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" style="position:fixed; top: 70%;left:0">
<button type="submit" name="edit" class="btn btn-success" style="font-size:12pt;height:45px"><i class="icon-ok"></i> 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');
?>