You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cacert-testmgr/external/ZendFramework-1.9.5/demos/Zend/OpenId/templates/profile.phtml

15 lines
397 B
PHTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Zend OpenID Server Example</title>
</head>
<body>
<p>Your are logged in as <a href="<?php echo $this->url;?>"><?php echo $this->url;?></a></p>
<br>
<a href="<?php echo $_SERVER['PHP_SELF'];?>?openid_action=logout">LogOut</a>
<h3>Trusted Sites:</h3>
<table border="0">
<?php echo $this->sites;?>
</table>
</html>