Parent Directory
|
Revision Log
|
Revision Graph
Added more code comments. Fixed theming. #172170: Added OpenID integration.
| 1 | <?php |
| 2 | // $Id$ |
| 3 | |
| 4 | /** |
| 5 | * @file securesite-user-login.tpl.php |
| 6 | */ |
| 7 | ?> |
| 8 | <h1><?php print t('Log in') ?></h1> |
| 9 | <?php print $messages ?> |
| 10 | <p><?php print $title ?></p> |
| 11 | <?php print drupal_render($form['openid_identifier']); ?> |
| 12 | <?php print drupal_render($form['name']); ?> |
| 13 | <?php print drupal_render($form['pass']); ?> |
| 14 | <?php print drupal_render($form['submit']); ?> |
| 15 | <?php print drupal_render($form['openid_links']); ?> |
| 16 | <?php print drupal_render($form); ?> |
| 17 | <span></span> |
| 18 |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |