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.
 
 
 
 
 

54 lines
2.3 KiB

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="UserLog.aspx.cs" Inherits="Swift.web.ApplicationLog.UserLog" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title></title>
<base id="Base1" runat="server" target="_self" />
<link href="../ui/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="../ui/font-awesome/css/font-awesome.min.css" rel="stylesheet" />
<link href="../ui/css/style.css" rel="stylesheet" />
<script src="../js/swift_grid.js" type="text/javascript"> </script>
<script src="../js/functions.js" type="text/javascript"> </script>
<style>
.table > tbody > tr > td {
border-top: 0px !important;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div class="page-wrapper">
<div class="row">
<div class="col-sm-12">
<div class="page-title">
<ol class="breadcrumb">
<li><a href="../Front.aspx" target="mainFrame"><i class="fa fa-home"></i></a></li>
<li class="active"><a href="#" onclick="return LoadModule('')">Application Log</a></li>
<li class="active"><a href="UserLog.aspx">User Log</a></li>
</ol>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="panel panel-default recent-activites">
<div class="panel-heading">
<h4 class="panel-title">User Logs
</h4>
<div class="panel-actions">
<a href="#" class="panel-action panel-action-toggle" data-panel-toggle></a>
</div>
</div>
<div class="panel-body">
<div id="guserLog_grid" runat="server"></div>
</div>
</div>
</div>
</div>
</div>
</form>
</body>
</html>