From 621f00dc4014472452be03958226aa90b25b02fc Mon Sep 17 00:00:00 2001 From: Rajat Jain Date: Mon, 27 Jun 2022 15:04:22 +0530 Subject: [PATCH] Maintenance Popup Changes --- 400-SOURCECODE/AIAHTML5.Web/Web.config | 1 + 400-SOURCECODE/AIAHTML5.Web/app/widget/MaintenanceTemplate.html | 5 +++++ 400-SOURCECODE/AIAHTML5.Web/index.aspx | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++---------------- 3 files changed, 59 insertions(+), 16 deletions(-) create mode 100644 400-SOURCECODE/AIAHTML5.Web/app/widget/MaintenanceTemplate.html diff --git a/400-SOURCECODE/AIAHTML5.Web/Web.config b/400-SOURCECODE/AIAHTML5.Web/Web.config index 9a37b41..56450af 100644 --- a/400-SOURCECODE/AIAHTML5.Web/Web.config +++ b/400-SOURCECODE/AIAHTML5.Web/Web.config @@ -11,6 +11,7 @@ + diff --git a/400-SOURCECODE/AIAHTML5.Web/app/widget/MaintenanceTemplate.html b/400-SOURCECODE/AIAHTML5.Web/app/widget/MaintenanceTemplate.html new file mode 100644 index 0000000..0566935 --- /dev/null +++ b/400-SOURCECODE/AIAHTML5.Web/app/widget/MaintenanceTemplate.html @@ -0,0 +1,5 @@ + +

+ I am trying to Dynamically Generating the Codes for Web Application
+ I Want to read External HTML File +

\ No newline at end of file diff --git a/400-SOURCECODE/AIAHTML5.Web/index.aspx b/400-SOURCECODE/AIAHTML5.Web/index.aspx index 62d1f9a..f62e6dc 100644 --- a/400-SOURCECODE/AIAHTML5.Web/index.aspx +++ b/400-SOURCECODE/AIAHTML5.Web/index.aspx @@ -1,6 +1,8 @@ <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="index.aspx.cs" Inherits="ADAM.AIA.index" %> <%@ OutputCache NoStore="True" Duration="1" VaryByParam='*' Location="None" %> +<% bool i = Convert.ToBoolean(ConfigurationManager.AppSettings["DisplayMaintenanceMessage"]); %> + @@ -51,7 +53,6 @@ background-color: #000000!important; }*/ - #termList option:hover { background-color: #3399FF !important; color: #fff !important; @@ -164,11 +165,13 @@ #refreshBtn { color: #ffffff; } + @@ -1479,7 +1482,35 @@ + + + + + + + +