Edit D:\AVAWeike\AVAWeike\AVA.ResourcesPlatform.WebUI\JS\Global.aspx
??<%@ Page Language="C#" AutoEventWireup="true" %> <%--<script type="text/javascript">--%> //??????????? var Global = new Object(); Global.Animation = new Object(); /******************************************* * ??????????????? *******************************************/ //?????? Global.Virtual = "<%= System.Web.HttpContext.Current.Request.ApplicationPath.Length > 1 ? System.Web.HttpContext.Current.Request.ApplicationPath : "" %>"; //??????????????????????????????????????"/web" Global.RootDomain = "<%= SettingGroupTemplate.RootDomain.ToScriptChar() %>" //?????????????????ookie Domain //??????Cookie Global.Animation.Small = ""; //????????? Global.Site = "<%= System.Web.HttpContext.Current.Request.WebPath().ToScriptChar()%>"; <% if(SettingGroup.Debug == true){ %> if (Global.Site !== "http://" + window.location.host) { Global.Site = "http://" + window.location.host;// for proxy } <%} %> Global.LodingHtml = "<div id='divloading' style=' width:214px; padding-top:100px; padding-bottom:100px; margin:0px auto auto; overflow:hidden'><img src='<%= System.Web.HttpContext.Current.Request.WebPath().ToScriptChar()%>/Images/loading.gif' /></div>"; //??????Cookie var globalUserCode___ = $.cookie("UserCode<%= SettingGroup.CookieSuffix %>"); Global.UserCode = globalUserCode___ == null ? null : decodeURIComponent(globalUserCode___); var globalUserName____ = $.cookie("UserName<%= SettingGroup.CookieSuffix %>"); Global.UserName = globalUserName____ == null ? null : decodeURIComponent(globalUserName____); var globalParentCode____ = $.cookie("ParentCode<%= SettingGroup.CookieSuffix %>"); Global.ParentCode = globalParentCode____ == null ? null : decodeURIComponent(globalParentCode____); var globalParentName____ = $.cookie("ParentName<%= SettingGroup.CookieSuffix %>"); Global.ParentName = globalParentName____ == null ? null : decodeURIComponent(globalParentName____); var globalUserTypeGuid____ = $.cookie("UserTypeGuid<%= SettingGroup.CookieSuffix %>"); Global.UserTypeGuid = globalUserTypeGuid____ == null ? null : decodeURIComponent(globalUserTypeGuid____); var globalUserTypeJson___ = $.cookie("UserTypeJson<%= SettingGroup.CookieSuffix %>"); Global.UserType = eval("(" + globalUserTypeJson___ + ")"); var defaultImage = document.createElement("img"); defaultImage.src = "<%= SettingGroup.DefaultSliderImg%>"; window.defaultImage = defaultImage; $(function () { $(".video-photo").css("background-image", "url('<%= SettingGroup.DefaultImg%>')"); }); <%--</script>--%>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de