Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • 6be2b455aa93709ac73e4724be2b6b916ab9117c
  • 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

displayFormAdd.html

Blame
  • display.html 562 o
    <!DOCTYPE html>
    <html>
    <head>
       <meta charset="utf-8"/>
       <title>Exemple de profil</title>
       <base href="http://localhost/projet-web-2016/www/"/>
    </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>