1 | <%@ Control Language="C#" AutoEventWireup="true" CodeFile="Test_UC1l.ascx.cs" Inherits="Test_UC1l" %> |
---|
2 | <%@ Register Assembly="CKEditor.NET" Namespace="CKEditor.NET" TagPrefix="CKEditor" %> |
---|
3 | <%@ Register Assembly="BasicFrame.WebControls.BasicDatePicker, Version=1.4.1.41500, Culture=neutral, PublicKeyToken=e1cce521aa9b4849" |
---|
4 | Namespace="BasicFrame.WebControls" TagPrefix="BDP" %> |
---|
5 | <%@ Register Assembly="FreeTextBox" Namespace="FreeTextBoxControls" TagPrefix="FTB" %> |
---|
6 | |
---|
7 | |
---|
8 | <style type="text/css"> |
---|
9 | .style1 |
---|
10 | { |
---|
11 | height: 93px; |
---|
12 | } |
---|
13 | .ltor {direction:ltr;} |
---|
14 | .button |
---|
15 | { |
---|
16 | background:Azure; |
---|
17 | border: solid 2px #b0c4de; |
---|
18 | color: #001563; |
---|
19 | font-weight:bold; |
---|
20 | |
---|
21 | |
---|
22 | } |
---|
23 | </style> |
---|
24 | |
---|
25 | |
---|
26 | |
---|
27 | <table align="center" cellpadding="0" cellspacing="0"> |
---|
28 | |
---|
29 | <tr> |
---|
30 | <td style="background-image: url('images/U_03.png'); background-repeat: repeat-y"> |
---|
31 | |
---|
32 | |
---|
33 | <table style="width: 100%;" border="1" bgcolor="#ABCDEF" > |
---|
34 | <tr> |
---|
35 | <td colspan="7" align="center"><b></b> |
---|
36 | <asp:Label ID="lbl_createdbyTEXT" runat="server" Text="اسم المستخدم:" ForeColor="White" Font-Size="Small" Font-Bold="true"></asp:Label><asp:Label ID="lbl_createdbyUser" |
---|
37 | runat="server" Text="" ForeColor="White" Font-Size="Small" Font-Bold="true"></asp:Label> |
---|
38 | </td> |
---|
39 | </tr> |
---|
40 | <tr> |
---|
41 | <td> |
---|
42 | <asp:Label ID="Label10" runat="server" Text="ID" ForeColor="Black" Font-Size="Small" Font-Bold="true"></asp:Label> |
---|
43 | </td> |
---|
44 | <td > |
---|
45 | |
---|
46 | <asp:Label ID="lblSaderId" runat="server"></asp:Label> |
---|
47 | </td> |
---|
48 | <td > |
---|
49 | <asp:Label ID="lbl_generatedocumentdate" runat="server" Text="تاريخ انشاء الوثيقة-CreationDate" ForeColor="Black" Font-Size="Small" Font-Bold="true"></asp:Label></td> |
---|
50 | <td colspan="4"> |
---|
51 | <BDP:BDPLite ID="bdp_generatedocumentdate" runat="server"> |
---|
52 | </BDP:BDPLite> |
---|
53 | </td> |
---|
54 | </tr> |
---|
55 | <tr> |
---|
56 | <td> |
---|
57 | <asp:Label ID="Label11" runat="server" Text="الجنسية-Nationality" Font-Bold="true" Font-Size="Small" ForeColor="Black"></asp:Label> |
---|
58 | </td> |
---|
59 | <td> |
---|
60 | |
---|
61 | <asp:DropDownList ID="ddl_Nationality" runat="server" CausesValidation="True" Width="70%" |
---|
62 | ValidationGroup="DropdownValidationGroup"> |
---|
63 | </asp:DropDownList> |
---|
64 | <asp:RequiredFieldValidator ID="rfv_Nationality" runat="server" |
---|
65 | ControlToValidate="ddl_Nationality" ErrorMessage="Please Select Nationality" |
---|
66 | InitialValue="--Select--" ValidationGroup="DropdownValidationGroup"></asp:RequiredFieldValidator> |
---|
67 | </td> |
---|
68 | <td> |
---|
69 | <asp:Label ID="Label12" runat="server" Text="نوع الجهة الخارحية-OutsiderType" Font-Bold="true" Font-Size="Small" ForeColor="Black"></asp:Label> |
---|
70 | </td> |
---|
71 | <td colspan="4"> |
---|
72 | |
---|
73 | <asp:DropDownList ID="ddl_outsidertype" runat="server" AutoPostBack="True" Width="50%" |
---|
74 | onselectedindexchanged="ddl_outsidertype_SelectedIndexChanged" CausesValidation="True" |
---|
75 | > |
---|
76 | </asp:DropDownList> |
---|
77 | <asp:RequiredFieldValidator ID="rfv_Outsidertype" runat="server" |
---|
78 | ControlToValidate="ddl_outsidertype" ErrorMessage="Please Select OutsiderType" |
---|
79 | InitialValue="--Select--" ValidationGroup="DropdownValidationGroup"></asp:RequiredFieldValidator> |
---|
80 | </td> |
---|
81 | </tr> |
---|
82 | <tr> |
---|
83 | <td> |
---|
84 | <asp:Label ID="Label13" runat="server" Text="جهة خارجية-Outsiders" Font-Bold="true" Font-Size="Small" ForeColor="Black"></asp:Label> |
---|
85 | |
---|
86 | </td> |
---|
87 | <td> |
---|
88 | |
---|
89 | <asp:DropDownList ID="ddl_outsider" runat="server" CausesValidation="True" Width="70%"> |
---|
90 | </asp:DropDownList> |
---|
91 | <asp:RequiredFieldValidator ID="rfv_outsider" runat="server" |
---|
92 | ControlToValidate="ddl_outsider" ErrorMessage="Please Select Outsider" |
---|
93 | InitialValue="--Select--" ValidationGroup="DropdownValidationGroup"></asp:RequiredFieldValidator> |
---|
94 | </td> |
---|
95 | <td> |
---|
96 | <asp:Label ID="Label14" runat="server" Text="اللغة-Language" Visible="false" Font-Bold="true" Font-Size="Small" ForeColor="Black"></asp:Label> |
---|
97 | </td> |
---|
98 | <td colspan="4"> |
---|
99 | |
---|
100 | <asp:DropDownList ID="ddl_language" Visible="false" runat="server" CausesValidation="True" Width="50%"> |
---|
101 | </asp:DropDownList> |
---|
102 | <asp:RequiredFieldValidator ID="rfv_language" runat="server" |
---|
103 | ControlToValidate="ddl_language" ErrorMessage="Please Select Language" |
---|
104 | InitialValue="--Select--" ValidationGroup="DropdownValidationGroup"></asp:RequiredFieldValidator> |
---|
105 | </td> |
---|
106 | </tr> |
---|
107 | <tr> |
---|
108 | <td> |
---|
109 | <asp:Label ID="Label18" runat="server" Text="الأولوية-Priority" Font-Bold="true" Font-Size="Small" ForeColor="Black"></asp:Label> |
---|
110 | </td> |
---|
111 | <td> |
---|
112 | |
---|
113 | <asp:DropDownList ID="ddl_priority" runat="server" CausesValidation="True"> |
---|
114 | </asp:DropDownList> |
---|
115 | <asp:RequiredFieldValidator ID="rfv_priority" runat="server" |
---|
116 | ControlToValidate="ddl_priority" ErrorMessage="Please Select Priority" |
---|
117 | InitialValue="--Select--" ValidationGroup="DropdownValidationGroup"></asp:RequiredFieldValidator> |
---|
118 | </td> |
---|
119 | <td> |
---|
120 | <asp:Label ID="Label19" runat="server" Text="طريقة الارسال-SendingWay" Font-Bold="true" Font-Size="Small" ForeColor="Black"></asp:Label> |
---|
121 | </td> |
---|
122 | <td colspan="4"> |
---|
123 | |
---|
124 | <asp:DropDownList ID="ddl_sendingway" runat="server" Width="50%"> |
---|
125 | </asp:DropDownList> |
---|
126 | <asp:RequiredFieldValidator ID="rfv_sendingway" runat="server" |
---|
127 | ControlToValidate="ddl_sendingway" ErrorMessage="Please Select Sending Way" |
---|
128 | InitialValue="--Select--" ValidationGroup="DropdownValidationGroup"></asp:RequiredFieldValidator> |
---|
129 | </td> |
---|
130 | </tr> |
---|
131 | <tr> |
---|
132 | <td> |
---|
133 | <asp:Label ID="Label20" runat="server" Text="نوع الوثيقة-TypeOfDocument" ForeColor="Black" Font-Bold="true" Font-Size="Small"></asp:Label> |
---|
134 | |
---|
135 | </td> |
---|
136 | <td> |
---|
137 | <asp:DropDownList ID="ddl_typeOfDocument" runat="server" |
---|
138 | CausesValidation="True" Width="70%"> |
---|
139 | </asp:DropDownList> |
---|
140 | <asp:RequiredFieldValidator ID="rfv_typeofdocument" runat="server" |
---|
141 | ControlToValidate="ddl_typeOfDocument" |
---|
142 | ErrorMessage="Please Select TypeOfDocument" InitialValue="--Select--" |
---|
143 | ValidationGroup="DropdownValidationGroup"></asp:RequiredFieldValidator> |
---|
144 | </td> |
---|
145 | <td> |
---|
146 | |
---|
147 | </td> |
---|
148 | <td colspan="4"> |
---|
149 | |
---|
150 | </td> |
---|
151 | </tr> |
---|
152 | |
---|
153 | |
---|
154 | |
---|
155 | <tr> |
---|
156 | <td> |
---|
157 | <asp:Label ID="Label23" runat="server" Text="القسم-Department" Font-Bold="true" Font-Size="Small" ForeColor="Black"></asp:Label> |
---|
158 | </td> |
---|
159 | <td colspan="6"> |
---|
160 | <asp:DropDownList ID="ddl_Department" runat="server" Width="450px" |
---|
161 | CausesValidation="True" AutoPostBack="True" |
---|
162 | onselectedindexchanged="ddl_Department_SelectedIndexChanged" ondatabound="ddl_Department_DataBound" |
---|
163 | > |
---|
164 | </asp:DropDownList> |
---|
165 | <asp:RequiredFieldValidator ID="rfv_department" runat="server" |
---|
166 | ControlToValidate="ddl_Department" ErrorMessage="Please Select Department" |
---|
167 | InitialValue="--Select--" ValidationGroup="DropdownValidationGroup"></asp:RequiredFieldValidator> |
---|
168 | <br /> |
---|
169 | </td> |
---|
170 | </tr> |
---|
171 | |
---|
172 | |
---|
173 | |
---|
174 | |
---|
175 | <tr> |
---|
176 | <td> |
---|
177 | <asp:Label ID="Label24" runat="server" Text="الموضوع-Description" ForeColor="Black" Font-Bold="true" Font-Size="Small"></asp:Label> |
---|
178 | |
---|
179 | </td> |
---|
180 | <td> |
---|
181 | <asp:TextBox ID="txt_Description" runat="server" Height="80px" Width="288px" |
---|
182 | CausesValidation="True" TextMode="MultiLine"></asp:TextBox><br /> |
---|
183 | <asp:RequiredFieldValidator ID="rfv_subject" runat="server" |
---|
184 | ControlToValidate="txt_Description" ErrorMessage="Please Enter Subject" |
---|
185 | ValidationGroup="DropdownValidationGroup"></asp:RequiredFieldValidator> |
---|
186 | </td> |
---|
187 | <td> |
---|
188 | <asp:Label ID="Label25" runat="server" ForeColor="Black" Text="ملاحظات-Remarks" Font-Bold="true" Font-Size="Small"></asp:Label> |
---|
189 | </td> |
---|
190 | <td colspan="4"> |
---|
191 | <asp:TextBox ID="txt_Remarks" runat="server" Height="80px" |
---|
192 | style="margin-left: 0px" Width="269px" TextMode="MultiLine"></asp:TextBox></td> |
---|
193 | </tr> |
---|
194 | <tr> |
---|
195 | <td colspan="7"> |
---|
196 | |
---|
197 | |
---|
198 | <%--<asp:Button ID="btnupload" runat="server" |
---|
199 | Text="Upload" onclick="btnupload_Click" />--%> |
---|
200 | </td> |
---|
201 | </tr> |
---|
202 | <tr> |
---|
203 | <td rowspan="3"> |
---|
204 | <asp:Label ID="lbl_Serial" runat="server" ForeColor="Black" Width="90px" Text="رقم الصادر-Sader Number" Font-Bold="true" Font-Size="Small"></asp:Label><br /><br /> |
---|
205 | |
---|
206 | <asp:Label ID="lbl_waredRef" ForeColor="Black" runat="server" Width="120px" Text="رقم المرجع للوارد-WaredRefenceNumber" Visible="true" Font-Bold="true" Font-Size="Small"></asp:Label> |
---|
207 | </td> |
---|
208 | <td rowspan="3"> |
---|
209 | <asp:Label |
---|
210 | ID="lblcommunicationserialnumber" runat="server" Text="" ForeColor="#FFFF99"></asp:Label> |
---|
211 | |
---|
212 | /<asp:Label ID="lbldepartmentcode" runat="server" Text="" ForeColor="#FFFF99"></asp:Label>/<asp:Label ID="lbldepartmentserialnumber" runat="server" Text="" ForeColor="#FFFF99"></asp:Label><br /><br /> |
---|
213 | |
---|
214 | |
---|
215 | <br /> |
---|
216 | <asp:TextBox ID="txtWaredReferenceNumber" runat="server"></asp:TextBox> |
---|
217 | |
---|
218 | </td> |
---|
219 | <td rowspan="3" valign="middle" style="width:"25%"> |
---|
220 | <asp:UpdatePanel ID="UpdatePanel4" runat="server"> |
---|
221 | <ContentTemplate> |
---|
222 | |
---|
223 | <asp:RadioButtonList ID="rblist_WorkFlows" runat="server" AutoPostBack="True" |
---|
224 | onselectedindexchanged="rblist_WorkFlows_SelectedIndexChanged" |
---|
225 | CausesValidation="True" Font-Bold="true" Font-Size="Medium" ForeColor="Black"> |
---|
226 | </asp:RadioButtonList> |
---|
227 | <asp:RequiredFieldValidator ID="rfv_workflowtype" runat="server" |
---|
228 | ControlToValidate="rblist_WorkFlows" ErrorMessage="Please Select Workflowtype" |
---|
229 | ValidationGroup="DropdownValidationGroup"></asp:RequiredFieldValidator> |
---|
230 | </ContentTemplate> |
---|
231 | </asp:UpdatePanel> |
---|
232 | </td> |
---|
233 | <td colspan="4"> |
---|
234 | <asp:UpdatePanel ID="UpdatePanel5" runat="server"> |
---|
235 | <ContentTemplate> |
---|
236 | |
---|
237 | <asp:Label ID="lbl_ApprovalAtuhority" runat="server" Text="صلاحية الموافقة"></asp:Label> |
---|
238 | <asp:DropDownList ID="ddl_approvalauthority" runat="server" |
---|
239 | CausesValidation="True"> |
---|
240 | </asp:DropDownList> |
---|
241 | <asp:TextBox ID="txt_approvalname" runat="server" ReadOnly="true" Width="65%"></asp:TextBox> |
---|
242 | <%-- <asp:DropDownList ID="ddl_approvalcategory" runat="server" AutoPostBack="True"> |
---|
243 | </asp:DropDownList>--%> |
---|
244 | <asp:Label ID="lbl_approvalname" runat="server" Text="" Visible="false"></asp:Label> |
---|
245 | <asp:Label ID="lbl_WFStatus" runat="server" Text="" Visible="false"></asp:Label><%--<asp:RequiredFieldValidator |
---|
246 | ID="rfv_approvalauthortyWF" runat="server" |
---|
247 | ControlToValidate="ddl_approvalauthority" |
---|
248 | ErrorMessage="Please Select the Approval Authority" |
---|
249 | ValidationGroup="DropdownValidationGroup" InitialValue="--Select--"></asp:RequiredFieldValidator>--%><asp:CustomValidator |
---|
250 | ID="cv_approvalautho" runat="server" |
---|
251 | ErrorMessage="Please Select Approval Authority." |
---|
252 | ValidationGroup="DropdownValidationGroup" |
---|
253 | onservervalidate="cv_approvalautho_ServerValidate"></asp:CustomValidator><br /> |
---|
254 | </ContentTemplate> |
---|
255 | </asp:UpdatePanel> |
---|
256 | |
---|
257 | </td> |
---|
258 | </tr> |
---|
259 | <tr> |
---|
260 | |
---|
261 | <td rowspan="2"> |
---|
262 | <%--<asp:Label ID="lbl_DynamicWF" runat="server" Text="DynamicWorkflow"></asp:Label>--%> |
---|
263 | <asp:UpdatePanel ID="UpdatePanel6" runat="server"> |
---|
264 | <ContentTemplate> |
---|
265 | |
---|
266 | <asp:ListBox ID="lst_dynamicWF_Left" runat="server" Width="170px"> |
---|
267 | </asp:ListBox> |
---|
268 | </ContentTemplate> |
---|
269 | </asp:UpdatePanel> |
---|
270 | </td> |
---|
271 | <td> |
---|
272 | <asp:UpdatePanel ID="UpdatePanel7" runat="server"> |
---|
273 | <ContentTemplate> |
---|
274 | |
---|
275 | <asp:Button ID="btn_leftTOright" runat="server" Text=">>" |
---|
276 | onclick="btn_leftTOright_Click" /></ContentTemplate> |
---|
277 | </asp:UpdatePanel> |
---|
278 | <br /> |
---|
279 | </td> |
---|
280 | <td rowspan="2"> |
---|
281 | <asp:UpdatePanel ID="UpdatePanel8" runat="server"> |
---|
282 | <ContentTemplate> |
---|
283 | <asp:ListBox ID="lst_dynamicWF_Right" runat="server" Width="100%" |
---|
284 | CausesValidation="True"></asp:ListBox><br /> |
---|
285 | <asp:Label ID="lbl_dynamicWFapprovals" runat="server" Text="" Visible="false"></asp:Label><br /><%--<asp:RequiredFieldValidator |
---|
286 | ID="rfv_RhtlstboxDW" runat="server" |
---|
287 | ErrorMessage="Please Select the Approval Authory" |
---|
288 | ControlToValidate="lst_dynamicWF_Right" |
---|
289 | ValidationGroup="DropdownValidationGroup"></asp:RequiredFieldValidator>--%><asp:CustomValidator |
---|
290 | ID="cv_dynamicappr" runat="server" |
---|
291 | ErrorMessage="Please Select Approval Authority" |
---|
292 | ValidationGroup="DropdownValidationGroup" |
---|
293 | onservervalidate="cv_dynamicappr_ServerValidate"></asp:CustomValidator> |
---|
294 | </ContentTemplate></asp:UpdatePanel> |
---|
295 | </td> |
---|
296 | <td> |
---|
297 | <asp:UpdatePanel ID="UpdatePanel9" runat="server"> |
---|
298 | <ContentTemplate> |
---|
299 | <asp:Button ID="btn_movesUP" runat="server" Text="فوق" |
---|
300 | onclick="btn_movesUP_Click" /></ContentTemplate></asp:UpdatePanel> |
---|
301 | </td> |
---|
302 | |
---|
303 | </tr> |
---|
304 | <tr> |
---|
305 | |
---|
306 | <td> |
---|
307 | <asp:UpdatePanel ID="UpdatePanel10" runat="server"> |
---|
308 | <ContentTemplate> |
---|
309 | <asp:Button ID="btn_rightTOleft" |
---|
310 | runat="server" Text="<<" onclick="btn_rightTOleft_Click" /></ContentTemplate></asp:UpdatePanel> <br/> |
---|
311 | </td> |
---|
312 | <td> |
---|
313 | <asp:UpdatePanel ID="UpdatePanel11" runat="server"> |
---|
314 | <ContentTemplate> |
---|
315 | <asp:Button ID="btn_movesdown" runat="server" Text="تحت" |
---|
316 | onclick="btn_movesdown_Click" /></ContentTemplate></asp:UpdatePanel></td> |
---|
317 | </tr> |
---|
318 | <tr> |
---|
319 | <td > |
---|
320 | <asp:Label ID="lbl_rbtnGene" runat="server" Text="توليد لغة الوثيقة-GenerateDocument Language" Font-Size="Small" Font-Bold="true" ForeColor="Black"></asp:Label> |
---|
321 | </td> |
---|
322 | <td colspan="6"> |
---|
323 | <asp:UpdatePanel ID="UpdatePanel16" runat="server"> |
---|
324 | <ContentTemplate> |
---|
325 | <asp:RadioButtonList ID="rbtn_ChooseGeneratedoc" runat="server" |
---|
326 | Font-Size="Small" Font-Bold="true" ForeColor="Black" |
---|
327 | |
---|
328 | AutoPostBack="True" |
---|
329 | onselectedindexchanged="rbtn_ChooseGeneratedoc_SelectedIndexChanged1"> |
---|
330 | <asp:ListItem>English</asp:ListItem> |
---|
331 | <asp:ListItem Selected="True">العربية</asp:ListItem> |
---|
332 | </asp:RadioButtonList> |
---|
333 | </ContentTemplate></asp:UpdatePanel> |
---|
334 | </td> |
---|
335 | </tr> |
---|
336 | <tr id ="TRID_EngDOC" runat="server"> |
---|
337 | <td ><br /><br /> |
---|
338 | |
---|
339 | <asp:UpdatePanel ID="UpdatePanel19" runat="server"> |
---|
340 | <ContentTemplate> |
---|
341 | <asp:Label ID="lbl_EngAddress" runat="server" Text="Address:" Font-Size="Small" Font-Bold="true" ForeColor="Black"></asp:Label><br /><br /><br /><br /><br /><br /> |
---|
342 | |
---|
343 | </ContentTemplate></asp:UpdatePanel> |
---|
344 | </td> |
---|
345 | <td colspan="6"> |
---|
346 | <asp:UpdatePanel ID="UpdatePanel17" runat="server"> |
---|
347 | <ContentTemplate> |
---|
348 | <asp:Label ID="lbl_Nameofperson" runat="server" Text="Name Of the Person:" Font-Bold="true" ForeColor="Black"></asp:Label> |
---|
349 | <asp:TextBox ID="txt_Address1" runat="server" Width="50%" CssClass="ltor"></asp:TextBox><br/><br /> |
---|
350 | <asp:Label ID="lbl_designation" runat="server" Text="Designation:" Font-Bold="true" ForeColor="Black"></asp:Label> |
---|
351 | |
---|
352 | <asp:TextBox ID="txt_Address2" runat="server" Width="50%" CssClass="ltor"></asp:TextBox><br /><br/> |
---|
353 | <asp:Label ID="lbl_department" runat="server" Text="Department:" Font-Bold="true" ForeColor="Black"></asp:Label> |
---|
354 | |
---|
355 | <asp:TextBox ID="txt_Address3" runat="server" Width="50%" CssClass="ltor"></asp:TextBox><br /><br /> |
---|
356 | <asp:Label ID="lbl_company" runat="server" Text="Company:" Font-Bold="true" ForeColor="Black"></asp:Label> |
---|
357 | |
---|
358 | <asp:TextBox ID="txt_Address4" runat="server" Width="50%" CssClass="ltor"></asp:TextBox><br /><br /> |
---|
359 | <asp:Label ID="lbl_pobox" runat="server" Text="P.O.Box:" Font-Bold="true" ForeColor="Black"></asp:Label> |
---|
360 | |
---|
361 | <asp:TextBox ID="txt_Address5" runat="server" Width="50%" CssClass="ltor"></asp:TextBox><br /><br /> |
---|
362 | <asp:Label ID="lbl_city" runat="server" Text="City:" Font-Bold="true" ForeColor="Black"></asp:Label> |
---|
363 | |
---|
364 | <asp:TextBox ID="txt_Address6" runat="server" Width="50%" CssClass="ltor"></asp:TextBox><br /> |
---|
365 | <br /> |
---|
366 | <asp:Label ID="lbl_zip" runat="server" Text="Zip/Pin:" Font-Bold="true" ForeColor="Black"></asp:Label> |
---|
367 | |
---|
368 | <asp:TextBox ID="txt_Address7" runat="server" Width="50%" CssClass="ltor"></asp:TextBox> |
---|
369 | <br /> |
---|
370 | <br /> |
---|
371 | <asp:Label ID="lbl_fax" runat="server" Text="Fax" Font-Bold="true" ForeColor="Black"></asp:Label> |
---|
372 | |
---|
373 | <asp:TextBox ID="txt_fax" runat="server" Width="50%" CssClass="ltor"></asp:TextBox><br /><br /> |
---|
374 | <asp:Label ID="lbl_streetadd" runat="server" Text="StreetAddress:" Font-Bold="true" ForeColor="Black"></asp:Label> |
---|
375 | |
---|
376 | <asp:TextBox ID="txt_Address8" runat="server" Width="50%" CssClass="ltor" |
---|
377 | ></asp:TextBox> |
---|
378 | <br /> |
---|
379 | <br /> |
---|
380 | <asp:Label ID="lbl_state" runat="server" Text="State/Province:" Font-Bold="true" ForeColor="Black"></asp:Label> |
---|
381 | |
---|
382 | <asp:TextBox ID="txt_Address9" runat="server" Width="50%" CssClass="ltor"></asp:TextBox> |
---|
383 | <br /> |
---|
384 | <br /> |
---|
385 | <asp:Label ID="lbl_country" runat="server" Text="Country:" Font-Bold="true" ForeColor="Black"></asp:Label> |
---|
386 | |
---|
387 | <asp:DropDownList ID="ddl_Country_EngDocument" runat="server"> |
---|
388 | |
---|
389 | <asp:ListItem>--Select--</asp:ListItem> |
---|
390 | <asp:ListItem>Bahrain |
---|
391 | </asp:ListItem> |
---|
392 | <asp:ListItem>Saudi Arabia |
---|
393 | </asp:ListItem> |
---|
394 | <asp:ListItem>United Arab Emirates |
---|
395 | </asp:ListItem> |
---|
396 | <asp:ListItem>United Kingdom |
---|
397 | </asp:ListItem> |
---|
398 | <asp:ListItem>United States |
---|
399 | </asp:ListItem> |
---|
400 | |
---|
401 | </asp:DropDownList> |
---|
402 | <%-- <asp:TextBox ID="txt_Address10" runat="server" Width="50%" CssClass="ltor"></asp:TextBox><br />--%> |
---|
403 | |
---|
404 | <br /> |
---|
405 | <br /> |
---|
406 | <asp:Label ID="Label34" runat="server" Text="Subject:" Font-Size="Small" Font-Bold="true" ForeColor="Black"></asp:Label> |
---|
407 | |
---|
408 | <asp:TextBox ID="txt_ENsubject" runat="server" Width="50%" CssClass="ltor"></asp:TextBox> |
---|
409 | </ContentTemplate></asp:UpdatePanel> |
---|
410 | </td> |
---|
411 | </tr> |
---|
412 | <tr> |
---|
413 | <td > |
---|
414 | <asp:Label ID="lbl_Saudicomimage" runat="server" Text="SaudiCommerce Image" Font-Bold="true" ForeColor="Black"></asp:Label> |
---|
415 | |
---|
416 | </td> |
---|
417 | <td colspan="6"> |
---|
418 | <asp:UpdatePanel ID="UpdatePanel22" runat="server"> |
---|
419 | <ContentTemplate> |
---|
420 | <asp:RadioButtonList ID="rbtn_EngDocImage" runat="server" AutoPostBack="True" ForeColor="Black" |
---|
421 | Font-Bold="true" onselectedindexchanged="rbtn_EngDocImage_SelectedIndexChanged" |
---|
422 | > |
---|
423 | <asp:ListItem>Yes</asp:ListItem> |
---|
424 | <asp:ListItem Selected="True">No</asp:ListItem> |
---|
425 | </asp:RadioButtonList> |
---|
426 | <asp:Image ID="img_EngDoc" runat="server" /> |
---|
427 | </ContentTemplate></asp:UpdatePanel> |
---|
428 | </td> |
---|
429 | </tr> |
---|
430 | <tr> |
---|
431 | <td colspan="7" align="center"> |
---|
432 | </td> |
---|
433 | </tr> |
---|
434 | <tr> |
---|
435 | <td> |
---|
436 | <asp:Label ID="Label311" runat="server" Text="اسم المرسل اليه" Font-Size="Medium" Font-Bold="true" Width="96px" ForeColor="Black"></asp:Label> <br/><br/><br/><br/> |
---|
437 | <asp:Label ID="Label26" runat="server" Text="تحية" Font-Bold="true" Font-Size="Medium" ForeColor="Black"></asp:Label><br/><br/><br/><br/> |
---|
438 | <asp:Label ID="Label33" runat="server" Font-Size="Medium" Font-Bold="true" Text="المنصب" ForeColor="Black"></asp:Label> |
---|
439 | </td> |
---|
440 | <td colspan="6" ><asp:TextBox ID="txt_greetings" runat="server" Width="70%" |
---|
441 | style="margin-left: 0px" Height="50px"></asp:TextBox><asp:TextBox ID="txt_greetings_left" runat="server" Width="304px" Height="50px"></asp:TextBox><br /> |
---|
442 | <asp:TextBox ID="txt_greetings_bottom" runat="server" Height="39px" Width="247px"></asp:TextBox> |
---|
443 | </td> |
---|
444 | </tr> |
---|
445 | <tr> |
---|
446 | <td colspan="7" align="center"> |
---|
447 | <CKEditor:CKEditorControl ID="CKEditorControl1" runat="server" ToolbarFull="Source| |
---|
448 | Cut|Copy|Paste|PasteText|PasteFromWord|-|SpellChecker|Scayt |
---|
449 | Undo|Redo|-|Find|Replace|-|SelectAll|RemoveFormat |
---|
450 | Bold|Italic|Underline|Strike|-|Subscript|Superscript |
---|
451 | NumberedList|BulletedList|-|Outdent|Indent| |
---|
452 | JustifyLeft|JustifyCenter|JustifyRight|JustifyBlock |
---|
453 | BidiLtr|BidiRtl |
---|
454 | |Table|HorizontalRule|SpecialChar|PageBreak| |
---|
455 | Format|FontSize |
---|
456 | TextColor|BGColor |
---|
457 | " FontNames="Arial/Arial, Helvetica, sans-serif; |
---|
458 | Comic Sans MS/Comic Sans MS, cursive; |
---|
459 | Courier New/Courier New, Courier, monospace; |
---|
460 | Georgia/Georgia, serif; |
---|
461 | Lucida Sans Unicode/Lucida Sans Unicode, Lucida Grande, sans-serif; |
---|
462 | Tahoma/Tahoma, Geneva, sans-serif; |
---|
463 | Times New Roman/Times New Roman, Times, serif; |
---|
464 | Trebuchet MS/Trebuchet MS, Helvetica, sans-serif; |
---|
465 | Verdana/Verdana, Geneva, sans-serif,Hawyia Chamber" Height="400px" Width="1000px"></CKEditor:CKEditorControl> |
---|
466 | </td> |
---|
467 | </tr> |
---|
468 | <tr> |
---|
469 | <td> |
---|
470 | <asp:Label ID="lblbody" runat="server" Text="المحتوى-Body" Font-Bold="true" Font-Size="Small" ForeColor="Black"></asp:Label><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/></td> |
---|
471 | <td colspan="6" > |
---|
472 | <FTB:FreeTextBox runat="server" ID="ftb_body" Visible="false" Height="650px" DesignModeCss="stylesheet.css" |
---|
473 | ToolbarLayout="Bold,Italic,Underline,Strikethrough;FontSizesMenu,FontForeColorsMenu,Superscript,Subscript,RemoveFormat|JustifyLeft,JustifyRight,JustifyCenter,JustifyFull;BulletedList,NumberedList,Indent,Outdent;InsertRule|Cut,Copy,Paste;Undo,Redo,Print,InsertTable" |
---|
474 | TextDirection="RightToLeft"> |
---|
475 | </FTB:FreeTextBox> |
---|
476 | |
---|
477 | |
---|
478 | <asp:RequiredFieldValidator |
---|
479 | ID="rfv_body" runat="server" ErrorMessage="Please Enter Body" |
---|
480 | ControlToValidate="ftb_body" ValidationGroup="DropdownValidationGroup"></asp:RequiredFieldValidator><br /> |
---|
481 | <asp:Label ID="lblregards" runat="server" Text="التحية الختامية-Regards" Font-Bold="true" Font-Size="Small" ForeColor="Black"></asp:Label> |
---|
482 | |
---|
483 | <asp:TextBox ID="txt_regards" |
---|
484 | runat="server" Width="40%"></asp:TextBox><br /> |
---|
485 | <asp:Label ID="lbl_ccbody" runat="server" Text="صورة مع التحية-CC" Font-Bold="true" Font-Size="Small" ForeColor="Black"></asp:Label> |
---|
486 | |
---|
487 | <asp:TextBox ID="txt_ccBodyto" runat="server" Width="40%"></asp:TextBox><br /> |
---|
488 | <asp:Label ID="lbl_ccbody1" runat="server" Text="صورة مع التحية-CC" Font-Bold="true" Font-Size="Small" ForeColor="Black"></asp:Label> |
---|
489 | |
---|
490 | <asp:TextBox ID="txt_ccBodyto1" runat="server" Width="40%"></asp:TextBox><br /> |
---|
491 | <asp:Label ID="lbl_Intialvalue" runat="server" Text="التأشيرات-Intials" Font-Bold="true" Font-Size="Small" ForeColor="Black"></asp:Label> |
---|
492 | <asp:TextBox ID="txt_initialvalue" runat="server" Width="40%"></asp:TextBox> |
---|
493 | <br /><br /><br /> |
---|
494 | <asp:Label ID="lbl_EngAutholetter" runat="server" Text="Author of Letter:" Font-Size="Small" Font-Bold="true" ForeColor="Black"></asp:Label> |
---|
495 | <asp:TextBox ID="txt_AuthorLetter1" |
---|
496 | runat="server" Width="30%" CssClass="ltor" ></asp:TextBox><br /> |
---|
497 | |
---|
498 | <asp:TextBox ID="txt_AuthorLetter2" runat="server" Width="30%" CssClass="ltor"></asp:TextBox><br /> |
---|
499 | |
---|
500 | <asp:TextBox ID="txt_AuthorLetter3" runat="server" Width="30%" CssClass="ltor"></asp:TextBox><br /> |
---|
501 | |
---|
502 | <asp:TextBox ID="txt_Sd" runat="server" Text="Sd/" CssClass="ltor" ></asp:TextBox> |
---|
503 | <asp:UpdatePanel ID="UpdatePanel14" runat="server"> |
---|
504 | <ContentTemplate> |
---|
505 | |
---|
506 | <asp:PlaceHolder ID="plhCC" runat="server" > |
---|
507 | |
---|
508 | <div id="Div0" runat="server" visible="false"> |
---|
509 | <asp:Label ID="Label6" runat="server" Text="صورة مع التحية/CC" ></asp:Label> |
---|
510 | |
---|
511 | <asp:TextBox ID="TextBox1" runat="server" Width="30%" ></asp:TextBox><br /> |
---|
512 | </div> |
---|
513 | |
---|
514 | <div id="Div1" runat="server" visible="false"> |
---|
515 | <asp:Label ID="Label7" runat="server" Text="صورة مع التحية/CC" ></asp:Label> |
---|
516 | |
---|
517 | <asp:TextBox ID="TextBox2" runat="server" Width="30%" ></asp:TextBox><br /> |
---|
518 | </div> |
---|
519 | |
---|
520 | <div id="Div2" runat="server" visible="false"> |
---|
521 | <asp:Label ID="Label8" runat="server" Text="صورة مع التحية/CC" ></asp:Label> |
---|
522 | |
---|
523 | <asp:TextBox ID="TextBox3" runat="server" Width="30%" ></asp:TextBox><br /> |
---|
524 | </div> |
---|
525 | |
---|
526 | <div id="Div3" runat="server" visible="false"> |
---|
527 | <asp:Label ID="Label9" runat="server" Text="صورة مع التحية/CC" ></asp:Label> |
---|
528 | |
---|
529 | <asp:TextBox ID="TextBox4" runat="server" Width="30%" ></asp:TextBox><br /> |
---|
530 | </div> |
---|
531 | |
---|
532 | </asp:PlaceHolder> |
---|
533 | <br /> |
---|
534 | <asp:Button ID="btnCC" runat="server" Text="أضافة نسخة طبقة الأصل" |
---|
535 | Width="61px" onclick="btnCC_Click" Visible="false" /> |
---|
536 | <asp:Button ID="btnDisplayValues" runat="server" |
---|
537 | onclick="btnDisplayValues_Click" Text="Display Values" Visible="False" /> |
---|
538 | |
---|
539 | <asp:Button ID="btnRemoveCC" runat="server" onclick="btnRemoveCC_Click" |
---|
540 | Text="ازالة نسخة طبق الاصل" Visible="false" /> |
---|
541 | |
---|
542 | |
---|
543 | <asp:Label ID="Label5" runat="server" ForeColor="Red" Text="Message Label: " Visible="False"></asp:Label> |
---|
544 | <asp:Label ID="Label15" runat="server" ForeColor="Red" Text="" Visible="True"></asp:Label> |
---|
545 | <asp:Label ID="Label16" runat="server" ForeColor="Red" Text="" Visible="false"></asp:Label> |
---|
546 | <asp:Label ID="Label17" runat="server" ForeColor="Red" Text="" Visible="False"></asp:Label> |
---|
547 | |
---|
548 | <%--dont be delete label16 label--%> |
---|
549 | </ContentTemplate> |
---|
550 | </asp:UpdatePanel> |
---|
551 | |
---|
552 | |
---|
553 | |
---|
554 | |
---|
555 | |
---|
556 | </td> |
---|
557 | </tr> |
---|
558 | <tr> |
---|
559 | <td class="style1"> |
---|
560 | <asp:Label ID="lbl_signature" runat="server" Text="طريقة التوقيع-TypeOfSignature" Font-Bold="true" Font-Size="Small" ForeColor="Black"></asp:Label><br /><br /></td> |
---|
561 | <asp:UpdatePanel ID="UpdatePanel1" runat="server"> |
---|
562 | <ContentTemplate></ContentTemplate></asp:UpdatePanel> |
---|
563 | <td colspan="2" class="style1"> |
---|
564 | |
---|
565 | |
---|
566 | <%-- <asp:LinkButton ID="lbtn_opendocument" runat="server" Visible="false" |
---|
567 | onclick="lbtn_opendocument_Click" >Click here to Open Document</asp:LinkButton>--%> |
---|
568 | |
---|
569 | <asp:RadioButtonList ID="rbtn_signaturelist" runat="server" |
---|
570 | AutoPostBack="True" CausesValidation="true" Font-Bold="true" Font-Size="Small" ForeColor="Black" |
---|
571 | onselectedindexchanged="rbtn_signaturelist_SelectedIndexChanged"> |
---|
572 | <asp:ListItem Value="0">يدوي-Manual</asp:ListItem> |
---|
573 | <asp:ListItem Value="1">الكتروني-Electronically</asp:ListItem> |
---|
574 | </asp:RadioButtonList> |
---|
575 | <%--<asp:CustomValidator ID="csv_signature" runat="server" |
---|
576 | ErrorMessage="Please Select TypeOf Signature." |
---|
577 | onservervalidate="csv_signature_ServerValidate" ValidationGroup="DropdownValidationGroup"></asp:CustomValidator>--%><%--<asp:RequiredFieldValidator ID="rfv_signature" runat="server" ErrorMessage="Please Select Type of Signature" ValidationGroup="DropdownValidationGroup" ControlToValidate="rbtn_signaturelist"></asp:RequiredFieldValidator>--%> |
---|
578 | <asp:Image ID="Image1" runat="server" /><br /> |
---|
579 | <asp:LinkButton ID="lbtn_test" runat="server" onclick="lbtn_test_Click" Visible="false"></asp:LinkButton> |
---|
580 | <asp:Label ID="lbl_ElecSign_message" runat="server" Text="" Font-Bold="true" ForeColor="Red" Visible="false"></asp:Label><br /> |
---|
581 | <asp:Label ID="lbl_Test_RoleId" runat="server" Text="" ForeColor="Red" Font-Bold="true" Visible="false"></asp:Label> |
---|
582 | |
---|
583 | |
---|
584 | </td> |
---|
585 | <td colspan="3" class="style1"> |
---|
586 | <asp:Label ID="lbl_deletelabel" runat="server" Text=""></asp:Label> |
---|
587 | </td> |
---|
588 | </tr> |
---|
589 | <tr> |
---|
590 | <td> |
---|
591 | <asp:Label ID="lblattachment" runat="server" Text="ملحقات-Attachments" Font-Bold="true" Font-Size="Small" ForeColor="Black"></asp:Label></td> |
---|
592 | <td colspan="2"> |
---|
593 | <asp:Label ID="lbl_att_title1" runat="server" Text="اسم المرفق-Title1" Font-Bold="true" Font-Size="Small" ForeColor="Black"></asp:Label> |
---|
594 | <asp:TextBox ID="txt_attachmentTitle1" runat="server"></asp:TextBox> |
---|
595 | <asp:FileUpload ID="flUpAttachment1" runat="server" /><asp:Label ID="lblattachementfilename" runat="server" Text=""></asp:Label><br /> |
---|
596 | <asp:Label ID="lbl_att_title2" runat="server" Text="اسم المرفق-Title2" Font-Bold="true" Font-Size="Small" ForeColor="Black"></asp:Label> |
---|
597 | <asp:TextBox ID="txt_attachmentTitle2" runat="server"></asp:TextBox> |
---|
598 | <asp:FileUpload ID="flUpAttachment2" runat="server" /><asp:Label ID="lblattachementfilename1" runat="server" |
---|
599 | Text=""></asp:Label><br /> |
---|
600 | <asp:Label ID="lbl_att_title3" runat="server" Text="اسم المرفق-Title3" Font-Bold="true" Font-Size="Small" ForeColor="Black"></asp:Label> |
---|
601 | <asp:TextBox ID="txt_attachmentTitle3" |
---|
602 | runat="server"></asp:TextBox> <asp:FileUpload ID="flUpAttachment3" |
---|
603 | runat="server" /><asp:Label ID="lblattachementfilename2" runat="server" Text=""></asp:Label></td> |
---|
604 | <td colspan="4"> |
---|
605 | <asp:LinkButton ID="lbAttachment1" runat="server" onclick="lbAttachment1_Click"></asp:LinkButton> |
---|
606 | <asp:LinkButton ID="LinkButton12" runat="server" onclick="LinkButton12_Click" ></asp:LinkButton> |
---|
607 | |
---|
608 | <asp:Label ID="lbl_attachmentid1" runat="server" Visible="False"></asp:Label> |
---|
609 | <asp:LinkButton ID="lb_attachment1Remove" runat="server" |
---|
610 | onclick="lb_attachment1Remove_Click" Visible="False">حذف</asp:LinkButton> |
---|
611 | <br /> |
---|
612 | <asp:LinkButton ID="lbAttachment2" runat="server" onclick="lbAttachment2_Click"></asp:LinkButton> |
---|
613 | <asp:Label ID="lbl_attachmentid2" runat="server" Visible="False"></asp:Label> |
---|
614 | <asp:LinkButton ID="lb_attachment2Remove" runat="server" |
---|
615 | onclick="lb_attachment2Remove_Click" Visible="False">حذف</asp:LinkButton> |
---|
616 | <br /> |
---|
617 | <asp:LinkButton ID="lbAttachment3" runat="server" onclick="lbAttachment3_Click"></asp:LinkButton> |
---|
618 | <asp:Label ID="lbl_attachmentid3" runat="server" Visible="False"></asp:Label> |
---|
619 | <asp:LinkButton ID="lb_attachment3Remove" runat="server" |
---|
620 | onclick="lb_attachment3Remove_Click" Visible="False">حذف</asp:LinkButton> |
---|
621 | </td> |
---|
622 | </tr> |
---|
623 | <tr> |
---|
624 | <td> |
---|
625 | <asp:Label ID="lbl_mailmergeoption" runat="server" Text="MailMerge Required [دمج المراسلات المطلوبة]" Font-Size="Small" Font-Bold="true" ForeColor="Black"></asp:Label></td> |
---|
626 | <td colspan="2"> |
---|
627 | <asp:CheckBox ID="CheckBox1" runat="server" /> </td> |
---|
628 | <td colspan="4"></td> |
---|
629 | </tr> |
---|
630 | |
---|
631 | <tr> |
---|
632 | <td> |
---|
633 | <%-- <asp:Label ID="lblcomments" runat="server" Text="Comments"></asp:Label>--%> |
---|
634 | </td> |
---|
635 | <td colspan="2"> |
---|
636 | <%--<asp:TextBox ID="txtcomments" runat="server" TextMode="MultiLine"></asp:TextBox>--%> |
---|
637 | </td> |
---|
638 | <td colspan="4"> |
---|
639 | <asp:Label ID="lblreason" runat="server" Text="السبب" Visible="false"></asp:Label> |
---|
640 | |
---|
641 | <asp:DropDownList ID="ddlreason" runat="server" Visible="false"> |
---|
642 | <asp:ListItem>--Select--</asp:ListItem> |
---|
643 | <asp:ListItem>Review</asp:ListItem> |
---|
644 | <asp:ListItem>Modification</asp:ListItem> |
---|
645 | <asp:ListItem>ReGenerateDocument</asp:ListItem> |
---|
646 | </asp:DropDownList> |
---|
647 | </td> |
---|
648 | </tr> |
---|
649 | <tr> |
---|
650 | <td> |
---|
651 | </td> |
---|
652 | <td colspan="2"> |
---|
653 | <asp:Panel ID="Panel1" runat="server"> |
---|
654 | <asp:RadioButtonList ID="rbtl_Approvals" runat="server" AutoPostBack="True" |
---|
655 | onselectedindexchanged="rbtl_Approvals_SelectedIndexChanged"> |
---|
656 | <asp:ListItem Value="SuS">ارسال صادر-Submit</asp:ListItem> |
---|
657 | <asp:ListItem Value="AFM">طلب تعديل-AskForModificatin</asp:ListItem> |
---|
658 | <asp:ListItem Value="DS">حذف صادر-DeleteSader</asp:ListItem> |
---|
659 | </asp:RadioButtonList> |
---|
660 | </asp:Panel> |
---|
661 | <asp:UpdatePanel ID="UpdatePanel3" runat="server"> |
---|
662 | <ContentTemplate> |
---|
663 | <asp:RadioButton ID="rb_submitsader" runat="server" GroupName="SameGroup" |
---|
664 | AutoPostBack="True" oncheckedchanged="rb_submitsader_CheckedChanged" |
---|
665 | Text="ارسال صادر-SubmitSader" Checked="True" Font-Bold="true" Font-Size="Small" ForeColor="Black" /> |
---|
666 | <br /> |
---|
667 | <asp:RadioButton ID="rb_modification" runat="server" GroupName="SameGroup" |
---|
668 | AutoPostBack="True" oncheckedchanged="rb_modification_CheckedChanged" |
---|
669 | Text="طلب تعديل-AskForModification" Font-Bold="true" Font-Size="Small" ForeColor="Black"/> |
---|
670 | <br /> |
---|
671 | <asp:RadioButton ID="rb_deletesader" runat="server" GroupName="SameGroup" |
---|
672 | AutoPostBack="True" oncheckedchanged="rb_deletesader_CheckedChanged" |
---|
673 | Text="حذف صادر-DeleteSader" Font-Bold="true" Font-Size="Small" ForeColor="Black"/> |
---|
674 | </ContentTemplate> |
---|
675 | </asp:UpdatePanel> |
---|
676 | </td> |
---|
677 | <td colspan="4"> |
---|
678 | <asp:Panel ID="pnl_SaveSader" runat="server"> |
---|
679 | <asp:Button ID="btn_submit" runat="server" Text="Fir_Submit" onclick="btn_submit_Click" Visible="false" ValidationGroup="DropdownValidationGroup" /> |
---|
680 | </asp:Panel> |
---|
681 | <asp:UpdatePanel ID="UpdatePanel2" runat="server"> |
---|
682 | <ContentTemplate> |
---|
683 | |
---|
684 | <asp:Panel ID="pnl_askformodification" runat="server"> |
---|
685 | <asp:Label ID="lblcomments" runat="server" Text="تعليقات-Comments" Font-Bold="true" Font-Size="Small" ForeColor="Black"></asp:Label> |
---|
686 | <asp:TextBox ID="txtcomments" runat="server" TextMode="MultiLine" Height="80px" Width="269px"></asp:TextBox> |
---|
687 | </asp:Panel> |
---|
688 | </ContentTemplate> |
---|
689 | </asp:UpdatePanel> |
---|
690 | <asp:Panel ID="pnl_delete" runat="server"> |
---|
691 | <asp:Button ID="Button1" runat="server" onclick="btnDelete_Click" Visible="false" |
---|
692 | Text="حذف" /> |
---|
693 | </asp:Panel> |
---|
694 | |
---|
695 | </td> |
---|
696 | </tr> |
---|
697 | <tr> |
---|
698 | <td></td> |
---|
699 | <td colspan="6" align="center"> |
---|
700 | <asp:Button ID="btnRequestModification" runat="server" Visible="false" |
---|
701 | Text="RequestForModification" onclick="btnRequestModification_Click" |
---|
702 | Width="145px" /> |
---|
703 | |
---|
704 | |
---|
705 | <asp:Button ID="btnSave" runat="server" Text="ارسال-Submit" onclick="btnSave_Click" CssClass="button" |
---|
706 | ValidationGroup="DropdownValidationGroup" Visible="false" /> |
---|
707 | |
---|
708 | |
---|
709 | <asp:Button ID="btn_DocumentGenerate" |
---|
710 | runat="server" Text="معاينة الوثيقة-GenerateDocument" CssClass="button" |
---|
711 | onclick="btn_DocumentGenerate_Click" Width="200px" /> |
---|
712 | |
---|
713 | <asp:Button ID="btnEdit" runat="server" Text="Edit" onclick="btnEdit_Click" Visible="false" /> |
---|
714 | <asp:Button ID="btnDelete" runat="server" onclick="btnDelete_Click" Visible="false" |
---|
715 | Text="Delete" /> |
---|
716 | <asp:Button ID="Button2" runat="server" Text="Button" |
---|
717 | onclick="Button2_Click" Visible="False" /><br /> |
---|
718 | |
---|
719 | <asp:Button ID="btn_mailmerge" runat="server" Text="MailMerge-دمج المراسلات" |
---|
720 | CssClass="button" onclick="btn_mailmerge_Click" Enabled="false"/> |
---|
721 | <asp:FileUpload ID="FileUpload1" runat="server" CssClass="button" /> |
---|
722 | <br /> |
---|
723 | <asp:LinkButton ID="lbtn_scan" runat="server" onclick="lbtn_scan_Click"></asp:LinkButton> |
---|
724 | <asp:Button ID="btn_scan" runat="server" Text="Scan the doc" CssClass="button" |
---|
725 | onclick="btn_scan_Click" /> |
---|
726 | <asp:FileUpload ID="flp_scan" runat="server" CssClass="button" /> |
---|
727 | |
---|
728 | <br /> |
---|
729 | <asp:Label ID="lbl_msgscan" runat="server" Text="" ForeColor="AliceBlue" Font-Size="Medium" Font-Bold="true" ></asp:Label><br /> |
---|
730 | |
---|
731 | |
---|
732 | <asp:Label ID="Label1" runat="server" ForeColor="#FF3300"></asp:Label> |
---|
733 | <asp:Label ID="Label21" runat="server" Text="label21" Visible="false"></asp:Label> |
---|
734 | <asp:Label ID="Label22" runat="server" Text="label22" Visible="false"></asp:Label> |
---|
735 | <br /> |
---|
736 | <asp:Label ID="Label2" runat="server" Text="" Visible="true" ForeColor="Red"></asp:Label><br /> |
---|
737 | <asp:Label ID="Label4" runat="server" Text="" Visible="false" ForeColor="Black" ></asp:Label> |
---|
738 | </td> |
---|
739 | <%--<td colspan="6"> |
---|
740 | <asp:GridView ID="gv_saderhistory" runat="server" Width="100%" |
---|
741 | AutoGenerateColumns="False"> |
---|
742 | <Columns> |
---|
743 | <asp:BoundField DataField="Description" HeaderText="Subject"/> |
---|
744 | <asp:BoundField DataField="From" HeaderText="From" /> |
---|
745 | <asp:BoundField DataField="To" HeaderText="To"/> |
---|
746 | <asp:BoundField DataField="Person" HeaderText="Person"/> |
---|
747 | <asp:BoundField DataField="SubmissionDate" HeaderText="SubmissionDate" /> |
---|
748 | <asp:BoundField DataField="SubmissionDateH" HeaderText="SubmissionDateH" /> |
---|
749 | <asp:BoundField DataField="Comments" HeaderText="Comments" /> |
---|
750 | <asp:BoundField DataField="Status" HeaderText="Status" /> |
---|
751 | </Columns> |
---|
752 | </asp:GridView> |
---|
753 | </td>--%> |
---|
754 | </tr> |
---|
755 | <tr> |
---|
756 | |
---|
757 | <td colspan="7"> |
---|
758 | <asp:GridView ID="gv_saderhistory" runat="server" Width="100%" |
---|
759 | AutoGenerateColumns="False"> |
---|
760 | <Columns> |
---|
761 | <asp:BoundField DataField="Description" HeaderText="Subject" HeaderStyle-HorizontalAlign="Center" HeaderStyle-Font-Size="Larger"> |
---|
762 | <HeaderStyle HorizontalAlign="Center" ForeColor="Black"></HeaderStyle> |
---|
763 | |
---|
764 | <ItemStyle HorizontalAlign="Center" ForeColor="Black" Font-Size="Larger"/> |
---|
765 | </asp:BoundField> |
---|
766 | <asp:BoundField DataField="From" HeaderText="From" HeaderStyle-Font-Size="Larger" > |
---|
767 | <HeaderStyle ForeColor="Black" /> |
---|
768 | <ItemStyle HorizontalAlign="Center" ForeColor="Black" Font-Size="Larger" /> |
---|
769 | </asp:BoundField> |
---|
770 | <asp:BoundField DataField="To" HeaderText="To" HeaderStyle-Font-Size="Larger" HeaderStyle-HorizontalAlign="Center"> |
---|
771 | <HeaderStyle ForeColor="Black" /> |
---|
772 | <ItemStyle HorizontalAlign="Center" ForeColor="Black" Font-Size="Larger"/> |
---|
773 | </asp:BoundField> |
---|
774 | <asp:BoundField DataField="Person" HeaderText="Person" HeaderStyle-Font-Size="Larger" HeaderStyle-HorizontalAlign="Center"> |
---|
775 | <HeaderStyle ForeColor="Black" /> |
---|
776 | <ItemStyle HorizontalAlign="Center" ForeColor="Black" Font-Size="Larger"/> |
---|
777 | </asp:BoundField> |
---|
778 | <asp:BoundField DataField="SubmissionDate" HeaderText="SubmissionDate" HeaderStyle-Font-Size="Larger" HeaderStyle-HorizontalAlign="Center"> |
---|
779 | <HeaderStyle ForeColor="Black" /> |
---|
780 | <ItemStyle HorizontalAlign="Center" ForeColor="Black" Font-Size="Larger"/> |
---|
781 | </asp:BoundField> |
---|
782 | <asp:BoundField DataField="SubmissionDateH" HeaderText="SubmissionDateH" HeaderStyle-Font-Size="Larger" HeaderStyle-HorizontalAlign="Center"> |
---|
783 | <HeaderStyle ForeColor="Black" /> |
---|
784 | <ItemStyle HorizontalAlign="Center" ForeColor="Black" Font-Size="Larger"/> |
---|
785 | </asp:BoundField> |
---|
786 | <asp:BoundField DataField="Comments" HeaderText="Comments" HeaderStyle-Font-Size="Larger" HeaderStyle-HorizontalAlign="Center"> |
---|
787 | <HeaderStyle ForeColor="Black" /> |
---|
788 | <ItemStyle HorizontalAlign="Center" ForeColor="Black" Font-Size="Larger"/> |
---|
789 | </asp:BoundField> |
---|
790 | <asp:BoundField DataField="Status" HeaderText="Status" HeaderStyle-Font-Size="Larger" HeaderStyle-HorizontalAlign="Center"> |
---|
791 | <HeaderStyle ForeColor="Black" /> |
---|
792 | <ItemStyle HorizontalAlign="Center" ForeColor="Black" Font-Size="Larger"/> |
---|
793 | </asp:BoundField> |
---|
794 | </Columns> |
---|
795 | </asp:GridView> |
---|
796 | </td> |
---|
797 | <%--<td colspan="7" align="center"> |
---|
798 | <asp:Button ID="btnRequestModification" runat="server" |
---|
799 | Text="RequestForModification" onclick="btnRequestModification_Click" |
---|
800 | Width="145px" /> |
---|
801 | <asp:Button ID="btnSave" runat="server" Text="Save" onclick="btnSave_Click" |
---|
802 | ValidationGroup="DropdownValidationGroup" /> |
---|
803 | <asp:Button ID="btn_submit" runat="server" Text="Submit" |
---|
804 | onclick="btn_submit_Click" /><asp:Button ID="btn_DocumentGenerate" |
---|
805 | runat="server" Text="Generate Document" |
---|
806 | onclick="btn_DocumentGenerate_Click" Width="129px" /> |
---|
807 | <asp:Button ID="btnEdit" runat="server" Text="Edit" onclick="btnEdit_Click" Visible="false" /> |
---|
808 | <asp:Button ID="btnDelete" runat="server" onclick="btnDelete_Click" |
---|
809 | Text="Delete" /> |
---|
810 | |
---|
811 | <asp:Label ID="Label1" runat="server" Text=""></asp:Label> |
---|
812 | </td>--%> |
---|
813 | |
---|
814 | </tr> |
---|
815 | <tr> |
---|
816 | <td></td> |
---|
817 | <td> |
---|
818 | <asp:Label ID="lbl_ddlDepartmentManager" runat="server" Text="" Visible="false"></asp:Label> |
---|
819 | <asp:Label ID="lbl_ddlDepartmentASG" runat="server" Text="" Visible="false"></asp:Label> |
---|
820 | <asp:Label ID="lbl_ddlDepartmentSG" runat="server" Text="" Visible="false"></asp:Label> |
---|
821 | <asp:Button ID="Button3" runat="server" Text="Button" onclick="Button3_Click" Visible="false" /><asp:Label ID="Label3" runat="server" Visible="false" |
---|
822 | Text="Label"></asp:Label> |
---|
823 | |
---|
824 | </td> |
---|
825 | </tr> |
---|
826 | </table> |
---|
827 | |
---|
828 | |
---|
829 | |
---|
830 | |
---|
831 | |
---|
832 | |
---|
833 | </td> |
---|
834 | </tr> |
---|
835 | <tr> |
---|
836 | <%--<td align="right"><br><img alt="" height="45" src="images/popup_06.png" width="201"></td>--%> |
---|
837 | </tr> |
---|
838 | </table> |
---|