diff options
author | Peter Thoeny <web-hurd@gnu.org> | 2001-08-11 17:33:20 +0000 |
---|---|---|
committer | Peter Thoeny <web-hurd@gnu.org> | 2001-08-11 17:33:20 +0000 |
commit | 368b836bf30c2351395987b86cfa848e6960bea4 (patch) | |
tree | 3f30fa61b286c5816583e5d25fe8a55d7d520641 | |
parent | 9cdffa06bc12f6189011530b94886e74684f04cd (diff) |
none
-rw-r--r-- | TWiki/TWikiRegistration.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/TWiki/TWikiRegistration.mdwn b/TWiki/TWikiRegistration.mdwn index 4324d593..effcd5b2 100644 --- a/TWiki/TWikiRegistration.mdwn +++ b/TWiki/TWikiRegistration.mdwn @@ -33,6 +33,14 @@ To register as a new user, simply fill out this form: <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> + <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> <code><font color="red">**</font></code></td> + </tr> + <tr> <td align="right"> Country: </td> <td><select name="Twk1Country" size="1"><option selected value="">Select...</option> <option>USA</option> |