This repository was archived by the owner on May 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathroc-information.php
More file actions
84 lines (84 loc) · 3.17 KB
/
Copy pathroc-information.php
File metadata and controls
84 lines (84 loc) · 3.17 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
<?php
include("inner.tpl");
function ShowContent($title)
{
?>
<div id="content_area">
<table width="75%" border="0" align="center" cellpadding="0" cellspacing="0" >
<tr>
<td width="18" height="56" align="left" valign="top"> </td>
<h1>General Info.</h1></td>
<td width="26" height="56" align="left" valign="top"> </td>
</tr>
<tr>
<td height="18" align="left" valign="top" > </td>
<td height="18" align="left" valign="top" bgcolor="#FFFFFF" ><h2><br />
POSTAL ADDRESS </h2></td>
<td height="18" align="left" valign="top" bgcolor="#FFFFFF" ><h2><br />
TIN & CST</h2></td>
<td height="18" align="left" valign="top" > </td>
</tr>
<tr>
<td height="144" align="left" valign="top" > </td>
<td height="144" align="left" valign="top" bgcolor="#FFFFFF" ><br />
Reality Opportunity Club <br />
Mannath Buildings<br />
NSHM P.O.<br />
Kottayam <br />
Kerala <br />
PIN 686006 <br />
<br />
Email : <a href="mailto:support@ropclub.com" >support@ropclub.com<br />
<br />
</a></td>
<td height="144" align="left" valign="top" bgcolor="#FFFFFF" ><br />
TIN : 32050597408<br />
CST : 32050597408 C</td>
<td height="144" align="left" valign="top" > </td>
</tr>
<tr>
<td height="45" align="left" valign="top" > </td>
<td height="45" colspan="2" align="left" valign="top" bgcolor="#FFFFFF" ><h2>PHONE</h2></td>
<td height="45" align="left" valign="top" > </td>
</tr>
<tr>
<td height="45" align="left" valign="top" > </td>
<td height="45" colspan="2" align="left" valign="top" bgcolor="#FFFFFF" >0481 - 2311147, 0481- 2393840, 0481 - 3293841 <br /> <br /> </td>
<td height="45" align="left" valign="top" > </td>
</tr>
<tr>
<td width="18" height="144" align="left" valign="top" > </td>
<td width="328" height="144" align="left" valign="top" bgcolor="#FFFFFF" ><h2> OUR BANK</h2>
HDFC Bank <br />
Baker Jn. Branch<br />
Kottayam 1 <br />
<p></p></td>
<td width="321" align="left" valign="top" bgcolor="#FFFFFF" ><br />
<br />
A/C Details <br />
Reality Opportunity Club <br />
14982320000020<br />
RTGS/NEFT IFSC : HDFC0001498 </td>
<td width="26" height="144" align="left" valign="top" > </td>
</tr>
<tr>
<td width="18" align="left" valign="top"> </td>
<td colspan="2" align="left" valign="top" background="images/Reality-Opportunity-Club_43.jpg"> </td>
<td width="26" align="left" valign="top"> </td>
</tr>
</table>
</div>
<?php
}
function getTitle()
{
return "Information | Reality Opportunity Club";
}
function showMeta()
{
$meta = '
<meta name="description" content="Information | Reality Opportunity Club"/>
<meta name="keywords" content="Contact ROC, Reality Opportunity Club, ROC Kottayam Kerala India, 686006, +914812311147, "/>';
return $meta;
}
?>