-
Notifications
You must be signed in to change notification settings - Fork 1
/
OnestopUI.aspx
76 lines (72 loc) · 4.58 KB
/
OnestopUI.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
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="OnestopUI.aspx.cs" Inherits="OnestopUI" %>
<!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 />
ONESTOP DEPARTMENT DEGREE ACCEPTANCE<br />
</asp:Panel>
</div>
<br />
<br />
<div style="color:white">
Welcome Operator<br />
<br /></div>
<br />
<asp:Button ID="Token" runat="server" style="margin-left: 484px" Text="Accept requests" Height="39px" OnClick="Token_Click" Width="357px" />
<br />
<br /><br />
<asp:Button ID="Req" runat="server" style="margin-left: 484px" Text="View Requests" OnClick="Req_Click" Width="357px" Height="39px" />
<br /><br /><br />
<asp:Button ID="Reject" runat="server" style="margin-left: 484px" Text="Inform Students of Rejection" OnClick="Reject_Click" Width="357px" Height="39px" />
<br /><br /><br />
<asp:Button ID="Degree" runat="server" style="margin-left: 484px; margin-bottom: 0px" Text="Issue Degree And Transcript" Height="39px" OnClick="Degree_Click" Width="357px" />
<br /><br /><br />
<br />
<br />
<asp:Button ID="Button6" runat="server" ForeColor="Black" OnClick="Button6_Click" Text="Log Out" Height="32px" Width="76px" />
<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>