-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLoader1.aspx
72 lines (53 loc) · 2.05 KB
/
Loader1.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<%@ Page Title="" Language="C#" MasterPageFile="~/_master/Loader.Master" AutoEventWireup="true" %>
<%@ Register Assembly="nilnul._web_._CTR_" Namespace="nilnul._web_._CTR_.script_.onLoad_.dollar_" TagPrefix="cc2" %>
<%@ Register Assembly="nilnul._web_._CTR_" Namespace="nilnul._web_._CTR_.enCn_" TagPrefix="cc1" %>
<%--<%@ OutputCache Duration="3600000" VaryByCustom="l" VaryByParam="title,url,l" %>
title is not changed when cached.
--%>
<script runat="server">
//[Obsolete("see loader_.Titled")]
protected void Page_Load(object sender, EventArgs e)
{
this.title = Request.QueryString["title4weixin"] ?? Request.QueryString["title"] ?? ("" + (Request.QueryString["url"] ?? "")); //or ""
}
public string title = "";
public nilnul.txt.op_.unary_.Trunc trunc = new nilnul.txt.op_.unary_.Trunc(256);
public string titleEncoded
{
get
{
return Server.HtmlEncode(Server.UrlDecode(title));
}
}
public string titleEncodedTruncated
{
get
{
return trunc.op( titleEncoded );
}
}
</script>
<asp:Content ID="Content11" ContentPlaceHolderID="titleContent" runat="server">
<%= this.titleEncodedTruncated %>
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<div>
<div>
<cc1:enCn__BySession ID="EnCn__BySession2" runat="server">
<%--first one is english--%>
<asp:View ID="View7" runat="server">
Loading Contents, please wait...<br />
If the loading is not completed in a long time, please contact us.
</asp:View>
<asp:View ID="View8" runat="server">
正在加载内容,请等待...<br />
如果长时间没有加载完成,请联系网站维护人员
</asp:View>
</cc1:enCn__BySession>
</div>
<cc2:script__onLoad__dollar__OnTypeName ID="Script__onLoad__dollar__OnTypeName1" runat="server" js="nilnul._express_._compose_._WEB_._loader._refer.Js" />
<!--2404022100-->
</div>
</asp:Content>