summaryrefslogtreecommitdiff
path: root/TWiki/TWikiRegistrationNone.mdwn
blob: ae1a3c9ed8837e54212e26fb68135348b1f5c01e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
To edit pages on this %WIKITOOLNAME% Collaborative Web, you must have a registered user name in [[WikiNotation]].

To register as a new user, simply fill out this form:

<form action="%SCRIPTURL%/register%SCRIPTSUFFIX%/%MAINWEB%/%HOMETOPIC%" method="post">
  <table border="1">
    <tr>
      <td align="right"> First &amp;amp; last name: </td>
      <td><input name="Twk1Name" onblur="var sIn = this.value; var sOut = ''; var chgUpper = true; for ( var i = 0; i &lt; 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&gt;='a')&amp;&amp;(ch&lt;='z')) || ((ch&gt;='A')&amp;&amp;(ch&lt;='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>
      <td><input name="Twk1WikiName" size="40" type="text" value="" /> <code><font color="red">**</font></code></td>
    </tr>
    <tr>
      <td align="right"> Intranet login name: </td>
      <td><input name="Twk1LoginName" size="40" type="text" value="%REMOTE_USER%" /> <code><font color="red">**</font></code></td>
    </tr>
    <tr>
      <td align="right"> Email address: </td>
      <td><input name="Twk1Email" size="40" type="text" value="" /> <code><font color="red">**</font></code></td>
    </tr>
    <tr>
      <td align="right"> Phone: </td>
      <td><input name="Twk0Phone" size="40" type="text" value="" /></td>
    </tr>
    <tr>
      <td align="right"> Department: </td>
      <td><input name="Twk0Department" size="40" type="text" value="" /></td>
    </tr>
    <tr>
      <td align="right"> Office location: </td>
      <td><select name="Twk1Location" size="1"><option selected value="">Select...</option>
          <option>SanJoseOffice</option>
          <option>LondonOffice</option>
          <option>TokyoOffice</option>
          <option>VasterasOffice</option>
          <option value="(Please specify office location)">Other</option></select> <code><font color="red">**</font></code></td>
    </tr>
    <tr>
      <td align="right" valign="top"> Comments : <br /> (optional)   </td>
      <td>
        <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 automatically:_**

* Create an account for you, so that you can start editing pages using your [[WikiName]].
* 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.

Once registered you can login using your [[WikiName]] and password.

If you have any questions about registration, send an email to [%WIKIWEBMASTER%](mailto:%WIKIWEBMASTER%?subject=%TOPIC% Question).