Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • b97ab36d35e29bf45471fb0e49285ec6bbace442
  • master par défaut protégée
  • rust
  • rust-playlist-sync
  • fix-qt-deprecated-qvariant-type
  • fix-mpris-qtwindow-race-condition
  • rust-appimage-wayland
  • windows-build-rebased
  • v2.5 protégée
  • v2.4 protégée
  • v2.3-1 protégée
  • v2.3 protégée
  • v2.2 protégée
  • v2.1 protégée
  • v2.0 protégée
  • v1.8-3 protégée
  • v1.8-2 protégée
  • v1.8-1 protégée
  • v1.8 protégée
  • v1.7 protégée
  • v1.6 protégée
  • v1.5 protégée
  • v1.4 protégée
  • v1.3 protégée
  • v1.2 protégée
  • v1.1 protégée
  • v1.0 protégée
27 résultats

CHANGELOG

Blame
  • Pour retrouver l'état du dépôt de ce projet au moment de chacune de ses versions, extrayez-en les étiquettes.
    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>