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">User Not Found!</td>
6
  </tr>
7
  <tr> 
8
    <td width="4">&nbsp;</td>
9
    <td width="376"> 
10
      <p class="err_dtl"><br>
11
        <span class="err_alert">$USERNAME$</span> is not found and you will not be authorised to proceed.</p>
12
	  <p class="err_sol">
13
        Please contact the <a href="mailto:$ADMINEMAIL$">administrator</a> for more details<br>
14
		OR<br>
15
          <a href="sign_up.asp">click here to Sign Up.</a></p> 
16
      </td>
17
  </tr>
18
  <tr>
19
    <td width="4">&nbsp;</td>
20
    <td width="376">
21
      <input type="reset" name="btn" value="Try Again" class="sublbox_item" onClick="history.back();">
22
	  <input type="reset" name="btn" value="Cancel" class="sublbox_item" onClick="history.go(-2);">
23
    </td>
24
  </tr>
25
  </form>
26
</table>