diff --git a/Database/Sp/proc_jme_agent_system_account.sql b/Database/Sp/proc_jme_agent_system_account.sql index 434d479..ac0fcdd 100644 --- a/Database/Sp/proc_jme_agent_system_account.sql +++ b/Database/Sp/proc_jme_agent_system_account.sql @@ -40,7 +40,9 @@ BEGIN @_email VARCHAR(150) = NULL, @_referralType VARCHAR(150) = NULL, @_errorMessage VARCHAR(MAX) = NULL, - @_invalidPwdCount TINYINT = NULL + @_invalidPwdCount TINYINT = NULL, + @_androidDeviceIMEI VARCHAR(50) = NULL, + @LOG_ID INT = NULL CREATE TABLE #TEMP_ERROR_CODE (ERROR_CODE VARCHAR(20), MSG VARCHAR(250), ID VARCHAR(20)) @@ -56,13 +58,31 @@ CREATE TABLE #TEMP_ERROR_CODE (ERROR_CODE VARCHAR(20), MSG VARCHAR(250), ID VARC @_pwdChangeDays = RAU.pwdChangeDays, @_pwdChangeWarningDays = RAU.pwdChangeWarningDays, @_lastLoginDate = RAU.lastLoginDate, - @_invalidPwdCount = ISNULL(RAU.wrongPwdCount, 0) + @_invalidPwdCount = ISNULL(RAU.wrongPwdCount, 0), + @_androidDeviceIMEI = androidDeviceIMEI FROM dbo.REFERRAL_APPLICATION_USER (NOLOCK) RAU WHERE RAU.referalCode=@referralCode AND RAU.pwd = dbo.fnaencryptstring(@password) + --CREATE TABLE TBL_AGENT_LOGIN_ATTEMPT + --( + -- ROW_ID INT NOT NULL IDENTITY(1, 1) PRIMARY KEY + -- ,REFERRAL_CODE VARCHAR(30) + -- ,REQUEST_IMEI VARCHAR(50) + -- ,USER_IMEI VARCHAR(50) + -- ,REQUEST_DATE DATETIME + -- ,IS_SUCCESS BIT + -- ,SUCCESS_MESSAGE VARCHAR(150) + --) + + --insert into log + INSERT INTO TBL_AGENT_LOGIN_ATTEMPT(REFERRAL_CODE ,REQUEST_IMEI,USER_IMEI,REQUEST_DATE,IS_SUCCESS,SUCCESS_MESSAGE) + SELECT @referralCode, @AgentUniqueId, @_androidDeviceIMEI, GETDATE(), 1, 'Success' + + SET @LOG_ID = @@IDENTITY --alter table REFERRAL_APPLICATION_USER add agentPlatformId VARCHAR(50) + SET @_UserData ='User:' + ISNULL(@user,'') + ', ReferralCode:' + CAST(@referralCode AS VARCHAR(20)) + ', Ip Address:' + CAST(@IpAddress AS VARCHAR(20)) IF EXISTS(SELECT 1 FROM REFERRAL_APPLICATION_USER (NOLOCK) WHERE referalCode = @referralCode AND (wrongPwdCount >= 4 OR isLocked = 1)) diff --git a/JMEAgentSystem/Account.Master b/JMEAgentSystem/Account.Master index e1158b2..8574794 100644 --- a/JMEAgentSystem/Account.Master +++ b/JMEAgentSystem/Account.Master @@ -6,7 +6,8 @@ - <%: Page.Title %> - JME Agent System + <%--<%: Page.Title %> - JME Agent System--%> + JME - Tablet <%: Styles.Render("~/bundles/plugincss") %> diff --git a/JMEAgentSystem/Content/style.css b/JMEAgentSystem/Content/style.css index a2df0b1..2e4f552 100644 --- a/JMEAgentSystem/Content/style.css +++ b/JMEAgentSystem/Content/style.css @@ -3561,7 +3561,7 @@ File: Menu .topbar .topbar-left { background-color: #ffffff; float: left; - height: 70px; + height: 90px; position: relative; width: 240px; z-index: 1; diff --git a/JMEAgentSystem/JMEAgentSystem.csproj b/JMEAgentSystem/JMEAgentSystem.csproj index 5707ef9..8fe764e 100644 --- a/JMEAgentSystem/JMEAgentSystem.csproj +++ b/JMEAgentSystem/JMEAgentSystem.csproj @@ -338,6 +338,7 @@ + @@ -441,6 +442,7 @@ + @@ -594,6 +596,13 @@ PrintBeneficiaryDetails.aspx + + Calculator.aspx + ASPXCodeBehind + + + Calculator.aspx + Contact.aspx ASPXCodeBehind diff --git a/JMEAgentSystem/Properties/PublishProfiles/FolderProfile.pubxml.user b/JMEAgentSystem/Properties/PublishProfiles/FolderProfile.pubxml.user index fa8e594..bda1afb 100644 --- a/JMEAgentSystem/Properties/PublishProfiles/FolderProfile.pubxml.user +++ b/JMEAgentSystem/Properties/PublishProfiles/FolderProfile.pubxml.user @@ -6,1361 +6,1364 @@ by editing this MSBuild file. In order to learn more about this please visit htt - <_PublishTargetUrl>H:\JME\JME_Remit_Live\Published_JME\JME_Agent_System + <_PublishTargetUrl>E:\C# Projects\UAT\JME_JAPAN\JME_Remit_Live\Published_JME\JME_Agent_System - 08/11/2020 16:56:08 + 08/28/2020 12:34:36 - 08/11/2020 16:56:02 + 08/06/2020 12:48:04 - 08/11/2020 16:56:02 + 10/20/2019 12:20:23 - 08/11/2020 16:56:02 + 10/20/2019 12:20:23 - 08/11/2020 16:56:02 + 10/20/2019 12:20:23 - 08/11/2020 16:56:02 + 10/20/2019 12:20:23 - 08/11/2020 16:56:02 + 10/20/2019 12:30:45 - 08/11/2020 16:56:02 + 10/20/2019 12:30:49 - 08/11/2020 16:56:02 + 10/20/2019 12:30:45 - 08/26/2020 13:38:33 + 08/28/2020 12:26:50 - 08/26/2020 13:38:33 + 08/28/2020 12:26:50 - 08/26/2020 13:38:32 + 08/27/2020 15:41:27 - 08/26/2020 13:38:32 + 08/27/2020 15:41:27 - 08/11/2020 16:56:02 + 10/20/2019 12:21:00 - 08/11/2020 16:56:02 + 10/20/2019 12:21:00 - 08/27/2020 20:41:29 + 08/28/2020 17:35:13 - 08/27/2020 20:41:29 + 08/28/2020 17:35:13 - 08/11/2020 16:56:02 + 10/20/2019 12:21:02 - 08/11/2020 16:56:02 + 10/20/2019 12:21:02 - 08/11/2020 16:56:02 + 10/20/2019 12:21:03 - 08/11/2020 16:56:02 + 10/20/2019 12:21:03 - 08/11/2020 16:56:02 + 10/20/2019 12:21:06 - 08/11/2020 16:56:02 + 10/20/2019 12:21:58 - 08/11/2020 16:56:02 + 10/20/2019 12:22:56 - 08/11/2020 16:56:02 + 10/20/2019 12:22:56 - 08/11/2020 16:56:02 + 10/20/2019 12:22:57 - 08/11/2020 16:56:02 + 10/20/2019 12:22:57 - 08/11/2020 16:56:02 + 10/20/2019 12:22:57 - 08/11/2020 16:56:02 + 10/20/2019 12:22:57 - 08/11/2020 16:56:02 + 10/20/2019 12:22:57 - 08/11/2020 16:56:02 + 10/20/2019 12:22:58 - 08/11/2020 16:56:02 + 10/20/2019 12:22:58 - 08/11/2020 16:56:02 + 10/20/2019 12:21:05 - 08/11/2020 16:56:02 + 10/20/2019 12:21:05 - 08/11/2020 16:56:02 + 10/20/2019 12:22:58 - 08/11/2020 16:56:02 + 10/20/2019 12:23:11 - 08/11/2020 16:56:02 + 10/20/2019 12:23:17 - 08/26/2020 13:38:32 + 08/27/2020 15:41:28 - 08/26/2020 13:38:32 + 08/27/2020 15:41:28 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:22:55 - 08/11/2020 16:56:02 + 10/20/2019 12:30:50 + + + 06/19/2020 16:15:18 - 08/11/2020 16:56:02 + 10/20/2019 12:21:06 - 08/11/2020 16:56:02 + 10/20/2019 12:21:03 - 08/11/2020 16:56:02 + 10/20/2019 12:23:20 - 08/11/2020 16:56:02 + 10/20/2019 12:20:12 - 08/11/2020 16:56:03 + 08/06/2020 12:47:54 - 08/11/2020 16:56:03 + 08/06/2020 12:47:54 - 08/11/2020 16:56:02 + 10/20/2019 12:20:06 - 08/11/2020 16:56:02 + 10/20/2019 12:20:06 - 08/11/2020 16:56:02 + 10/20/2019 12:20:06 - 08/11/2020 16:56:02 + 10/20/2019 12:20:06 - 08/11/2020 16:56:02 + 10/20/2019 12:20:06 - 08/11/2020 16:56:02 + 10/20/2019 12:20:06 - 08/11/2020 16:56:02 + 10/20/2019 12:20:06 - 08/11/2020 16:56:02 + 08/06/2020 12:47:54 - 08/11/2020 16:56:02 + 08/06/2020 12:47:54 - 08/11/2020 16:56:02 + 08/06/2020 12:47:54 - 08/11/2020 16:56:02 + 10/20/2019 12:20:06 - 08/23/2020 09:45:35 + 08/21/2020 15:26:49 - 08/12/2020 14:55:37 + 08/28/2020 09:40:28 - 08/11/2020 16:56:03 + 10/20/2019 12:20:21 - 08/11/2020 16:56:03 + 10/20/2019 12:20:21 - 08/11/2020 16:56:03 + 10/20/2019 12:20:21 - 08/11/2020 16:56:03 + 10/20/2019 12:20:21 - 08/11/2020 16:56:03 + 10/20/2019 12:20:21 - 08/11/2020 16:56:03 + 10/20/2019 12:20:21 - 08/11/2020 16:56:03 + 10/20/2019 12:20:21 - 08/11/2020 16:56:03 + 10/20/2019 12:20:21 - 08/11/2020 16:56:03 + 10/20/2019 12:20:21 - 08/11/2020 16:56:03 + 10/20/2019 12:20:21 - 08/11/2020 16:56:03 + 10/20/2019 12:20:21 - 08/11/2020 16:56:03 + 10/20/2019 12:20:21 - 08/11/2020 16:56:03 + 10/20/2019 12:20:21 - 08/11/2020 16:56:03 + 10/20/2019 12:20:21 - 08/11/2020 16:56:03 + 10/20/2019 12:20:21 - 08/11/2020 16:56:03 + 10/20/2019 12:20:21 - 08/11/2020 16:56:03 + 10/20/2019 12:20:21 - 08/11/2020 16:56:03 + 10/20/2019 12:20:21 - 08/11/2020 16:56:03 + 10/20/2019 12:20:21 - 08/11/2020 16:56:03 + 10/20/2019 12:20:21 - 08/11/2020 16:56:03 + 10/20/2019 12:20:21 - 08/11/2020 16:56:03 + 10/20/2019 12:20:21 - 08/11/2020 16:56:03 + 10/20/2019 12:20:21 - 08/11/2020 16:56:03 + 10/20/2019 12:20:21 - 08/11/2020 16:56:03 + 10/20/2019 12:20:21 - 08/11/2020 16:56:03 + 10/20/2019 12:20:21 - 08/11/2020 16:56:03 + 10/20/2019 12:20:21 - 08/11/2020 16:56:03 + 10/20/2019 12:20:21 - 08/11/2020 16:56:08 + 10/20/2019 12:20:12 - 08/11/2020 16:56:04 + 10/20/2019 12:20:22 - 08/11/2020 16:56:04 + 08/06/2020 12:47:56 - 08/11/2020 16:56:04 + 08/06/2020 12:47:56 - 08/11/2020 16:56:04 + 10/20/2019 12:20:22 - 08/11/2020 16:56:04 + 08/21/2020 14:40:33 - 08/11/2020 16:56:04 + 10/23/2019 12:11:08 - 08/11/2020 16:56:04 + 10/20/2019 12:20:22 - 08/11/2020 16:56:04 + 10/20/2019 12:20:22 - 08/11/2020 16:56:04 + 11/08/2019 16:24:37 - 08/11/2020 16:56:04 + 10/20/2019 12:20:22 - 08/11/2020 16:56:04 + 10/23/2019 11:51:54 - 08/11/2020 16:56:05 + 08/06/2020 12:47:56 - 08/11/2020 16:56:05 + 08/06/2020 12:47:56 - 08/11/2020 16:56:05 + 08/06/2020 12:47:56 - 08/11/2020 16:56:05 + 08/06/2020 12:47:56 - 08/11/2020 16:56:05 + 08/06/2020 12:47:56 - 08/11/2020 16:56:05 + 08/06/2020 12:47:56 - 08/11/2020 16:56:05 + 08/06/2020 12:47:56 - 08/11/2020 16:56:05 + 08/06/2020 12:47:56 - 08/11/2020 16:56:05 + 08/06/2020 12:47:56 - 08/11/2020 16:56:05 + 08/06/2020 12:47:56 - 08/11/2020 16:56:05 + 08/06/2020 12:47:56 - 08/11/2020 16:56:05 + 08/06/2020 12:47:56 - 08/11/2020 16:56:08 + 08/06/2020 12:47:56 - 08/11/2020 16:56:04 + 08/06/2020 12:47:56 - 08/11/2020 16:56:05 + 08/06/2020 12:47:56 - 08/11/2020 16:56:08 + 08/06/2020 12:47:56 - 08/11/2020 16:56:08 + 08/06/2020 12:47:56 - 08/11/2020 16:56:04 + 08/06/2020 12:47:56 - 08/11/2020 16:56:07 + 08/06/2020 12:47:56 - 08/11/2020 16:56:08 + 08/06/2020 12:47:56 - 08/11/2020 16:56:06 + 08/06/2020 12:47:56 - 08/11/2020 16:56:05 + 08/06/2020 12:47:56 - 08/11/2020 16:56:05 + 08/06/2020 12:47:56 - 08/11/2020 16:56:05 + 08/06/2020 12:47:56 - 08/11/2020 16:56:05 + 08/06/2020 12:47:56 - 08/11/2020 16:56:05 + 08/06/2020 12:47:56 - 08/11/2020 16:56:05 + 08/06/2020 12:47:56 - 08/11/2020 16:56:05 + 08/06/2020 12:47:56 - 08/11/2020 16:56:05 + 08/06/2020 12:47:57 - 08/11/2020 16:56:05 + 08/06/2020 12:47:57 - 08/11/2020 16:56:06 + 08/06/2020 12:47:57 - 08/11/2020 16:56:06 + 08/06/2020 12:47:57 - 08/11/2020 16:56:06 + 08/06/2020 12:47:57 - 08/11/2020 16:56:06 + 08/06/2020 12:47:57 - 08/11/2020 16:56:06 + 08/06/2020 12:47:57 - 08/11/2020 16:56:06 + 08/06/2020 12:47:57 - 08/11/2020 16:56:06 + 08/06/2020 12:47:57 - 08/11/2020 16:56:06 + 08/06/2020 12:47:57 - 08/11/2020 16:56:06 + 08/06/2020 12:47:57 - 08/11/2020 16:56:06 + 08/06/2020 12:47:57 - 08/11/2020 16:56:06 + 08/06/2020 12:47:57 - 08/11/2020 16:56:05 + 08/06/2020 12:47:57 - 08/11/2020 16:56:05 + 08/06/2020 12:47:57 - 08/11/2020 16:56:07 + 08/06/2020 12:47:57 - 08/11/2020 16:56:07 + 08/06/2020 12:47:57 - 08/11/2020 16:56:07 + 08/06/2020 12:47:57 - 08/11/2020 16:56:04 + 08/06/2020 12:47:56 - 08/11/2020 16:56:04 + 08/06/2020 12:47:57 - 08/11/2020 16:56:04 + 08/06/2020 12:47:57 - 08/11/2020 16:56:04 + 08/06/2020 12:47:57 - 08/11/2020 16:56:07 + 08/06/2020 12:47:57 - 08/11/2020 16:56:04 + 08/06/2020 12:47:57 - 08/11/2020 16:56:04 + 08/06/2020 12:47:57 - 08/11/2020 16:56:04 + 08/06/2020 12:47:57 - 08/11/2020 16:56:08 + 08/06/2020 12:47:56 - 08/11/2020 16:56:08 + 08/06/2020 12:47:56 - 08/11/2020 16:56:08 + 08/06/2020 12:47:57 - 08/18/2020 16:53:27 + 08/18/2020 18:07:38 - 08/12/2020 14:27:30 + 08/12/2020 17:26:58 - 08/11/2020 16:56:08 + 08/06/2020 12:47:57 - 08/11/2020 16:56:07 + 08/06/2020 12:47:57 - 08/11/2020 16:56:08 + 08/06/2020 12:47:57 - 08/11/2020 16:56:04 + 08/06/2020 12:47:57 - 08/11/2020 16:56:04 + 08/06/2020 12:47:57 - 08/11/2020 16:56:05 + 08/06/2020 12:47:57 - 08/11/2020 16:56:03 + 10/23/2019 09:57:25 10/23/2019 13:12:25 - 08/11/2020 16:56:03 + 10/23/2019 09:57:25 - 08/11/2020 16:56:03 + 11/03/2019 11:48:56 - 08/11/2020 16:56:03 + 11/03/2019 10:23:11 10/23/2019 13:12:25 - 08/11/2020 16:56:03 + 10/20/2019 12:20:12 - 08/11/2020 16:56:03 + 10/23/2019 09:57:25 - 08/11/2020 16:56:03 + 10/23/2019 09:57:25 - 08/11/2020 16:56:03 + 10/20/2019 12:20:09 - 08/11/2020 16:56:03 + 10/20/2019 12:20:06 - 08/11/2020 16:56:03 + 10/20/2019 12:20:06 - 08/11/2020 16:56:03 + 10/20/2019 12:20:09 - 08/11/2020 16:56:03 + 10/20/2019 12:20:09 - 08/11/2020 16:56:03 + 10/23/2019 14:20:47 - 08/11/2020 16:56:03 + 10/23/2019 10:12:09 - 08/11/2020 16:56:03 + 10/20/2019 12:20:09 - 08/11/2020 16:56:03 + 10/20/2019 12:20:09 - 08/11/2020 16:56:03 + 10/20/2019 12:20:09 - 08/11/2020 16:56:03 + 10/20/2019 12:20:09 - 08/11/2020 16:56:03 + 10/20/2019 12:20:09 - 08/11/2020 16:56:03 + 10/20/2019 12:20:09 - 08/11/2020 16:56:03 + 10/20/2019 12:20:09 - 08/11/2020 16:56:03 + 10/20/2019 12:20:09 - 08/11/2020 16:56:03 + 10/20/2019 12:20:09 - 08/11/2020 16:56:03 + 10/20/2019 12:20:09 - 08/11/2020 16:56:03 + 10/20/2019 12:20:09 - 08/11/2020 16:56:03 + 10/23/2019 09:57:25 - 08/11/2020 16:56:03 + 10/20/2019 12:20:09 - 08/11/2020 16:56:03 + 10/20/2019 12:20:09 - 08/11/2020 16:56:03 + 10/20/2019 12:20:09 - 08/11/2020 16:56:03 + 10/20/2019 12:20:09 - 08/11/2020 16:56:03 + 10/20/2019 12:20:09 - 08/11/2020 16:56:03 + 10/20/2019 12:20:10 - 08/11/2020 16:56:03 + 10/20/2019 12:20:10 - 08/11/2020 16:56:03 + 11/07/2019 12:22:35 - 08/11/2020 16:56:03 + 10/30/2019 12:06:05 - 08/11/2020 16:56:03 + 10/30/2019 12:06:05 - 08/11/2020 16:56:03 + 10/30/2019 14:31:08 - 08/11/2020 16:56:03 + 11/03/2019 11:48:56 - 08/11/2020 16:56:03 + 11/03/2019 11:48:56 - 08/11/2020 16:56:03 + 10/20/2019 12:20:09 - 08/11/2020 16:56:03 + 10/20/2019 12:20:09 - 08/11/2020 16:56:08 + 05/25/2020 12:29:40 - 08/27/2020 17:37:00 + 08/28/2020 09:21:11 - 08/19/2020 16:51:33 + 08/19/2020 18:38:17 - 08/11/2020 16:56:08 + 08/06/2020 12:47:55 - 08/11/2020 16:56:08 + 11/11/2019 06:43:02 - 08/11/2020 16:56:08 + 10/20/2019 12:20:12 - 08/11/2020 16:56:08 + 10/20/2019 12:20:12 - 08/25/2020 13:54:03 + 08/26/2020 11:29:34 - 08/26/2020 13:25:27 + 08/27/2020 15:39:09 - 08/20/2020 18:22:34 + 08/12/2020 12:05:55 - 08/11/2020 16:56:08 + 10/20/2019 12:20:12 - 08/11/2020 16:56:08 + 11/11/2019 06:43:02 - 08/18/2020 13:02:11 + 08/18/2020 18:07:38 - 08/11/2020 16:56:08 + 10/20/2019 12:20:12 - 08/11/2020 16:56:08 + 10/20/2019 12:20:12 - 08/11/2020 16:56:08 + 10/20/2019 12:20:12 - 08/11/2020 16:56:08 + 10/20/2019 12:20:12 - 08/11/2020 16:56:08 + 10/20/2019 12:20:12 - 08/11/2020 16:56:08 + 10/20/2019 12:20:12 09/30/2019 09:42:58 - 08/11/2020 16:56:08 + 10/20/2019 12:20:12 - 08/11/2020 16:56:08 + 08/06/2020 12:47:55 - 08/11/2020 16:56:08 + 10/20/2019 12:20:12 - 08/11/2020 16:56:08 + 10/20/2019 12:20:12 - 08/11/2020 16:56:08 + 10/20/2019 12:20:12 - 08/11/2020 16:56:08 + 08/06/2020 12:47:55 - 08/11/2020 16:56:08 + 08/06/2020 12:47:55 - 08/12/2020 14:59:25 + 08/12/2020 17:22:08 - 08/11/2020 16:56:08 + 10/20/2019 12:20:12 - 08/11/2020 16:56:08 + 10/20/2019 12:20:12 - 08/11/2020 16:56:08 + 08/06/2020 12:47:55 - 08/24/2020 11:45:30 + 08/25/2020 10:15:18 - 08/27/2020 20:38:00 + 08/25/2020 10:15:18 - 08/27/2020 12:26:11 + 08/27/2020 15:39:09 - 08/18/2020 12:12:16 + 11/07/2019 12:22:35 - 08/11/2020 16:56:08 + 10/30/2019 11:37:18 - 08/11/2020 16:56:08 + 08/06/2020 12:47:55 - 08/18/2020 16:45:45 + 08/06/2020 12:47:55 - 08/11/2020 16:56:08 + 08/06/2020 12:47:55 - 08/25/2020 13:44:43 + 08/19/2020 17:45:44 - 08/11/2020 16:56:08 + 08/06/2020 12:47:55 - 08/11/2020 16:56:08 + 08/06/2020 12:47:55 - 08/11/2020 16:56:08 + 10/20/2019 12:20:12 - 08/27/2020 19:17:06 + 08/28/2020 12:34:08 10/25/2019 16:47:02 - 08/11/2020 16:56:03 + 08/06/2020 12:47:59 - 08/11/2020 16:56:03 + 08/06/2020 12:47:59 - 08/11/2020 16:56:03 + 08/06/2020 12:47:59 - 08/11/2020 16:56:03 + 08/06/2020 12:47:59 - 08/11/2020 16:56:03 + 08/06/2020 12:47:59 - 08/11/2020 16:56:03 + 08/06/2020 12:47:59 - 08/11/2020 16:56:03 + 08/06/2020 12:47:59 - 08/11/2020 16:56:03 + 08/06/2020 12:47:59 - 08/11/2020 16:56:03 + 08/06/2020 12:47:59 - 08/11/2020 16:56:03 + 08/06/2020 12:47:59 - 08/11/2020 16:56:03 + 08/06/2020 12:47:59 - 08/11/2020 16:56:03 + 08/06/2020 12:47:59 - 08/11/2020 16:56:03 + 08/06/2020 12:47:59 - 08/11/2020 16:56:03 + 08/06/2020 12:47:59 - 08/11/2020 16:56:03 + 08/06/2020 12:47:59 - 08/11/2020 16:56:03 + 08/06/2020 12:47:59 - 08/11/2020 16:56:02 + 08/06/2020 12:47:59 - 08/11/2020 16:56:03 + 08/06/2020 12:47:59 - 08/11/2020 16:56:03 + 08/06/2020 12:47:59 - 08/11/2020 16:56:02 + 08/06/2020 12:47:59 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:02 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:02 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:00 - 08/11/2020 16:56:03 + 08/06/2020 12:48:01 - 08/11/2020 16:56:03 + 08/06/2020 12:48:01 - 08/11/2020 16:56:03 + 08/06/2020 12:48:01 - 08/11/2020 16:56:03 + 08/06/2020 12:48:01 - 08/11/2020 16:56:03 + 08/06/2020 12:48:01 - 08/11/2020 16:56:03 + 08/06/2020 12:48:01 - 08/11/2020 16:56:03 + 08/06/2020 12:48:01 - 08/11/2020 16:56:03 + 08/06/2020 12:48:01 - 08/11/2020 16:56:03 + 08/06/2020 12:48:01 - 08/11/2020 16:56:03 + 08/06/2020 12:48:01 - 08/11/2020 16:56:03 + 08/06/2020 12:48:01 - 08/11/2020 16:56:03 + 08/06/2020 12:48:01 - 08/11/2020 16:56:03 + 08/06/2020 12:48:01 - 08/11/2020 16:56:03 + 08/06/2020 12:48:01 - 08/11/2020 16:56:03 + 08/06/2020 12:48:01 - 08/11/2020 16:56:03 + 08/06/2020 12:48:01 - 08/11/2020 16:56:03 + 08/06/2020 12:48:01 - 08/11/2020 16:56:03 + 08/06/2020 12:48:01 - 08/11/2020 16:56:03 + 08/06/2020 12:48:01 - 08/11/2020 16:56:02 + 08/06/2020 12:48:01 - 08/11/2020 16:56:02 + 08/06/2020 12:48:01 - 08/11/2020 16:56:02 + 08/06/2020 12:48:01 - 08/11/2020 16:56:02 + 08/06/2020 12:48:02 - 08/11/2020 16:56:02 + 08/06/2020 12:48:02 - 08/11/2020 16:56:02 + 08/06/2020 12:48:02 - 08/11/2020 16:56:02 + 08/06/2020 12:48:02 - 08/11/2020 16:56:02 + 08/06/2020 12:48:02 - 08/11/2020 16:56:02 + 08/06/2020 12:48:02 - 08/11/2020 16:56:02 + 08/06/2020 12:48:02 - 08/11/2020 16:56:02 + 08/06/2020 12:48:02 - 08/11/2020 16:56:02 + 08/06/2020 12:48:02 - 08/11/2020 16:56:02 + 08/06/2020 12:48:02 - 08/11/2020 16:56:02 + 08/06/2020 12:48:02 - 08/11/2020 16:56:02 + 08/06/2020 12:48:02 - 08/11/2020 16:56:02 + 08/06/2020 12:48:02 - 08/11/2020 16:56:03 + 08/06/2020 12:48:02 - 08/11/2020 16:56:03 + 08/06/2020 12:48:02 - 08/11/2020 16:56:03 + 08/06/2020 12:48:02 - 08/11/2020 16:56:03 + 08/06/2020 12:48:02 - 08/11/2020 16:56:03 + 08/06/2020 12:48:02 - 08/11/2020 16:56:03 + 08/06/2020 12:48:02 - 08/11/2020 16:56:03 + 08/06/2020 12:48:02 - 08/11/2020 16:56:03 + 08/06/2020 12:48:02 - 08/11/2020 16:56:03 + 08/06/2020 12:48:02 - 08/11/2020 16:56:03 + 08/06/2020 12:48:02 - 08/11/2020 16:56:03 + 08/06/2020 12:48:02 - 08/11/2020 16:56:03 + 08/06/2020 12:48:02 - 08/11/2020 16:56:03 + 08/06/2020 12:48:02 - 08/11/2020 16:56:03 + 08/06/2020 12:48:02 - 08/11/2020 16:56:03 + 08/06/2020 12:48:02 - 08/11/2020 16:56:03 + 08/06/2020 12:48:02 - 08/11/2020 16:56:03 + 08/06/2020 12:48:02 - 08/11/2020 16:56:03 + 08/06/2020 12:48:02 - 08/11/2020 16:56:03 + 08/06/2020 12:48:02 10/20/2019 15:35:21 - 08/26/2020 13:38:36 + 08/27/2020 15:42:14 - 08/11/2020 16:56:09 + 08/28/2020 13:05:57 - 08/11/2020 16:56:09 + 11/07/2019 12:22:35 - 08/11/2020 16:56:09 + 05/25/2020 13:30:50 - 08/11/2020 16:56:09 + 08/11/2020 18:25:35 - 08/11/2020 16:56:09 + 08/11/2020 18:25:35 - 08/27/2020 16:54:47 + 08/28/2020 12:35:05 - 08/11/2020 16:56:09 + 08/11/2020 18:25:35 - 08/23/2020 09:45:34 + 08/28/2020 17:33:58 08/12/2020 15:58:42 - 08/27/2020 20:37:33 + 08/28/2020 09:21:10 - 08/27/2020 20:02:00 + 08/28/2020 09:21:10 - 08/27/2020 20:08:23 + 08/28/2020 09:21:10 - 08/11/2020 16:56:08 + 08/28/2020 13:06:05 - 08/24/2020 11:26:26 + 08/28/2020 17:34:57 - 08/27/2020 20:02:10 + 08/28/2020 09:21:10 - 08/27/2020 12:26:40 + 08/28/2020 13:04:59 - 08/11/2020 16:56:10 + 10/21/2019 07:04:55 - 08/11/2020 16:56:09 + 08/06/2020 12:47:55 - 08/24/2020 16:27:05 + 08/25/2020 10:15:18 - 08/18/2020 12:12:21 + 11/11/2019 11:11:30 - 08/11/2020 16:56:09 + 11/11/2019 06:43:02 - 08/27/2020 20:02:26 + 08/28/2020 09:21:10 - 08/24/2020 15:02:47 + 08/25/2020 10:15:18 07/31/2020 10:42:21 diff --git a/JMEAgentSystem/Site.Master b/JMEAgentSystem/Site.Master index 6543622..016502d 100644 --- a/JMEAgentSystem/Site.Master +++ b/JMEAgentSystem/Site.Master @@ -6,7 +6,8 @@ - <%: string.IsNullOrEmpty(Page.Title)?"JME":Page.Title %> - JME Agent System + <%--<%: string.IsNullOrEmpty(Page.Title)?"JME":Page.Title %> - JME Agent System--%> + JME - Tablet <%: Styles.Render("~/bundles/plugincss") %> @@ -44,7 +45,7 @@
- + diff --git a/JMEAgentSystem/WebPages/About.aspx b/JMEAgentSystem/WebPages/About.aspx index 940255a..5f2e56d 100644 --- a/JMEAgentSystem/WebPages/About.aspx +++ b/JMEAgentSystem/WebPages/About.aspx @@ -1,4 +1,4 @@ -<%@ Page Title="About" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="About.aspx.cs" Inherits="JMEAgentSystem.About" %> +<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="About.aspx.cs" Inherits="JMEAgentSystem.About" %>
diff --git a/JMEAgentSystem/WebPages/Account/Login.aspx b/JMEAgentSystem/WebPages/Account/Login.aspx index a452e83..d28200f 100644 --- a/JMEAgentSystem/WebPages/Account/Login.aspx +++ b/JMEAgentSystem/WebPages/Account/Login.aspx @@ -17,7 +17,7 @@
-
+
- + <%----%> diff --git a/JMEAgentSystem/WebPages/Contact.aspx b/JMEAgentSystem/WebPages/Contact.aspx index 5a8a73a..d8b8560 100644 --- a/JMEAgentSystem/WebPages/Contact.aspx +++ b/JMEAgentSystem/WebPages/Contact.aspx @@ -1,4 +1,4 @@ -<%@ Page Title="Contact" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Contact.aspx.cs" Inherits="JMEAgentSystem.Contact" %> +<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Contact.aspx.cs" Inherits="JMEAgentSystem.Contact" %>
diff --git a/JMEAgentSystem/WebPages/CustomerRegistration/Manage.aspx b/JMEAgentSystem/WebPages/CustomerRegistration/Manage.aspx index d46f9e1..18efc64 100644 --- a/JMEAgentSystem/WebPages/CustomerRegistration/Manage.aspx +++ b/JMEAgentSystem/WebPages/CustomerRegistration/Manage.aspx @@ -503,7 +503,7 @@
- + <%----%> @@ -528,7 +528,7 @@
- + <%----%> diff --git a/JMEAgentSystem/WebPages/Default.aspx b/JMEAgentSystem/WebPages/Default.aspx index 8bf210a..0ad7e97 100644 --- a/JMEAgentSystem/WebPages/Default.aspx +++ b/JMEAgentSystem/WebPages/Default.aspx @@ -1,4 +1,4 @@ -<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="JMEAgentSystem._Default" %> +<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="JMEAgentSystem._Default" %>
diff --git a/JMEAgentSystem/obj/Release/Package/PackageTmp/Account.Master b/JMEAgentSystem/obj/Release/Package/PackageTmp/Account.Master index e1158b2..8574794 100644 --- a/JMEAgentSystem/obj/Release/Package/PackageTmp/Account.Master +++ b/JMEAgentSystem/obj/Release/Package/PackageTmp/Account.Master @@ -6,7 +6,8 @@ - <%: Page.Title %> - JME Agent System + <%--<%: Page.Title %> - JME Agent System--%> + JME - Tablet <%: Styles.Render("~/bundles/plugincss") %> diff --git a/JMEAgentSystem/obj/Release/Package/PackageTmp/Content/style.css b/JMEAgentSystem/obj/Release/Package/PackageTmp/Content/style.css index a2df0b1..2e4f552 100644 --- a/JMEAgentSystem/obj/Release/Package/PackageTmp/Content/style.css +++ b/JMEAgentSystem/obj/Release/Package/PackageTmp/Content/style.css @@ -3561,7 +3561,7 @@ File: Menu .topbar .topbar-left { background-color: #ffffff; float: left; - height: 70px; + height: 90px; position: relative; width: 240px; z-index: 1; diff --git a/JMEAgentSystem/obj/Release/Package/PackageTmp/WebPages/About.aspx b/JMEAgentSystem/obj/Release/Package/PackageTmp/WebPages/About.aspx index 940255a..5f2e56d 100644 --- a/JMEAgentSystem/obj/Release/Package/PackageTmp/WebPages/About.aspx +++ b/JMEAgentSystem/obj/Release/Package/PackageTmp/WebPages/About.aspx @@ -1,4 +1,4 @@ -<%@ Page Title="About" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="About.aspx.cs" Inherits="JMEAgentSystem.About" %> +<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="About.aspx.cs" Inherits="JMEAgentSystem.About" %>
diff --git a/JMEAgentSystem/obj/Release/Package/PackageTmp/WebPages/Contact.aspx b/JMEAgentSystem/obj/Release/Package/PackageTmp/WebPages/Contact.aspx index 5a8a73a..d8b8560 100644 --- a/JMEAgentSystem/obj/Release/Package/PackageTmp/WebPages/Contact.aspx +++ b/JMEAgentSystem/obj/Release/Package/PackageTmp/WebPages/Contact.aspx @@ -1,4 +1,4 @@ -<%@ Page Title="Contact" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Contact.aspx.cs" Inherits="JMEAgentSystem.Contact" %> +<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Contact.aspx.cs" Inherits="JMEAgentSystem.Contact" %>
diff --git a/JMEAgentSystem/obj/Release/TransformWebConfig/original/Web.config b/JMEAgentSystem/obj/Release/TransformWebConfig/original/Web.config index f272775..3e00d54 100644 --- a/JMEAgentSystem/obj/Release/TransformWebConfig/original/Web.config +++ b/JMEAgentSystem/obj/Release/TransformWebConfig/original/Web.config @@ -74,7 +74,7 @@ - +