You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.6 KiB

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Error.aspx.cs" Inherits="OT.Web.Error" %>
  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. <head>
  5. <title>Travel4U</title>
  6. <link href="./App_Themes/default/theme.css" rel="stylesheet" type="text/css" />
  7. <link type="text/css" rel="stylesheet" href="./App_Themes/default/font-awesome.min.css">
  8. <!--���r-->
  9. <meta http-equiv="Content-Type" content="text/html; charset=big5" />
  10. <script type="text/javascript">
  11. <!--
  12. if (window != top) {
  13. top.location.href = location.href;
  14. }
  15. //-->
  16. </script>
  17. </head>
  18. <body>
  19. <form id="Form1" runat="server">
  20. <div id="" class="message">
  21. <i class="t-red icon-error"></i>
  22. <div class="left">
  23. <h2 class="t-red">
  24. ���~�T��<span>404</span></h2>
  25. <p>
  26. �ܩ��p�A�A�Ҧb�������i�঳�H�U���p�G</p>
  27. <ol>
  28. <li>
  29. <asp:Literal ID="ltrErrMsg" runat="server"></asp:Literal></li>
  30. <li>�䤣�컶</li>
  31. <li>���}���J���~��</li>
  32. <li>�������~</li>
  33. </ol>
  34. <%--<a href="#">
  35. <asp:Button ID="btnGoBark" CssClass="but-backindex" runat="server" Text="" OnClick="btnGoBark_Click" /></a>--%>
  36. <a id="btnGoBark" class="back-butn" href="MainPage.aspx">back</a>
  37. </div>
  38. <br class="clear" />
  39. </div>
  40. </form>
  41. </body>
  42. </html>