Advertisement
Guest User

Untitled

a guest
Nov 14th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. <?xml version='1.0' encoding='UTF-8' ?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml"
  4. xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
  5. xmlns:h="http://xmlns.jcp.org/jsf/html">
  6.  
  7. <body>
  8. <h:link outcome="/warstwa_internetowa_jsf/dodaj_produkt2" value="Dodaj produkt"/>
  9. <ui:composition template="./temaplate.xhtml">
  10.  
  11. <ui:define name="top">
  12. top
  13. </ui:define>
  14.  
  15. <ui:define name="left">
  16. left
  17. </ui:define>
  18.  
  19. <ui:define name="content">
  20. content
  21. </ui:define>
  22.  
  23. <ui:define name="bottom">
  24. bottom
  25. </ui:define>
  26.  
  27. </ui:composition>
  28.  
  29. </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement