-
Notifications
You must be signed in to change notification settings - Fork 0
/
hodpanel.Master
148 lines (144 loc) · 7.59 KB
/
hodpanel.Master
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
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="hodpanel.master.cs" Inherits="Internship.hodpanel" %>
<!DOCTYPE html>
<html>
<head runat="server">
<title></title>
<asp:ContentPlaceHolder ID="head" runat="server">
</asp:ContentPlaceHolder>
<style type="text/css">
.auto-style1 {
height: 23px;
}
.auto-style2 {
width: 140px;
}
.auto-style3 {
width: 140px;
height: 42px;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div>
<table style="width:100%;">
<tr>
<td class="auto-style1" colspan="3" style="text-align: center; font-size: 25px; color: #FF0000; background-color: #C0C0C0; vertical-align: 0%;"> Departmental Internship Portal </td>
</tr>
<tr>
<td class="auto-style2" style="background-color: #C0C0C0"> </td>
<td> </td>
<td style="background-color: #C0C0C0"> Welcome :
<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label>
</td>
</tr>
<tr>
<td class="auto-style2" style="background-color: #C0C0C0">
<asp:LinkButton ID="LinkButton1" runat="server" ForeColor="Black">Dashboard</asp:LinkButton>
</td>
<td colspan="2" rowspan="20">
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
<p>
<br />
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
</asp:ContentPlaceHolder>
</td>
</tr>
<tr>
<td class="auto-style2" style="background-color: #C0C0C0"> </td>
</tr>
<tr>
<td class="auto-style3" style="background-color: #C0C0C0">
<asp:LinkButton ID="LinkButton2" runat="server" PostBackUrl="~/student.aspx" ForeColor="Black">Create Student</asp:LinkButton>
</td>
</tr>
<tr>
<td class="auto-style2" style="background-color: #C0C0C0"> </td>
</tr>
<tr>
<td class="auto-style2" style="background-color: #C0C0C0">
<asp:LinkButton ID="LinkButton3" runat="server" PostBackUrl="~/incharge.aspx" ForeColor="Black">Internship Incharge</asp:LinkButton>
</td>
</tr>
<tr>
<td class="auto-style2" style="background-color: #C0C0C0"> </td>
</tr>
<tr>
<td class="auto-style2" style="background-color: #C0C0C0">
<asp:LinkButton ID="LinkButton4" runat="server" PostBackUrl="~/departmentreport.aspx" ForeColor="Black">Department Report</asp:LinkButton>
</td>
</tr>
<tr>
<td class="auto-style2" style="background-color: #C0C0C0"> </td>
</tr>
<tr>
<td class="auto-style3" style="background-color: #C0C0C0">
<asp:LinkButton ID="LinkButton5" runat="server" ForeColor="Black">Change Password</asp:LinkButton>
</td>
</tr>
<tr>
<td class="auto-style2" style="background-color: #C0C0C0"> </td>
</tr>
<tr>
<td class="auto-style2" style="background-color: #C0C0C0">
<asp:LinkButton ID="LinkButton6" runat="server" PostBackUrl="~/default.aspx" ForeColor="Black">Logout</asp:LinkButton>
</td>
</tr>
<tr>
<td class="auto-style2" style="background-color: #C0C0C0"> </td>
</tr>
<tr>
<td class="auto-style2" style="background-color: #C0C0C0"> </td>
</tr>
<tr>
<td class="auto-style2" style="background-color: #C0C0C0"> </td>
</tr>
<tr>
<td class="auto-style2" style="background-color: #C0C0C0"> </td>
</tr>
<tr>
<td class="auto-style2" style="background-color: #C0C0C0"> </td>
</tr>
<tr>
<td class="auto-style2" style="background-color: #C0C0C0"> </td>
</tr>
<tr>
<td class="auto-style2" style="background-color: #C0C0C0"> </td>
</tr>
<tr>
<td class="auto-style2" style="background-color: #C0C0C0"> </td>
</tr>
<tr>
<td class="auto-style2" style="background-color: #C0C0C0"> </td>
</tr>
<tr>
<td colspan="3" style="background-color: #C0C0C0; text-align: center;">Develop By Shoeb<br />
</td>
</tr>
</table>
</div>
</form>
</body>
</html>