-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathadminMaster.master
More file actions
47 lines (41 loc) · 1.54 KB
/
adminMaster.master
File metadata and controls
47 lines (41 loc) · 1.54 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
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="adminMaster.master.cs" Inherits="adminMaster" %>
<%@ Register TagPrefix="uc" TagName="uc1" Src="~/adminLeftMenu.ascx" %>
<!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
<br />
</span>
</td>
</tr>
<tr>
<td style=" width:200px;" align="left" valign="middle">
<uc:uc1 ID="c" runat="server" />
</td>
<td align="center" style="height:500px;">
<asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
</asp:contentplaceholder>
</td></tr>
<tr>
<td align="left" colspan="2">
All Rights Reserved © 2009.Coign Consultants Pvt.Ltd.
</td>
</tr>
</table>
</div>
</center>
</form>
</body>
</html>