2004-10-16 00:28:17 +00:00
|
|
|
<? /*
|
2008-04-06 19:45:09 +00:00
|
|
|
LibreSSL - CAcert web application
|
|
|
|
Copyright (C) 2004-2008 CAcert Inc.
|
2004-10-16 00:28:17 +00:00
|
|
|
|
2008-04-06 19:45:09 +00:00
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation; version 2 of the License.
|
2004-10-16 00:28:17 +00:00
|
|
|
|
2008-04-06 19:45:09 +00:00
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
2004-10-16 00:28:17 +00:00
|
|
|
|
2008-04-06 19:45:09 +00:00
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program; if not, write to the Free Software
|
|
|
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
2004-10-16 00:28:17 +00:00
|
|
|
*/
|
|
|
|
|
2012-01-24 14:26:05 +00:00
|
|
|
require_once($_SESSION['_config']['filepath'].'/includes/lib/l10n.php');
|
|
|
|
|
2004-10-16 00:28:17 +00:00
|
|
|
if(!function_exists("showheader"))
|
|
|
|
{
|
2008-08-25 20:10:21 +00:00
|
|
|
function showbodycontent($title = "CAcert.org", $title2 = "")
|
2004-10-16 00:28:17 +00:00
|
|
|
{
|
2008-08-25 20:10:21 +00:00
|
|
|
?> <div id="pagecell1">
|
2004-10-16 00:28:17 +00:00
|
|
|
<div id="pageName"><br>
|
2008-03-14 18:11:02 +00:00
|
|
|
<div id="pageLogo"><a href="http://<?=$_SESSION['_config']['normalhostname']?>"><img src="/images/cacert4.png" border="0" alt="CAcert.org logo"></a></div>
|
2008-09-19 18:09:09 +00:00
|
|
|
<div id="googlead"><? if(!array_key_exists('HTTPS',$_SERVER) || $_SERVER['HTTPS'] != "on") { ?><script type="text/javascript">
|
2004-10-16 00:28:17 +00:00
|
|
|
<!--
|
|
|
|
google_ad_client = "pub-0959373285729680";
|
2008-08-25 20:10:21 +00:00
|
|
|
google_alternate_ad_url = "http://www.cacert.org/";
|
2007-11-06 14:45:34 +00:00
|
|
|
google_ad_width = 468;
|
|
|
|
google_ad_height = 60;
|
|
|
|
google_ad_format = "468x60_as";
|
2004-10-16 00:28:17 +00:00
|
|
|
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 {
|
2005-06-09 15:21:55 +00:00
|
|
|
?><h2><?=_("Free digital certificates!")?></h2><? } ?></div>
|
2004-10-16 00:28:17 +00:00
|
|
|
</div>
|
|
|
|
<div id="pageNav">
|
|
|
|
<div class="relatedLinks">
|
|
|
|
<h3><?=_("Join CAcert.org")?></h3>
|
2008-10-07 15:49:34 +00:00
|
|
|
<? if(array_key_exists('mconn',$_SESSION) && $_SESSION['mconn']) { ?>
|
2006-04-30 08:30:54 +00:00
|
|
|
<a href="https://<?=$_SESSION['_config']['normalhostname']?>/index.php?id=1"><?=_("Join")?></a>
|
2008-09-23 22:20:50 +00:00
|
|
|
<? } ?>
|
2009-06-08 21:13:18 +00:00
|
|
|
<a href="/policy/CAcertCommunityAgreement.php"><?=_("Community Agreement")?></a>
|
2010-08-03 11:29:09 +00:00
|
|
|
<a href="/index.php?id=3"><?=_("Root Certificate")?></a>
|
2004-10-16 00:28:17 +00:00
|
|
|
</div>
|
2008-10-07 15:49:34 +00:00
|
|
|
<? if(array_key_exists('mconn',$_SESSION) && $_SESSION['mconn']) { ?>
|
2004-10-16 00:28:17 +00:00
|
|
|
<div class="relatedLinks">
|
2009-09-21 18:31:19 +00:00
|
|
|
<h3 class="pointer"><?=_("My Account")?></h3>
|
2006-08-16 09:27:39 +00:00
|
|
|
<a href="https://<?=$_SESSION['_config']['normalhostname']?>/index.php?id=4"><?=_("Password Login")?></a>
|
2004-12-06 21:53:35 +00:00
|
|
|
<a href="https://<?=$_SESSION['_config']['normalhostname']?>/index.php?id=5"><?=_("Lost Password")?></a>
|
2006-11-27 02:30:25 +00:00
|
|
|
<a href="https://<?=$_SESSION['_config']['normalhostname']?>/index.php?id=4&noauto=1"><?=_("Net Cafe Login")?></a>
|
2007-01-28 18:55:35 +00:00
|
|
|
<a href="https://<?=$_SESSION['_config']['securehostname']?>/index.php?id=4"><?=_("Certificate Login")?></a>
|
2004-10-16 00:28:17 +00:00
|
|
|
</div>
|
2008-09-23 22:20:50 +00:00
|
|
|
<? } ?>
|
2007-11-17 21:33:28 +00:00
|
|
|
<? include("about_menu.php"); ?>
|
2004-10-16 00:28:17 +00:00
|
|
|
<div class="relatedLinks">
|
2009-09-21 18:31:19 +00:00
|
|
|
<h3 class="pointer" onclick="explode('trans')">+ <?=_("Translations")?></h3>
|
2012-01-24 14:26:05 +00:00
|
|
|
<ul class="menu" id="trans"><? foreach(L10n::$translations as $key => $val) { ?><li><a href="<?=$_SERVER['SCRIPT_NAME']?>?id=<?=intval(array_key_exists('id',$_REQUEST)?$_REQUEST['id']:0)?>&lang=<?=$key?>"><?=$val?></a></li><? } ?></ul>
|
2004-10-16 00:28:17 +00:00
|
|
|
</div>
|
2008-10-07 15:49:34 +00:00
|
|
|
<? if(array_key_exists('mconn',$_SESSION) && $_SESSION['mconn']) { ?>
|
2006-12-09 00:23:15 +00:00
|
|
|
<div class="relatedLinks">
|
2009-09-21 18:31:19 +00:00
|
|
|
<h3 class="pointer" onclick="explode('recom')"><?=_("Advertising")?></h3>
|
2006-12-09 00:23:15 +00:00
|
|
|
<ul class="menu" id="recom"><?
|
2006-12-09 14:26:30 +00:00
|
|
|
$query = "select * from `advertising` where `expires`>NOW() and `active`=1";
|
|
|
|
$res = mysql_query($query);
|
|
|
|
while($row = mysql_fetch_assoc($res))
|
2007-11-17 21:33:28 +00:00
|
|
|
echo "<li><a href='$row[link]' target='_blank'>$row[title]</a></li>";
|
2006-12-09 00:23:15 +00:00
|
|
|
?></ul>
|
|
|
|
</div>
|
2008-09-23 22:20:50 +00:00
|
|
|
<? } ?>
|
2004-10-16 00:28:17 +00:00
|
|
|
</div>
|
|
|
|
<div id="content">
|
|
|
|
<div class="story">
|
2007-11-17 21:33:28 +00:00
|
|
|
<? if($title2!="") echo "<h3>$title2</h3>"; ?>
|
2004-10-16 00:28:17 +00:00
|
|
|
<? if($_SESSION['_config']['errmsg'] != "") { ?>
|
2008-08-27 23:09:59 +00:00
|
|
|
<p><font color="#ff0000" size="+2"><? echo $_SESSION['_config']['errmsg']; $_SESSION['_config']['errmsg'] = ""; ?> </font></p>
|
2004-10-16 00:28:17 +00:00
|
|
|
<? } ?>
|
|
|
|
<?
|
2008-08-25 20:10:21 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
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(array_key_exists("header",$_SESSION['_config']) && $_SESSION['_config']['header'] != "") { ?><?=$_SESSION['_config']['header']?><? } ?>
|
|
|
|
<link rel="stylesheet" href="/styles/default.css" type="text/css">
|
|
|
|
<link href="http://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();">
|
|
|
|
<?
|
|
|
|
showbodycontent($title,$title2);
|
2004-10-16 00:28:17 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if(!function_exists("showfooter"))
|
|
|
|
{
|
|
|
|
function showfooter()
|
|
|
|
{
|
|
|
|
?>
|
|
|
|
</div>
|
|
|
|
</div>
|
2007-11-17 21:33:28 +00:00
|
|
|
<? include("sponsorinfo.php") ?>
|
2004-10-16 00:28:17 +00:00
|
|
|
<div id="siteInfo">
|
2011-11-25 11:28:37 +00:00
|
|
|
<a href="//wiki.cacert.org/FAQ/AboutUs"><?=_("About Us")?></a> | <a href="/index.php?id=13"><?=_("Donations")?></a> | <a href="http://wiki.cacert.org/wiki/CAcertIncorporated"><?=_("Association Membership")?></a> |
|
2011-07-27 10:41:01 +00:00
|
|
|
<a href="/policy/PrivacyPolicy.html"><?=_("Privacy Policy")?></a> |
|
2010-08-03 11:29:09 +00:00
|
|
|
<a href="/index.php?id=51"><?=_("Mission Statement")?></a> | <a href="/index.php?id=11"><?=_("Contact Us")?></a> |
|
2009-05-31 16:47:23 +00:00
|
|
|
©2002-<?=date("Y")?> <?=_("by CAcert")?></div>
|
2004-10-16 00:28:17 +00:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html><?
|
|
|
|
}
|
|
|
|
}
|
|
|
|
?>
|