Advertisement
Guest User

Untitled

a guest
Nov 25th, 2015
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml"
  3. xmlns:h="http://java.sun.com/jsf/html"
  4. xmlns:f="http://java.sun.com/jsf/core"
  5. xmlns:ui="http://java.sun.com/jsf/facelets">
  6. <h:head>
  7. <title><ui:insert name="tabTitle"></ui:insert></title>
  8. <h:outputStylesheet name="style.css" />
  9. <h:outputStylesheet name="bootstrap.css" />
  10. </h:head>
  11.  
  12.  
  13.  
  14. <h:body>
  15. <DIV class="container">
  16. <DIV class="row">
  17. <ui:include src="header.xhtml"></ui:include>
  18. </DIV>
  19. <DIV class="row">
  20. <ui:include src="menu.xhtml"></ui:include>
  21. </DIV>
  22. <DIV>
  23. <ui:insert name="mainContent"></ui:insert>
  24. </DIV>
  25.  
  26. </DIV>
  27. </h:body>
  28.  
  29. <ui:remove> cia irasomas komentaras/kodas nukis skaitosi nesikompiliuos,
  30. o jeigu HTML zymesi tai uzmokentuotas vistiek kompiliuosis</ui:remove>
  31.  
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement