wiki-archive/twiki/data/TWiki/TWikiRegistration.txt,v

545 lines
22 KiB
Plaintext
Raw Blame History

head 1.11;
access;
symbols;
locks; strict;
comment @# @;
1.11
date 2007.02.05.16.04.41; author RicardoPereira; state Exp;
branches;
next 1.10;
1.10
date 2007.01.29.22.32.27; author RicardoPereira; state Exp;
branches;
next 1.9;
1.9
date 2006.02.01.12.01.19; author TWikiContributor; state Exp;
branches;
next 1.8;
1.8
date 2003.01.30.08.48.03; author PeterThoeny; state Exp;
branches;
next 1.7;
1.7
date 2001.10.25.07.22.41; author PeterThoeny; state Exp;
branches;
next 1.6;
1.6
date 2001.08.11.17.31.06; author PeterThoeny; state Exp;
branches;
next 1.5;
1.5
date 2001.08.06.05.30.55; author PeterThoeny; state Exp;
branches;
next 1.4;
1.4
date 2000.08.18.07.23.22; author PeterThoeny; state Exp;
branches;
next 1.3;
1.3
date 2000.05.24.22.58.29; author PeterThoeny; state Exp;
branches;
next 1.2;
1.2
date 2000.04.29.06.55.58; author PeterThoeny; state Exp;
branches;
next 1.1;
1.1
date 2000.04.21.23.24.57; author PeterThoeny; state Exp;
branches;
next ;
desc
@none
@
1.11
log
@none
@
text
@%META:TOPICINFO{author="RicardoPereira" date="1170691481" format="1.1" version="1.11"}%
---+ Register at the [[http://www.tdwg.org/membership/registration/][TDWG Registration Page]]
To edit pages on this site, you must have a registered user name and password.
To register as a new user, go to the test TDWG Website [[http://www.tdwg.org/membership/registration/][Registration Page]] and fill out the registration form.
Once your registration is approved you can login using your WikiName and password.
If you have any questions about registration, send an e-mail to ricardo@@tdwg.org.
@
1.10
log
@none
@
text
@d1 1
a1 1
%META:TOPICINFO{author="RicardoPereira" date="1170109947" format="1.1" reprev="1.10" version="1.10"}%
d10 1
a10 1
%MAKETEXT{"If you have any questions about registration, send an e-mail to [_1]." args="<a href='mailto:%WIKIWEBMASTER%?subject=%TOPIC%&#32;Question'>%WIKIWEBMASTER%</a>"}%
@
1.9
log
@buildrelease
@
text
@d1 2
a2 2
%META:TOPICINFO{author="TWikiContributor" date="1111929255" format="1.0" version="9"}%
---+ %MAKETEXT{"Registration"}%
d4 1
a4 1
%MAKETEXT{"To edit pages on this TWikiSite, you must have a registered user name and password."}%
d6 1
a6 1
* %H% *%MAKETEXT{"Note:"}%* %MAKETEXT{"Registered users can ChangePasswords and ResetPasswords."}%
d8 1
a8 1
%MAKETEXT{"To register as a new user, simply fill out this form:"}%
d10 1
a10 224
%MAKETEXT{"*Important:* the information provided in this form will be stored in a database on the TWiki server. This database is accessible to anyone who can access the server through the web (though passwords will be encrypted, and e-mail addresses will be obfusticated to help prevent spamming). Your country, or the country where the server is hosted, may have Data Protection laws governing the maintenance of such databases. If you are in doubt, you should contact [_1] for details of the Data Protection Policy of this TWiki server before registering." args="<a href='mailto:%WIKIWEBMASTER%?subject=Data%20Protection%20Policy'>%WIKIWEBMASTER%</a>"}%
<!-- IMPORTANT NOTE if you want to customize this form: You can delete or add new input variables in this form. The name="" parameter of the input tags must start with: "Twk0..." (if this is an optional entry), "Twk1..." (if this is a required entry). This will ensure that the fields are processed correctly. -->
<script language="javascript">
<!--
function capitalise(name)
{
var sIn = name;
var sOut = '';
var chgUpper = true;
for ( var i = 0; i < sIn.length; i++ )
{ var ch = sIn.charAt( i ); var ch2 = ''; if((ch=='&#224;')||(ch=='&#225;')||(ch=='&#226;')||(ch=='&#227;')||(ch=='&#229;') ) { ch = 'a'; } if( (ch=='&#232;')||(ch=='&#233;')||(ch=='&#234;') ) { ch = 'e'; } if( ch=='&#231;') { ch = 'c'; } if( ch=='&#241;') { ch = 'n'; } if( (ch=='&#242;')||(ch=='&#243;')||(ch=='&#244;') ) { ch = 'o'; } if( ch=='&#228;') { ch = 'a'; ch2 = 'e'; } if( ch=='&#246;') { ch = 'o'; ch2 = 'e'; } if( (ch=='&#249;')||(ch=='&#250;')||(ch=='&#251;') ) { ch = 'o'; } if( ch=='&#252;') { ch = 'u'; ch2 = 'e'; } if( ch=='&#196;') { ch = 'A'; ch2 = 'e'; } if( ch=='&#214;') { ch = 'O'; ch2 = 'e'; } if( ch=='&#220;') { ch = 'U'; ch2 = 'e'; } if( ch=='&#223;') { 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; } } }
return sOut;
}
//-->
</script>
<div class="twikiPageForm">
<form action="%SCRIPTURLPATH{"register"}%/%MAINWEB%/%HOMETOPIC%" method="post">
<table border="1">
<tr>
<td align="right"> %MAKETEXT{"First Name:"}% </td>
<td><input type="text" name="Twk1FirstName" size="40" value="" onblur="this.form.Twk1WikiName.value=capitalise(this.value)+capitalise(this.form.Twk1LastName.value)" /> =<font color="red">**</font>= </td>
</tr>
<tr>
<td align="right"> %MAKETEXT{"Last Name:"}% </td>
<td><input type="text" name="Twk1LastName" size="40" value="" onblur="this.form.Twk1WikiName.value=capitalise(this.form.Twk1FirstName.value)+capitalise(this.value)" /> =<font color="red">**</font>= </td>
</tr>
<td align="right"> %MAKETEXT{"(identifies you to others) WikiName:"}% </td>
<td><input type="text" name="Twk1WikiName" size="40" value="" onblur="" /> =<font color="red">**</font>= </td>
</tr>
<!--
# optional row for login name, enabled by {Register}{AllowLoginName} option in =configure=
* Set BESPOKE_AUTH = <tr><td align=\"right\"> %MAKETEXT{"(how you log in) LoginName:"}% </td><td><input type=\"text\" name=\"Twk1LoginName\" size=\"40\" value=\"%REMOTE_USER%\" /> =<font color='red'>**</font>= </td></tr>
-->
%IF{"$ ALLOWLOGINNAME" then="%BESPOKE_AUTH%"}%
<tr>
<td align="right"> %MAKETEXT{"E-mail address:"}% </td>
<td><input type="text" name="Twk1Email" size="40" value="" /> =<font color="red">**</font>= </td>
</tr>
<!--
# optional rows for password, enabled by {Register}{AllowLoginName} option in =configure=, we assume that login name means that TWiki does not handle passwords
* Set BESPOKE_PASSWORD = <tr><td align=\"right\"> %MAKETEXT{"Your password:"}% </td><td><input type=\"password\" name=\"Twk1Password\" size=\"40\" value=\"\" /> =<font color=\"red\">**</font>= </td></tr>\
<tr><td align=\"right\"> %MAKETEXT{"Retype password:"}% </td><td><input type=\"password\" name=\"Twk1Confirm\" size=\"40\" value=\"\" /> =<font color=\"red\">**</font>= </td></tr>
-->
%IF{"$ ALLOWLOGINNAME < 1" then="%BESPOKE_PASSWORD%"}%
<tr>
<td align="right"> %MAKETEXT{"Organisation name:"}% </td>
<td><input type="text" name="Twk0OrganisationName" size="40" value="" /></td>
</tr><tr>
<td align="right"> %MAKETEXT{"Organisation URL:"}% </td>
<td><input type="text" name="Twk0OrganisationURL" size="40" onBlur="if(this.value=='http://') { this.value='' }" onFocus="if(this.value=='') { this.value='http://' }" /></td>
</tr><tr>
<td align="right"> %MAKETEXT{"Country:"}% </td>
<td>
<select name="Twk1Country" size="1">
<option selected value="">Select...</option>
<option>USA</option>
<option>Albania</option>
<option>Algeria</option>
<option>Andorra</option>
<option>Angola</option>
<option>Argentina</option>
<option>Armenia</option>
<option>Aruba</option>
<option>Australia</option>
<option>Austria</option>
<option>Azerbaijan</option>
<option>Bahrain</option>
<option>Bangladesh</option>
<option>Belarus</option>
<option>Belgium</option>
<option>Belize</option>
<option>Benin</option>
<option>Bolivia</option>
<option>Bosnia and Hercegovina</option>
<option>Brazil</option>
<option>Bulgaria</option>
<option>Burundi</option>
<option>Cambodia</option>
<option>Cameroon</option>
<option>Canada</option>
<option>Central African Republic</option>
<option>Chile</option>
<option>China</option>
<option>Colombia</option>
<option>Congo</option>
<option>Costa Rica</option>
<option>Croatia</option>
<option>Cuba</option>
<option>Cyprus</option>
<option>Czech Republic</option>
<option>Denmark</option>
<option>Ecuador</option>
<option>Egypt</option>
<option>El Salvador</option>
<option>Estonia</option>
<option>Ethiopia</option>
<option>Fiji</option>
<option>Finland</option>
<option>France</option>
<option>Georgia</option>
<option>Germany</option>
<option>Gibraltar</option>
<option>Greece</option>
<option>Guam</option>
<option>Guatemala</option>
<option>Haiti</option>
<option>Hong Kong</option>
<option>Hungary</option>
<option>Iceland</option>
<option>India</option>
<option>Indonesia</option>
<option>Iran</option>
<option>Iraq</option>
<option>Ireland</option>
<option>Israel</option>
<option>Italy</option>
<option>Japan</option>
<option>Jordan</option>
<option>Kazakstan</option>
<option>Kenya</option>
<option>Korea</option>
<option>Kuwait</option>
<option>Kyrgyz Rebublic</option>
<option>Laos</option>
<option>Latvia</option>
<option>Lebanon</option>
<option>Liberia</option>
<option>Liechtenstein</option>
<option>Lithuania</option>
<option>Luxembourg</option>
<option>Libya</option>
<option>Macao</option>
<option>Macedonia</option>
<option>Malaysia</option>
<option>Malawi</option>
<option>Malta</option>
<option>Mexico</option>
<option>Moldova</option>
<option>Monaco</option>
<option>Morocco</option>
<option>Mozambique</option>
<option>Namibia</option>
<option>Nepal</option>
<option>Netherlands</option>
<option>New Zealand</option>
<option>Nicaragua</option>
<option>Nigeria</option>
<option>Norway</option>
<option>Oman</option>
<option>Pakistan</option>
<option>Panama</option>
<option>Paraguay</option>
<option>Peru</option>
<option>Philippines</option>
<option>Poland</option>
<option>Portugal</option>
<option>Romania</option>
<option>Russia</option>
<option>Saudi Arabia</option>
<option>Senegal</option>
<option>Singapore</option>
<option>Slovakia</option>
<option>Slovenia</option>
<option>South Africa</option>
<option>Spain</option>
<option>Sri Lanka</option>
<option>Suriname</option>
<option>Sweden</option>
<option>Switzerland</option>
<option>Syria</option>
<option>Taiwan</option>
<option>Tanzania</option>
<option>Thailand</option>
<option>Tajikistan</option>
<option>Tunisia</option>
<option>Turkey</option>
<option>Turkmenistan</option>
<option>Uganda</option>
<option>Ukraine</option>
<option>United Arab Emirates</option>
<option>United Kingdom</option>
<option>Uruguay</option>
<option>USA</option>
<option>Uzbekistan</option>
<option>Vatican City</option>
<option>Venezuela</option>
<option>Vietnam</option>
<option>Yemen</option>
<option>Yugoslavia</option>
<option>Zaire</option>
<option>Zambia</option>
<option>Zimbabwe</option>
<option value="Other Country">%MAKETEXT{"Other Country"}%</option>
</select> =<font color="red">**</font>=
</td>
</tr>
<tr>
<td valign="top" align="right"> %MAKETEXT{"Comments:"}%<br /> %MAKETEXT{"(optional)"}% </td>
<td><textarea name="Twk0Comment" wrap="virtual" rows="4" cols="38"></textarea></td>
</tr>
<tr>
<td></td>
<td><span class="twikiSmall">%MAKETEXT{"Fields marked [_1] are required" args="=<font color='red'>**</font>="}%</span></td>
</tr>
<tr>
<td valign="top" align="right"> &nbsp; <input type="hidden" name="topic" value="%TOPIC%" /><input type="hidden" name="action" value="register" /></td>
<td><input type="submit" class="twikiSubmit" value=' %MAKETEXT{"Submit"}% ' /></td>
</tr>
</table>
</form>
</div>
%MAKETEXT{"When [_1] receives the form, it will mail an account activation code to the e-mail address you gave above. Enter that activation code in the following screen, or follow the link in the e-mail, to activate your account. Once your account is activated, [_1] will:" args="%WIKITOOLNAME%"}%
* %MAKETEXT{"Finish creating an account for you, so that you can start editing pages using your WikiName."}%
* %MAKETEXT{"Create your personal [_1] topic using your WikiName as topic name, and add the data you submitted to the topic." args="<nop>%WIKITOOLNAME%"}%
* %MAKETEXT{"Add your name to the list of users in the [_1] topic in the [_2] web." args="%MAINWEB%.%WIKIUSERSTOPIC%,%MAINWEB%"}%
* %MAKETEXT{"Send you a confirmation of your registration by e-mail."}%
<!--
# login method used by this site:
* Set LOGIN_METHOD_IN_THIS_SITE = %IF{"$ ALLOWLOGINNAME" then="LoginName" else="WikiName"}%
-->
%MAKETEXT{"Once registered you can login using your [_1] and password." args="%LOGIN_METHOD_IN_THIS_SITE%"}%
a11 1
%MAKETEXT{"If you have any questions about registration, send an e-mail to [_1]." args="<a href='mailto:%WIKIWEBMASTER%?subject=%TOPIC%&#32;Question'>%WIKIWEBMASTER%</a>"}%
a12 3
<table bgcolor="yellow"><tr><td>
__Note to administrator:__ The form fields can be customized to the needs of your organization. See also TWikiUserAuthentication. In case you are registering users through other means, replace this topic with a note describing how to get registered in TWiki. In any case, remove this note.
</td></tr></table>
@
1.8
log
@none
@
text
@d1 239
a239 59
%META:TOPICINFO{author="PeterThoeny" date="1043916483" format="1.0" version="1.8"}%
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:
<!-- IMPORTANT NOTE if you want to customize this form: You can delete or add new input variables in this form. Use the topic TWikiRegistrationPub in case this installation is on a public server (just copy the content over to the TWikiRegistration topic). The name="" parameter of the input tags must start with: "Twk0..." (if this is an optional entry), "Twk1..." (if this is a required entry). This will ensure that the fields are processed correctly. -->
<form action="%SCRIPTURL%/register%SCRIPTSUFFIX%/%MAINWEB%/%HOMETOPIC%" method="post">
<table border="1">
<tr>
<td align="right"> First & last name: </td>
<td><input type="text" name="Twk1Name" size="40" value="" 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=='&#224;')||(ch=='&#225;')||(ch=='&#226;')||(ch=='&#227;')||(ch=='&#229;') ) { ch = 'a'; } if( (ch=='&#232;')||(ch=='&#233;')||(ch=='&#234;') ) { ch = 'e'; } if( ch=='&#231;') { ch = 'c'; } if( ch=='&#241;') { ch = 'n'; } if( (ch=='&#242;')||(ch=='&#243;')||(ch=='&#244;') ) { ch = 'o'; } if( ch=='&#228;') { ch = 'a'; ch2 = 'e'; } if( ch=='&#246;') { ch = 'o'; ch2 = 'e'; } if( (ch=='&#249;')||(ch=='&#250;')||(ch=='&#251;') ) { ch = 'o'; } if( ch=='&#252;') { ch = 'u'; ch2 = 'e'; } if( ch=='&#196;') { ch = 'A'; ch2 = 'e'; } if( ch=='&#214;') { ch = 'O'; ch2 = 'e'; } if( ch=='&#220;') { ch = 'U'; ch2 = 'e'; } if( ch=='&#223;') { 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;" /> =<font color="red">**</font>= </td>
</tr><tr>
<td align="right"> Your WikiName: </td>
<td><input type="text" name="Twk1WikiName" size="40" value="" /> =<font color="red">**</font>= </td>
</tr><tr>
<td align="right"> Intranet login name: </td>
<td><input type="text" name="Twk1LoginName" size="40" value="%REMOTE_USER%" /> =<font color="red">**</font>= </td>
</tr><tr>
<td align="right"> Email address: </td>
<td><input type="text" name="Twk1Email" size="40" value="" /> =<font color="red">**</font>= </td>
</tr><tr>
<td align="right"> Phone: </td>
<td><input type="text" name="Twk0Phone" size="40" value="" /></td>
</tr><tr>
<td align="right"> Department: </td>
<td><input type="text" name="Twk0Department" size="40" value="" />
</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 value="(Please specify office location)">Other</option>
</select> =<font color="red">**</font>=
</td>
</tr><tr>
<td valign="top" align="right"> Comments : <br /> (optional) &nbsp; </td>
<td><textarea name="Twk0Comment" wrap="virtual" rows="4" cols="38"></textarea></td>
</tr><tr>
<td valign="top" align="right"> &nbsp; <input type="hidden" name="TopicName" value="%TOPIC%" /></td>
<td> <input type="submit" value=" Submit "> &nbsp;&nbsp; (Fields marked =<Font color="red">**</font>= 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 %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 <a href="mailto:%WIKIWEBMASTER%?subject=%TOPIC%&#32;Question">%WIKIWEBMASTER%</a>.
@
1.7
log
@none
@
text
@d1 1
a1 1
%META:TOPICINFO{author="PeterThoeny" date="1003994561" format="1.0" version="1.7"}%
d12 1
a12 1
<td><input type="text" name="Twk1Name" size="40" value="" 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=='&#224;')||(ch=='&#225;')||(ch=='&#226;')||(ch=='&#227;')||(ch=='&#229;') ) { ch = 'a'; } if( (ch=='&#232;')||(ch=='&#233;')||(ch=='&#234;') ) { ch = 'e'; } if( ch=='&#231;') { ch = 'c'; } if( ch=='&#241;') { ch = 'n'; } if( (ch=='&#242;')||(ch=='&#243;')||(ch=='&#244;') ) { ch = 'o'; } if( ch=='&#228;') { ch = 'a'; ch2 = 'e'; } if( ch=='&#246;') { ch = 'o'; ch2 = 'e'; } if( (ch=='&#249;')||(ch=='&#250;')||(ch=='&#251;') ) { ch = 'o'; } if( ch=='&#252;') { ch = 'u'; ch2 = 'e'; } if( ch=='&#196;') { ch = 'A'; ch2 = 'e'; } if( ch=='&#214;') { ch = 'O'; ch2 = 'e'; } if( ch=='&#220;') { ch = 'U'; ch2 = 'e'; } if( ch=='&#223;') { 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;" /> =<font color="red">**</font>= </td>
d53 1
a53 1
* Add your name to the list of users in the %MAINWEB%.%WIKIUSERSTOPIC% topic in the %WIKITOOLNAME%.%MAINWEB% web.
d59 1
a59 1
If you have any questions about registration, send an email to <A href="mailto:%WIKIWEBMASTER%?subject=%TOPIC%&#32;Question">%WIKIWEBMASTER%</A>.
@
1.6
log
@none
@
text
@d1 1
a1 1
%META:TOPICINFO{author="PeterThoeny" date="997551066" format="1.0beta2" version="1.6"}%
d12 1
a12 1
<td><input type="text" name="Twk1Name" size="40" value="" 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=='<27>')||(ch=='<27>')||(ch=='<27>')||(ch=='<27>')||(ch=='<27>') ) { ch = 'a'; } if( (ch=='<27>')||(ch=='<27>')||(ch=='<27>') ) { ch = 'e'; } if( ch=='<27>') { ch = 'c'; } if( ch=='<27>') { ch = 'o'; } if( ch=='<27>') { ch = 'a'; ch2 = 'e'; } if( ch=='<27>') { ch = 'o'; ch2 = 'e'; } if( ch=='<27>') { ch = 'u'; ch2 = 'e'; } if( ch=='<27>') { ch = 'A'; ch2 = 'e'; } if( ch=='<27>') { ch = 'O'; ch2 = 'e'; } if( ch=='<27>') { ch = 'U'; ch2 = 'e'; } if( ch=='<27>') { 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;" /> =<font color="red">**</font>= </td>
@
1.5
log
@none
@
text
@d1 1
a1 1
%META:TOPICINFO{author="PeterThoeny" date="997076248" format="1.0beta2" version="1.5"}%
d27 2
a28 1
<td><input type="text" name="Twk0Department" size="40" value="" /></tr><tr>
@
1.4
log
@none
@
text
@d1 1
d12 1
a12 1
<td><input type="text" name="Twk1Name" size="40" value="" 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=='<27>')||(ch=='<27>')||(ch=='<27>')||(ch=='<27>')||(ch=='<27>') ) { ch = 'a'; } if( (ch=='<27>')||(ch=='<27>')||(ch=='<27>') ) { ch = 'e'; } if( ch=='<27>') { ch = 'c'; } if( ch=='<27>') { ch = 'o'; } if( ch=='<27>') { ch = 'a'; ch2 = 'e'; } if( ch=='<27>') { ch = 'o'; ch2 = 'e'; } if( ch=='<27>') { ch = 'u'; ch2 = 'e'; } if( ch=='<27>') { ch = 'A'; ch2 = 'e'; } if( ch=='<27>') { ch = 'O'; ch2 = 'e'; } if( ch=='<27>') { ch = 'U'; ch2 = 'e'; } if( ch=='<27>') { 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;" > =<font color="red">**</font>= </td>
d15 1
a15 1
<td><input type="text" name="Twk1WikiName" size="40" value="" > =<font color="red">**</font>= </td>
d18 1
a18 1
<td><input type="text" name="Twk1LoginName" size="40" value="%REMOTE_USER%" > =<font color="red">**</font>= </td>
d21 1
a21 1
<td><input type="text" name="Twk1Email" size="40" value="" > =<font color="red">**</font>= </td>
d24 1
a24 1
<td><input type="text" name="Twk0Phone" size="40" value="" ></td>
d27 1
a27 1
<td><input type="text" name="Twk0Department" size="40" value="" </tr><tr>
d39 1
a39 1
<td valign="top" align="right"> Comments : <br> (optional) &nbsp; </td>
d42 1
a42 1
<td valign="top" align="right"> &nbsp; <input type="hidden" name="TopicName" value="%TOPIC%"></td>
d49 1
d58 1
a58 1
If you have any questions about registration, send an email to <A href="mailto:%WIKIWEBMASTER%?subject=%TOPIC% Question">%WIKIWEBMASTER%</A>.
@
1.3
log
@none
@
text
@d7 1
a7 1
<form action="%SCRIPTURL%/register%SCRIPTSUFFIX%" method="post">
d49 2
a50 2
* Create your personal TWiki 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 TWikiUsers topic.
@
1.2
log
@none
@
text
@d7 1
a7 1
<form action="%SCRIPTURL%/register" method="post">
@
1.1
log
@none
@
text
@d26 11
a36 1
<td><input type="text" name="Twk0Department" size="40" value="" ></td>
@