diff options
author | TWikiGuest <web-hurd@gnu.org> | 2006-04-18 09:21:56 +0000 |
---|---|---|
committer | TWikiGuest <web-hurd@gnu.org> | 2006-04-18 09:21:56 +0000 |
commit | 5799b8c6661382871c4dbbad5f8f090329a26c3a (patch) | |
tree | d82aaeb342ecc934339e3c2fdea6e77d2a4631cb | |
parent | d77b51cfff1e595dee322d0c7b258b1191034096 (diff) |
none
-rw-r--r-- | TWiki/TWikiRegistration.mdwn | 29 |
1 files changed, 25 insertions, 4 deletions
diff --git a/TWiki/TWikiRegistration.mdwn b/TWiki/TWikiRegistration.mdwn index 921d2194..2bf4ac43 100644 --- a/TWiki/TWikiRegistration.mdwn +++ b/TWiki/TWikiRegistration.mdwn @@ -10,7 +10,7 @@ An account of your own helps us handle copyright issues with contributed materia <table border="1"> <tr> <td align="right"> First &amp; last name: </td> - <td><input name="Twk1Name" onblur="var sIn = this.value; var sOut = ''; var chgUpper = true; for ( var i = 0; i < sIn.length; i++ ) { var ch = sIn.charAt( i ); var ch2 = ''; if((ch=='�')||(ch=='�')||(ch=='�')||(ch=='�')||(ch=='�') ) { ch = 'a'; } if( (ch=='�')||(ch=='�')||(ch=='�') ) { ch = 'e'; } if( ch=='�') { ch = 'c'; } if( ch=='�') { ch = 'n'; } if( (ch=='�')||(ch=='�')||(ch=='�') ) { ch = 'o'; } if( ch=='�') { ch = 'a'; ch2 = 'e'; } if( ch=='�') { ch = 'o'; ch2 = 'e'; } if( (ch=='�')||(ch=='�')||(ch=='�') ) { ch = 'o'; } if( ch=='�') { ch = 'u'; ch2 = 'e'; } if( ch=='�') { ch = 'A'; ch2 = 'e'; } if( ch=='�') { ch = 'O'; ch2 = 'e'; } if( ch=='�') { ch = 'U'; ch2 = 'e'; } if( ch=='�') { ch = 's'; ch2 = 's'; } if( ((ch>='a')&&(ch<='z')) || ((ch>='A')&&(ch<='Z')) ) { if( chgUpper ) { ch = ch.toUpperCase(); chgUpper = false; } sOut+=ch; if( ch2!='') { sOut+=ch2; } } else { if( ch==' ' ) { chgUpper = true; } } } this.form.Twk1WikiName.value=sOut;" size="40" type="text" value="" /> <code><font color="red">**</font></code></td> + <td><input name="Twk1Name" onblur="var sIn = this.value; var sOut = ''; var chgUpper = true; for ( var i = 0; i < sIn.length; i++ ) { var ch = sIn.charAt( i ); var ch2 = ''; if((ch=='à')||(ch=='á')||(ch=='â')||(ch=='ã')||(ch=='å') ) { ch = 'a'; } if( (ch=='è')||(ch=='é')||(ch=='ê') ) { ch = 'e'; } if( ch=='ç') { ch = 'c'; } if( ch=='ñ') { ch = 'n'; } if( (ch=='ò')||(ch=='ó')||(ch=='ô') ) { ch = 'o'; } if( ch=='ä') { ch = 'a'; ch2 = 'e'; } if( ch=='ö') { ch = 'o'; ch2 = 'e'; } if( (ch=='ù')||(ch=='ú')||(ch=='û') ) { ch = 'o'; } if( ch=='ü') { ch = 'u'; ch2 = 'e'; } if( ch=='Ä') { ch = 'A'; ch2 = 'e'; } if( ch=='Ö') { ch = 'O'; ch2 = 'e'; } if( ch=='Ü') { ch = 'U'; ch2 = 'e'; } if( ch=='ß') { ch = 's'; ch2 = 's'; } if( ((ch>='a')&&(ch<='z')) || ((ch>='A')&&(ch<='Z')) ) { if( chgUpper ) { ch = ch.toUpperCase(); chgUpper = false; } sOut+=ch; if( ch2!='') { sOut+=ch2; } } else { if( ch==' ' ) { chgUpper = true; } } } this.form.Twk1WikiName.value=sOut;" size="40" type="text" value="" /> <code><font color="red">**</font></code></td> </tr> <tr> <td align="right"> Your <span style="background:"><font color="">Wiki Name</font></span><a href="http://LOCATION/WikiName">?</a>: </td> @@ -33,7 +33,7 @@ An account of your own helps us handle copyright issues with contributed materia <td><input name="Twk0CompanyName" size="40" type="text" value="" /></td> </tr> <tr> - <td align="right"> Company URL: <br /> (or department URL) </td> + <td align="right"> Company URL: <br /> (or department URL) </td> <td><input name="Twk0CompanyURL" onblur="if(this.value=='http://') { this.value='' }" onfocus="if(this.value=='') { this.value='http://' }" size="40" type="text" /></td> </tr> <tr> @@ -186,10 +186,31 @@ An account of your own helps us handle copyright issues with contributed materia <option value="Other Country">Other Country</option></select> <code><font color="red">**</font></code></td> </tr> <tr> - <td align="right" valign="top"> Comments : <br /> (optional) </td> + <td align="right" valign="top"> Comments : <br /> (optional) </td> <td> - <textarea cols="38" name="Twk0Comment" rows="4" wrap="virtual">&lt;/html&gt;</textarea> + <textarea cols="38" name="Twk0Comment" rows="4" wrap="virtual"> + </textarea> </td> </tr> + <tr> + <td align="right" valign="top"> <input name="TopicName" type="hidden" value="%TOPIC%" /></td> + <td><input type="submit" value=" Submit " /> (Fields marked <code><font color="red">**</font></code> are required) </td> + </tr> </table> </form> + +**_Submitting the form will:_** + +* _Almost_ create an account for you, the Wiki admin will first review your application before **_manually_** enabling your account. +* Create your personal %WIKITOOLNAME% topic using your [[WikiName]] as topic name, and add the data you submitted to the topic. +* Add your name to the list of users in the %MAINWEB%.%WIKIUSERSTOPIC% topic in the %WIKITOOLNAME%.%MAINWEB% web. +* Send you a confirmation of your registration by email. + +**_Remember:_** + +* %TWIKIWEB%.ResetPassword: If you forget your password. +* Be nice. + +If you have any questions about registration, send an email to [%WIKIWEBMASTER%](mailto:%WIKIWEBMASTER%?subject=%TOPIC% Question). + +To edit pages on this %WIKITOOLNAME% Collaborative Web, you must have a registered user name and password. <br />**_Note:_** You can also login anonymously as user <code>TWikiGuest</code> with password `guest` |