Пример #1
0
		void Command(LinkMaker lm, string command, string helptext, string url)
		{
			Response.Write("<table cellspacing='0' cellpadding='1' class='CommandTable' border='0'><tr><td valign='middle'>");
			Response.Write("<img src='" + lm.LinkToImage("images/go-dark.gif") + "'>");
			Response.Write("</td>");
			
			Response.Write("<td valign='middle'>");
			Response.Write("<a title='" + helptext + "' href=\"" + url + "\">" + command + "</a>");
			Response.Write("</td>");
			Response.Write("</tr></table>");

		}