Subversion Repositories DevTools

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
119 ghuddy 1
<table width="400" border="0" cellspacing="0" cellpadding="5">
2
  <form name="message" method="get" action="#">
3
  <tr> 
4
    <td width="4"><img src="images/i_warning.gif" width="32" height="32"></td>
5
    <td width="376" class="err_ttl">Login Failed!</td>
6
  </tr>
7
  <tr> 
8
    <td width="4">&nbsp;</td>
9
    <td width="376"> 
10
      <p class="err_sol"><br>Login information is incorrect.<br><br>NOTE: Domain account users have certain number of login trials before they are locked. Usually maximum is 5 trials.</p><br>
11
      </td>
12
  </tr>
13
  <tr>
14
    <td width="4">&nbsp;</td>
15
    <td width="376">
16
      <input type="reset" name="btn" value="Try Again" class="sublbox_item" onClick="history.back();">
17
	  <input type="reset" name="btn" value="Cancel" class="sublbox_item" onClick="history.go(-2);">
18
    </td>
19
  </tr>
20
  </form>
21
</table>