cacert-testmgr/external/ZendFramework-1.9.5/demos/Zend/OpenId/templates/identity2.phtml
Markus Warg 8398c9048d initially import ZendFramework-1.9.5 into repository
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
2010-03-31 10:12:32 +02:00

10 lines
304 B
PHTML

<html>
<head>
<title>Zend OpenID Server Example</title>
<link rel="openid2.provider" href="<?php echo $this->server;?>" />
<link rel="openid2.local_id" href="<?php echo $this->server . '?openid=' . $this->name;?>" />
</head>
<body>
<?php echo $this->server . '?openid2=' . $this->name;?>
</body>
</html>