-
Notifications
You must be signed in to change notification settings - Fork 1
/
header.php~
executable file
·29 lines (28 loc) · 998 Bytes
/
header.php~
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="<?=$style; ?>" />
<title>e-Prayog</title>
</head>
<body>
<div id="banner">
<? include $banner; ?>
</div>
<div id="menu">
<? include $menu; ?>
</div>
</div>
<div id="marquee" style="background-color:#FFFFFF; color:#000077">
<marquee scrollamount="2">A Two-day workshop on "Reconfigurable Hardware" on 10-11 Feb. 2012 at Modern College of Arts, Science & Commerce, Shiavjinagar, Pune -05, Maharashtra</marquee>
</div>
<table id="mainContainer" style="border-collapse:collapse;">
<tbody>
<tr style="height:20px;">
<td><td id="context"><? if($Path!=$WebRoot."index.php") { ?> <a href="..">Go Back</a> | <? } ?><? include "context_menu.php"; ?></td></td>
</tr>
<tr>
<td id="sidebar">
<? include $sidebar; ?>
</td>
<td id="content">