echo "
        <html>
        <head>
        <style type='text/css'>
        body
        {
                overflow : hidden;
                background-color: #339966;
        }
        body table
        {
                font-size : 10px;
                font-familly : Verdana;
        }
        body table thead tr td
        {
                font-weight : bold;
        }
        tr.non_corrige td, tr.non_corrige td input
        {
                background-color : red;
        }
        tr.corrige td, tr.corrige td input
        {
                background-color : blue;
        }
        table tbody
        {
                height : 63em;
                overflow :auto ;
                width:100%;
        }
        table thead tr td
        {
                font-weight: bold;
        }
        .titre
        {
                font-weight : bold;
                text-align : center;
                font-size : 25px;
        }
        .rattache
        {
                font-weight:bold;
        }
        a
        {
           color: black;
           text-decoration: none;
 }
        .requete_brute
        {
                width:200px;
        }
        .nom_erreur
        {
                min-width:300px;
        }
        </style>
        <script>
        function submit_corrige (valeur)
        {
                document.form.submit();
        }
        function popup (msisdn)
        {
                window.open('popup.php?MSISDN='+msisdn,'Detail Client', 'width=500px')
        }
        </script>
        </head>
        ";
			
		
 
	
Partager