Skip to content

Commit

Permalink
"travaux d'avancement sur la creation de mon site perso"
Browse files Browse the repository at this point in the history
  • Loading branch information
dchristian committed Apr 16, 2011
1 parent 7b9aee9 commit 289da2a
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 179 deletions.
Empty file.
78 changes: 0 additions & 78 deletions resources/templates/dadie/namespace/form

This file was deleted.

Empty file.
77 changes: 0 additions & 77 deletions resources/templates/dadie/namespace/site

This file was deleted.

5 changes: 0 additions & 5 deletions resources/templates/dadie/parent/general

This file was deleted.

94 changes: 75 additions & 19 deletions resources/templates/dadie/site
Expand Up @@ -15,33 +15,89 @@
##
##
##

<html>

<head>
<img src="" width=100% >
<h2>PRESENTATION</h2>
<title>
page d'accueil
</title>
<link rel="stylesheet" type="text/css" href="/home/dadie/Bureau/Documents/site_tido/style.css" title="style" >

</head>
<body>
<form methode="post" action="/login">
<hr>
<div align=center>
<a href="accueil.html">accueil</a>
<a href="profil.html">Profile</a>
<a href="activité.html">Activité</a>
<a href="contactl.html">Contact</a>
</div>

<body background="/_images/fondecran.jpg" width="100%">

<!banniere!>
<div>
<table border="1">
<tr>
<td align="rigt">
<img src="/_server/images/bmw.jpg">
<table width="1200" heigth="100" cellspacing="0">
<td>
<td align="left">
commentaire
<img src="/_images/entete.jpg">
</td>
</tr>
</table>
</div>

<!menu!>
<div align="center">
<a href="accueil.html">Accueil</a>
<a href="profil.html">Profile</a>
<a href="activite.html">Activit&eacute;</a>
<a href="contact.html">Contact</a>
</div>


<!division de l'espace de travail!>
<table border="1" cellspacing="0" width="1200" height="1200">
<td width="15%" valign="top" bgcolor="bluesky"> <br><br><br>
<table border="1" cellspacing="0" width="150" align="center"><td>
<ul>
<li><a href="accueil.html">Accueil</a></li><br>
<li><a href="profil.html">Profile</a></li><br>
<li><a href="activité.html">Activit&eacute;</a></li><br>
<li><a href="contactl.html">Contact</a></li><br>
</ul>
</td></table>
<br><br><br>
<table border="1" cellspacing="0" width="150" height="450"align="center"><td>
<img src="" width="120" heigth="400">
</td></table>

<br><br><br>
<table border="1" cellspacing="0" width="150" height="400"align="center"><td>
<img src="" width="120" heigth="350">
</td></table>
</td>


<!2ieme cadre!>

<td width="70%" valign="center" bgcolor="bluejean">
<table border="1" cellspacing="0" width="850" height="1200" align="center"><tr>
<td width="100%" heigth="600">
commentaire
</td>
</tr>

<tr>
<td width="100%" height="600">
<img src="/_images/chemin.jpg" width="849" heigth="598">
</td>
</tr></table>
<p>
</td>


<!3ieme cadre!>
<td width="15%" valign="center" bgcolor="bluesky">
<img border="1" src="" width="175" heigth="400">
<br>
<img border="1" src="" width="175" heigth="400">
</td>
</table>


</form>

</form>
</body>
</html>
</html>

0 comments on commit 289da2a

Please sign in to comment.