-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHome.php
More file actions
87 lines (80 loc) · 4.43 KB
/
Home.php
File metadata and controls
87 lines (80 loc) · 4.43 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
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
<?php session_start(); ?>
<html>
<head>
<title><?php include_once('Title.php'); ?></title>
<meta NAME="Keywords" CONTENT="<?php include_once('ContentKey.php'); ?>"/>
<meta NAME="Description" CONTENT="<?php include_once('ContentDes.php'); ?>"/>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<link href="css/style.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#FFFFFF">
<center>
<table border="0" style="margin-top:20px;margin-bottom:20px;margin-left:20px;margin-right:20px;width:1050px;height:550px;" align="center" cellpadding="2" cellspacing="0">
<tr style="background-color:#24740A;">
<td>
<table border="0" style="width:1050px;height:550px;" cellpadding="0" cellspacing="0">
<tr style="height:22px; background-color:#B0FB4D;background-image:url(images/b1.jpg);">
<td colspan="2" style="width:1050px;" align="right" valign="bottom"><a href="index.php" alt="ESS" style="text-shadow:#DAE40E;color:#FFFFFF;font-family:Times New Roman;font-size:18px;text-shadow:2px 2px 3px #24740A;text-decoration:none;"><b>Go to ESS</b> </td>
</tr>
<tr style="height:15px; background-color:#FFFFFF;">
<td colspan="2" style="width:1050px;" align="right" valign="bottom"></td>
</tr>
<tr style="height:22px;">
<td style="background-color:#B0FB4D;" align="right" valign="bottom"> </td>
<?php /////////////// Open ?>
<td rowspan="2" style="width:820px;background-color:#FFFFFF;background-image:url(images/b4.jpg);background-repeat:no-repeat;" align="center" valign="top">
<table border="0" style="height:200px;margin-top:200px;width:810px;">
<tr>
<td><?php require_once("unset.php"); ?></td>
</tr>
</table>
</td>
<?php /////////////// Close ?>
</tr>
<tr style="height:380px;background-color:#B0FB4D;">
<td align="center" valign="top"><br>
<img src="images/LogoNew.png" border="0" style="height:213px;width:160px;"><br><br>
<br><br><br>
<b style="font-size:12px;color:#004000;font-family:Arial;font-weight:bold;text-shadow: 2px 2px 6px #ECF5ww;">Our Corporate Website <br><a href="#" onClick="javascript:window.open('http://www.vnrseeds.com','VNR')" style="text-decoration:none;"><img src="images/combtn.png" border="0" /></a><br></b>
</td>
</tr>
<tr style="background-color:#FFFFFF;">
<td colspan="2">
<table cellpadding="0" cellspacing="0">
<tr style="height:80px;">
<td style=" background-color:#FFFFFF;width:1050px;height:38px;" align="center">
<table style="width:1000px;" border="0" cellspacing="0" cellpadding="0">
<tr style="height:10px;">
<td style="width:400px;background-color:#FFFFFF;"></td>
<td style="width:200px;background-color:#FFFFFF;"></td>
<td style="width:400px;background-color:#FFFFFF;"></td>
</tr>
<tr style="height:10px;">
<td style="width:400px;background-color:#FFCC00;"></td>
<td style="width:200px;font-family:Arial Black;font-size:20px;font-weight:bold;color:#004000;" rowspan="3" align="center"><img src="images/Vnrseed.png" border="0" style="width:195px;height:26px;" /></td>
<td style="width:400px;background-color:#FFCC00;"></td>
</tr>
<tr style="height:6px;"><td style="width:400px;background-color:#FFFFFF;"></td><td style="width:400px;background-color:#FFFFFF;"></td></tr>
<tr style="height:10px;"><td style="width:400px;background-color:#FFCC00;"></td><td style="width:400px;background-color:#FFCC00;"></td></tr>
<tr style="height:10px;">
<td style="width:400px;background-color:#FFFFFF;"></td>
<td style="width:200px;font-family:Arial Black;font-size:12px;color:#000000; font-stretch:normal;" align="center" valign="middle">GOOD SEED BETTER YIELD</td>
<td style="width:400px;background-color:#FFFFF;"></td>
</tr>
</table>
</td>
</tr>
<tr style="height:30px;background-image:url(images/b1.jpg);">
<td valign="middle" align="center"><a href="#" style="color:#FFFFFF;"><strong>Terms of Use</strong></a><strong class="blye-text-regular" style="color:#FFFFFF;"> | </strong><a href="#" style="color:#FFFFFF;"><strong>Privacy Statement </strong></a>
<a href="#" style="color:#FFFFFF; text-decoration:none;"><strong>Copyright © VNR Seeds Pvt Ltd. All rights reserved. Designed by</strong></a>
<a href="http://www.vnrseeds.com" style="color:#004000;text-decoration:none;"><strong>VNR SEEDS PVT. LTD.<strong></a></td></tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</body>
</html>