Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

GravatarProfilePage.html 753B

1234567891011121314151617181920
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml"
  3. xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.3-strict.dtd"
  4. xml:lang="en"
  5. lang="en">
  6. <body>
  7. <wicket:extend>
  8. <div class="pageTitle">
  9. <h2>Gravatar<small> / <span wicket:id="username">[username]</span></small></h2>
  10. </div>
  11. <img class="gravatar" wicket:id="profileImage"></img>
  12. <h2 wicket:id="displayName"></h2>
  13. <div style="color:#888;"wicket:id="location"></div>
  14. <div style="padding-top:5px;" wicket:id="aboutMe"></div>
  15. <p></p>
  16. <a wicket:id="profileLink">Complete profile on Gravatar.com</a>
  17. <p></p>
  18. </wicket:extend>
  19. </body>
  20. </html>