<%@ Page Language="C#" %> <%@ Import Namespace="eMIS.Data" %> <%@ Import Namespace="System.Data" %> <%@ Import Namespace="eMIS" %> <% string userId = ""; string userLogin = ""; string login_from = "app"; string dd = ""; string wwwroot = Request.ApplicationPath; if (wwwroot == "/") wwwroot = ""; userId = Convert.ToString(Session["userid"]); // userId = "400995"; string theme = "spr"; Session["theme"] = theme; HttpCookie cookie = Request.Cookies["_user"]; login_from = (cookie == null ? "app" : cookie["board"].ToString()); %> 我的待办事件 <%=dd %>
<%--
任务描述
--%>