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.

32 lines
1.7 KiB

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ViewDetail.aspx.cs" Inherits="Swift.web.ApplicationLog.ViewDetail" %>
  2. <%@ Import Namespace="Swift.web.Library" %>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head id="Head1" runat="server">
  6. <base id="Base1" target="_self" runat="server" />
  7. <link href="../ui/font-awesome/css/font-awesome.min.css" rel="stylesheet" />
  8. <link href="../ui/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
  9. <link href="../ui/css/style.css" rel="stylesheet" />
  10. <link href="../../../css/style.css" rel="stylesheet" type="text/css" />
  11. <script src="../../../js/functions.js" type="text/javascript"> </script>
  12. </head>
  13. <body>
  14. <form id="form1" runat="server">
  15. <div class="page-wrapper" style="margin-top: -100px;">
  16. <div class="row">
  17. <div class="col-sm-12">
  18. <div class="page-title">
  19. <ol class="breadcrumb">
  20. <li><a href="../../../Front.aspx" target="mainFrame"><i class="fa fa-home"></i></a></li>
  21. <li class="active"><a href="#" onclick="return LoadModule('')">Application Log</a></li>
  22. <li class="active"><a href="UserLog.aspx">User Log</a></li>
  23. <li class="active"><a href="ViewDetail.aspx">Log Detail</a></li>
  24. </ol>
  25. </div>
  26. </div>
  27. </div>
  28. <div id="logMsg" runat="server" style="margin-left: 5%;"></div>
  29. </div>
  30. </form>
  31. </body>
  32. </html>