-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathHomepage.aspx
126 lines (123 loc) · 4.32 KB
/
Homepage.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
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Homepage.aspx.cs" Inherits="RMS.Homepage" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
<style type="text/css">
.style50
{
width: 1174px;
height: 46px;
}
.style52
{
width: 169px;
height: 25px;
}
.style48
{
width: 727px;
height: 25px;
}
.style2
{
width: 159px;
height: 25px;
}
.style57
{
text-align: center;
background-color: #FFFFFF;
height: 33px;
color: #FFFFFF;
font-size: x-large;
}
.style46
{
text-align: center;
background-color: #FFFFFF;
height: 28px;
color: #003366;
}
.style53
{
font-family: Arial, Helvetica, sans-serif;
}
.style54
{
font-size: medium;
}
.style56
{
font-size: x-large;
color: #006600;
}
.style55
{
font-size: medium;
color: #000000;
}
.style51
{
width: 170px;
height: 25px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
<br />
<br />
<table class="style50">
<tr>
<td class="style52">
</td>
<td align="center" class="style48" style="vertical-align: top">
<table __designer:mapid="9a" bgcolor="#003366" class="style2"
style="width: 829px">
<tr __designer:mapid="9e">
<td __designer:mapid="9f" bgcolor="#7E1818" class="style57"
style="background-color: #006600">
<strong>Homepage</strong></td>
</tr>
<tr __designer:mapid="9e">
<td __designer:mapid="9f" class="style46" style="font-size: medium">
<br />
<span class="style53"><span class="style54">
<br __designer:mapid="a4" />
</span><span class="style56"><b __designer:mapid="a5">Modules</b></span><span
class="style55"><br __designer:mapid="a6" />
<br />
<strong><a href="New_User.aspx">Create New User</a><br />
<br />
<a href="Users.aspx">View CIT Users</a><br />
<br />
<a href="New_Student.aspx">Save Student Records</a><br />
<br />
<a href="View_Students.aspx">View Student Records</a><br />
<br />
<a href="Add_Course.aspx">Add New Course</a><br />
<br />
<a href="View_Courses.aspx">View / Update Courses</a><br />
<br />
<a href="Register_Courses.aspx">Register Student Course</a><br />
<br />
<a href="View_Registered_Courses.aspx">View Students' Registered Courses</a><br />
<br />
<a href="New_User.aspx">New Result</a><br />
<br />
<a href="Update_Results.aspx">Update Students' Result</a><br />
<br />
<a href="View_Results.aspx">View Students' Results</a><br />
<br />
<a href="Send_Mail.aspx">Send Notification of Released Result</a></strong></span></span><br />
<br />
<br __designer:mapid="b3" />
</td>
</tr>
</table>
<br />
</td>
<td class="style51">
</td>
</tr>
</table>
<br />
<br />
</asp:Content>