Showing source for: https://www.hoteltunisie.tn/user/tenorsize4/
Duration: 0.574772s
Server: Apache

<!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>
        <script async="" data-ad-client="ca-pub-1141497205057634" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js">
        </script>
        <meta content="IE=edge" http-equiv="X-UA-Compatible">
        <meta content="width=device-width, initial-scale=1.0" name="viewport">
        <link href="/templates/tropic/images/logo.png" rel="shortcut icon">
        <meta charset="utf-8">
        <title>
            tenorsize4 &raquo; Hotels tunisie
        </title>
        <meta content="Hotels tunisie" name="description">
        <meta content="Hotels tunisie," name="keywords">
        <meta content="DataLife Engine (http://dle-news.ru)" name="generator">
        <link href="https://www.hoteltunisie.tn/index.php?do=opensearch" rel="search" title="Hotels tunisie" type="application/opensearchdescription+xml">
        <link href="https://www.hoteltunisie.tn/user/tenorsize4/" rel="canonical">
        <link href="https://www.hoteltunisie.tn/user/tenorsize4/rss.xml" rel="alternate" title="tenorsize4 &raquo; Hotels tunisie" type="application/rss+xml">
        <link href="/engine/editor/css/default.css?v=25" rel="stylesheet" type="text/css">
        <script src="/engine/classes/js/jquery.js?v=25">
        </script>
        <script defer="" src="/engine/classes/js/jqueryui.js?v=25">
        </script>
        <script defer="" src="/engine/classes/js/dle_js.js?v=25">
        </script>
        <link href="/templates/tropic/css/skitter.css" media="all" rel="stylesheet" type="text/css">
        <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet" type="text/css">
        <link href="/templates/tropic/css/style.css?v=0.4" rel="stylesheet" type="text/css">
        <!-- Init Skitter <-->
        <!------>
        <script language="javascript" type="text/javascript">
            $(document).ready(function() {
                $('.skitter-large').skitter({
                    thumbs: true,
                    dots: false
                });
                var current = location.pathname;
                $('.top-menu-link').each(function() {
                    var $this = $(this);
                    console.log('eeeeeeeeeee', current);
                    if ($this.attr('href') == "") {
                        $this.addClass('active');
                    } else if ($this.attr('href') == current) {
                        $this.addClass('active');
                    } else if ($this.attr('href').indexOf('index.php') >= 0) {
                        console.log("eeeeeeeeeeeeeeeeeeeeeeeeeeeeeee");
                    }
                });
                var images = new Array('http://hoteltunisie.tn/templates/tropic/images/head2.jpg", "http://hoteltunisie.tn/templates/tropic/images/head3.jpg');
                var body = $('.head-block');
                var backgrounds = ['url(http://hoteltunisie.tn/templates/tropic/images/head1.jpg)','url(http://hoteltunisie.tn/templates/tropic/images/head2.jpg)','url(http://hoteltunisie.tn/templates/tropic/images/head3.jpg)','url(http://hoteltunisie.tn/templates/tropic/images/head4.jpg)','url(http://hoteltunisie.tn/templates/tropic/images/head5.jpg)','url(http://hoteltunisie.tn/templates/tropic/images/head6.jpg)','url(http://hoteltunisie.tn/templates/tropic/images/head7.jpg)','url(http://hoteltunisie.tn/templates/tropic/images/head8.jpg)'];
                var current = 0;
                function nextBackground() {
                    body.css('background', backgrounds[current = ++current % backgrounds.length]);
                    setTimeout(nextBackground, 5000);
                }
                setTimeout(nextBackground, 5000);
                body.css('background', backgrounds[0]);
            });
        </script>
        <!-- Skitter JS -->
        <script language="javascript" src="/templates/tropic/js/jquery.easing.1.3.js" type="text/javascript">
        </script>
        <script language="javascript" src="/templates/tropic/js/jquery.skitter.min.js" type="text/javascript">
        </script>
        <script src="/templates/tropic/js/jquery.tcarusel.js" type="text/javascript">
        </script>
        <script src="/templates/tropic/js/active.js" type="text/javascript">
        </script>
        <style>
            .top-menu-link {
                text-align          : center;
                width               : 123px;
                padding             : 0;
                font-size           : 10.5px;
                letter-spacing      : 1px;
            }
            /*Style 'show menu' label button and hide it by default*/
            .show-menu {
                font-family         : "Helvetica Neue", Helvetica, Arial, sans-serif;
                text-decoration     : none;
                color               : #fff;
                background          : #19c589;
                text-align          : center;
                padding             : 10px 0;
                display             : none;
            }
            /*Hide checkbox*/
            input[type=checkbox] {
                display             : none;
            }
            /*Strip the ul of padding and list styling*/
            .head-block2 ul {
                list-style-type     : none;
                margin              : 0;
                padding             : 0;
                position            : absolute;
            }
            /*Create a horizontal list with spacing*/
            .head-block2 li {
                display             : inline-block;
                float               : left;
                margin-right        : 1px;
            }
            /*Hover state for top level links*/
            .head-block2 li:hover a {
                /* background       : #19c589;*/
            }
            /*Style for dropdown links*/
            .head-block2 li:hover ul a {
                background          : #f3f3f3;
                color               : #2f3036;
                height              : 40px;
                line-height         : 40px;
            }
            /*Hover state for dropdown links*/
            .head-block2 li:hover ul a:hover {
                background          : #19c589;
                color               : #fff;
            }
            /*Hide dropdown links until they are needed*/
            .head-block2 li ul {
                display             : none;
            }
            /*Make dropdown links vertical*/
            .head-block2 li ul li {
                display             : block;
                float               : none;
            }
            /*Prevent text wrapping*/
            .head-block2 li ul li a {
                width               : auto;
                min-width           : 100px;
                padding             : 0 20px;
            }
            /*Display the dropdown on hover*/
            .head-block2 ul li a:hover + .hidden, .hidden:hover {
                display             : block;
            }
            /*Responsive Styles*/
            @media screen and (max-width : 1020px) {
                .show-menu {
                    display             : block;
                    z-index             : 9999;
                    position            : relative;
                }
                /*Make dropdown links appear inline*/
                .head-block2 .top-menu {
                    position            : relative;
                    background          : none;
                    top                 : 0;
                    bottom              : 0;
                    left                : 0;
                    right               : 0;
                    width               : 100%;
                }
                .head-block2  .head-block2  .top-menu li, .head-block2  .top-menu li a {
                    width               : 100%;
                    margin              : 0;
                    background          : -webkit-linear-gradient(top, #ffffff 5%, #e8f2f3 100%) !important;
                    background          : -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #e8f2f3)) !important;
                    background          : -moz-linear-gradient(top, #ffffff 5%, #e8f2f3 100%) !important;
                    background          : -webkit-linear-gradient(top, #ffffff 5%, #e8f2f3 100%) !important;
                    background          : -o-linear-gradient(top, #ffffff 5%, #e8f2f3 100%) !important;
                    background          : -ms-linear-gradient(top, #ffffff 5%, #e8f2f3 100%) !important;
                    background          : linear-gradient(to bottom, #ffffff 5%, #e8f2f3 100%) !important;
                    filter              : progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e8f2f3",GradientType=0) !important;
                    background-color    : #ffffff;
                }
                .head-block2  .top-menu-link:hover {
                    background          : -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff7700), color-stop(1, #e6660b)) !important;
                    background          : -moz-linear-gradient(top, #ff7700 5%, #e6660b 100%) !important;
                    background          : -webkit-linear-gradient(top, #ff7700 5%, #e6660b 100%) !important;
                    background          : -o-linear-gradient(top, #ff7700 5%, #e6660b 100%) !important;
                    background          : -ms-linear-gradient(top, #ff7700 5%, #e6660b 100%) !important;
                    background          : linear-gradient(to bottom, #ff7700 5%, #e6660b 100%) !important;
                    filter              : progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7700", endColorstr="#e6660b",GradientType=0) !important;
                    background-color    : #ff7700;
                }
                .head-block2 	.top-menu-link {
                    width               : 100%;
                    margin              : 0;
                    padding             : 5px;
                }
                .head-block2  ul {
                    position            : static;
                    display             : none;
                }
                /*Create vertical spacing*/
                .head-block2 li {
                    margin-bottom       : 1px;
                }
                /*Make all menu links full width*/
                .head-block2  ul li, .head-block2 li a {
                    width               : 100%;
                    margin              : 0;
                }
            }
            /*Show menu when invisible checkbox is checked*/
            input[type=checkbox]:checked ~ #menu {
                display             : block;
            }
        </style>
        <script async="" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js">
        </script>
        <script>
            (adsbygoogle = window.adsbygoogle || []).push({
                google_ad_client: "ca-pub-1141497205057634",
                enable_page_level_ads: true
            });
        </script>
        <script language="javascript" type="text/javascript">
            $(function() {
                $('.skitter-22').skitter({
                    thumbs: false,
                    dots: false,
                    animation: 'fade'
                });
            });
        </script>
        <script async="" data-ad-client="ca-pub-1141497205057634" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js">
        </script>
    </head>
    <body>
        <script>
            <!--
            var dle_root       = '/';
            var dle_admin      = '';
            var dle_login_hash = '16716f4a1dc1320c411f52248905545d5c971553';
            var dle_group      = 5;
            var dle_skin       = 'tropic';
            var dle_wysiwyg    = '1';
            var quick_wysiwyg  = '1';
            var dle_act_lang   = ["Oui", "Non", "Entrer", "Annuler", "Enregistrer", "Supprimer", "Chargement, merci de patienter quelques instants..."];
            var menu_short     = 'Édition rapide';
            var menu_full      = 'Édition complète';
            var menu_profile   = 'Voir le profil';
            var menu_send      = 'Envoyer un message';
            var menu_uedit     = 'Admin Center';
            var dle_info       = 'Information';
            var dle_confirm    = 'Confirmer';
            var dle_prompt     = 'Entrez les informations';
            var dle_req_field  = 'Merci de remplir tous les champs obligatoires';
            var dle_del_agree  = 'Êtes-vous sûr de vouloir le supprimer ? Cette action ne peut pas être annulée.';
            var dle_spam_agree = 'Êtes-vous sûr que vous voulez marquer ce membre comme un spammeur ? Cela permettra de supprimer tous ses commentaires';
            var dle_complaint  = 'Entrez le texte de votre plainte ou signalement :';
            var dle_big_text   = 'La section en surbrillance du texte est trop grande.';
            var dle_orfo_title = 'Saisissez un commentaire de cette erreur détectée sur la page du panneau d&apos;administration ';
            var dle_p_send     = 'Envoyer';
            var dle_p_send_ok  = 'La notification a été envoyé avec succès ';
            var dle_save_ok    = 'Les modifications sont enregistrées avec succès, rafraîchissez la page.';
            var dle_reply_title= 'Répondre aux commentaires';
            var dle_tree_comm  = '0';
            var dle_del_news   = 'Supprimer cet article';
            var dle_sub_agree  = 'Voulez-vous vraiment vous abonner aux commentaires de cet article ?';
            var allow_dle_delete_news   = false;
            var dle_search_delay   = false;
            var dle_search_value   = '';
            jQuery(function($){
            FastSearch();
            });
            //-->
        </script>
        <div class="head-block">
            <div class="head-block2">
                <a class="logo" href="/">
                </a>
                <div class="search-block">
                    <form action="" method="post" style="margin: 0;padding: 0;">
                        <input name="do" type="hidden" value="search">
                        <input name="subaction" type="hidden" value="search">
                        <input class="form-text" id="story" name="story" onblur="if(this.placeholder=='') this.placeholder='Entrez le nom du pays ou de la station';" onfocus="if(this.placeholder=='Entrez le nom du pays ou de la station') this.placeholder='';" placeholder="Entrer hotels, randonn&eacute;es, agence, v&eacute;hicule ..." title="Tapez votre demande et cliquez enter" type="text">
                        <input alt="Найти!" border="0" class="form-search" src="/templates/tropic/images/search.png" type="image" value="Найти!">
                    </form>
                </div>
                <label class="show-menu" for="show-menu">
                    Show Menu
                </label>
                <input id="show-menu" role="button" type="checkbox">
                <ul class="top-menu" id="menu">
                    <li>
                        <a class="top-menu-link" href="/">
                            Accueil
                        </a>
                    </li>
                    <li>
                        <a class="top-menu-link" href="/hotels">
                            Hotels
                        </a>
                    </li>
                    <li>
                        <a class="top-menu-link" href="/agences_de_voyage">
                            Agences de voyages
                        </a>
                    </li>
                    <li>
                        <a class="top-menu-link" href="/randonnees">
                            Groupes randonn&eacute;es
                        </a>
                    </li>
                    <li>
                        <a class="top-menu-link" href="/vehicules">
                            V&eacute;hicules
                        </a>
                    </li>
                    <li>
                        <a class="top-menu-link clignotemoi" href="/acualite">
                            Actualit&eacute;
                        </a>
                    </li>
                    <li>
                        <a class="top-menu-link cnt" href="/index.php?do=feedback">
                            Contacter nous
                        </a>
                    </li>
                </ul>
                <div style="clear: both;">
                </div>
            </div>
        </div>
        <div class="footer-image">
            <div class="main-center-block">
                <div class="left-col">
                    <div style="clear: both;height: 50px;">
                    </div>
                    <div id="dle-content">
                        <div class="s-block">
                            <div class="title-block">
                                <span>
                                    Modification du profil
                                    <span>
                                    </span>
                                </span>
                            </div>
                            <div class="s-block-content" style="min-height: 0px;">
                                <table class="user-info-table">
                                    <tbody>
                                        <tr>
                                            <td width="120">
                                                <img border="0" src="/templates/tropic/dleimages/noavatar.png">
                                            </td>
                                            <td>
                                                <br>
                                                <br>
                                                Utilisateur:
                                                <small>
                                                    tenorsize4
                                                </small>
                                                <br>
                                                <br>
                                                Nom complet:
                                                <small>
                                                </small>
                                                <br>
                                                <br>
                                                Date d'inscription:
                                                <small>
                                                    14 Ao&ucirc;t 2023 20:42
                                                </small>
                                                <br>
                                                <br>
                                                Derni&egrave;re visite:
                                                <small>
                                                    14 Ao&ucirc;t 2023 21:18
                                                </small>
                                                <br>
                                                <br>
                                                <span class="grey">
                                                    Statut:
                                                </span>
                                                <small>
                                                    <img alt="L'utilisateur est hors ligne" src="/templates/tropic/images/offline.png" style="vertical-align: middle;" title="L'utilisateur est hors ligne">
                                                </small>
                                                <br>
                                                <br>
                                                Группа:&nbsp;
                                                <font color="red">
                                                    Visitors
                                                </font>
                                                <br>
                                                <br>
                                                Note:
                                                <div class="rating" style="display:inline;">
                                                    <ul class="unit-rating">
                                                        <li class="current-rating" style="width:0%;">
                                                            0
                                                        </li>
                                                    </ul>
                                                </div>
                                                <br>
                                                <br>
                                                Lieu:
                                                <small>
                                                </small>
                                                <br>
                                                <br>
                                                &Agrave; propos de moi:
                                                <small>
                                                    <a href="https://www.repairmywindowsanddoors.co.uk/romford-windowrepair/" rel="noopener external noreferrer" target="_blank">
                                                        double glazing repair romford
                                                    </a>
                                                    <br>
                                                    Replacing Windows in Romford and the Surrounding Areas
                                                    <br>
                                                    <br>
                                                    <br>
                                                    <br>
                                                    Replacing windows can be an expensive task. The costs can vary depending on the style and size of the window you choose.
                                                    <br>
                                                    <br>
                                                    <br>
                                                    <br>
                                                    Wood-
                                                </small>
                                                <br>
                                                <br>
                                                Nombre de publications:&nbsp;publicationй
                                                <br>
                                                <br>
                                                Nombre de commentaires: commentairesев
                                                <br>
                                                <br>
                                                [ Envoyer un e-mail ] [ Envoyer un message ]
                                                <!-- profile -->
                                                <br>
                                                <br>
            Liste ignor&eacute;e:
                                            </td>
                                        </tr>
                                    </tbody>
                                </table>
                                <!-- profile -->
                            </div>
                        </div>
                    </div>
                </div>
                <div class="right-col">
                    <div style="clear: both;height: 50px;">
                    </div>
                    <!-- <div> -->
                    <!-- <a href="#"><img src="/templates/tropic/images/banner.jpg" alt="" /></a> -->
                    <!-- <div style="clear: both;height: 15px;"></div> -->
                    <!-- </div> -->
                    <div class="right-block">
                        <div class="right-block-title">
       &eacute;v&eacute;nement par R&eacute;gion
                        </div>
                        <div class="right-block-content">
                            <a class="right-link" href="/xfsearch/ville/Ariana/">
                                Ariana
                            </a>
                            <a class="right-link" href="/xfsearch/ville/bizerte/">
                                Bizerte
                            </a>
                            <a class="right-link" href="/xfsearch/ville/B&eacute;ja/">
                                B&eacute;ja
                            </a>
                            <a class="right-link" href="/xfsearch/ville/Hammamet/">
                                Hammamet
                            </a>
                            <a class="right-link" href="/xfsearch/ville/Nabeul/">
                                Nabeul
                            </a>
                            <a class="right-link" href="/xfsearch/ville/Sousse/">
                                Sousse
                            </a>
                            <a class="right-link" href="/xfsearch/ville/Gammart/">
                                Gammart
                            </a>
                            <a class="right-link" href="/xfsearch/ville/Sfax/">
                                Sfax
                            </a>
                            <a class="right-link" href="/xfsearch/ville/Djerba/">
                                Djerba
                            </a>
                            <a class="right-link" href="/xfsearch/ville/Ben Arous/">
                                Ben Arous
                            </a>
                            <a class="right-link" href="/xfsearch/ville/Gab&egrave;s/">
                                Gab&egrave;s
                            </a>
                            <a class="right-link" href="/xfsearch/ville/Gafsa/">
                                Gafsa
                            </a>
                            <a class="right-link" href="/xfsearch/ville/Tbarka/">
                                Tbarka
                            </a>
                            <a class="right-link" href="/xfsearch/ville/Kairouan/">
                                Kairouan
                            </a>
                            <a class="right-link" href="/xfsearch/ville/Kasserine/">
                                Kasserine
                            </a>
                            <a class="right-link" href="/xfsearch/ville/K&eacute;bili/">
                                K&eacute;bili
                            </a>
                            <a class="right-link" href="/xfsearch/ville/Kef/">
                                Kef
                            </a>
                            <a class="right-link" href="/xfsearch/ville/Mahdia/">
                                Mahdia
                            </a>
                            <a class="right-link" href="/xfsearch/ville/Manouba/">
                                Manouba
                            </a>
                            <a class="right-link" href="/xfsearch/ville/M&eacute;denine/">
                                M&eacute;denine
                            </a>
                            <a class="right-link" href="/xfsearch/ville/Monastir/">
                                Monastir
                            </a>
                            <a class="right-link" href="/xfsearch/ville/Sidi Bouzid/">
                                Sidi Bouzid
                            </a>
                            <a class="right-link" href="/xfsearch/ville/Siliana/">
                                Siliana
                            </a>
                            <a class="right-link" href="/xfsearch/ville/Tataouine/">
                                Tataouine
                            </a>
                            <a class="right-link" href="/xfsearch/ville/Tunis/">
                                Tunis
                            </a>
                            <a class="right-link" href="/xfsearch/ville/Tozeur/">
                                Tozeur
                            </a>
                            <a class="right-link" href="/xfsearch/ville/Zaghouan/">
                                Zaghouan
                            </a>
                        </div>
                    </div>
                    <div class="right-block">
                        <div class="right-block-title">
                            Hotels par classement
                        </div>
                        <div class="right-block-content">
                            <a class="right-link" href="/xfsearch/nombre_etoile/5/">
                                5 &eacute;toiles
                            </a>
                            <a class="right-link" href="/xfsearch/nombre_etoile/4/">
                                4 &eacute;toiles
                            </a>
                            <a class="right-link" href="/xfsearch/nombre_etoile/3/">
                                3 &eacute;toiles
                            </a>
                            <a class="right-link" href="/xfsearch/vnombre_etoile/2/">
                                2 &eacute;toiles
                            </a>
                            <a class="right-link" href="/xfsearch/vnombre_etoile/1/">
                                1 &eacute;toiles
                            </a>
                        </div>
                    </div>
                    <!-- <div> -->
                    <!-- <a href="#"><img src="/templates/tropic/images/banner2.jpg" alt="" /></a> -->
                    <!-- <div style="clear: both;height: 15px;"></div> -->
                    <!-- </div> -->
                    <div class="right-block">
                        <div class="right-block-title">
       Sondage
                        </div>
                        <div class="right-block-content">
                            <script>
                                <!--
                                function doVote( event ){
                                
                                	
                                	var vote_check = $('#dle-vote input:radio[name=vote_check]:checked').val();
                                	
                                	if (typeof vote_check == "undefined" &&  event == "vote") {
                                 return false;
                                	}
                                	
                                	ShowLoading('');
                                
                                	$.get(dle_root + "engine/ajax/controller.php?mod=vote", { vote_id: "1", vote_action: event, vote_check: vote_check, vote_skin: dle_skin, user_hash: dle_login_hash }, function(data){
                                
                                 HideLoading('');
                                
                                 $("#vote-layer").fadeOut(500, function() {
                                 $(this).html(data);
                                 $(this).fadeIn(500);
                                 });
                                
                                	});
                                }
                                //-->
                            </script>
                            <div id="vote-layer">
                                <div style="font-weight: bold;">
                                    Votre avis pour notre site Hoteltunisie.tn
                                </div>
                                <form action="" method="post" name="vote">
                                    <div class="vote-l">
                                        <div id="dle-vote">
                                            <div class="vote">
                                                <input id="vote_check0" name="vote_check" type="radio" value="0">
                                                <label for="vote_check0">
                                                    Top
                                                </label>
                                            </div>
                                            <div class="vote">
                                                <input id="vote_check1" name="vote_check" type="radio" value="1">
                                                <label for="vote_check1">
                                                    Tr&eacute;s bien
                                                </label>
                                            </div>
                                            <div class="vote">
                                                <input id="vote_check2" name="vote_check" type="radio" value="2">
                                                <label for="vote_check2">
                                                    Bien
                                                </label>
                                            </div>
                                            <div class="vote">
                                                <input id="vote_check3" name="vote_check" type="radio" value="3">
                                                <label for="vote_check3">
                                                    Assez bien
                                                </label>
                                            </div>
                                            <div class="vote">
                                                <input id="vote_check4" name="vote_check" type="radio" value="4">
                                                <label for="vote_check4">
                                                    Insertain
                                                </label>
                                            </div>
                                        </div>
                                    </div>
                                    <input name="vote_action" type="hidden" value="vote">
                                    <input id="vote_id" name="vote_id" type="hidden" value="1">
                                    <input class="vote-buttom" onclick="doVote('vote'); return false;" type="submit" value="Vote">
                                </form>
                                <form action="" method="post" name="vote_result">
                                    <input name="vote_action" type="hidden" value="results">
                                    <input name="vote_id" type="hidden" value="1">
                                    <input class="vote-buttom vote-buttom2" onclick="doVote('results'); return false;" type="submit" value="Les r&eacute;sultats">
                                </form>
                                <br>
                            </div>
                        </div>
                    </div>
                </div>
                <div style="clear: both;height: 15px;">
                </div>
                <div class="footer">
                    <div class="log">
                        <div class="login-block">
                            <div class="login-block-title">
                                Connectez-vous au site
                            </div>
                            <form action="" method="post">
                                <div class="login-line">
                                    <input class="login-input-text" name="login_name" title="Votre nom" type="text">
                                </div>
                                <div class="login-line">
                                    <input class="login-input-text" name="login_password" title="Votre mot de passe" type="password">
                                </div>
                                <div style="clear: both;height: 10px;">
                                </div>
                                <input class="enter" onclick="submit();" src="/templates/tropic/images/enter.png" type="image" value="Se connecter">
                                <input id="login" name="login" type="hidden" value="submit">
                                <div class="reg-link">
                                    <a href="https://www.hoteltunisie.tn/index.php?do=register" title="inscription sur le site">
                                        inscription
                                    </a>
                                    /
                                    <a href="https://www.hoteltunisie.tn/index.php?do=lostpassword" title="inscription ">
                                        Mot de passe oubli&eacute;?
                                    </a>
                                </div>
                                <div class="login-soc">
                                    <!--<a href="https://www.facebook.com/dialog/oauth?client_id=&amp;redirect_uri=https%3A%2F%2Fwww.hoteltunisie.tn%2Findex.php%3Fdo%3Dauth-social%26provider%3Dfc&amp;scope=public_profile%2Cemail&amp;display=popup&amp;state=41866af30a31da41791a6e063080bf70&amp;response_type=code" class="login-soc3" target="_blank"></a>-->
                                    <div style="clear: both;">
                                    </div>
                                </div>
                            </form>
                            <div style="clear: both;">
                            </div>
                        </div>
                    </div>
                    <div class="footer-text">
      les h&ocirc;tels en Tunisie
Hotels in Tunisia
Hotels in Tunesien
فنادق في تونس
les voyages en Tunisie
                        <br>
                        <br>
                        Agence de voyage &middot; H&ocirc;tel &middot; Agence de visite .
                        <div class="hello-soc">
                            <div class="hello-soc-title">
                                Notre lien facebook :
                            </div>
                            <a class="hello-soc2" href="https://www.facebook.com/hoteltunisie.tn/" target="_blank">
                            </a>
                            <div class="hello-soc-title">
                                Notre lien Youtube :
                            </div>
                            <a class="hello-soc5" href="https://www.youtube.com/channel/UCUH_SgzdBM12LbuVbnQTmNA/featured" target="_blank">
                            </a>
                            <div style="clear: both;">
                            </div>
                        </div>
                        <br>
                        <br>
                    </div>
                </div>
                <script>
                    var menu = document.getElementById('menu');
                    document.getElementById('open-menu').onclick = function() {
                        menu.classList.toggle('show');
                    };
                </script>
                <!--[if lte IE 7>
<a href="http://www.microsoft.com/rus/windows/internet-explorer/worldwide-sites.aspx" class="alert"></a>
<![endif]-->
            </div>
        </div>
    </body>
</html>

Latest requests

# Url Url Source Date
1 https://www.hoteltunisie.tn/user/t… 2024-06-01 10:21:33
2 https://thebolditalic.com/?gi=3475… 2024-06-01 10:21:32
3 https://thebolditalic.com/?gi=51bc… 2024-06-01 10:21:32
4 https://thebolditalic.com/?gi=cbb4… 2024-06-01 10:21:31
5 https://thebolditalic.com/?gi=4c69… 2024-06-01 10:21:30
6 https://thebolditalic.com/?gi=3bab… 2024-06-01 10:21:29
7 https://thebolditalic.com/?gi=02f9… 2024-06-01 10:21:29
8 https://thebolditalic.com/?gi=e42a… 2024-06-01 10:21:28
9 https://thebolditalic.com/?gi=95f0… 2024-06-01 10:21:26
10 https://lalapaluza.ru/ 2024-06-01 10:21:25
11 https://thebolditalic.com/?gi=292f… 2024-06-01 10:21:25
12 https://thebolditalic.com/?gi=5e0d… 2024-06-01 10:21:24
13 https://thebolditalic.com/?gi=200f… 2024-06-01 10:21:24
14 https://thebolditalic.com/?gi=b4e7… 2024-06-01 10:21:23
15 https://thebolditalic.com/?gi=601c… 2024-06-01 10:21:21
16 https://thebolditalic.com/?gi=e9a1… 2024-06-01 10:21:21
17 https://thebolditalic.com/?gi=0dba… 2024-06-01 10:21:20
18 https://thebolditalic.com/?gi=e1c6… 2024-06-01 10:21:19
19 https://thebolditalic.com/?gi=93db… 2024-06-01 10:21:18
20 https://thebolditalic.com/?gi=b816… 2024-06-01 10:21:17