summaryrefslogtreecommitdiff
path: root/advocacy/privacy/index.php
blob: c8fcc64d980b6d2f7105e1ab1f1dceb184cb6fd4 (plain)
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
<? include_once("../shared/global.php");
include_once("../local.php");

// Get the text strings for the headers, footers, etc.
if (isset($logotxtarray) == FALSE)
{
  $logotxtarray = get_page_text('logostrip', $final_lang);
}

// Get the text strings for the page
if (isset($privtxtarray) == FALSE)
{
  $privtxtarray = get_page_text('privacy', $final_lang);
}

?>
<html>
<head>
<title><?php echo rawurldecode($logotxtarray['logotext']) ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<? echo $doc_encoding ?>">
<meta name="keywords" content="<?php echo rawurldecode($logotxtarray['keywords']) ?>">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<center>
<? include $localroot . 'shared/pageheader.php' ?>
<table width="600" border="0" cellspacing="1" cellpadding="0">
<tr><td colspan="2" valign="top"> 
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#000000">
<tr><td><table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr><td bgcolor="#FFFFFF"><img src="/images/jpg/giraffes001top.jpg" width="600" height="80" border="0"></td>
</tr></table></td></tr></table></td></tr><tr><td colspan="2">
<table border="0" cellspacing="0" cellpadding="0" width="100%" bgcolor="#000000"><tr><td>
<table border="0" cellspacing="1" cellpadding="0" width="100%">
<tr><td bgcolor="#FFFFFF" valign="middle" align="center"> 
<table width="90%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr><td valign="middle" align="left"><br>
<div align="center"><font size="+1"><strong><?php echo rawurldecode($privtxtarray['privourpol']) ?></strong></font></div>
<br>
<font size="-1"><?php echo rawurldecode($privtxtarray['privwhen']) ?>
<br><br>
<?php echo rawurldecode($privtxtarray['privstore']) ?><br>
<br>
<?php echo rawurldecode($privtxtarray['privcollect']) ?></font><br><br>
</td></tr></table></td></tr></table></td></tr></table></td></tr>
<tr><td colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#000000">
<tr><td><table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr><td bgcolor="#FFFFFF"><img src="/images/jpg/giraffes001bottom.jpg" width="600" height="86" border="0"></td>
</tr></table></td></tr></table></td></tr></table>
<? include $localroot . 'shared/pagecopyright.php' ?>
</center></body></html>