openid.html.php 159 B

1234
  1. <?= $this->form->create(); ?>
  2. <?= $this->form->field('identity', array('type' => 'text')); ?>
  3. <?= $this->form->submit('Login'); ?>
  4. <?= $this->form->end(); ?>