Line | |
---|
1 | <script type="text/javascript"> |
---|
2 | |
---|
3 | $(function() { |
---|
4 | $("#usernamepolicy").hide(); |
---|
5 | $("#usernamepolicybtn").bt({contentSelector: $("#usernamepolicy"), width: '350px', closeWhenOthersOpen: true, shrinkToFit: 'true', positions: ['right'], fill: '#fbfbfb', strokeWidth: 2, strokeStyle: '#f2f2f2', spikeGirth: 12, spikeLength:9, hoverIntentOpts: {interval: 100, timeout: 1000}}); |
---|
6 | |
---|
7 | }); |
---|
8 | </script> |
---|
9 | |
---|
10 | <div id="usernamepolicy"> |
---|
11 | <div class="helppopup"> |
---|
12 | <div class="banner"><strong>Choosing a username</strong></div> |
---|
13 | <div class="content"> |
---|
14 | <p>Usernames must meet the following requirements</p> |
---|
15 | <ul> |
---|
16 | <li>Be at least 4 characters in length</li> |
---|
17 | <li>Don't contain any spaces</li> |
---|
18 | <li>Contain only letters and numbers</li> |
---|
19 | <li>Not previously used as a username for another account</li> |
---|
20 | </ul> |
---|
21 | </div> |
---|
22 | </div> |
---|
23 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.