-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontracts.aspx
40 lines (34 loc) · 1.49 KB
/
contracts.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<%@ Page Title="" Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="contracts.aspx.vb" Inherits="Default3" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" runat="server"
contentplaceholderid="ContentPlaceHolder2">
<table style="width:100%;">
<tr>
<td width="50%">
<asp:Label ID="Label4" runat="server" Text="Номер договора"></asp:Label>
</td>
<td width="50%">
<asp:TextBox ID="TextBox3" runat="server" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td>
<asp:Label ID="Label5" runat="server" Text="Дата заключения договора"></asp:Label>
</td>
<td>
<asp:TextBox ID="TextBox4" runat="server" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td>
<asp:Label ID="Label6" runat="server" Text="Дата окончания договора"></asp:Label>
</td>
<td>
<asp:TextBox ID="TextBox5" runat="server" ReadOnly="True"></asp:TextBox>
</td>
</tr>
</table>
<br />
<p><a href="mailto:[email protected]">Напишите нам</a> по вопросам сотрудничества или условиям договора.</p>
</asp:Content>