<?php
session_start();
include('user_verif.php');
$action['get'] = isset ( $_GET['action'] ) ? $_GET['action'] : '';
$action['post'] = isset ( $_POST['action'] ) ? $_POST['action'] : '';
if( !empty( $id ) and $action['get'] != 'logout' )
{
header('frame.php');
exit;
}
if ( $action['get'] == 'login' or ( empty( $action['get'] ) and empty( $action['post'] ) ) )
{
?>
<html>
<head>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<link href="css/modified.css" rel="stylesheet" type="text/css">
<style type="text/css">
.news p
{
background-color:#CCCCCC;
margin-top:0px;
}
.news
{
width:70%;
margin:auto;
}
</style>
</head>
<body>
<center>
<div id="header">
<!-- C'est ici que je vais mettre les infomations pour crée mon header -->
</div>
</center>
<center>
<div id="menu_de_gauche">
<!-- C'est ici que je vais mettre les infomations pour le menu de gauche -->
</div>
</center>
<center>
<div id="corp_de_texte">
<!-- C'est ici que je vais mettre les infomations pour le corps de texte -->
<table>
<caption>Voici les liens pour aller au piczo de mes amies!</caption>
<tbody>
<tr>
<td>Geneviève</td>
<td>
<a href="<a href="http://www.tinkerbellthepinklady.piczo.com/?cr=5&rfm=y" target="_blank">http://www.tinkerbellthepinklady.piczo.com/?cr=5&rfm=y</a>">
<img src="images/tinker.jpg" height="100" width="100" align="left"></a>
</td>
<td>
<a href="<a href="http://www.josyanelauzon.piczo.com/?cr=6&rfm=y" target="_blank">http://www.josyanelauzon.piczo.com/?cr=6&rfm=y</a>">
<img src="images/jo.jpg" height="100" width="100" align="right"></a>
</td>
<td class="piczo_nom">Josyane</td>
</tr>
<tr>
<td>Danika</td>
<td>
<a href="<a href="http://pic1.piczo.com/vintageworld/?nsrc=picfl" target="_blank">http://pic1.piczo.com/vintageworld/?nsrc=picfl</a>">
<img src="images/danika.jpg" height="100" width="100" align="left"></a>
</td>
<td>
<a href="<a href="http://pic6.piczo.com/jud01269/?nsrc=picfl" target="_blank">http://pic6.piczo.com/jud01269/?nsrc=picfl</a>">
<img src="images/judy.jpg" height="100" width="100" align="right"></a>
</td>
<td class="piczo_nom">Judy</td>
</tr>
<tr>
<td>Mélodie</td>
<td>
<a href="<a href="http://www.melocharlo.piczo.com" target="_blank">http://www.melocharlo.piczo.com</a>">
<img src="images/melo.jpg" width="100" height="100" align="left"></a>
</td>
<td>
<a href="<a href="http://pic6.piczo.com/alexcocoetpousinette/?nsrc=picfl" target="_blank">http://pic6.piczo.com/alexcocoetpousinette/?nsrc=picfl</a>">
<img src="images/alexandra.jpg" height="100" width="100" align="right"></a>
</td>
<td class="piczo_nom">Alexandra</td>
</tr>
<tr>
<td>Stéphanie</td>
<td>
<a href="<a href="http://www.BuzzyGurlzzlovee.piczo.com/?cr=5&rfm=y" target="_blank">http://www.BuzzyGurlzzlovee.piczo.com/?cr=5&rfm=y</a>">
<img src="images/stef.jpg" width="100" height="100" align="left"></a>
</td>
</tr>
<tr>
<td colspan="4" class="piczo_rajouter">
<div>Pour rajouter votre piczo dans ma liste d'amis, vous n'avez qu'à m'envoyer par <a href="mailto:jonathanbedard.22@gmail.com">émail </a>le lien de celui-ci. Avec une photo en pièce jointe.</div>
</td>
</tr>
</tbody>
</table>
<!-- C'est ici la fin du corps de texte -->
</div>
</center>
<center>
<div id="menu_de_droite" class="stopper_flotant">
<!-- C'est ici que je vais mettre les infomations pour le menu de droite -->
<p class="stopper_flotant"><?php report_disp(); ?>
<form action="user_login.php?action=verif" method="POST" id="formulaire">
<p>Pseudo: <input type="text" name="pseudo"></p>
<p>Password: <input type="password" name="password"></p>
<p><a href="javascript:document.getElementById('formulaire').submit()">Connection</a></p>
<p><a href="pass.htm">Mot de passe perdu</a></p>
<p><a href="<?php echo $url_create; ?>">Inscription</a></p>
</form></p>
<!-- C'est ici la fin du menu de droite -->
</div>
</center>
<center>
<div id="footer">
<!-- C'est ici que je vais mettre les infomations pour crée mon footer-->
<p> Site crée par Jonathan Bédard.<br>Copyright, Corporation 2007, Tout droit réservé<br>Webmaster [Bedj]</p>
<!-- C'est ici la fin du footer-->
</div>
</center>