28 lines
945 B
Plaintext
28 lines
945 B
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ContractEdit.aspx.cs" Inherits="ContractEdit"
|
|
EnableEventValidation="false" ValidateRequest="false" %>
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<title>Untitled Page</title>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<div>
|
|
|
|
<div >
|
|
<h4>
|
|
<asp:Label runat="server" ID="lblHeader" Width="100%" EnableViewState="False"
|
|
style="text-decoration: underline"></asp:Label></h4>
|
|
</div>
|
|
<div class="fld">
|
|
<asp:Label runat="server" ID="lblDetails" Width="100%" EnableViewState="False"></asp:Label>
|
|
|
|
</div>
|
|
</div>
|
|
</form>
|
|
|
|
|
|
</body>
|
|
</html>
|