回复:Discuz!NT_1.0_DistantBox聊天室V1.0.5
版主聊天室
templateBuilder.Append("<div class=\"maintable\"><div class=\"spaceborder\" style=\"WIDTH: 100%\">\r\n");
templateBuilder.Append(" <table cellspacing=\"0\" cellpadding=\"4\" width=\"100%\" align=\"center\">\r\n");
templateBuilder.Append(" <tbody>\r\n");
templateBuilder.Append(" <tr>\r\n");
templateBuilder.Append(" <td colspan=\"3\" class=\"header\"><a href=\"###\" onclick=\"toggle_collapse('');\"><img id=\"forumlinks_img\" src=\"templates/" + templatepath.ToString() + "/images/collapsed_no.gif\" border=\"0\"\r\n");
templateBuilder.Append(" align=\"right\" alt=\"\" /></a>\r\n");
templateBuilder.Append(" <span class=\"bold\">DistantMessageSystem</span></td>\r\n");
templateBuilder.Append(" </tr>\r\n");
templateBuilder.Append(" <tr>\r\n");
templateBuilder.Append(" <td colspan=\"3\">\r\n");
templateBuilder.Append(" <IFRAME SRC=\"DistantBox/D_Msg/IndeX.AspX\" width=\"100%\" height=\"200\"></IFRAME></td>\r\n");
templateBuilder.Append(" </tr>\r\n");
templateBuilder.Append(" </tbody>\r\n");
templateBuilder.Append(" </table>\r\n");
templateBuilder.Append("</div></div>\r\n");
Session["UserName"] = username.ToString();
Session["SkinID"] = templatepath.ToString();
在哪调用啊