/[drupal]/contributions/modules/securesite/securesite-user-login.tpl.php
ViewVC logotype

Contents of /contributions/modules/securesite/securesite-user-login.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Wed Oct 29 18:58:02 2008 UTC (12 months, 4 weeks ago) by darrenoh
Branch: MAIN
CVS Tags: DRUPAL-6--2-0, HEAD
Branch point for: DRUPAL-6--2
File MIME type: text/x-php
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