136 lines
6 KiB
PHP
136 lines
6 KiB
PHP
<? /*
|
|
Copyright (C) 2004-2006 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 $id;
|
|
|
|
?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<title><?=$title?></title>
|
|
<? if($_SESSION['_config']['header'] != "") { ?><?=$_SESSION['_config']['header']?><? } ?>
|
|
<link rel="stylesheet" href="/styles/default.css" type="text/css">
|
|
<link href="http://my.rsscache.com/blog.CAcert.org/feed/" rel="alternate" type="application/rss+xml" title="rss">
|
|
<script language="JavaScript" type="text/javascript">
|
|
function explode(e) {
|
|
if (document.getElementById(e).style.display == 'none') {
|
|
document.getElementById(e).style.display = 'block';
|
|
} else {
|
|
document.getElementById(e).style.display = 'none';
|
|
}
|
|
}
|
|
|
|
function hideall() {
|
|
var Nodes = document.getElementsByTagName('ul')
|
|
var max = Nodes.length
|
|
for(var i = 0;i < max;i++) {
|
|
var nodeObj = Nodes.item(i)
|
|
if (nodeObj.className == "menu" && nodeObj.id != "recom") {
|
|
nodeObj.style.display = 'none';
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
</head>
|
|
<body onload="hideall();">
|
|
<div id="pagecell1">
|
|
<div id="pageName"><br>
|
|
<h2><a href="http://<?=$_SESSION['_config']['normalhostname']?>"><img src="/images/cacert3.png" border="0" alt="CAcert.org logo"></a></h2>
|
|
<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 = 728;
|
|
google_ad_height = 90;
|
|
google_ad_format = "728x90_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><?=_("Free digital certificates!")?></h2><? } ?></div>
|
|
</div>
|
|
<div id="pageNav">
|
|
<div class="relatedLinks">
|
|
<h3><?=_("Join CAcert.org")?></h3>
|
|
<a href="https://<?=$_SESSION['_config']['normalhostname']?>/index.php?id=1"><?=_("Join")?></a>
|
|
<a href="index.php?id=3"><?=_("Root Certificate")?></a>
|
|
</div>
|
|
<div class="relatedLinks">
|
|
<h3><?=_("My Account")?></h3>
|
|
<a href="https://<?=$_SESSION['_config']['normalhostname']?>/index.php?id=4"><?=_("Password Login")?></a>
|
|
<a href="https://<?=$_SESSION['_config']['normalhostname']?>/index.php?id=5"><?=_("Lost Password")?></a>
|
|
<a href="https://<?=$_SESSION['_config']['normalhostname']?>/index.php?id=4&noauto=1"><?=_("Net Cafe Login")?></a>
|
|
<a href="https://<?=$_SESSION['_config']['securehostname']?>/index.php?id=4"><?=_("Certificate Login")?></a>
|
|
</div>
|
|
<div class="relatedLinks">
|
|
<h3 onclick="explode('misc')"><?=_("Miscellaneous")?></h3>
|
|
<ul class="menu" id="misc"><li><a href="news.php"><?=_("CAcert News")?></a></li><li><a href="help.php"><?=_("Howto Information")?></a></li><li><a href="http://wiki.CAcert.org"><?=_("Wiki Documentation")?></a></li><li><a href="index.php?id=19"><?=_("Point System")?></a></li><li><a href="http://bugs.CAcert.org"><?=_("Bug Database")?></a></li><li><a href="logos.php"><?=_("CAcert Logos")?></a></li><li><a href="stats.php"><?=_("CAcert Statistics")?></a></li><li><a href="http://my.rsscache.com/blog.CAcert.org/feed/"><?=_("RSS News Feed")?></a></li><li><? if($_SESSION['profile']['admin'] == 1) { ?><a href="index.php?id=5"><?=_("OCSP Details")?></a><? } ?></li><li><a href="index.php?id=7"><?=_("Credits")?></a></li><li><a href="index.php?id=8"><?=_("CAcert Board")?></a></li><li><a href="https://lists.cacert.org/cgi-bin/mailman/listinfo"><?=_("Mailing Lists")?></a></li></ul>
|
|
</div>
|
|
<div class="relatedLinks">
|
|
<h3 onclick="explode('trans')"><?=_("Translations")?></h3>
|
|
<ul class="menu" id="trans"><? foreach($_SESSION['_config']['translations'] as $key => $val) { ?><li><a href="<?=$_SERVER['SCRIPT_NAME']?>?id=<?=$id?>&lang=<?=$key?>"><?=$val?></a></li><? } ?></ul>
|
|
</div>
|
|
<div class="relatedLinks">
|
|
<h3 onclick="explode('recom')"><?=_("Advertising")?></h3>
|
|
<ul class="menu" id="recom"><?
|
|
$query = "select * from `advertising` where `expires`>NOW() and `active`=1";
|
|
$res = mysql_query($query);
|
|
while($row = mysql_fetch_assoc($res))
|
|
echo "<li><a href='$row[link]' target='_new'>$row[title]</a></li>";
|
|
?></ul>
|
|
</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()
|
|
{
|
|
?>
|
|
</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=51"><?=_("Mission Statement")?></a> | <a href="index.php?id=11"><?=_("Contact Us")?></a> |
|
|
©2002-2006 by CAcert</div>
|
|
</div>
|
|
</body>
|
|
</html><?
|
|
}
|
|
}
|
|
?>
|