-
Notifications
You must be signed in to change notification settings - Fork 8
/
Home.master
53 lines (41 loc) · 1.42 KB
/
Home.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
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="Home.master.cs" Inherits="Home" %>
<!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>
<script language="javascript" type="text/javascript">
// <!CDATA[
function IMG2_onclick() {
}
// ]]>
</script>
<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">
<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></tr>
<tr>
<td align="left">
All Rights Reserved © 2009.Coign Consultants Pvt.Ltd.
</td>
</tr>
</table>
</div>
</center>
</form>
</body>
</html>