-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSFormReport.aspx
168 lines (166 loc) · 9.97 KB
/
INSFormReport.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
160
161
162
163
164
165
166
167
168
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="INSFormReport.aspx.cs" Inherits="Forms" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<link href="StyleSheet.css" rel="stylesheet" />
<style type="text/css">
.auto-style3 {
width: 925px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table align="center" class="auto-style3" dir="rtl">
<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="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="2">
<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>
<td style="text-align: left" colspan="2">
<asp:Label ID="lblRecordCount" runat="server" CssClass="label" ForeColor="Maroon"></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" colspan="2">
<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="3"> </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" colspan="2"> <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="#DEBA84" BorderColor="#DEBA84" BorderStyle="None" BorderWidth="1px" CellPadding="3" CellSpacing="2" Font-Bold="True" Font-Names="B Nazanin" Width="100%">
<Columns>
<asp:HyperLinkField DataNavigateUrlFields="کد بازرسی" DataNavigateUrlFormatString="ViewINSFormReport.aspx?کد بازرسی={0}" Text="اطلاعات بیشتر" />
</Columns>
<FooterStyle BackColor="#F7DFB5" ForeColor="#8C4510" />
<HeaderStyle BackColor="#A55129" Font-Bold="True" ForeColor="White" />
<PagerStyle ForeColor="#8C4510" HorizontalAlign="Center" />
<RowStyle BackColor="#FFF7E7" ForeColor="#8C4510" />
<SelectedRowStyle BackColor="#738A9C" Font-Bold="True" ForeColor="White" />
<SortedAscendingCellStyle BackColor="#FFF1D4" />
<SortedAscendingHeaderStyle BackColor="#B95C30" />
<SortedDescendingCellStyle BackColor="#F1E5CE" />
<SortedDescendingHeaderStyle BackColor="#93451F" />
</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>