<%@ Page Language="C#" %> <%@ Import Namespace="eMIS" %> <% string c = DataManager.UrlDecode(Request.QueryString["c"].ToString()); string t = Request.QueryString["t"].ToString(); if (t != DataManager.MD5Hash(c)) c = "异常错误"; HttpCookie cookie = Request.Cookies["_user"]; string login_from = (cookie == null ? "dd" : cookie["board"].ToString()); string dd = ""; if (login_from == "dd") dd = ""; %> 流程消息 <%=dd %>
流程消息
<%=c %>
 
待办
关闭