Advertisement
hron84

Untitled

Jul 22nd, 2014
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.64 KB | None | 0 0
  1. <!DOCTYPE html SYSTEM "http://www.thymeleaf.org/dtd/xhtml1-strict-thymeleaf-spring4-4.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" th:lang="en" th:xmllang="en">
  3. <head th:include="widgets/_head :: head">
  4.     <title th:text="#{page.title.machine.new}">&nbsp;</title>
  5. </head>
  6. <body>
  7. <div th:replace="widgets/_header">&nbsp;</div>
  8. <div class="site container home">
  9.     <div class="pagehead">
  10.         <h2 th:text="#{page.title.machine.new}">New machine</h2>
  11.  
  12.         <div th:replace="default/_navigation">&nbsp;</div>
  13.         <div th:replace="widgets/_flash">&nbsp;</div>
  14.     </div>
  15. </div>
  16.  
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement