-
Notifications
You must be signed in to change notification settings - Fork 1
/
FYPUI.aspx
93 lines (91 loc) · 5.59 KB
/
FYPUI.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
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="FYPUI.aspx.cs" Inherits="FYPUI" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server" style="background-color: #41B3A3; font-weight: bolder; font-size: x-large; font-style: italic;">
<div>
<asp:Panel ID="Panel1" runat="server" BackColor="#C38D9E" Font-Bold="True" Font-Size="XX-Large" Align="Center" ForeColor="White" BorderWidth="5">
<br />
FYP DEPARTMENT DEGREE ACCEPTANCE<br />
</asp:Panel>
</div>
<br />
<br />
<br />
<br />
<br />
<div style="color:white">
Welcome Operator<br />
<br /></div>
<div style="align-items:center; margin-left: 457px">
<asp:GridView ID="GridView1" runat="server" Height="43px" Width="130px" OnSelectedIndexChanged="GridView1_SelectedIndexChanged" Font-Size="Large" BackColor="White" AutoGenerateSelectButton="True" BorderColor="#DEDFDE" BorderStyle="None" BorderWidth="1px" CellPadding="4" ForeColor="Black" GridLines="Vertical">
<AlternatingRowStyle BackColor="White" />
<FooterStyle BackColor="#CCCC99" />
<HeaderStyle BackColor="#6B696B" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#F7F7DE" ForeColor="Black" HorizontalAlign="Right" />
<RowStyle BackColor="#F7F7DE" />
<SelectedRowStyle BackColor="#CE5D5A" Font-Bold="True" ForeColor="White" />
<SortedAscendingCellStyle BackColor="#FBFBF2" />
<SortedAscendingHeaderStyle BackColor="#848384" />
<SortedDescendingCellStyle BackColor="#EAEAD3" />
<SortedDescendingHeaderStyle BackColor="#575357" />
</asp:GridView>
</div>
<br />
<div style="text-align:center;">
<asp:Label ID="Label1" runat="server" Text="Insert 1 to accept and 0 to reject" Font-Size="Medium"></asp:Label> </div>
<br />
<asp:TextBox ID="TextBox1" runat="server" Height="25px" OnTextChanged="TextBox1_TextChanged" style="margin-left: 583px" Width="62px"></asp:TextBox>
<asp:Button ID="Button7" runat="server" style="margin-left: 677px" Text="Update" OnClick="Button7_Click" />
<br />
<br />
<br />
<asp:Button ID="Button1" runat="server" Text=" See all requests " Height="55px" Width="196px" OnClick="Button1_Click" />
<br />
<br />
<br />
<br />
<asp:Button ID="Button6" runat="server" ForeColor="Black" OnClick="Button6_Click" Text="Log Out" />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
</form>
</body>
</html>