error.html 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
  3. <head>
  4. <title>Learn Center | Error</title>
  5. <meta charset="utf-8">
  6. <link rel="shortcut icon" type="image/png" href="/img/logo-small-error.png"/>
  7. <link rel="stylesheet" href="/css/reset.css" type="text/css" media="all">
  8. <link rel="stylesheet" href="/css/layout.css" type="text/css" media="all">
  9. <link rel="stylesheet" href="/css/style.css" type="text/css" media="all">
  10. <script type="text/javascript" src="/js/jquery-1.5.2.js" ></script>
  11. <script type="text/javascript" src="/js/cufon-yui.js"></script>
  12. <script type="text/javascript" src="/js/cufon-replace.js"></script>
  13. <script type="text/javascript" src="/js/Molengo_400.font.js"></script>
  14. <script type="text/javascript" src="/js/Expletus_Sans_400.font.js"></script>
  15. <!--[if lt IE 9]>
  16. <script type="text/javascript" src="/js/html5.js"></script>
  17. <style type="text/css">.bg, .box2{behavior:url("/js/PIE.htc");}</style>
  18. <![endif]-->
  19. </head>
  20. <body id="page5">
  21. <div class="body1">
  22. <div class="main">
  23. <!-- header -->
  24. <header>
  25. <div class="wrapper">
  26. <nav>
  27. <ul id="menu">
  28. <li><a href="index.html">About</a></li>
  29. <li><a href="courses.html">Courses</a></li>
  30. <li><a href="programs.html">Programs</a></li>
  31. <li><a href="teachers.html">Teachers</a></li>
  32. <li><a href="admissions.html">Admissions</a></li>
  33. <li class="end"><a href="contacts.html">Contacts</a></li>
  34. </ul>
  35. </nav>
  36. <ul id="icons">
  37. <li><a href="#"><img src="/img/icons1.jpg" alt=""></a></li>
  38. <li><a href="#"><img src="/img/icons2.jpg" alt=""></a></li>
  39. </ul>
  40. </div>
  41. <div class="wrapper">
  42. <h1><a href="index.html" id="logo">Learn Center</a></h1>
  43. </div>
  44. <div id="slogan"> We Will Open The World<span>of knowledge for you!</span> </div>
  45. </header>
  46. <!-- / header -->
  47. </div>
  48. </div>
  49. <div class="body2">
  50. <div class="main">
  51. <!-- content -->
  52. <section id="content">
  53. <div class="box1">
  54. <div class="wrapper">
  55. <article class="col1">
  56. <div class="pad_left1">
  57. <h2>Error</h2>
  58. </div>
  59. <div>
  60. <table class="demo-table">
  61. <tr th:if="${timestamp != null}">
  62. <th>Date</th>
  63. <td th:text="${timestamp}"/>
  64. </tr>
  65. <tr th:if="${path != null}">
  66. <th>Path</th>
  67. <td th:text="${path}"/>
  68. </tr>
  69. <tr th:if="${error != null}">
  70. <th>Error</th>
  71. <td th:text="${error}"/>
  72. </tr>
  73. <tr th:if="${message != null}">
  74. <th>Message</th>
  75. <td th:text="${message}"/>
  76. </tr>
  77. <tr>
  78. <th>Query Parameters</th>
  79. <td>
  80. <table title="Parameters" class="queryparameters">
  81. <tr th:each="claim : ${queryParameters}">
  82. <th th:text="${claim.key}"></th>
  83. <td th:text="${claim.value}"></td></td>
  84. </tr>
  85. </table>
  86. </td>
  87. </tr>
  88. </table>
  89. </div>
  90. </article>
  91. <article class="col2 pad_left2">
  92. <div class="pad_left1">
  93. <h2>Suggestions</h2>
  94. <p>We see that a problem with our system has occurred - for that we apologize.</p>
  95. <p>Although our engineers have been informed of the issue, you may want to raise a
  96. support ticket with our excellent help desk staff as well
  97. </p>
  98. <p>To raise a help desk ticket ....</p>
  99. </div>
  100. </article>
  101. </div>
  102. </div>
  103. </section>
  104. <!-- content -->
  105. <!-- footer -->
  106. <footer>
  107. <div class="wrapper">
  108. <div class="pad1">
  109. <div class="pad_left1">
  110. <div class="wrapper">
  111. <article class="col_1">
  112. <h3>Address:</h3>
  113. <p class="col_address"><strong>Country:<br>
  114. City:<br>
  115. Address:<br>
  116. Email:</strong></p>
  117. <p>USA<br>
  118. San Diego<br>
  119. Beach st. 54<br>
  120. <a href="#">lcenter@mail.com</a></p>
  121. </article>
  122. <article class="col_2 pad_left2">
  123. <h3>Join In:</h3>
  124. <ul class="list2">
  125. <li><a href="#">Sign Up</a></li>
  126. <li><a href="#">Forums</a></li>
  127. <li><a href="#">Promotions</a></li>
  128. <li><a href="#">Lorem</a></li>
  129. </ul>
  130. </article>
  131. <article class="col_3 pad_left2">
  132. <h3>Why Us:</h3>
  133. <ul class="list2">
  134. <li><a href="#">Lorem ipsum dolor </a></li>
  135. <li><a href="#">Aonsect adipisic</a></li>
  136. <li><a href="#">Eiusmjkod tempor </a></li>
  137. <li><a href="#">Incididunt ut labore </a></li>
  138. </ul>
  139. </article>
  140. <article class="col_4 pad_left2">
  141. <h3>Newsletter:</h3>
  142. <form id="newsletter" action="#" method="post">
  143. <div class="wrapper">
  144. <div class="bg">
  145. <input type="text">
  146. </div>
  147. </div>
  148. <a href="#" class="button"><span><span><strong>Subscribe</strong></span></span></a>
  149. </form>
  150. </article>
  151. </div>
  152. <div class="wrapper">
  153. <article class="call"> <span class="call1">Call Us Now: </span><span class="call2">1-800-567-8934</span> </article>
  154. <article class="col_4 pad_left2">Copyright &copy; <a href="#">Domain Name</a> All Rights Reserved<br>
  155. Design by <a target="_blank" href="http://www.templatemonster.com/">TemplateMonster.com</a></article>
  156. </div>
  157. </div>
  158. </div>
  159. </div>
  160. </footer>
  161. <!-- / footer -->
  162. </div>
  163. </div>
  164. <script type="text/javascript">Cufon.now();</script>
  165. </body>
  166. </html>