<%@ Page Language="C#" %> <%@ Import Namespace ="System.Data" %> <%@ Import Namespace ="System.Collections.Generic" %> <%@ Import Namespace ="eMIS" %> <% string wwwroot = Request.ApplicationPath; if (wwwroot == "/") wwwroot = ""; string theme = "lr"; theme = wwwroot+"/Themes/"+Session["theme"].ToString(); %> 显示设置