Files
ayanova7/source/MBI/memoedit.aspx
2018-06-29 19:47:36 +00:00

41 lines
1.7 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="memoedit.aspx.cs" Inherits="AyaNovaMBI.memoedit" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>me</title>
<link rel="Stylesheet" href="mbi.css" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div>
<span class="clerror">
<asp:Label runat="server" id="lblRequired" visible="False">*</asp:Label>
</span> <asp:Button id="btnto" runat="server" text="to" OnClick="btnto_Click" />
<br />
<asp:Label runat="server" id="lblRecipients" width="99%" />
<br />
<span class="sectsubhead">
<asp:Label id="lblsubject" runat="server" text="LT:Memo.Label.Subject"
width="99%" associatedcontrolid="edSubject"></asp:Label>
</span>
<br />
<asp:TextBox id="edSubject" runat="server" width="99%" ></asp:TextBox>
<br />
<span class="sectsubhead">
<asp:Label id="Label1" runat="server" text="LT:Memo.Label.Message"
width="99%" associatedcontrolid="edMessage"></asp:Label>
</span>
<br />
<asp:TextBox id="edMessage" runat="server" width="99%" rows="10"
textmode="MultiLine" />
<br />
<asp:Button id="btnOK" runat="server" text="OK" OnClick="btnOK_Click" />
<asp:Button id="btnCancel" runat="server" text="Cancel" OnClick="btnCancel_Click" />
</div>
</form>
</body>
</html>