-
Notifications
You must be signed in to change notification settings - Fork 0
/
EditINSFormReport.aspx
159 lines (157 loc) · 9.61 KB
/
EditINSFormReport.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="EditINSFormReport.aspx.cs" Inherits="EditINSFormReport" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<link href="StyleSheet.css" rel="stylesheet" />
<table align="center" class="auto-style2" dir="rtl">
<tr>
<td style="border-style: double; border-width: thin; border-color: #808080">
<table align="center" class="auto-style2" dir="rtl">
<tr>
<td>
<asp:Label ID="Label2" runat="server" Text="ویرایش اطلاعات بازرسی استان ها" CssClass="labelTitle"></asp:Label>
</td>
<td style="text-align: left">
<asp:Button ID="btnReturn" runat="server" CssClass="label" OnClick="btnReturn_Click" Text="بازگشت" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="border: thin double #808080; text-align: center;">
<table align="center" class="auto-style2" dir="rtl">
<tr>
<td style="text-align: right">
<asp:Label ID="Label4" runat="server" CssClass="label" Text="نام استان: "></asp:Label>
</td>
<td style="text-align: right" colspan="3">
<asp:DropDownList ID="ddlOstan" runat="server" CssClass="label2">
</asp:DropDownList>
<asp:Button ID="btnOstan" runat="server" CssClass="label" OnClick="btnOstan_Click" Text="تایید" />
<asp:Label ID="lblOstan" runat="server" CssClass="label2"></asp:Label>
</td>
</tr>
<tr>
<td style="text-align: right">
<asp:Label ID="Label5" runat="server" CssClass="label" Text="نام شهر: "></asp:Label>
</td>
<td style="text-align: right">
<asp:DropDownList ID="ddlShahr" runat="server" CssClass="label2">
</asp:DropDownList>
<asp:Button ID="btnShahr" runat="server" CssClass="label" OnClick="btnShahr_Click" Text="تایید" />
<asp:Label ID="lblShahr" runat="server" CssClass="label2"></asp:Label>
</td>
<td style="text-align: right">
<asp:Label ID="Label8" runat="server" CssClass="label" Text="حوزه قضائی: "></asp:Label>
</td>
<td style="text-align: right">
<asp:DropDownList ID="ddlHouzeh" runat="server" CssClass="label2">
</asp:DropDownList>
<asp:Button ID="btnHouzeh" runat="server" CssClass="label" OnClick="btnHouzeh_Click" Text="تایید" />
<asp:Label ID="lblHouzeh" runat="server" CssClass="label2"></asp:Label>
</td>
</tr>
<tr>
<td style="text-align: right">
<asp:Label ID="Label6" runat="server" CssClass="label" Text="نام شعبه: "></asp:Label>
</td>
<td style="text-align: right">
<asp:DropDownList ID="ddlShobeh" runat="server" CssClass="label2">
</asp:DropDownList>
<asp:Button ID="btnShobeh" runat="server" CssClass="label" OnClick="btnShobeh_Click" Text="تایید" />
<asp:Label ID="lblShobeh" runat="server" CssClass="label2"></asp:Label>
</td>
<td colspan="2"> </td>
</tr>
<tr>
<td style="text-align: right">
<asp:Label ID="Label7" runat="server" CssClass="label" Text="از تاریخ: "></asp:Label>
</td>
<td style="text-align: right">
<asp:DropDownList ID="ddlMonth1" runat="server" CssClass="label2" Visible="False">
<asp:ListItem Value="00">-----</asp:ListItem>
<asp:ListItem Value="01">فروردین</asp:ListItem>
<asp:ListItem Value="02">اردیبهشت</asp:ListItem>
<asp:ListItem Value="03">خرداد</asp:ListItem>
<asp:ListItem Value="04">تیر</asp:ListItem>
<asp:ListItem Value="05">مرداد</asp:ListItem>
<asp:ListItem Value="06">شهریور</asp:ListItem>
<asp:ListItem Value="07">مهر</asp:ListItem>
<asp:ListItem Value="08">آبان</asp:ListItem>
<asp:ListItem Value="09">آذر</asp:ListItem>
<asp:ListItem Value="10">دی</asp:ListItem>
<asp:ListItem Value="11">بهمن</asp:ListItem>
<asp:ListItem Value="12">اسفند</asp:ListItem>
</asp:DropDownList>
<asp:DropDownList ID="ddlYear1" runat="server" CssClass="label2">
<asp:ListItem Selected="True" Value="00">-----</asp:ListItem>
<asp:ListItem>1395</asp:ListItem>
<asp:ListItem>1396</asp:ListItem>
<asp:ListItem>1397</asp:ListItem>
<asp:ListItem>1398</asp:ListItem>
<asp:ListItem>1399</asp:ListItem>
<asp:ListItem>1400</asp:ListItem>
</asp:DropDownList>
</td>
<td style="text-align: right"> <asp:Label ID="Label3" runat="server" CssClass="label" Text="تا تاریخ: "></asp:Label>
</td>
<td style="text-align: right">
<asp:DropDownList ID="ddlMonth2" runat="server" CssClass="label2" Visible="False">
<asp:ListItem Value="00">-----</asp:ListItem>
<asp:ListItem Value="01">فروردین</asp:ListItem>
<asp:ListItem Value="02">اردیبهشت</asp:ListItem>
<asp:ListItem Value="03">خرداد</asp:ListItem>
<asp:ListItem Value="04">تیر</asp:ListItem>
<asp:ListItem Value="05">مرداد</asp:ListItem>
<asp:ListItem Value="06">شهریور</asp:ListItem>
<asp:ListItem Value="07">مهر</asp:ListItem>
<asp:ListItem Value="08">آبان</asp:ListItem>
<asp:ListItem Value="09">آذر</asp:ListItem>
<asp:ListItem Value="10">دی</asp:ListItem>
<asp:ListItem Value="11">بهمن</asp:ListItem>
<asp:ListItem Value="12">اسفند</asp:ListItem>
</asp:DropDownList>
<asp:DropDownList ID="ddlYear2" runat="server" CssClass="label2">
<asp:ListItem Selected="True" Value="00">-----</asp:ListItem>
<asp:ListItem>1395</asp:ListItem>
<asp:ListItem>1396</asp:ListItem>
<asp:ListItem>1397</asp:ListItem>
<asp:ListItem>1398</asp:ListItem>
<asp:ListItem>1399</asp:ListItem>
<asp:ListItem>1400</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="border: thin double #808080; text-align: center;"><asp:Button ID="btnShow" runat="server" CssClass="label" Text="نمایش اطلاعات" OnClick="btnShow_Click" />
</td>
</tr>
<tr>
<td style="border: thin double #808080; text-align: center;">
<asp:GridView ID="GridView2" runat="server" BackColor="White" BorderColor="#CCCCCC" BorderStyle="None" BorderWidth="1px" CellPadding="3" Font-Bold="True" Font-Names="B Nazanin" Width="100%">
<Columns>
<asp:HyperLinkField DataNavigateUrlFields="کد بازرسی" DataNavigateUrlFormatString="ViewEditINSForm.aspx?کد بازرسی={0}" Text="اطلاعات بیشتر" />
</Columns>
<FooterStyle BackColor="White" ForeColor="#000066" />
<HeaderStyle BackColor="#006699" Font-Bold="True" ForeColor="White" />
<PagerStyle ForeColor="#000066" HorizontalAlign="Left" BackColor="White" />
<RowStyle ForeColor="#000066" />
<SelectedRowStyle BackColor="#669999" Font-Bold="True" ForeColor="White" />
<SortedAscendingCellStyle BackColor="#F1F1F1" />
<SortedAscendingHeaderStyle BackColor="#007DBB" />
<SortedDescendingCellStyle BackColor="#CAC9C9" />
<SortedDescendingHeaderStyle BackColor="#00547E" />
</asp:GridView>
</td>
</tr>
<tr>
<td style="border: thin double #808080; text-align: center;">
<asp:Button ID="btnReturn2" runat="server" CssClass="label" Text="بازگشت" OnClick="btnReturn2_Click" />
</td>
</tr>
</table>
</asp:Content>