118 lines
4.2 KiB
PHP
118 lines
4.2 KiB
PHP
<? /*
|
|
Copyright (C) 2004 by Duane Groth <duane_at_CAcert_dot_org>
|
|
|
|
This file is part of CAcert.
|
|
|
|
CAcert has been released under a CAcert Source license
|
|
which can be found included with these source files or can
|
|
be downloaded from the internet from the following address:
|
|
http://www.cacert.org/src-lic.php
|
|
|
|
CAcert is distributed WITHOUT ANY WARRANTY; without even
|
|
the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
PARTICULAR PURPOSE. See the License for more details.
|
|
*/
|
|
|
|
if(!function_exists("showheader"))
|
|
{
|
|
function showheader($title = "CAcert.org", $title2 = "")
|
|
{
|
|
global $hostname, $id;
|
|
|
|
?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<? // <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> ?>
|
|
<title><?=$title?></title>
|
|
<link rel="stylesheet" href="styles/default.css" type="text/css">
|
|
</head>
|
|
<body>
|
|
<div id="pagecell1">
|
|
<div id="pageName"><br>
|
|
<h2><a href="http://www.cacert.org"><img src="/images/cacert2.png" border="0"></a></h3>
|
|
<div id="googlead"><? if($_SERVER['HTTPS'] != "on") { ?><script type="text/javascript">
|
|
<!--
|
|
google_ad_client = "pub-0959373285729680";
|
|
google_alternate_ad_url = "http://text.happysnapper.net/?userid=06f45be90b9c7456f98f304d0cae3405&border=FFFFFF&bg=FFFFFF&nourl=www.cacert.org";
|
|
google_ad_width = 468;
|
|
google_ad_height = 60;
|
|
google_ad_format = "468x60_as";
|
|
google_color_link = "000000";
|
|
google_color_url = "000000";
|
|
google_color_text = "000000";
|
|
google_color_border = "FFFFFF";
|
|
//-->
|
|
</script>
|
|
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script><? } else {
|
|
?><h2>¡Vive la Révolution!</h2><? } ?></div>
|
|
</div>
|
|
<div id="pageNav">
|
|
<div class="relatedLinks">
|
|
<h3><?=_("Join CAcert.org")?></h3>
|
|
<a href="https://<?=$hostname?>/index.php?id=1"><?=_("Join")?></a>
|
|
</div>
|
|
<div class="relatedLinks">
|
|
<h3><?=_("My Account")?></h3>
|
|
<a href="https://www.cacert.org/index.php?id=4"><?=_("Normal Login")?></a>
|
|
<a href="https://secure.cacert.org/index.php?id=4"><?=_("Cert Login")?></a>
|
|
<a href="https://www.cacert.org/index.php?id=5"><?=_("Lost Password")?></a>
|
|
</div>
|
|
<div class="relatedLinks">
|
|
<h3><?=_("Miscellaneous")?></h3>
|
|
<a href="news.php"><?=_("CAcert News")?></a>
|
|
<a href="index.php?id=3"><?=_("Root Certificate")?></a>
|
|
<a href="revoke.crl"><?=_("CRL")?></a>
|
|
<? if($_SESSION['profile']['admin'] == 1) { ?>
|
|
<a href="index.php?id=5"><?=_("OCSP Details")?></a>
|
|
<? } ?>
|
|
<a href="index.php?id=7"><?=_("Credits")?></a>
|
|
<a href="index.php?id=8">CAcert Board</a>
|
|
</div>
|
|
<div class="relatedLinks">
|
|
<h3><?=_("Translations")?></h3>
|
|
<a href="index.php?id=<?=$id?>&lang=da_DK">Dansk</a>
|
|
<a href="index.php?id=<?=$id?>&lang=de_DE">Deutsch</a>
|
|
<a href="index.php?id=<?=$id?>&lang=en_EN">English</a>
|
|
<a href="index.php?id=<?=$id?>&lang=es_ES">Español</a>
|
|
<a href="index.php?id=<?=$id?>&lang=fr_FR">French</a>
|
|
<a href="index.php?id=<?=$id?>&lang=hu_HU">Magyar</a>
|
|
<a href="index.php?id=<?=$id?>&lang=nl_NL">Nederlands</a>
|
|
<a href="index.php?id=<?=$id?>&lang=pt_PT">Português</a>
|
|
</div>
|
|
</div>
|
|
<div id="content">
|
|
<div class="story">
|
|
<h3><?=$title2?></h3>
|
|
<? if($_SESSION['_config']['errmsg'] != "") { ?>
|
|
<p><? echo $_SESSION['_config']['errmsg']; $_SESSION['_config']['errmsg'] = ""; ?> </p>
|
|
<? } ?>
|
|
<?
|
|
}
|
|
}
|
|
|
|
if(!function_exists("showfooter"))
|
|
{
|
|
function showfooter()
|
|
{
|
|
global $hostname;
|
|
?>
|
|
</div>
|
|
</div>
|
|
<div id="siteInfo">
|
|
<? if(!$_SERVER["HTTPS"]) { ?><!--ONESTAT SCRIPTCODE START-->
|
|
<script type="text/javascript" src="onestat.js"></script>
|
|
<noscript>
|
|
<a href="http://www.onestat.com/asp/login.asp?sid=164863">
|
|
<img src="http://stat.onestat.com/asp/stat.asp?tagver=1&sid=164863&js=no&" alt="this site tracked by onestat.com" />
|
|
</a>
|
|
</noscript>
|
|
<!--ONESTAT SCRIPTCODE END--><? } ?>
|
|
<a href="index.php?id=12"><?=_("About Us")?></a> | <a href="index.php?id=13"><?=_("Donations")?></a> |
|
|
<a href="index.php?id=10"><?=_("Privacy Policy")?></a> | <a href="index.php?id=11"><?=_("Contact Us")?></a> |
|
|
©2004 by CAcert</div>
|
|
</div>
|
|
</body>
|
|
</html><?
|
|
}
|
|
}
|
|
?>
|