Add analytics
[bus.git] / busui / owa / modules / base / templates / login_form.tpl
maxious 1 <div style="width:340px; margin: 0px auto -1px auto;">
2 <div class="inline_h1" style="text-align:left;">Login</div><BR>
3
4 <div style="width:340px; margin: 0px auto -1px auto; text-align:center;">
5
6 <!-- content goes here -->
7 <DIV id="login_box" style="color:#ffffff; padding:45px; height:210px; text-align:left;" >
8
9 <form method="POST">
10
11 <div class="inline_h3"><B>User Name:</B></div>
12 <INPUT class="owa_largeFormField" type="text" size="20" name="<?php echo $this->getNs();?>user_id" value="<?php echo $user_id;?>"><BR><BR>
13 <div class="inline_h3"><B>Password:</B></div>
14 <INPUT class="owa_largeFormField" type="password" size="20" name="<?php echo $this->getNs();?>password"><BR><BR>
15 <input type="hidden" size="70" name="<?php echo $this->getNs();?>go" value="<?php echo $go?>">
16 <input name="<?php echo $this->getNs();?>action" value="base.login" type="hidden">
17 <div style="text-align:;">
18 <INPUT class="owa_largeFormField" type="submit" name="<?php echo $this->getNs();?>submit_btn" value="Login">
19 </div>
20 </form>
21
22 </DIV>
23
24 </div>
25
26
27 <BR>
28 <span class="info_text">
29 <a href="<?php echo $this->makeLink(array('do' => 'base.passwordResetForm'))?>">Forgot your password?</a>
30 </span>
31 </div>
32
33
34
35