File manager - Edit - /home/filmpbuk/public_html/header_detail.php.2021-02-21
Back
<head> <title><?php echo($window_title); ?></title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="icon" href="favicon.ico"> <!-- FONTAWESOME STYLES --> <link rel="stylesheet" href="fontawesome/css/all.css"> <!-- Bootstrap --> <link href="css/bootstrap.min.css" rel="stylesheet" media="screen"> </head> <!-- Navigation bar --> <div id="header"> <nav class="navbar navbar-default" role="navigation"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse"> <span class="sr-only">Navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <!-- Collect the nav links, forms, and other content for toggling <i class="fas fa-fast-backward"></i>--> <div class="collapse navbar-collapse navbar-ex1-collapse"> <ul class="nav navbar-nav"> <li class=""><a href="index.php"><i class="fas fa-home fa-2x"></i> <?php echo( $navbar_active_title ); ?></a></li> <li class=""><a href="javascript:history.back();"><i class="fas fa-chevron-left fa-2x"></i> <?php echo( $navbar_detail_back ); ?></a></li> <!--<li class=""><a href="nonvu.php"><i class="fa fa-eye fa-2x"></i> <?php echo($navbar_active_nonvu ); ?></a></li> <li class=""><a href="lasttitle.php"><i class="fa fa-file-text-o fa-2x"></i> <?php echo( $navbar_active_last ); ?></a></li>--> </ul> <button type="button" id="boutonsearch" class="btn navbar-right " onclick="inverse()" style="z-index: 1000;position: relative;" ><i class="fas fa-cogs fa" title="recherche avancée"></i></button> <!--onclick="toggle_div(this,'searchplus');"Recherche Avancé class="search-header"--> <div id="recherchetitre" style="visibility:visible" > <form class="navbar-form navbar-right" role="search" method="GET" action="index.php" style="padding: 0;"> <div class="form-group"> <input class="champ_recherche" type="hidden" name="search_field2" value="<?php echo($search_field2); ?>"> <input type="text" class="form-control" placeholder="<?php echo($navbar_search) ?>" name="search_query2"> </div> <button type="submit" class="btn" style="right: 45px;position: relative;"><i class="fa fa-search fa"></i></button> </form> <!--<<form class="" role="search" method="post" action="index.php"> <div class="form-group"> <input class="champ_recherche" type="hidden" name="search_field2" value="<?php echo($search_field2); ?>"> <button type="submit" class="btn btnsearchheader" ><i class="fas fa-search fa-2x"></i></button> <input type="text" class="form-control" style="float: right;" placeholder="<?php echo($navbar_search) ?>" name="search_query2"> </div> </form>--> </div> <div id="searchplus" class="searchplus" style="visibility: hidden; position: relative;" > <form class="navbar-form navbar-right" role="search" method="GET" action="index.php" style="padding: 0;"> <div class="form-group"> <input class="champ_recherche" type="hidden" name="search_field" value="<?php echo($search_field); ?>"> <input type="text" class="form-control" placeholder="<?php echo($navbar_search) ?>" name="search_query"> </div> <button type="submit" class="btn" style="right: 45px;position: relative;"><i class="fa fa-search fa"></i></button><!--<?php echo($navbar_go) ?>--> </form> <ul class="nav navbar-nav navbar-right"> <li class=""> <a href="#" class="dropdown-toggle" data-toggle="dropdown"><?php echo(' ' . $search_label); ?> <b class="caret"></b></a> <!--<?php echo($navbar_search_by . ' ' . $search_label); ?>--> <ul class="dropdown-menu"> <?php foreach ($search_fields as $value) { echo( '<li><a tabindex="0" href="#" name="'.$value.'">'.$field_labels[$value].'</a></li>'); } ?> </ul> </li> </ul> </div> </div> <!-- /.navbar-collapse --> </nav></div> <div class="b-header"> <div class="logo-header"> <?php if ($show_title) { //echo( '<div class="jumbotron">' ); echo( '<h1><a href="'.$_SERVER['PHP_SELF'].'"><span class="text-info">'. $title_label .'</span></a></h1>' ); echo( '</div>'); } //else echo( '<a href="'.$_SERVER['index.php'].'"><img class="img-responsive" src="img/top.png" /></a>' ); else echo( '<a href="index.php"><img class="img-responsive" src="img/top.png" /></a>' ); ?> </div> </div> </head> <script>// Fonction Masquer/Afficher une Div function toggle_div(bouton, id) { // On déclare la fonction toggle_div qui prend en param le bouton et un id var div = document.getElementById(id); // On récupère le div ciblé grâce à l'id if(div.style.display=="none") { // Si le div est masqué... div.style.display = "block"; // ... on l'affiche... bouton.innerHTML = "Réduire <i class='far fa-minus-square fa-2x' title='Réduire'></i>";//"Réduire"; // ... et on change le contenu du bouton. } else { // S'il est visible... div.style.display = "none"; // ... on le masque... bouton.innerHTML = "Recherche Avancé <i class='fab fa-searchengin fa-2x' title='recherche avancé'></i>"; // ... et on change le contenu du bouton. } } </script> <script type="text/javascript"> var i = 0; var searchplus = document.getElementById("searchplus"); var recherchetitre = document.getElementById("recherchetitre"); function inverse(){ if (i == 1){ searchplus.style.visibility ="hidden"; recherchetitre.style.visibility ="visible"; document.getElementById("boutonsearch").innerHTML = "<i class='fas fa-cogs fa' title='recherche avancée'></i>"; }//Recherche Avancé fab fa-searchengin fa-2x else{ searchplus.style.visibility ="visible"; recherchetitre.style.visibility ="hidden"; document.getElementById("boutonsearch").innerHTML = "<i class='far fa-times-circle fa' title='Fermer la recherche avancée'></i>"; }//Réduire far fa-minus-square fa-1_6xRéduire i ++; i = i%2 console.log(i) } </script>
| ver. 1.4 |
Github
|
.
| PHP 7.3.33 | Generation time: 0.4 |
proxy
|
phpinfo
|
Settings