/[ludap]/ludap/templates/login.tpl
ViewVC logotype

Diff of /ludap/templates/login.tpl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by mose, Tue Aug 19 05:07:21 2003 UTC revision 1.2 by mose, Wed Aug 27 22:30:18 2003 UTC
# Line 2  Line 2 
2  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
3  <html>  <html>
4  <head>  <head>
5  <title>Auth {$site}</title>  <title>Auth {#site#}</title>
6  <link rel="stylesheet" type="text/css" href="ludap.css"></head>  <link rel="stylesheet" type="text/css" href="ludap.css"></head>
7  <body onLoad="document.authform.login.focus()" AUTOCOMPLETE="off">  <body onLoad="document.authform.login.focus()" AUTOCOMPLETE="off">
8  <table width="100%" height="100%" border="0">  <table width="100%" height="100%" border="0">
9  <tr><td align="center" valign="middle">  <tr><td align="center" valign="middle">
10    
 {if $showform}  
11  <FORM  NAME="authform" ACTION="{$smarty.server.PHP_SELF}" METHOD="post" class="area" style="text-align:right;width: 300px;">  <FORM  NAME="authform" ACTION="{$smarty.server.PHP_SELF}" METHOD="post" class="area" style="text-align:right;width: 300px;">
12  {if $output}<div class="msgok">{$output}</div>{/if}  {if $output}<div class="msgok">{$output}</div>{/if}
13  <div style="font-size:140%;">  <div style="font-size:140%;">
14  <b>Identification {$site}</b>  <b>Identification {#site#}</b>
15  </div>  </div>
16  <div>login&nbsp;<INPUT TYPE="text" NAME="login" VALUE="{$smarty.post.login}" class="act" /></div>  <div>login&nbsp;<INPUT TYPE="text" NAME="login" VALUE="{$login}" class="act" /></div>
17  <div>password&nbsp;<INPUT TYPE="password" NAME="passd" class="act" /></div>  <div>password&nbsp;<INPUT TYPE="password" NAME="passd" class="act" /></div>
18  <div>&nbsp;<INPUT TYPE="submit" NAME="action" VALUE="login" class="act" /></div>  <div>&nbsp;<INPUT TYPE="submit" NAME="action" VALUE="login" class="act" /></div>
19  </form>  </form>
 {/if}  
20    
21  </td></tr></table>  </td></tr></table>
 <pre>  
 <?php  
 print_r($config);  
 ?>  
 </pre>  
22  </body>  </body>
23  </html>  </html>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26