Fixed old menu
This commit is contained in:
parent
7586846842
commit
7b3ab5121e
1 changed files with 7 additions and 62 deletions
|
@ -15,6 +15,10 @@
|
|||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/ ?>
|
||||
<?
|
||||
include("../includes/general_stuff.php");
|
||||
?>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title><?=_("Install CAcert Root using CEnroll Active-X component and PKCS-7")?></title>
|
||||
|
@ -126,68 +130,9 @@ Sub InstallCert
|
|||
End sub
|
||||
</SCRIPT>
|
||||
<body LANGUAGE="VBScript" ONLOAD="InstallCert">
|
||||
<div id="pagecell1">
|
||||
<div id="pageName"><br>
|
||||
<h2><a href="http://www.CAcert.org"><img src="/images/cacert2.png" border="0" alt="CAcert.org logo"></a></h2>
|
||||
</div>
|
||||
<div id="pageNav">
|
||||
<div class="relatedLinks">
|
||||
<h3><?=_("Join CAcert.org")?></h3>
|
||||
<a href="https://www.cacert.org/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="http://blog.cacert.org/">CAcert News</a>
|
||||
<a href="help.php">Howto Information</a>
|
||||
<a href="logos.php">CAcert Logos</a>
|
||||
<a href="stats.php">CAcert Statistics</a>
|
||||
<a href="index.php?id=3">Root Certificate</a>
|
||||
<a href="revoke.crl">CRL</a>
|
||||
<a href="http://my.rsscache.com/www.cacert.org/rss.php">RSS News Feed</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=0&lang=da_DK">Dansk</a>
|
||||
<a href="index.php?id=0&lang=de_DE">Deutsch</a>
|
||||
|
||||
<a href="index.php?id=0&lang=en_AU">English</a>
|
||||
<a href="index.php?id=0&lang=es_ES">Español</a>
|
||||
<a href="index.php?id=0&lang=fr_FR">Français</a>
|
||||
<a href="index.php?id=0&lang=it_IT">Italiano</a>
|
||||
<a href="index.php?id=0&lang=hu_HU">Magyar</a>
|
||||
|
||||
<a href="index.php?id=0&lang=nl_NL">Nederlands</a>
|
||||
<a href="index.php?id=0&lang=pt_PT">Português</a>
|
||||
<a href="index.php?id=0&lang=pt_BR">Português Brasileiro</a>
|
||||
<a href="index.php?id=0&lang=ru_RU">Русский</a>
|
||||
<a href="index.php?id=0&lang=sv_SE">Svenska</a>
|
||||
<a href="index.php?id=0&lang=tr_TR">Türkçe</a>
|
||||
|
||||
<a href="index.php?id=0&lang=zh_CN">中文(简体)</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="content">
|
||||
<div class="story">
|
||||
<? showbodycontent("CAcert.org",""); ?>
|
||||
<p><?=_("Install a Root Certificate using Internet Explorer and the CEnroll ActiveX control. This avoids the Microsoft Certificate Installation wizard and all of its complexity and extra screens for users. This however will ONLY work for Microsoft Internet Explorer.")?></p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="siteInfo">
|
||||
<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-<?=date("Y")?> by CAcert</div>
|
||||
<? showfooter(); ?>
|
||||
|
||||
|
||||
</div>
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
|
Loading…
Reference in a new issue