1 | <?xml version="1.0" encoding="ISO-8859-1"?> |
---|
2 | |
---|
3 | <HTML_CONTENT xmlns:ibis="http://www.ibisph.org"> |
---|
4 | |
---|
5 | <ibis:doc> |
---|
6 | <name>user/Status</name> |
---|
7 | <summary>User Status Page</summary> |
---|
8 | <description> |
---|
9 | <br/><br/> |
---|
10 | </description> |
---|
11 | |
---|
12 | <author>Garth Braithwaite</author> |
---|
13 | <company>Utah Department of Health/Software Technology Group</company> |
---|
14 | </ibis:doc> |
---|
15 | |
---|
16 | |
---|
17 | <TITLE>User Account Status</TITLE> |
---|
18 | <KEYWORDS>User Status page</KEYWORDS> |
---|
19 | <DESCRIPTION>unsecure user status page</DESCRIPTION> |
---|
20 | |
---|
21 | <CONTENT> |
---|
22 | <ibis:ContiditionalSection id="INVALID_USER_ID"> |
---|
23 | <h2 class="Error">Invalid User ID</h2> |
---|
24 | The email address you provided is invalid. It must be non blank |
---|
25 | and of the form name@some.mailserver. Your email address is |
---|
26 | critical as this is the mechanism which your account is activated. |
---|
27 | You account must be activated before you can use it and the only |
---|
28 | way to activate is via your clicking on a verification link that |
---|
29 | is contained within an email set to you. |
---|
30 | <br/><br/> |
---|
31 | |
---|
32 | Please press your browser's back button and correct the error. If |
---|
33 | you have entered a valid email address please contact this application's |
---|
34 | system administrator to report the problem. |
---|
35 | </ibis:ContiditionalSection> |
---|
36 | |
---|
37 | <ibis:ContiditionalSection id="USER_PROFILE_EXISTS"> |
---|
38 | <h2 class="Error">User Profile Already Exists</h2> |
---|
39 | The EMAIL ADDRESS you provided already exists. If you have forgotton |
---|
40 | your password please visit the |
---|
41 | <br/><br/> |
---|
42 | |
---|
43 | Please press your browser's back button and correct the error. If |
---|
44 | you have entered a valid email address please contact this application's |
---|
45 | system administrator to report the problem. |
---|
46 | </ibis:ContiditionalSection> |
---|
47 | |
---|
48 | <ibis:ContiditionalSection id="INVALID_CAPTCHA"> |
---|
49 | <h2 class="Error">Invalid Captcha Value</h2> |
---|
50 | </ibis:ContiditionalSection> |
---|
51 | |
---|
52 | <ibis:ContiditionalSection id="INVALID_EMAIL_ADDRESS"> |
---|
53 | <h2 class="Error">Invalid Email Address</h2> |
---|
54 | </ibis:ContiditionalSection> |
---|
55 | |
---|
56 | <ibis:ContiditionalSection id="EMAIL_ERROR"> |
---|
57 | <h2 class="Error">Email Error</h2> |
---|
58 | </ibis:ContiditionalSection> |
---|
59 | |
---|
60 | <ibis:ContiditionalSection id="VERIFICATION_EMAIL_SENT"> |
---|
61 | <h2>Verification Email Sent</h2> |
---|
62 | </ibis:ContiditionalSection> |
---|
63 | |
---|
64 | <ibis:ContiditionalSection id="INVALID_VERIFICATION"> |
---|
65 | <h2 class="Error">Invalid/Mismatched Verification</h2> |
---|
66 | </ibis:ContiditionalSection> |
---|
67 | |
---|
68 | <ibis:ContiditionalSection id="VERIFIED"> |
---|
69 | <h2>Account Verified and Active</h2> |
---|
70 | </ibis:ContiditionalSection> |
---|
71 | </CONTENT> |
---|
72 | </HTML_CONTENT> |
---|
73 | |
---|