You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

GravatarProfilePage.html 854B

12345678910111213141516171819202122
  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="container">
  9. <div class="pageTitle">
  10. <h2>Gravatar<small> / <span wicket:id="username">[username]</span></small></h2>
  11. </div>
  12. <img class="gravatar" wicket:id="profileImage"></img>
  13. <h2 wicket:id="displayName"></h2>
  14. <div style="color:#888;"wicket:id="location"></div>
  15. <div style="padding-top:5px;" wicket:id="aboutMe"></div>
  16. <p></p>
  17. <a wicket:id="profileLink"><wicket:message key="gb.completeGravatarProfile">[Complete profile on Gravatar.com]</wicket:message></a>
  18. <p></p>
  19. </div>
  20. </wicket:extend>
  21. </body>
  22. </html>