-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathstudentMaster.master
More file actions
51 lines (44 loc) · 1.64 KB
/
studentMaster.master
File metadata and controls
51 lines (44 loc) · 1.64 KB
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
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="studentMaster.master.cs" Inherits="studentMaster" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>
<style type="text/css">
.style30 {font-size: 36px}
</style>
</head>
<body>
<form id="form1" runat="server">
<center>
<div>
<table style="background-image:url(Images/bg3.JPG); background-repeat:no-repeat; width:900px; border-left-color: #a4c1e7; border-bottom-color: #a4c1e7; border-top-style: groove; border-top-color: #a4c1e7; border-right-style: groove; border-left-style: groove; border-right-color: #a4c1e7; border-bottom-style: groove;">
<tr>
<td align="center" colspan="2">
<span class="style5 style30">Student Fee Management System</span></td>
</tr>
<tr>
<td align="center" style="height:500px;">
<asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
</asp:contentplaceholder>
</td>
<td align="right">
Our College<br />
<asp:Image ID="imb" runat="server" ImageUrl="~/Images/clg.jpg" Height="141px" />
<br />
<br />
Our Class Room
<br />
<asp:Image ID="im" runat="server" ImageUrl="~/Images/cls.jpg" Height="97px" />
</td>
</tr>
<tr>
<td align="left">
All Rights Reserved © 2009.Coign Consultants Pvt.Ltd.
</td>
</tr>
</table>
</div>
</center>
</form>
</body>
</html>