Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • 63690857afe935c8589e358af0aab149f50f965d
  • master par défaut protégée
  • dev
  • dev-admin
  • migration-pg
  • dev-partie
  • dev-deplacement-msg-erreurs
  • dev-jeux-favoris
  • dev-update-forms
  • dev-header-profil-deconnexion
  • dev-contact
  • dev_page_accueil
  • dev-edit-profil
  • dev-classement
  • dev_espace_membre
  • dev-images
  • javascript_valid_form
  • application_design_views
  • dev-table
  • dev-nestor
20 résultats

Partie.php

Blame
  • display.html 476 o
    <!DOCTYPE html>
    <html>
    <head>
    	<meta charset="utf-8"/>
    	<title>Exemple de profil</title>
    </head>
    <body>
    	<header>
    		<h1>Affichage d'un profil</h1>
    	</header>
    	<h2>Voici le profil de quelqu'un</h2>
    	<h3>Il s'agit du profil de <?php echo $this->profil->pseudo; ?></h3>
    	<p>Et on dit "Bonjour <?php echo $this->profil->pseudo; ?> ! :o)</p>
    	<p>Il a été appelé avec le slug : <?php echo $this->profil->slug; ?></p>
    	<footer>
    		<p>Le pied de page</p>
    	</footer>
    </body>
    </html>