src.txt 906 B

123456789101112131415161718192021222324252627282930313233343536
  1. /* ====================================================================
  2. * The Tmax soft License, Version 1.1
  3. *
  4. * Copyright (c) 1997-2004 The Tmax software.
  5. * All rights reserved.
  6. * html code omitted for readability.
  7. /* ====================================================================
  8. <%@ include file="../../upper.jsp" %>
  9. <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
  10. <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
  11. <html>
  12. <body>
  13. <f:view>
  14. <fieldset>
  15. <legend><b>&lt;h:commandButton value="PUSH" action="nextPage"/&gt;</b></legend>
  16. <h:commandButton value="PUSH" action="nextPage"/>
  17. </fieldset>
  18. <br>
  19. <fieldset>
  20. <legend><b>&lt;h:graphicImage id="image" alt="jsf-sun" url="/images/home.gif"/&gt;</b></legend>
  21. <h:graphicImage id="image" alt="jsf-sun" url="/images/home.gif"/>
  22. </fieldset>
  23. <br>
  24. </f:view>
  25. </body>
  26. </html>
  27. <%@ include file="../../footer.html" %>