File "problemes.php"

Full Path: /home/analogde/www/download/CHESS_2022/problemes.php
File size: 4.69 KB
MIME-type: text/x-php
Charset: utf-8

<?php
	session_start();
	include('database.php');
	DB_connexion(); 
?>

<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Description" content="Site perso,cours,ouvrages" />
<meta name="Keywords" content="WEBSITE perso " />
<meta name="Distribution" content="Global" />
<meta name="Robots" content="" />
<meta http-equiv="Content-Language" content="fr" />
<meta name="rating" content="general" />
<meta name="author" content="Patrice DELPY" />
<meta name="copyright" content="Copyright 2013" />
<meta name="generator" content="Patoche" />
<title>Patoche WEBSITE - 2013 - Template du site - en cours de développemment ...</title>
<!---------------------------------------------------------->	
<?php
		include('include_css_template_commun.php');
		include('include_css.php');
		include('css_tools_skill.php');
		include('include_javascript.php');

?> 

<style type="text/css">
			 
</style>

<!-- diaporama -->
<link href="diaporama/css/style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="diaporama/js/jquery.jDiaporama.js"></script>
<script type="text/javascript" src="diaporama/js/script.js"></script>

<script type="text/javascript">
function call_update()
{
	 ajax_routine(); 
	 setTimeout("call_update()", 1000); //appelle la fonction 1 fois par  seconde
}
</script>


<!---------------------------------------------------------->	
</head>

<body>
<!---------------------------------------------------------->	
	<div class="main"> <!-- main -->
<!---------------------------------------------------------->	

          <div class="header">
                <div class="balise_titre">Patoche</div>
                <div class="balise_citation">
                &quot;Etre conscient que l'on est ignorant est un grand pas vers le savoir&quot;
                </div>
          </div> 
 
          <div class="banniere"></div>  

<!---------------------------------------------------------->
<?php
/*	include("include_barre_login.php");
	echo '<div id="box_icon">';
	include("debug_connexion_membre.php");
	echo '</div>';
	include("include_menu.php");*/
	
	echo '<div id="box_infos">';
			include("include_menu.php");
			
			echo '<div id="box_icon2">';
			include("connexion_membre.php");
			echo	'</div>';
			
			echo '<div id="box_icon3">';
			include("include_barre_login.php");
						
			echo	'</div>';

	echo	'</div>';
	$_SESSION['page_active'] = basename (__FILE__ );
?>

		

<!---------------------------------------------------------->	
            <div class="contenu"> <!-- contenu -->
<!---------------------------------------------------------->	
           
			
				<h2 class = "retrait">Exercices & problémes corrigés :</h2>
				<table class="bordered">
				<thead>
					<tr>
					<th width="40"><div align="center">#</div></th>        
					<th>Titre</th>
					<th width="50"><div align="center">Format</div></th>
					</tr>
				</thead>
    
				<tr>
				<td width="40"><div align="center">1</div></td>        
				<td><a href="../../../Share/Ebook/micro/Problemes/Gray Meyer/grey_meyer_solutions.pdf" TITLE="Load ..." class="lien1">Gray et Meyer solutions</a></td>
				<td width="50"><div align="center"><IMG SRC="images/pdf.png"  ALT="Un bug ???" TITLE="Fichier Acrobat Reader (pdf)"></div></td>
				</tr>        

				<tr>
				<td width="40"><div align="center">2</div></td>         
				<td><a href="../../../Share/Ebook/micro/Problemes/Allen/PracticeProbs.pdf" TITLE="Load ..." class="lien1">Phil Allen problemes 1</a></td>
				<td width="50"><div align="center"><IMG SRC="images/pdf.png"  ALT="Un bug ???" TITLE="Fichier Acrobat Reader (pdf)"></div></td>
				</tr>

				<tr>
				<td width="40"><div align="center">3</div></td>         
				<td><a href="../../../Share/Ebook/micro/Problemes/Allen/solutions.pdf" TITLE="Load ..." class="lien1">Phil Allen problemes 2</a></td>
				<td width="50"><div align="center"><IMG SRC="images/pdf.png"  ALT="Un bug ???" TITLE="Fichier Acrobat Reader (pdf)"></div></td>
				</tr>   
				
				</table>
	
		   
		   
				

<!----------------------------------------------------->		
				
				<br/>	
				<br/>	
				<br/>	
				<br/>	
	

<!---------------------------------------------------------->	
<?php			
            include('include_pied_page.php');
			include('include_publicite.php');
?>
<!---------------------------------------------------------->	
			</div>  <!-- contenu -->
<!---------------------------------------------------------->	
	</div>   <!-- main -->
<!---------------------------------------------------------->	

	<script type="text/javascript">
		call_update()
	</script>


</body>
</html>