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.

53 lines
2.3 KiB

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="UserLog.aspx.cs" Inherits="Swift.web.ApplicationLog.UserLog" %>
  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 id="Head1" runat="server">
  5. <title></title>
  6. <base id="Base1" runat="server" target="_self" />
  7. <link href="../ui/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
  8. <link href="../ui/font-awesome/css/font-awesome.min.css" rel="stylesheet" />
  9. <link href="../ui/css/style.css" rel="stylesheet" />
  10. <script src="../js/swift_grid.js" type="text/javascript"> </script>
  11. <script src="../js/functions.js" type="text/javascript"> </script>
  12. <style>
  13. .table > tbody > tr > td {
  14. border-top: 0px !important;
  15. }
  16. </style>
  17. </head>
  18. <body>
  19. <form id="form1" runat="server">
  20. <div class="page-wrapper">
  21. <div class="row">
  22. <div class="col-sm-12">
  23. <div class="page-title">
  24. <ol class="breadcrumb">
  25. <li><a href="../Front.aspx" target="mainFrame"><i class="fa fa-home"></i></a></li>
  26. <li class="active"><a href="#" onclick="return LoadModule('')">Application Log</a></li>
  27. <li class="active"><a href="UserLog.aspx">User Log</a></li>
  28. </ol>
  29. </div>
  30. </div>
  31. </div>
  32. <div class="row">
  33. <div class="col-md-12">
  34. <div class="panel panel-default recent-activites">
  35. <div class="panel-heading">
  36. <h4 class="panel-title">User Logs
  37. </h4>
  38. <div class="panel-actions">
  39. <a href="#" class="panel-action panel-action-toggle" data-panel-toggle></a>
  40. </div>
  41. </div>
  42. <div class="panel-body">
  43. <div id="guserLog_grid" runat="server"></div>
  44. </div>
  45. </div>
  46. </div>
  47. </div>
  48. </div>
  49. </form>
  50. </body>
  51. </html>