123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170 |
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
- <head>
- <title>Learn Center | Error</title>
- <meta charset="utf-8">
- <link rel="shortcut icon" type="image/png" href="/img/logo-small-error.png"/>
- <link rel="stylesheet" href="/css/reset.css" type="text/css" media="all">
- <link rel="stylesheet" href="/css/layout.css" type="text/css" media="all">
- <link rel="stylesheet" href="/css/style.css" type="text/css" media="all">
- <script type="text/javascript" src="/js/jquery-1.5.2.js" ></script>
- <script type="text/javascript" src="/js/cufon-yui.js"></script>
- <script type="text/javascript" src="/js/cufon-replace.js"></script>
- <script type="text/javascript" src="/js/Molengo_400.font.js"></script>
- <script type="text/javascript" src="/js/Expletus_Sans_400.font.js"></script>
- <!--[if lt IE 9]>
- <script type="text/javascript" src="/js/html5.js"></script>
- <style type="text/css">.bg, .box2{behavior:url("/js/PIE.htc");}</style>
- <![endif]-->
- </head>
- <body id="page5">
- <div class="body1">
- <div class="main">
- <!-- header -->
- <header>
- <div class="wrapper">
- <nav>
- <ul id="menu">
- <li><a href="index.html">About</a></li>
- <li><a href="courses.html">Courses</a></li>
- <li><a href="programs.html">Programs</a></li>
- <li><a href="teachers.html">Teachers</a></li>
- <li><a href="admissions.html">Admissions</a></li>
- <li class="end"><a href="contacts.html">Contacts</a></li>
- </ul>
- </nav>
- <ul id="icons">
- <li><a href="#"><img src="/img/icons1.jpg" alt=""></a></li>
- <li><a href="#"><img src="/img/icons2.jpg" alt=""></a></li>
- </ul>
- </div>
- <div class="wrapper">
- <h1><a href="index.html" id="logo">Learn Center</a></h1>
- </div>
- <div id="slogan"> We Will Open The World<span>of knowledge for you!</span> </div>
- </header>
- <!-- / header -->
- </div>
- </div>
- <div class="body2">
- <div class="main">
- <!-- content -->
- <section id="content">
- <div class="box1">
- <div class="wrapper">
- <article class="col1">
- <div class="pad_left1">
- <h2>Error</h2>
- </div>
- <div>
- <table class="demo-table">
- <tr th:if="${timestamp != null}">
- <th>Date</th>
- <td th:text="${timestamp}"/>
- </tr>
- <tr th:if="${path != null}">
- <th>Path</th>
- <td th:text="${path}"/>
- </tr>
- <tr th:if="${error != null}">
- <th>Error</th>
- <td th:text="${error}"/>
- </tr>
- <tr th:if="${message != null}">
- <th>Message</th>
- <td th:text="${message}"/>
- </tr>
- <tr>
- <th>Query Parameters</th>
- <td>
- <table title="Parameters" class="queryparameters">
- <tr th:each="claim : ${queryParameters}">
- <th th:text="${claim.key}"></th>
- <td th:text="${claim.value}"></td></td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </div>
- </article>
- <article class="col2 pad_left2">
- <div class="pad_left1">
- <h2>Suggestions</h2>
- <p>We see that a problem with our system has occurred - for that we apologize.</p>
- <p>Although our engineers have been informed of the issue, you may want to raise a
- support ticket with our excellent help desk staff as well
- </p>
- <p>To raise a help desk ticket ....</p>
- </div>
- </article>
- </div>
- </div>
- </section>
- <!-- content -->
- <!-- footer -->
- <footer>
- <div class="wrapper">
- <div class="pad1">
- <div class="pad_left1">
- <div class="wrapper">
- <article class="col_1">
- <h3>Address:</h3>
- <p class="col_address"><strong>Country:<br>
- City:<br>
- Address:<br>
- Email:</strong></p>
- <p>USA<br>
- San Diego<br>
- Beach st. 54<br>
- <a href="#">lcenter@mail.com</a></p>
- </article>
- <article class="col_2 pad_left2">
- <h3>Join In:</h3>
- <ul class="list2">
- <li><a href="#">Sign Up</a></li>
- <li><a href="#">Forums</a></li>
- <li><a href="#">Promotions</a></li>
- <li><a href="#">Lorem</a></li>
- </ul>
- </article>
- <article class="col_3 pad_left2">
- <h3>Why Us:</h3>
- <ul class="list2">
- <li><a href="#">Lorem ipsum dolor </a></li>
- <li><a href="#">Aonsect adipisic</a></li>
- <li><a href="#">Eiusmjkod tempor </a></li>
- <li><a href="#">Incididunt ut labore </a></li>
- </ul>
- </article>
- <article class="col_4 pad_left2">
- <h3>Newsletter:</h3>
- <form id="newsletter" action="#" method="post">
- <div class="wrapper">
- <div class="bg">
- <input type="text">
- </div>
- </div>
- <a href="#" class="button"><span><span><strong>Subscribe</strong></span></span></a>
- </form>
- </article>
- </div>
- <div class="wrapper">
- <article class="call"> <span class="call1">Call Us Now: </span><span class="call2">1-800-567-8934</span> </article>
- <article class="col_4 pad_left2">Copyright © <a href="#">Domain Name</a> All Rights Reserved<br>
- Design by <a target="_blank" href="http://www.templatemonster.com/">TemplateMonster.com</a></article>
- </div>
- </div>
- </div>
- </div>
- </footer>
- <!-- / footer -->
- </div>
- </div>
- <script type="text/javascript">Cufon.now();</script>
- </body>
- </html>
|