import v1.0.0-RC4 | 2009-05-20
This commit is contained in:
10
modules/default/views/scripts/openid/login.phtml
Normal file
10
modules/default/views/scripts/openid/login.phtml
Normal file
@ -0,0 +1,10 @@
|
||||
<div id="article">
|
||||
<form action="authenticate?<?= $this->queryString ?>" method="post">
|
||||
<?= $this->form->openIdIdentity ?>
|
||||
<?= $this->form->password ?>
|
||||
<input type="submit" id="login" value="<?= $this->translate('Login') ?>" />
|
||||
<script type="text/javascript">
|
||||
var oButton = new YAHOO.widget.Button("login");
|
||||
</script>
|
||||
</form>
|
||||
</div>
|
Reference in New Issue
Block a user